I have so开发者_开发技巧me PDF files generated based on some XSL-FO documents and I now need this content in HTML too. I am using FOP for creating the PDF files but this does not support HTML as an ou
How to debug xsl-fo layout I have a table, blocks and one image that is 1mm too far from the outer egde of all this.
I am a FOP newb. I am trying to show text on top of an image by using block-container\'s and zindexes. The image is always on top though. If i remove the image, i can see the text, so the text is unde
I\'m using Apache FOP 1.0. The code is running on different servers, so I put the fonts in each server\'s instance root. My plan is to set the font base programmatically (to the server instance root,
I am looking for a PHP XSL-FO processor.开发者_如何学Go What I need is an alternative to Apache FOP (in the Java world), in order to convert an XML document to PDF, but I need to execute it in a PHP
I am using XSL FO to generate a PDF file containing a table with information. One of these columns is a \"Description\" column. An example of a string that I am populating one of these Description fie
I need to do an XSL transformation using Apache FOP and I had code like this: //Setup FOP Fop fop = fopFactory.newFop(MimeConstants.MIME_PDF, out);
I\'m using XSL-FO with Apache FOP to take a sexy looking XML file and output it as a PDF, however I\'m having a really basic problem trying to get a particular bit of information (the address) to be p
I have \"section.autolabel\" set to 1 with a max.depth of 2. So, my section (sect1, sect2, sect3, ...) titles are as follows:
I\'ve been trying to transform my XML documents to PDF through Apache FOP, but the output pdf is blank.