I wonder if it is really possible to build a HTML renderer (a significant part of HTML-to-PDF converter, which is much more than a HTML parser) in PHP? We've been working on such product in Java (HTML+CSS->PDF) since more than 5 years and the task is really untrivial despite the fact we may use all power of JDK.
PHP PDF classes make the task simplier (from computing perspective), but they require a PHP programmer to define document...
User Profile
Collapse
-
If you have nothing against commercial tools try .NET version of PD4ML.
PD4ML is a PDF generating library (managed code) uses HTML and CSS as page layout and content definition format.
The API is quite straightforward (it converts to PDF either URL or HTML, represented as a string):
Code:using System; using System.Collections; using System.Drawing; using System.Reflection; using
Leave a comment:
No activity results to display
Show More
Leave a comment: