Jump to content

.pub to pdf


renfley

Recommended Posts

Generally just being able to read/write to one of those formats can be a complex task with PHP, never-mind reading from one and writing to the other. Most likely the reason you can't find anything on Google is because nobody has done it - or at least willing to release the code for free.

Link to comment
https://forums.phpfreaks.com/topic/223586-pub-to-pdf/#findComment-1155737
Share on other sites

Your best bet would be to get a 'print to pdf' application, there are some free ones (rather than buying the full application from Adobe) and install it on the same computer where you have Publisher installed. Then open the document in Publisher and print to the .pdf format. Assuming you are doing this on the same computer where your web server is installed, you could accomplish the "open the document in Publisher and print to the .pdf format" through a php script.

Link to comment
https://forums.phpfreaks.com/topic/223586-pub-to-pdf/#findComment-1155743
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.