Any critisisms of or improvements to the code would be welcome. In
particular
-- what is the machine independent way to choose the typeface closest
to Times New Roman Bold?
-- The following seems to have no effect: mark /PageMode /Fit /DOCVIEW
pdfmark
Of course, if you host a port tasting then I would definitely welcome
being invited!
> What is ... /StPNE pdfmark meant to do?
Create a new element whose parent is the top element on the top of the
implicit parent stack. Whatever that is. Did you really want to create
a structure tree?
----------------------------------------
Aandi Inston qu...@dial.pipex.com http://www.quite.com
Please support usenet! Post replies and follow-ups, don't e-mail them.
>What can structure trees do? (I find pdfmark documentation to be quite
>cryptic.)
Are you trying to use it in isolation from the PDF Reference? That
has a good deal on structure trees (aka tagging).
>Thanks.
>http://partners.adobe.com/public/developer/en/pdf/PDFReference16.pdf
>indeed has much on how to construct structure trees, but not a lot on
>what they are for. And it seems surprising to me the Illustrator
>completely ignores them
They aren't what you are looking for. They are a way of describing the
logical reading order of a document, and the attributes of the
elements in it. While this might seem to offer opportunities for
grouping elements, it isn't a group in the sense of Illustrator's
grouped elements
> -- or am I looking in the wrong place?
There is nothing in standard PDF that expresses Illustrator's "group"
concept.
If you feel that there is, then you should work backwards from an
analysis of a PDF that contains such groups - but beware, because
Illustrator editable PDFs store the entire editable data into a
private area, completely ignoring the page contents.
OK, here's the policy decision. What I have done adds some structure to
the output, which is probably useless, but can't be worse than that. So
I'll leave it as-is, and give up on trying to improve it.
Other critisisms of or improvements to the code would still be welcome.