Adobe API: combine .docx file with .pdf file
Hi,
I am using the Adobe API for .net.
I have 2 files (file1.docx & file2.pdf) and I need to merge both output to pdf file(file3.pdf) programmatically.
Using createPDFOperation, I know how to convert file1.docx to file1.pdf file. Later, I can use the combineFilesOperation to combine file1.pdf + file2.pdf = file3.pdf.
However, by following this process, I am creating file1.pdf which I will be discarding any way. Only reason I am creating file1.pdf is to combine both files. Not sure you can combine docx and pdf files in same operation. I tried and it did not work.
I am not sure if this is the right approach and hence, I am reaching out to the community to know if there is any other alternate approach.
Thanks in advance.
Regards,
Chocks
