xsl-fo
generating HTML from XSL-FO using Java
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[详细]
2023-01-17 19:34 分类:问答Debugging Apache fop
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.[详细]
2023-01-17 16:50 分类:问答Apache FOP: zindex does not appear to be working in overlapping blocks
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[详细]
2023-01-16 22:49 分类:问答In Apache FOP, how do I set the font base programmatically, and still have the fonts from <directory> loaded?
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,[详细]
2023-01-16 16:34 分类:问答XSL-FO processor for PHP : transform XML to PDF
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[详细]
2023-01-16 01:30 分类:问答Inserting a line break in a PDF generated from XSL FO using <xsl:value-of>
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[详细]
2023-01-15 18:23 分类:问答Resolving relative paths when loading XSLT files
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);[详细]
2023-01-15 17:53 分类:问答Aligning an element to the right using XSL-FO, Apache FOP
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[详细]
2023-01-15 16:40 分类:问答Customizing DocBook XSL NS section title styling
I have \"section.autolabel\" set to 1 with a max.depth of 2. So, my section (sect1, sect2, sect3, ...) titles are as follows:[详细]
2023-01-15 08:32 分类:问答ApacheFOP - Blank PDF Output?
I\'ve been trying to transform my XML documents to PDF through Apache FOP, but the output pdf is blank.[详细]
2023-01-11 05:03 分类:问答