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
Daniel.ax40Daniel.ax40 

How can I do server side .pdf creation and data extraction?

Hi,

We currently use .pdf files to send clients quotes, application forms etc etc. This is currently achieved through an acrobat distiller print driver. We would like this to happen at the server level. What should I do?

Thank you.

Daniel.

DevAngelDevAngel

Hi Daniel,

We do not have any facility for providing any kind of on the fly pdf creation on the salesforce.com servers.  You would need to have your own server obtain the required data from salesforce.com using the API and then run the distiller on your server against the document generated on by your server process.

Cheers

adamgadamg
Its worth noting that we do have customers that do dynamic PDF generation, and as Dave points out, thats something that must occur on your side, not ours. There are open PDFs libs available out there, although I've never used any of them.