Tagged Questions

0
votes
1answer
93 views

Using htmltopdf want pdf in greek language

I am having hard time trying to generate PDF files containing Greek letters using htmltopdf. English letters appear in results but not the Greek ones. Searching for the problem, I think it might be ...
0
votes
0answers
241 views

Self contained PHP script to convert HTML to PDF

Does anyone know of a self-contained PHP script/library that converts HTML to PDF? By "self-contained" I mean that the PHP script/library should require no modifications to the server, such as ...
0
votes
1answer
629 views

DOMPDF PDF file fails to open in Adobe when using basic HTML tags

I am trying to generate some VERY simple PDFs based on some simple HTML output. My basic structure of expected output is: Category Name 1 [Product Image 1] Product Name 1 [Product Image 2] Product ...
0
votes
1answer
167 views

Problem in picture overlapping when I convert HTML page to PDF

I want to overlap pictures, but it is not working and I need some help. Here's the link to the page I'd like to convert: http://9m9.com/innovative/sample/two.html I want to convert this page to a ...
0
votes
3answers
1k views

PHP convertor Html(css) to Pdf?

Duplicate: Convert HTML + CSS to PDF with PHP? I am looking php based library for HTML->PDF convertor, for report generation in my application. By far I found one, and it seems good, but has some ...