cooldude832 Posted August 5, 2008 Share Posted August 5, 2008 I'm trying to produce invoices that need to be uneditable. I wanted to make them pdf's but I don't want to divulge into the pdf library since the server it will go on won't have the extension. Any ideas? Link to comment https://forums.phpfreaks.com/topic/118197-if-i-cant-make-a-pdf/ Share on other sites More sharing options...
awpti Posted August 5, 2008 Share Posted August 5, 2008 Nothing is "un"editable. If you have the data stored on your own side, just generate an image with GD? If you have the master copy, you win. Know what I'm sayin'? Link to comment https://forums.phpfreaks.com/topic/118197-if-i-cant-make-a-pdf/#findComment-608273 Share on other sites More sharing options...
cooldude832 Posted August 5, 2008 Author Share Posted August 5, 2008 it needs to be printed out so printing 8.5x11 images is not a great idea in my mind. Link to comment https://forums.phpfreaks.com/topic/118197-if-i-cant-make-a-pdf/#findComment-608280 Share on other sites More sharing options...
revraz Posted August 5, 2008 Share Posted August 5, 2008 Niether is not using a PDF file. You want some magic answer that requires nothing to be installed? it needs to be printed out so printing 8.5x11 images is not a great idea in my mind. Link to comment https://forums.phpfreaks.com/topic/118197-if-i-cant-make-a-pdf/#findComment-608287 Share on other sites More sharing options...
cooldude832 Posted August 5, 2008 Author Share Posted August 5, 2008 well beyond me writing a class to create a pdf outta a html document I got nothing. I think I'll end up just making it so I have to manually push the html into a pdf using a pdf printer like primopdf unless I get around to crystal reports. Link to comment https://forums.phpfreaks.com/topic/118197-if-i-cant-make-a-pdf/#findComment-608296 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.