Am 12.06.2012 06:18, schrieb Russell Dickenson:
On 8 June 2012 18:04, Wilhelm Meier<[email protected]> wrote:
Hi all,
this question is sure off-topic, but I think, there are some gurus here to
point me into the right direction:
how can I increase the transformation step asciidoc -> xml -> fo -> pdf?
Well, the asciidoc->xml is *not* the problem,
it ist the saxon xslt-processor to perform xml -> fo.
Any hints?
--
Wilhelm
--
You received this message because you are subscribed to the Google Groups
"asciidoc" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/asciidoc?hl=en.
Wilhelm,
You might like to try wkhtmltopdf, found here:
http://code.google.com/p/wkhtmltopdf/.
It's a command-line tool which takes HTML input and turns it into PDF
output, very quickly. So you could have AsciiDoc output HTML and use
that as input to wkhtmltopdf.
Thanks for the tip.
Yes, I know wkhtmltopdf and use it. But I also want "good-looking" pdfs.
I now use xsltproc with a customization disabling some not supported
features to produce a draft pdf. For the real processing (not time
critical) I then still use saxon.
--
Wilhelm
--
You received this message because you are subscribed to the Google Groups
"asciidoc" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/asciidoc?hl=en.