Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear Friends,

i want to merge collection of pdf into a chained single pdf using Quick pdf.i have collected all the pdf name in dictionary.from the dictionary how to merge it?

Regards
Jayalakshmi M
Posted

1 solution

 
Share this answer
 
Comments
jai_mca 17-Dec-13 3:02am    
Thanks.But how to show merged file?i have mentioned my code in the below lines.

Dim colFile As Variant
qp.UnlockKey "6510E9D5C3938A920B3A8D7293C6DF00"
For Each colFile In CollatePDF
qp.AddToFileList "listcol", colFile
Next
qp.MergeFileList "listcol", "D:\WIP\SentiaFS\Samples-new\ADA_CR_20131201_0003.pdf"
Maciej Los 17-Dec-13 3:14am    
Sorry, i'm not familiar with QuickPDF library ;(
jai_mca 17-Dec-13 3:22am    
K Los...Thanks for the help..
Maciej Los 17-Dec-13 3:28am    
You're very welcome ;)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900