XSL-FO (XSL Formatting Objects) is a markup language for XML document formatting which is most often used to generate printed content.

learn more… | top users | synonyms

0
votes
0answers
30 views

Executing the FOP command line as batch from Perl

I am converting XML to PDF using Apache. I am executing the FOP command line as batch file( since the input file will be vary) from Perl as like below: Creating Batch file: open (OUT2, '>', ...
1
vote
0answers
16 views

xsl-fo apply radius to top borders

Good day I have this XSL-FO <fo:table table-layout="fixed" border-width="0.2mm" border-color="#330099" border-style="groove" border-collapse="separate" background-color="white" ...
-1
votes
2answers
24 views

Getting different namespaces from xml document

I would like to know how to get different namespaces from my xml document to use in a conversion to xsl-fo. What I have is the following: XML: <?xml version="1.0" ?> <?xml-stylesheet ...
0
votes
0answers
24 views

xsl-fo static content in page master?

I have created a xsl-Template with some static-content and 2 page-sequences. Now I have implemented the static-content in both page-sequences. Is it somehow possible to write the static-content into ...
1
vote
1answer
34 views

Running footer not visible on first page

I am using below XSLT to generate report with running footer, but the first page of ther report doesn't have the running footer, please advice what needs to be changed <?xml version="1.0" ...
0
votes
1answer
11 views

Can't display Image in PDF-File if height > 72px

I created a PDF-File with XSL. What iam trying to do is displaying a image with <fo:block > <fo:external-graphic src="url('{.//ImagePfad}')" /> ...
-2
votes
0answers
22 views

i want to keep this data in two columns in a single page instead of using two pages using xsl fo . can somebody help me regarding this

Date Description 5. 03/28 SIM UICC G Standard 2FF 0.00 Transaction: K008-Y-4162011 Product ID: 40952 6. 03/28 SIM UICC G Standard 2FF 0.00 Transaction: K008-Y-4162011 Product ID: 40952 7. 03/28 DAT ...
0
votes
1answer
41 views

FOP trimming spaces and tabs inside strings

I'm using fop libraries v1.1 to produce a pdf, and I noted that fop by default collapse white-spaces inside strings. For example a block like: <fo:block> Sample Text ...
0
votes
0answers
15 views

Xsl-fo resize fo:block to textwidth

is it possible to fit the width of a fo:block element to the width of the text in the element? I've tried width auto, but that doesn't worked. Thanks.
0
votes
1answer
20 views

XSL + Apache FOP: Adding content on the remainder of empty space on a paragraph

I'm making a PDF generator with Apache FOP and one of the main requirement is to fill the remaining empty space of a paragraph with a series of dashes like this: This is a paragraph on a page that ...
0
votes
0answers
27 views

xsl-fo white-space-treatment=“preserve” when justifying text

I am using XSLT 1.0 to transform some XML into XSL-FO. I need to preserve all spaces, but I also need to justify the text. I'm finding that my text doesn't appear properly justified unless I set ...
0
votes
1answer
66 views

How to convert HTML with CSS to xsl-fo

I want convert HTML with Css to xsl-fo. Anyone can suggest to me how to convert this. I have 2 file one html file and once css file. I want to generate xsl-fo file with these 2 files so that I can ...
0
votes
2answers
31 views

Is it possible to split a xslt file into multiples file?

I have a (currently) 3000 lines XSLT file, containing a bunch of templates. I have to add even more stuff to it and it's becoming pretty much unmanageable. So could I split it and add includes of ...
-3
votes
0answers
48 views

Any free XSL FO (PDF) wysiwyg designer software? [closed]

I need to create some FO (PDF) documents using XSL. Does anyone know of any free designer wysiwyg softwares? Thank you
0
votes
0answers
42 views

How to create Bookmarks in XSL-FO?

i have XML with chapters and there can be any number of chapters inside one chapter. how to create a Bookmark for the same.: 1. Chapter 1 1.1 chapter 1.1 1.1.1 Chapter 1.1.1 ...
0
votes
1answer
71 views

FOP - how to avoid high memory consumption with very high number of page-sequences?

How can I avoid FOP to consume a growing amount of memory even when pages do not contain forward-references and < page-sequence> blocks are very small? Here's a Test java program that feeds FOP ...
0
votes
2answers
63 views

XSL-FO Table break every 5 columns

I am creating an fo:table that has 25 columns. When I am converting to PDF the table is too wide for the size of the page (A4), how can I break the table by column, for example, every 5 columns I want ...
0
votes
0answers
38 views

Remove unused blank space in tables-XSLT/XSL-FO

I have table created in PDF using Apache FOP. But the text in the table cells (Table Headers and contents) has blank/white spaces surrounding the text and thus consuming lots of space. The PDF has ...
0
votes
1answer
94 views

how to wrap text in table cell-xsl-fo

i used the following xsl for table creation. i used the wrap-option for the text wrap but i am not able to wrap the the text. long text goes into the next column. <xsl:template ...
2
votes
1answer
37 views

Chapter numbering in XSL-FO

I have xml of the form: Chapter 1 Chapter 1.1 Chapter 1.1.1 Chapter 1.2 <CHAPTER> ...
0
votes
0answers
75 views

Remove whitespace/blank spaces in table columns XSL-FO

The link has a table in a PDF generated using Apache-FOP. I am unable to remove the blank spaces/empty spaces in the table column headers and column values. The PDF has limitation of 120 ...
0
votes
1answer
83 views

Convert special symbols to corresponding Html Entity Numbers

I need to convert special characters like (®¢) to corresponding HTML entity numbers using PHP. Is there a function like htmlentities() to achieve this functionality? We need to populate the special ...
1
vote
3answers
74 views

Generate a pdf to document a database in XSLT

I have a XML related to a database and have to generate a PDF to document the database. I am using FOP to convert XSLT to PDF. XML: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> ...
0
votes
0answers
67 views

XSL-FO using empty tables cells and leaders

I'm using table columns with leaders (dotted line) to create a visual connection between content in different cells. E.g: Text in col one..........Text in col two I use an "spacer" column to keep a ...
1
vote
2answers
54 views

XSLT to generate xsl fo from HTML with varying namespace

I have a XSLT file which is used for html to xsl-fo conversion using fop engine. It has templates for HTML elements as shown below <pre> <xsl:stylesheet ...
1
vote
1answer
63 views

Can't display Image in created PDF-File

I'am working with xsl-fo. To include an image in a PDF-File i have written the following lines: <fo:static-content flow-name="kopf"> <fo:external-graphic ...
2
votes
0answers
78 views

Apache-FOP - reduce image sizes that are embedded into PDF

I have lots of JPG images that should be embedded into the resulting PDF. They have quite a big resolution and are about 5-10MB each. I want to embed them into PDF as a preview and I'm using a ...
0
votes
0answers
48 views

WMF file format in XSLFO

I am trying to convert Docx to Pdf with the document.xml file from the docx using Apache FOP. I am facing problem to embed the wmf equation files in PDF, it showing the following error: WARNING: ...
0
votes
0answers
134 views

How to let xsl:fo allow table cell to take empty blocks and print mutiple lines

I have a one row and one of the columns has a list of data. Say I have a row, the 3rd column has 0 or more rows. <xsl:for-each select="./parts"> and for some reason the code I have doesn't seem ...
0
votes
0answers
49 views

xsl-fo loop with counter

I am using xsl-fo and xml to generate a report. I have a query that gets values from a table to place on the pdf. Easy enough. I am querying based on a parent-child relationship. For example, the pdf ...
1
vote
0answers
85 views

How can I keep page breaks out of groups of table rows in XSL-FO

I've got a rather complicated table, which i think is the source of my problem. The table is filled based on data retrieved from an XML file from a client database. Here is an excerpt of the XSL code ...
1
vote
0answers
60 views

fop two column, positioning external graphic at the top (XSL-FO)

I want to position image at the top of page, e.g. I have 3 to 4 image at different places. I would like to position it at the top of pages (spaning all the width)instead getting into middle,even if ...
0
votes
0answers
60 views

Modify row height in xslfo

I have a PDF generated using xslfo. In that, I have a table that has a row where one cell spans over two rows cells. Among the two row cells it spans, I need the lower cell to be of smaller height ...
0
votes
1answer
52 views

How to apply different page width for different pages in xsl? This is for generating PDF

I have to generate a pdf using xml and xsl. On the PDF i need different width for different pages. How can I achive this? Thanks and Regards Krishnan
0
votes
1answer
42 views

Inline image in xslfo is rendered as block

I am facing an issue with XSLFO - FOP image rendering, I have several images of different size. some of the small images are aligned inline with the text and some are big images that occupies a ...
1
vote
1answer
65 views

What does reference-orientation really do?

I have to render a pfd using FOP, and some images mst be rotated. The result however doesn't look the way I expect it to be. So, here is my question (and I somehow wasn't able to find a good ...
0
votes
1answer
199 views

XSLT Generate Dynamic Rows and Columns for Apache FOP

For the following xml file, i need to generate an xsl-fo file to be converted into pdf. I am new to style sheets and struggling to create dynamic table. Please help. Also, the width for each column ...
0
votes
0answers
85 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 ...
2
votes
1answer
111 views

How to have column-count=“2” only in some part of the page (XSL-FO)

I want column-count="2" to have only in some part of the page. <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE fo:root [ <!ENTITY nbsp "&#160;"> ]> ...
0
votes
1answer
89 views

Splitting Apache FOP blocks into multiple columns to display data

I am fop-newbie who is willing to generate PDF using Apache FOP, as described below [ Imagine A4 page has dimensions 800pt x 600pt. The top 200pt x 600 pt will hold a image and some meta data about ...
0
votes
1answer
46 views

xsl:number - Excluding certain elements

In xsl fo I need to label/count an element called prcitem1 using xsl:number, but I only want to target prcitem1 elements that have a second descendant named para. The numbering works in the sense ...
1
vote
0answers
76 views

xsl fo list of effective pages

Does anyone know how to make a list of effective pages using xsl fo? I cant seem to find a way to do it. There does not seem to be a way to access all of the pages in the document. If anyone knows of ...
0
votes
1answer
88 views

Apache-FOP - howto format number retrieved with <fo:retrieve-marker/>

I am currently trying to use Apache-FOP for generating Invoices. Using <fo:retrieve-marker/> and <fo:marker/> I am able to create Subtotals for every page. I want to format this number ...
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
129 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 ...
2
votes
2answers
64 views

XSL rounding issue

I have an XSL style sheet and I’m using format-number(xpath,"#,##0") to round the value. On my local machine the value 1006.5 gets rounded to 1007. However, the same style sheet on the server rounds ...
1
vote
2answers
72 views

how to align the content in xsl using fo block

Im very new to xsl coding. I want the output in below format. a,b,c should be aligned in same line and content alone should be in same line. How to get this using fo block. Please help. a. För att ...
1
vote
1answer
177 views

HTML to PDF using XSL FO is having pagination issue - displays only the first page

I'm using a Java class(http://pastebin.com/KhSGPmCV) that takes in an HTML document and tries to convert it to a PDF document by the following steps: Uses Tidy to parse it into an XML document. Uses ...
1
vote
1answer
64 views

TOC formatting issue when headline close to numbering

I've run into a scenario where if the TOC title is too close to the TOC numbering, it pulls the numbering inwards. Here you can see several examples where I started adding/removing one character at a ...
0
votes
2answers
110 views

Apache Camel FOP component config file location

I'd like to configure Apache Camel FOP component to use configuration file (as described here). It seems Camel is looking for the file in server base path, because I got exception: Caused by: ...

1 2 3 4 5 10