How can I use PDFmake on the Server Side

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2019 05:38 AM
Hello
I am trying to use PDFmake on the Servcer Side. I tried to copy the library from PDFmake (pdfmake.org) into a Script include in Service Now.
Unfortunately I cannot even save the Script Include. Maybe about 65000 rows or source code (of the library) is too large to save to a Script Inlcude?
Anyhow, maybe you have an answer and can let me know, how I could use the PDFmake library in SNOW?
Thanks a lot for your help
BR
Dirk
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2019 07:21 AM
Hi ,
Check the belwo link it might give you clue about how to proceed about this
https://community.servicenow.com/community?id=community_question&sys_id=3c4765a9db0da7401cd8a345ca961998
regarding PDF make yuo can read comment from

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2019 10:19 AM
Hello creativethinker
Thanks a lot for your answer. The link you posted goes to pdfcreator from share, but I am trying to get pdfmake on the run.
The post from Yifeng Zhang is really about pdfmake, but he is running pdfmake on the client side.
I need to run it on the server side, because I want to store the resulting PDF file as an attachment to a record.
Thanks a lot anyway!
BR
Dirk

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2019 10:27 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2019 03:26 AM
Hello Sanjay
Thanks a lot for your answer. The article you mentioned takes care about exporting List records to PDF.
I need to create "invoice" like formated PDF "printout", which is more likely to be an output from a report generator.
I need to do that on the serverside with free layout options.
So, sorry. That did not solve my issue.
Thanks anyway.
BR
Dirk