|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
html->pdf conversion
hey there!
does anybody know a good tool to convert complete html pages to a pdf document? i DO know there are solutions like pdflib or ezpdf, id DO ALSO know htmldoc, but that one seems to be to new an incomplete to translate complete html pages incl. styles and the most possible tag attributes. that meeans: i need a tool to pass an url or local file to and get back a completely assembled pdf document. dont't care whether it is php based. any suggestion is highly appreciated thanks a bunch in advance! |
|
#2
|
||||
|
||||
|
Moved to Scripts
How is your HTML document formed? One thought would be to have all of your data in XML, then use XSLT to transform your XML into XHTML, use XSL:FO to transform the XML into PDF... but, it depends on where the HTML is originating from (database, flat file, etc) and if its possible to re-develop that part of your app.
__________________
Give a person code, and they'll hack for a day; Teach them how to code, and they'll hack forever. Analyze twice; hack once. The world's first existential ITIL question: If a change is released into production without a ticket to track it, was it actually released? About DrGroove: ITIL-Certified IT Process Engineer - Enterprise Application Architect - Freelance IT Journalist - Devshed Moderator - Funk Bassist Extraordinaire |
|
#3
|
|||
|
|||
|
right now, im getting a complete html page via its url. this could also be an foreign external document. i could also parse the content an grab all images to local filesystem id necessary. but how to make sure that the pdf doc os optically identical to the rendered html page?
|
![]() |
| Viewing: Dev Shed Forums > Web Site Management > Scripts > html->pdf conversion |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|