Copy link to clipboard
Copied
Hello everyone.
I have some critical problem, so I want you help me.
My project using Flex and InDesign Server to produce pdf.
Plex in the form of the xml passed to the server and
InDesignSever open template file(*.indd) and process the xml information and submitted to create a pdf.
The problem is speed.
InDesignServer to read the template file takes a second.
To modify one second, and creating and storing pdf takes a second.
It can take 3 seconds total. How to handle it in 0.5 seconds suggestions?
Thank you,
Lion, J
Copy link to clipboard
Copied
If I use IDML happens if the speed improvements?
Thank you.
Copy link to clipboard
Copied
Yes. Opening IDML should be faster than placing xml...
Harbs
Copy link to clipboard
Copied
Thanks harbs
I will post the result.
Copy link to clipboard
Copied
Some more ideas below. Of course any of them could also make it worse. Experimentation will show, I just don't know.
Dirk
Copy link to clipboard
Copied
Thanks Dirk.
How can I could keep the document open for reuse ?
In my case, whenever arrived the request open template(indt) and fill xml data and close all document.
Thank you.
Lion J.
Copy link to clipboard
Copied
if you want to reuse the document, just don't close it. you can fetch your document instance by name for example. if you do so, keep in mind you are creating a new document every time you 'open' the indt. so better use a normal indd doc in this case with a fix name.
this is just one way to do it.
Copy link to clipboard
Copied
Thanks DevWorking.
Then I will use indd for reuse and indt for instance template.
Lion J.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now