You need to sign in to do that
Don't have an account?
Merge PDF in Salesforce
Hi I am trying to merge two or more pdfs in one pdf in Salesforce, I looked into many things and searched allot but didn't got anything.
If anybody have done any POC on this thing do let me know.
Thanks
If anybody have done any POC on this thing do let me know.
Thanks
you have to create a VF page and runit as PDF and then add the following sentences for each PDF page
<apex:include pageName="mandat_de_gestion_nouveau_client_1" />
I hope it's helpfull.
Thanks for the reply but I am kinda confused with your solution,
Even though let me explain once again, I want to merge two pdf documents saved in salesforce in Document object.
Thanks
Sorry, i thought the PDF are not yet generated.
I think this link can help you
http://www.jitendrazaa.com/blog/java/merge-pdf-in-salesforce-using-java-itextpdf-and-oauth-2/
I have seen that blog, is there any other workaround to do that other then using OAuth ?
Thanks
Hi Abhi,
I have same kind of requirement, will you pease help me to do