Hi
I wonder what's the difference between the two processors xslfo-serializer and xslfo-converter. I didn't find any comprehensive documentation for any of them. Is it also possible to tell them to embed specific fonts in the generated PDF? Best regards, --drkm __________________________________________________ Do You Yahoo!? En finir avec le spam? Yahoo! Mail vous offre la meilleure protection possible contre les messages non sollicités http://mail.yahoo.fr Yahoo! Mail -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Administrator
|
Florent,
On Wed, May 14, 2008 at 6:13 AM, Florent Georges <[hidden email]> wrote: > I wonder what's the difference between the two processors > xslfo-serializer and xslfo-converter. I didn't find any > comprehensive documentation for any of them. The serializer produces of the PDF and sends the result back through HTTP. The converter does just the first part: it produces a binary stream corresponding to the PDF data, which you can then feed to the HTTP serializer. Because it is more flexible, going forward we recommend you use the converter. You can find some documentation about that converter on: http://www.orbeon.com/ops/doc/processors-converters > Is it also possible to tell them to embed specific fonts > in the generated PDF? Can you express this in XSL-FO? If you can't, the answer is most likely "not without changing the code for the XSL-FO converter". Alex -- Orbeon Forms - Web 2.0 Forms, open-source, for the Enterprise Orbeon's Blog: http://www.orbeon.com/blog/ Personal Blog: http://avernet.blogspot.com/ Twitter - http://twitter.com/avernet -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Alessandro Vernet wrote:
> On Wed, May 14, 2008 at 6:13 AM, Florent Georges wrote: Alex, > > I wonder what's the difference between the two processors > > xslfo-serializer and xslfo-converter. > The serializer produces of the PDF and sends the result back > through HTTP. The converter does just the first part Thank you for that clarification. > > Is it also possible to tell them to embed specific fonts > > in the generated PDF? > Can you express this in XSL-FO? If you can't, the answer is most > likely "not without changing the code for the XSL-FO converter". No, not in XSL-FO as XSL-FO is not about producing PDF. One has to tell its favorite XSL-FO to PDF processor to do that. FOP for instance allows you to set a config file with among other things all font configuration. The point is that the documentation of the XSL-FO to PDF step in Orbeon is quite short, and it doesn't say anything about the options it supports and how to set them (at least I haven't seen it.) Does such a list exist? Regards, --drkm __________________________________________________ Do You Yahoo!? En finir avec le spam? Yahoo! Mail vous offre la meilleure protection possible contre les messages non sollicités http://mail.yahoo.fr Yahoo! Mail -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Administrator
|
> The point is that the documentation of the XSL-FO to PDF step in
> Orbeon is quite short, and it doesn't say anything about the options > it > supports and how to set them (at least I haven't seen it.) Does > such a > list exist? Unfortunately no, the source is the documentation for this feature at this point. -Erik -- Orbeon Forms - Web Forms for the Enterprise Done the Right Way http://www.orbeon.com/ -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Erik Bruchez wrote:
Hi > Unfortunately no, the source is the documentation for this > feature at this point. Ok, thank you. That's ok, I've just had a look and that's not too complex to understand ;-) So regarding the problem we have, we'll maybe decide to write our own XSL-FO to PDF processor and make it accept more options. I'll try to post the result if I think it could be worth. Thanks for the help, --drkm __________________________________________________ Do You Yahoo!? En finir avec le spam? Yahoo! Mail vous offre la meilleure protection possible contre les messages non sollicités http://mail.yahoo.fr Yahoo! Mail -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Administrator
|
>> Unfortunately no, the source is the documentation for this
>> feature at this point. > > Ok, thank you. That's ok, I've just had a look and that's not too > complex to understand ;-) > > So regarding the problem we have, we'll maybe decide to write our own > XSL-FO to PDF processor and make it accept more options. I'll try to > post the result if I think it could be worth. That sounds good. Thanks for the update. -Erik -- Orbeon Forms - Web Forms for the Enterprise Done the Right Way http://www.orbeon.com/ -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Free forum by Nabble | Edit this page |