Search Results

1
vote

Export HTML to PDF (C++, Windows)

This might be a slightly clumsy route, but why not convert the HTML to LaTeX source (html2latex is freely available) and then run the …
1
vote

Best way to change pagination of existing PDF

For completeness, I'll add that PDFjam is more direct than going through Postscript and psnup. It includes "pdfnup", which can probably d …
1
vote

How rotate a pdf document using php?

You could use pdf90 from PDFjam. To address some of the other suggestions: I would be wary of adjusting the Rota …