aaronk Well-Known Member Licensed User Longtime User Feb 9, 2019 #1 Hi, My app is running as a non-UI app, and is running on a Linux VPS server. I am trying to work out how I can print something to a PDF on the linux server. Any ideas on how to create the PDF on a linux server ? I have seen example on how to do this when running the app on Windows, but nothing on Linux. Any ideas ?
Hi, My app is running as a non-UI app, and is running on a Linux VPS server. I am trying to work out how I can print something to a PDF on the linux server. Any ideas on how to create the PDF on a linux server ? I have seen example on how to do this when running the app on Windows, but nothing on Linux. Any ideas ?
A AHilton Active Member Licensed User Longtime User Feb 10, 2019 #2 I use the PDFJet Rewrapped library to do this for most of my document creation tasks on my B4J servers (Linux included) … https://www.b4x.com/android/forum/threads/pdfjet-rewrapped.89973/#post-568842 It's missing a lot of things that I've had to add myself but the basics are there. Certainly enough to get started on. Upvote 0
I use the PDFJet Rewrapped library to do this for most of my document creation tasks on my B4J servers (Linux included) … https://www.b4x.com/android/forum/threads/pdfjet-rewrapped.89973/#post-568842 It's missing a lot of things that I've had to add myself but the basics are there. Certainly enough to get started on.