Expand my Community achievements bar.

SOLVED

Any Tutorial / Sample to create Single PDF from multiple source files using PDF assembler in a watched folder process.

Avatar

Level 2

Any Tutorial / Sample to create Single PDF from multiple source files using PDF assembler in a watched folder process. I have a client application which will prepare number of source files and some meta data information (in .XML) which will be used in header/footer. Is it possible to put a run time generated DDX file in the watch folder and use it in Process. If possible how can I pass the file names in the DDX. Any sample Process will be very helpful.

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

If possible, make use of Assembler API in your client application instead of doing this using watched folder. Here are the Assembler samples :  LiveCycle ES2.5 * Programming with LiveCycle ES2.5

Watched folder can accept zip files (sample : Configuring a watched folder to handle multiple input files and write results to a single folder | A... ). You can also use execute script to create the DDX at runtime : LiveCycle ES2 * Application Development Using LiveCycle Workbench ES2

Thanks

Wasil

View solution in original post

1 Reply

Avatar

Correct answer by
Employee Advisor

If possible, make use of Assembler API in your client application instead of doing this using watched folder. Here are the Assembler samples :  LiveCycle ES2.5 * Programming with LiveCycle ES2.5

Watched folder can accept zip files (sample : Configuring a watched folder to handle multiple input files and write results to a single folder | A... ). You can also use execute script to create the DDX at runtime : LiveCycle ES2 * Application Development Using LiveCycle Workbench ES2

Thanks

Wasil