Tagged Questions
1
vote
0answers
45 views
Adding Index Page in PDF created with Apache FOP
I have written an application using Apache FOP, that generates PDFs with many multiple Chapters. Is there a way, by which I could know - which chapter appears on which page. Actually, I need to create ...
0
votes
0answers
262 views
create a Pdf from xsl and xml files using Itext in android
hie,
I have to make an invoice app in which user can create invoices and estimate in pdf format and send it to clients.
till now I am able to create pdf by filling an existing pdf template using ...
0
votes
0answers
94 views
How do I convert and merge multiple *.textile files into a single large PDF in eclipse wikitext?
I have an ant build file in my eclipse project which builds HTML files from .textile files as described in the mylyn documentation. I also have an index.html file which links to all these generated ...
2
votes
1answer
779 views
XSL-FO dynamic table column width
As it stands now, I have about 12 columns and all of them are exactly the same width. The problem is that some columns don't require that much space. How do I get the columns to fit their content? The ...
0
votes
0answers
332 views
Table border missing in parts using apache FOP and Java
I am using FOP v1.1rc1 to build a PDF with a table in it, that is continued on the last page if it has more than a certain number of rows.
All the other tables im using work fine but the continuation ...
0
votes
0answers
228 views
Apache FOP - Table top and bottom borders missing pagebreak inside table
I am using Apache FOP to generate a PDF from a XLS FO document.
I have created a test XLS FO document that contains a table with collapsed borders that with several tall rows. One of the rows starts ...
0
votes
1answer
67 views
Is it possible to hide hyperlink from PDF when printed on paper using XSL FO
I'm creating a PDF and there are a couple of hyperlinks that have text like "Click here to open". These texts are meaningless when printed on paper. Is it possible to hide those links when the PDF ...
0
votes
0answers
269 views
Adding Japanese font to PDF using FOP config to embed font in PDF
I have created a userConfig file to add MSGOTHIC font to FOP:
<fop version="1.0">
<renderers>
<renderer mime="application/pdf">
<fonts>
<!-- register a ...
-1
votes
1answer
212 views
FOP - OutofMemoryError while generating PDF from database data
I am a new software developer and really need some help. I have been given the task to generate a PDF from data in the database, using FOP. I wrote the program and it works, but not in all situations. ...
0
votes
1answer
378 views
Generate and send PDF file directly to a printer using Apache FOP.net or nFOP in C#/VB.Net
I am working on an application in .Net Frame in which I am using Apache FOP to generate and send pdf files directly to the printer.
There are two parts of this application:
1. Generate PDF files ...
0
votes
1answer
326 views
Getting an unwanted second title page when processing docbook to PDF via fop
I'm constructing a standard book format in dockbook xml then formatting it to PDF via fop.
When I construct the final PDF however i'm getting a second broken title page that has the title and the ...
1
vote
2answers
635 views
How to convert Word 2007 document to PDF using Apache FOP
I am currently using Apache FOP and have a stylesheet (possibly from RenderX) that converts Word 2003 XML documents (Saved as XML option) to PDF. However, this does not work for Word 2007 XML ...
1
vote
0answers
227 views
Apache FOP generated PDFs printing strangely from Adobe Reader; OK on screen
I'm not sure how this can be a FOP issue, but I've never seen it with PDFs from any other source, so I've tried to investigate further.
Our application creates PDFs via xsl-fo, using FOP. This has ...
1
vote
0answers
349 views
Apache FOP XML - XLSFO for pdf generation - how to use custom fonts in form of .otf
I have seen that TTFReader class convert .ttf font in xml which can be used to refer in xml to set up fonts in unix environment .same for .pmf fonts .
But if i have file custom_font.otf how to use it ...
0
votes
1answer
373 views
Need to disable an automatic URL hyperlinking with XSL-FO when generating a PDF document?
I'm using Apache XSL-FO to generate a PDF document from an XML using XSLT. In my XSL file I have an fo:block where I bring a URL and simply display it like this:
xsl:value-of ...
7
votes
2answers
5k views
XSL-FO fop. Long text flows into adjacent cells/block, obscuring stuff there
Could anyone suggest me a way to make long words (like serial numbers) to be wrapped? I tried some commercial software and there is no such issue. Is it a fop bug or probably there is a solution ...
9
votes
5answers
5k views
PDF Generation Library for Java
I know this has been asked before, but I'm still undecided on which PDF generation framework to use for my current project.
My requirements
on-the-fly generation of PDF documents (mainly order ...
3
votes
1answer
681 views
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 under ...
0
votes
1answer
503 views
Set image size relative to page size
I am generating pdf files using FOP.
is used to include images. My requirement is to set the width and height of image relative to the page size.
Thanks in Advance.
4
votes
1answer
2k views
Displaying newline character in PDF generated with FOP
I'm generating a PDF document using FOP. The source XML contains some text data which contains newlines. But when its being shown in PDF, all new lines are converted into spaces. I tried replacing ...
0
votes
2answers
140 views
strange pdf generator issue
Is there a problem with xml tags that have a dash in them??
I am trying to generate a pdf from and xsl and an xml..
I have the following for example:
<car>
<name>toyotoa</name>
...
0
votes
3answers
172 views
xsl checking variable doesn't seem to work
when I output the value of the node directly for example:
<fo:inline><xsl:value-of select="isEnabled" /></fo:inline>
I get the correct string outputted in pdf "true"..
but if I ...
1
vote
2answers
879 views
xsl fo base link problem with password protected pdf in fop 0.95
I have successfully generated password protected pdf using xsl fo from apache foundation's fop 0.95 engine. Now the problem comes with the base-link with external-destination specified. Clicking the ...
3
votes
2answers
256 views
problem with xsl apply-templates
It seems that my template is never called but the for loop works correctly.
It prints "test" exactly the number of times the "car" node exists but "doStuff" doesn't seem to be accessed and "test2" is ...
4
votes
1answer
683 views
What does this Apache FOP error mean?
Error message
(Location of error
unknown)org.apache.fop.fo.Validation
Exception: Property id "_Ref191196753"
previously used; id values must be
unique in document.
Any ideas on what may ...
0
votes
1answer
65 views
In XSL how to you make a block take up a whole page?
In xsl / fop how do you make a block take up exactly the whole page ?
Is there something like height = 100%?
I want the first page of my pdf to contain a block with dynamic summary that can be a ...
0
votes
2answers
859 views
Set PDF title with Java and FOP
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?
Googled a bit but didn't get ...
1
vote
1answer
904 views
Using FOP to generate french PDF document, can't resolve 'œ' 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 example of the ...
2
votes
4answers
1k views
Creating a PDF from Java and Displaying it in a webpage
Currently I am using FOP to generate a pdf from java code and an xslt document. The FOP spits out a PDF file that is displayed (embeded) into a webpage. The documents can range between one and several ...

