apache-fop
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 分类:问答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 分类:问答Regarding external-document in FOP
I am creating pdf file through the XML, XSL and FOP. I want PDF file contents to display external file contents such as word document.[详细]
2023-01-15 12:12 分类:问答Xslt - iterate nodes in chunks
I have an existing xslt script which creates a PDF with FOP, problem is that its running out of memory when doing apply-template on a specific nodetype when the node count exceeds a certain limit. In[详细]
2023-01-12 11:21 分类:问答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 分类:问答How to use barcode4j
I am using apache fop to generate the pdf .I am trying to integrate barcode into my pdf using barcode4j but it is not working.I have made following changes to the fop.bat[详细]
2023-01-04 21:30 分类:问答PDFBox setting A5 page size
Started playing with PDFBox PDDocument document = new PDDocument(); PDPage page = new PDPage(); document.addPage( page );[详细]
2023-01-04 20:07 分类:问答is there such a thing as xsl:fo reporting or xsl:fo simulation?
I am trying to determine if MY xsl:fo generated PDF file will exceed one page or not, without actually generating the ou开发者_JAVA技巧tput. We use Apache-FOP 0.95 on our server, and the XML data is b[详细]
2023-01-03 08:41 分类:问答