Hi there,
I would like to generate a html file with PHP. This HTML file must be converted to an PDF file. There are enough tools that can do that on the fly. But I need te PDF files to be in high resolution. Suggestions?
Regards,
Jelte
Netherlands
Create high resolution PDF
Moderator: General Moderators
- Kieran Huggins
- DevNet Master
- Posts: 3635
- Joined: Wed Dec 06, 2006 4:14 pm
- Location: Toronto, Canada
- Contact:
Re: Create high resolution PDF
So if I make a simple fore example:
- text
- on photo
And I'll take a photo on 300 dpi and import them on te page and resize it to normal (smaller) size. And I convert all to a PDf file with for example ezpdf class. The PDF file will have a high res photo in it?
- text
- on photo
And I'll take a photo on 300 dpi and import them on te page and resize it to normal (smaller) size. And I convert all to a PDf file with for example ezpdf class. The PDF file will have a high res photo in it?
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
Re: Create high resolution PDF
Try it.JLT wrote:So if I make a simple fore example:
- text
- on photo
And I'll take a photo on 300 dpi and import them on te page and resize it to normal (smaller) size. And I convert all to a PDf file with for example ezpdf class. The PDF file will have a high res photo in it?