Top "Apache-fop" questions

Apache FOP is a document rendering engine that implements the W3C XSL-FO 1.1 Specification.

Compare these products for PDF generation with Java given requirements inside: iText, Apache PDFBox or FOP?

There were questions on that but not recently and technology must have gone ahead since then. Requirements: generating pdf documents …

java pdf pdf-generation itext apache-fop
How to display fixed image height and width using xsl-fo with apache fop 0.95

I am trying to fix the height and width of image in pdf generated using fop 0.95. Here is the code …

image pdf size xsl-fo apache-fop
Convert a string to XML input stream in java

I'm trying to generate a PDF document using FOP and Java. I receive the XML as a string and not …

java apache-fop
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 …

pdf-generation xsl-fo apache-fop
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 …

java pdf-generation jasper-reports itext apache-fop
Access file in WebContent folder from a servlet

I'm trying to generate a PDF document using FOP. The pdf generation code is kept in a servlet and the …

java servlets apache-fop
Resolving relative paths when loading XSLT files

I need to do an XSL transformation using Apache FOP and I had code like this: //Setup FOP Fop fop = …

java xslt xsl-fo apache-fop
FOP: how to specify image src relative path?

This is my first question here, i hope i'm doing it right. Sorry for my bad English in advance :) I …

jsf-2 relative-path apache-fop
Embedding Font into Apache FOP

I am tring to get Apache FOP to use Arial as font. So far, without luck. In my config.xml …

fonts apache-fop
How to embed font in PDF created from HTML with iText and Flying Saucer?

I have problem with embedding Polish fonts into PDF converted from HTML. My HTML code have style in body: <…

html pdf itext apache-fop flying-saucer