I have a problem in my c# project. I want to ext开发者_StackOverflowract Apache FOP generated PDF files programatically without any 3rd party application.
I am creating a table in xsl-fo, with undefined number of elements (indtr). I wonder if there a smart way to do this?
I\'m generating a document using FOP (0.95) by passing a source XML file created using JAXB (2.2.13), when I run it I get a virtually empty PDF (it looks like I\'d expect if no data was supplied in th
I have an HTML table that varies according to its content.1-3 columns hide.1 column name changes.All depending on content.
I have problem with embedding Polish fonts into PDF converted from HTML. My HTML code have style in body:
I have simple configuration of Velocity in Spring context (according to an official Spring documentation) and works ok. How to configure/integrate this with Apache FOP and generate pdf documents ? I w
I am trying to use fop Quick Start Guide to print a simple PDF file from a simple XML file and it works fine. but when I change <name>Frank</name> to <name>امیررضا</name>
UPDATE2: I got it working completely now! Scroll way down to find out how... UPDATE: I got it working! Well... partially. Scroll down for the answer...
I\'m having problems using some of the features of XSLT 2.0 in an embedded use of Apache FOP 1.0. In particular I get an exception when using \"current-group()\".
I am l开发者_如何学Pythonooking to update an application to use the newest fop API. The application uses version 0.20 of the library, for example the Driver class is still being used.