TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
--- "Mike O." <obie1121 -at- yahoo -dot- com> wrote:
>
> John Cornellier wrote:
> > I'm looking for "best practice" advice to convert
> HTML into PDF as a
> one-off project.
>
> Suggestion:
>
> 1. Import all the HTML files into Word or FrameMaker
> 2. Do manual cleanup (probably unavoidable in any
> case).
> 3. Create PDF from the Word or FM file with the
> usual Windows tools.
>
> Word is actually very good at *importing* HTML. If I
> recall correctly, Word
> honors your stylenames and formatting in the CSS
> file associated with the
> imported HTML file.
>
> Mike O.
>
>
John.
Hints: If you want to use the XML route.
Run Tidy on your HTML files to get XHTML.
Parse them to ensure validity using a tool like Saxon
or Xerces.
Then Transform them to XSL-FO using a processor like
Xalan. The XSL-FO can be transformed to PDF, RTF, PS
etc. The style-sheet will be bland and default but you
can fix that through a customization layer.
You can always then use the XHTML for viewing in a Web
Browser and as the source for your PDFs.
If you want to take it the next step. Just Transform
the XHTML to Docbook XML and manage the source there.
Sean Wheller
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com
NEED TO PUBLISH YOUR FRAMEMAKER CONTENT ONLINE?
?Mustang? (code name) is a NEW online publishing tool for FrameMaker that
lets you easily single-source content to Web, intranets, and online Help.
The interface is designed for FrameMaker users, so there is little or no
learning curve and no macro language required! See a live demo that
will take your breath away: http://www.ehelp.com/techwr-l3
---
You are currently subscribed to techwr-l as:
archive -at- raycomm -dot- com
To unsubscribe send a blank email to leave-techwr-l-obscured -at- lists -dot- raycomm -dot- com
Send administrative questions to ejray -at- raycomm -dot- com -dot- Visit http://www.raycomm.com/techwhirl/ for more resources and info.