Hi Team,
I’m using word document having smart markers as a template and generating pdf file,Which is fine.
My requirement is : I need only one pdf file having generated multiple pdfs using multiple different word template files dynamically.
without storing individual pdf files in disk space.
Ex: My java program is taking 1 template and generating the pdf. AND
taking another template and generating the pdf in for loop assume. i want this 2nd pdf is concatenated in 1st pdf file dynamically.
Regards,
Rakesh
@Rakesh_M instead of save the document as PDF you can append it into a new empty document and then save that document, or save those PDF files in memory using an Stream and use Aspose.PDF API to concatenate them.
If you provide a runnable application and some sample files we can review the code and provide a more accurate solution.
Sure, Thanks for the quick reply.i’m implementing now and i’ll follow your points. if any issue is there i’ll contact again with the files.
Regards,
Rakesh
@Rakesh_M great! We are here if you have any doubt in the process.