1
vote
3answers
48 views
Invoking Apache-FOP from C++
Hi,
Has anyone experience or had problems implementing a JNI wrapper for apache FOP?
Bonus points:
Any other options for processing xsl-fo from C++?
0
votes
2answers
72 views
XSLT fop-0.95: problem with dyn:evaluate
Hello,
I've been struggling with some weird behavior of fop 0.95 (don't know if I'm doing
something wrong, or if there is a work around).
I have an auto generated XML as follows …
0
votes
2answers
41 views
Set PDF title with Java and FOP
Hi,
I'm generating some PDF files using Apache FOP v0.94.
Can you please tell me how to set the PDF Document Properties like Title, Author, Keywords etc programmatically?
Google …
0
votes
1answer
54 views
Using new fonts with Apache FOP in Java
I have to internationalize an application, and therefore have to let a user chose a font for a PDF that I will create at runtime. I want to be able to display a list of font choic …
1
vote
1answer
23 views
How do I disable the titlepage when generating a pdf via docbook and fop?
Not that it is all that entirely practicle, I have a particular customer that is wanting to turn off the title pages in their pdfs that are getting generated. I looked and looked t …
0
votes
1answer
29 views
FOP generated PDF borders missing
Hi,
I'm having a strange problem with the PDF I've generated using FOP v0.94.
The borders are missing at some points. But I've given border="solid 0.5px" for all table-cells.
Pl …
0
votes
1answer
202 views
Apache fop-0.95 error on FopFactory.newInstance() command
I am using Apache fop-0.95 to build pdf files from a JSP web application on IBM iSeries V5R4 using Websphere 6.0. Everything works perfect in my development using Websphere Develo …
1
vote
3answers
171 views
Convert a string to XML input stream in java
Hi,
I'm trying to generate a PDF document using FOP and Java.
I receive the XML as a string and not as a file.
How can I convert this XML string to an XML input stream so that I …
0
votes
2answers
133 views
Access file in WebContent folder from a servlet
Hi,
I'm trying to generate a PDF document using FOP. The pdf generation code is kept in a servlet and the xsl is in a specific folder in the WebContent folder.
How can I access …
0
votes
1answer
47 views
Using FOP to generate french PDF document, having problem with œ character.
I am using iso-8859-15 encoding both in xml data and in the xslt style sheet. But when I try convert XML doc to FO document 'œ' does'nt show up it shows up as '?' Below is the e …
1
vote
1answer
38 views
Add non destructive Bleeds to pdf programmatically
Hi,
I've working on something at the moment and we've created a pdf output using FOP which is working fine. Now however the printhouse wants to have bleeds all around the pdf.
Is …
0
votes
1answer
199 views
Apache FOP: Displaying UTF-8 Characters in PDF (without embed?)
Hi, I'm trying to use FOP to export a PDF with UTF-8 characters, preferably without needing to embed the font.
The following code:
<fo:block font="10pt Helvetica" text-align="j …
0
votes
1answer
77 views
Processing FOP with parameters
HI,
I want to use FOP to prepare a XML document for printing (ps/pdf).
Is it possible to send parameters to FOP to do conditional formating as exist in xsl processors
XSL:
< …
0
votes
1answer
164 views
Problem using XSL to produce PDF in JAVA. No LayoutManager maker for class class org.apache.fop.fo.flow.TableAndCaption
Got a problem using XSL to produce PDF in JAVA.
Always get "No LayoutManager maker for class class org.apache.fop.fo.flow.TableAndCaption".
Here's the XSL source:
<?xml version …
0
votes
0answers
53 views
Need instream-foreign-object and text to both align to the bottom in XSL-FO
I have an XSL-FO stylesheet that is used for generating a barcode with a piece of description text immediately after it. When I run it through the Ibex FO application, the text pr …
