Create PDF on the fly?
Create PDF on the fly?
- Started
- Last post
- 5 Responses
- ********
Is there any software that will create a PDF on the fly? ie if the content on a web page is generated from a CMS and changes often, is there software that can PDF the page on the fly?
ie Have a link that says 'Download PDF version of this page' and it gets created on the fly.
- ********0
isn't theres a plug in for IE that does this direct from the browser to pdf? sure i heard/read that there is. don't know where tho.
- HumanMale0
Yeah, OS X.
- UndoUndo0
you can do it with PHP
- Terminal270
Coldfusion and PHP/ASP will do this.
Also have a look at:
http://www.adobe.com/products/ac…
for one off conversion of pages.
:)
- brtman0
http://www.php.net/manual/nl/ref…
some php experience preferred.
maybe interesting for you, although very limited:
http://html2fpdf.sourceforge.net…