PDF Server Basics

We have a restaurant client who has a menu on his website. Website content is dynamically generated from the CMS. All menus also have links for downloading a PDF file. Right now, this is the manual process of creating / updating a document in InDesign, exporting in PDF format and overwriting the old file on the server.

Ideally, it will be able to automatically generate a PDF file, similar to someone on a Mac being printed and saved as a PDF.

We are looking for a way to revitalize the process. We looked at both f-pdf and HTML2PDF, but nobody does exactly what we want. Any ideas or suggestions?

+3
source share
5 answers

Since you are working in PHP, have you tried TCPDF ?

+4
source

LibreOffice:

soffice.exe --headless --convert-to pdf file.xls
+1
0

tcpdf. , .

0

- exec PHP.

0

All Articles