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. -- 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.
