Questions tagged [apache-fop]

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

1304 questions
0
votes
1 answer

what is meant by limited GPOS support in font?

I am using Apache FOP for PDF generation in Arabic text. I have understood that Apache FOP full supports Arabic text from their site documentation i.e. http://xmlgraphics.apache.org/fop/trunk/complexscripts.html But I am bit little confuse because…
Oomph Fortuity
  • 5,710
  • 10
  • 44
  • 89
0
votes
1 answer

I can't capture the console output from Java in FOP process and all my process it doesn't work

I'm using eclipse + java. I have a method for execute instructions from console. Copied & pasted from internet... public void viewPDF(String cmd){ try { Process p = Runtime.getRuntime().exec( cmd); BufferedReader in = new…
Marquake
  • 191
  • 1
  • 3
  • 10
0
votes
1 answer

Support for external CSS file from Apache FOP PDF Generation

Does the apache FOP supports external CSS file for generating PDF from html document? I am specifying the css file path html file but styles are not applied on pdf report generated. Also I tried copy pasting the entire style content inside tag in…
Chetan
  • 1,507
  • 7
  • 30
  • 43
0
votes
2 answers

Writing mode and text direction right to left

I have gone through w3 school website and found that there is attribute "writing-mode" that we can use with , ,. When I use it with text directions and writing mode works…
Avyaan
  • 1,285
  • 6
  • 20
  • 47
0
votes
0 answers

PDF Form Filling using XSL/XML in Java

I am working on proof of concept for generating PDF filled forms (usually forms from government say IRS tax form and other sites), data will be coming from JSON or XML. I was evaluating Apache FOP for this where XML is data part and XSL is…
Rushik
  • 1,121
  • 1
  • 11
  • 34
0
votes
1 answer

XSL-FO: how to do not begin a chapter in last line

I have a xml document with chapters, and sub-chapters. I have created an XSL-FO to convert the document to PDF with apache-fop. In the PDF, chapters begin always in a new page using "break-before". I would like sub-chapters to only start on a page…
Adrian Maire
  • 14,354
  • 9
  • 45
  • 85
0
votes
1 answer

Generating PDF/A-1b with Apache FOP 0.95 - How to embbed full fonts

I am struggeling with generation PDF/A-1b compliant document using Apache FOP 0.95. Generation wiht fop goes fine without exceptions but when I validate it in Adobe Acrobat XI using preflight tool I get following error. PDF document is not…
Klamartin
  • 1
  • 3
0
votes
1 answer

Create multi-page pdf with table of content with fop

Assuming an input XML document such as this one: John Steinbeck John Ernst Steinbeck, Jr. (February 27, 1902 – December 20, 1968) was an American author of twenty-seven books, including sixteen…
remi
  • 3,914
  • 1
  • 19
  • 37
0
votes
1 answer

Sorting data in xsl fo for PDF output using XSLT V 1.0

This is a question that I realize has been asked a million different ways already with just as many different solutions, but try as I might, I just can't find a solution that will give me the desired effect I want. I am creating xsl fo templates to…
adam5990
  • 346
  • 2
  • 13
0
votes
1 answer

Apache FOP in Visual Studio 2008

I am writing some XML -> PDF generating templates in Apache FOP for an asp web app. I need to use Visual Studio for my development. Visual studio has great editing and auto complete for regular XSL, I was wondering if there is any way to add this…
Igman
  • 257
  • 6
  • 14
0
votes
1 answer

Any Decent Open Source XSLT designers for XSL-FO output [ WYSIWYG style]

We are planning to render millions of pdf's using Apache FOP by using XSL-FO as input. Is there a decent XSLT WYSIWYG designer that allows to easily design an XSLT that will transform the XML input data to the XSL-FO required for processing by…
nikel
  • 3,402
  • 11
  • 45
  • 71
0
votes
1 answer

Render image using OutputStream In FOP

I wanted to render image on PDF which is going to generated by FOP. To render image I am using tag As below :
Amogh
  • 4,453
  • 11
  • 45
  • 106
0
votes
1 answer

Apache fop : Unable to handle if single Word in text is larger than the containing block

I am new to fop , will be greatful if i get help from someone..., I am not using XSLT tranformation but creating XSLFO file directly using Java code. Everything works fine but the problem comes when particular word(long text without space) is…
mathanpec
  • 21
  • 5
0
votes
1 answer

I can´t change the default name of generated PDF file

I'm using Apache Cocoon 2.2 and I want to change the default name of the generated pdf file when i try to download it from the browser. This part of the pipeline generates a PDF with pdf_parameter as its default name.
Fernando Prieto
  • 520
  • 1
  • 6
  • 19
0
votes
1 answer

OTF files modified after compilation

This is something very weird and I am sure I am doing something wrong, but I don't know what. I have a few OTF files on src/main/resources/report/fonts. These files are correct and work fine, but when I compile the application, they are modified…
luanjot
  • 1,176
  • 1
  • 7
  • 21