Archive of UserLand's first discussion group, started October 5, 1998.

Re: Rendering to PDF

Author:Paul Howson
Posted:2/9/1999; 10:02:47 PM
Topic:Rendering to PDF
Msg #:2794 (In response to 2789)
Prev/Next:2793 / 2795

Ian,

Hi. I'm the author of xmltr. If you read the PDF spec, you'll see that it's just a kind of "assembler language" for describing the arrangement of things on a page. A sanitised, predictable descendent of PostScript if you like.

It deals directly with objects such as lines of text and images and bezier curves at a particular position on a page.

PDF does not deal with high level abstractions such as paragraphs or stories or layout concepts or rules. That's why you need a layout engine. Don't expect to generate pdf out of Frontier.

PageFlex is a new one (one of a new breed of automatic layout engines). There are the stalwarts such as Pagemaker, FrameMaker and QuarkExpress.

And then there's the grand-daddy of them all, TEX. And if you're in a university environment, that may be your best bet. Its usually free and readily available. What xmltr WILL do for you is translate your high level xml abstract document structure into TEX macros (such as LaTex or your own ones). You'll need to script the tool chain: xml->tex->postscript->pdf(via Distiller).

-- Paul Howson.


There are responses to this message:


This page was archived on 6/13/2001; 4:47:49 PM.

© Copyright 1998-2001 UserLand Software, Inc.