function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sourav Sinha 19Sourav Sinha 19 

Merging PDF documents.Product related documents uploaded by admin in documents/files.Based on a selection of user (2 out of 10) , selected documents needs to be merged in single PDF.

I have a requirement to merging PDF documents.Product related documents uploaded by admin in documents/files.Based on a selection of user (2 out of 10) , selected documents needs to be merged in single PDF. 
Has anybody done this previously? Is there any appexchange app available to do this?
NagaNaga (Salesforce Developers) 
Hi Sourav,

apex:page standardController="contact">
 <apex:image url="{!URLFOR($Resource.images, Contact.id)}" width="50" height="50" />
</apex:page>
You can use a dynamic file name - Contact.id in this example.
2)  PDF rendering makes an outbound call from the Salesforce servers to retrieve the image.  So, an image behind a firewall would not be accessible to Salesforce and be rendered as a broken image in the PDF.

Please let me know if this helps

Best Regards
NagaKiran
 
Deepu161Deepu161

Hi Sourav,

Have you solved  merging pdf issue..? if yes please help me to do.

 

Thanks

Pradeep