Tagged Questions
0
votes
0answers
86 views
Debugging XSL-FO overflows
My PDF generation is throwing a bunch of overflow warnings
Namingly
INFO: An fo:table (No context info available) is wider than the available room in inline-progression-dimension. Adjusting ...
0
votes
1answer
80 views
XSLFO - using xsl:import or xsl:include causes error when creating PDF
I have used XSLFO to generate PDF files, which is working perfectly.
There is some code within the XSLFO that I would like to put into a common file to be used by all the PDF's, but when I add an ...
0
votes
2answers
137 views
XSL Fo - Speacial characters
I am designing an xsl form, my source pdf contains 'Diamond' symbols
I need to know how to use/create diamond character using xsl(is there any font family i can configure and use/can i get the ...
0
votes
1answer
538 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 ...
1
vote
2answers
164 views
How to strip Unicode soft hyphen from PDF bookmarks generated using XSL-FO
I'm converting DITA maps to PDF using the DITA Open Toolkit 1.7 and RenderX XEP. In the DITA topics, product names are inserted using conrefs. One of my product names is quite long. It caused layout ...
0
votes
0answers
261 views
xsl fo page size / orientation
I am designing an xsl that will give a pdf output. My pdf output is in landscape format.
I can't get the landscape formatted output even i change the simple page master as follows,
Still my pdf ...
0
votes
1answer
190 views
Replace pipe character in XML with a new line using XSL
My test snippet of XSLT code transforms some data in XML to a PDF.
The stumbling block i face now here is that I have to read a string inside the XML and
replace the pipe '||' characters with new ...
0
votes
1answer
64 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
258 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
vote
1answer
355 views
How do I insert spacing/padding in XSL-FO generated PDF for fields without any value?
I have the following XML:
<sample>
<value1>This is one</value1>
<value2>Number two</value2>
<value4>Last value</value4>
</sample>
Using ...
2
votes
1answer
687 views
XSL-FO Table with repeating headers
I'll try to explain this as best as I can...
I'm generating a PDF with XML and XSL-FO. The document has two columns with table headers. I'd like to have the table headers only repeat when a new page ...
1
vote
1answer
212 views
Generate PDF with XSL-FO for Android
Is it possible to generate a PDF in an Android application using XSL-FO?
1
vote
2answers
605 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 ...
0
votes
0answers
435 views
set XSL:FO border width and lenght of using dashed style
Ok so I want to set my xsl:fo to show a border, how hard can it be?!
what I want to do is to have a dashed style border with 4 dashes: _ _ _ _(ex1. style dashed; width 1pt ; lenght 1pt) and set the ...
1
vote
1answer
611 views
XSL FO continued / running tables, markers in footer
I am using markers and "retrieve-table-marker" in XSL-FO to create footers in a PDF transformation.
I need a solution where a one-column table has a "clean" footer and a multi-column table has a ...
1
vote
1answer
386 views
xsl:fo - Add “z-index” to a text on top of an image
I have a problem.
I need to set some kind of z-index, like you can use on the web in HTML/CSS.
Because I have a text on an image, and therefore I want to be sure that it looks good when printing.
Is ...
0
votes
2answers
559 views
Only one page is generated with XSL-FO Page-Break Problem?
I am generating a PDF Document through XSL-FO. I have a simple xhtml structure like this:
<body>
<h2><center>Status</center></h2>
<table border="0">
<colgroup ...
0
votes
1answer
345 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 ...
2
votes
1answer
2k views
How to embed external pdf/txt file into another using XSL-FO?
Is it possible to embed an external PDF or TEXT document into a master PDF by using XSL-FO/XSLT?
I have xslt stylesheet to produce PDF documents. But, the input XML contains inlined TEXT or Base64 ...
0
votes
1answer
1k views
XSL-FO when setting table-cell background it overwrites / overlaps table borders
I am having an issue and have not found a solution/workaround (although there are similar questions that have been posed) to the XSL-FO problem with cell background. We are using Apache FOP 0.25 and a ...
0
votes
1answer
299 views
XSL-FO: Render an element which stretches from the current position to the end of current line
I have an application which stores data in xml and generates PDF using xsl-fo.
I'm trying to find out is there a way to render an element with a width from the last element position to the end of ...
0
votes
1answer
212 views
problem with deciding whether to or not to print heading on last page : xsl-fo
Hi
i have a problem with pdf generation using xsl-fo. The pdf print invoice lines in each page.
So there is a conditional checking at the last page to determine whether to or not to print the heading ...
2
votes
2answers
4k views
Converting xml/html table to pdf via xsl-fo
I'm working on a xslt and xsl-fo code to convert to html and pdf respectively.
In my source xml I have a table which I can copy directly for html output.
<text>
<table ...
0
votes
1answer
405 views
Looking for a PDF rendering engine that supports fine-grained API-level interactions
One of our main software products is a solution for generating rather sophisticated print documents (e.g. product catalogues) on a fully automated basis, using only raw data provided to by a number 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 ...
0
votes
3answers
182 views
Need a XSLFO 1.1 to pdf converter with .NET and Java lib support
I am looking for a good conversion tool which basically transforms my xsl-fo(Extensible Stylesheet Language Formatting Objects) document (ver XSLFO 1.1) to PDF.
I cannot use Apache FOP cos it renders ...
3
votes
1answer
663 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 ...
4
votes
2answers
2k views
Displaying SVG using XSLFO
First question from me; I'm currently fixing a graphing service that uses XSLFO to convert our syntax to FO, and converting it to PDF in the end.
Previously we've been using PNG graphs from the web ...
0
votes
1answer
499 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.
1
vote
2answers
847 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 ...
2
votes
4answers
1k views
XSL:FO processors for the .net platform
Currently I am looking for a good solid xsl:fo processor to use within a .net application.
I have seen a few but alot of them use the java virtual machine, which is something I do want to have running ...
6
votes
3answers
2k views
what are the leading XSL-FO implementations? How do I decide among them?
I'm evaluating PDF rendering technologies. XSL-FO is our chosen path because its an open standard and our source data is XML. What experiences have people had with the various implementations of ...
0
votes
1answer
1k views
Update attribute in XSL for-each
At work I've been given the fun task of generating PDFs with XSL. The XML structure I'm working with is similar to
<records>
<topLevel>
<topLevelID></topLevelID>
...
1
vote
2answers
667 views
fo:data-cell overflow
I am using XSLT -> FO to generate the PDF.
When the text in a column exceeds the size of the column and there are no spaces in the text - then the text runs over into the next cell or outside the ...

