User Profile

Collapse

Profile Sidebar

Collapse
zxfr
zxfr
Last Activity: Jan 20 '10, 07:18 PM
Joined: Jan 20 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • zxfr
    replied to Class to convert HTML to PDF
    in PHP
    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...
    See more | Go to post

    Leave a comment:


  • zxfr
    replied to Conversion of html to pdf
    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
    ...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...