Is there a simple way i can convert php (source code) to a pdf or a webpage viewable offline? (OS is Win 7 64bit)
Total noob to all of this. So the easier the better ;p
EDIT Nevermind I found a solution to my question. Thanks
Is there a simple way i can convert php (source code) to a pdf or a webpage viewable offline? (OS is Win 7 64bit)
Total noob to all of this. So the easier the better ;p
EDIT Nevermind I found a solution to my question. Thanks
Last edited by Methodus; 01-09-2011 at 08:51 PM.
If there is anyone else wondering how to do this, you should check this function in the php manual:
PHP: PDF_new - Manual
Will of course only help if you have enabled PHP PDF on your server :P
HI there
You said that you want to convert php (source code) to a pdf or a webpage viewable offline.I have only tried to convert pdf files using a PDF processing tool.
But i also want to get a tool whichs supports to work offline.Is there any recommendation?Thanks a lot
edit: never mind some one beat me to the punch it seems!
There is a nice tutorial about how to create a PDF from a text:
Generating PDF files with PHP and FPDF - TechRepublic
Hope it helps