apache-fop Questions
3
I'm generating PDF files using Apache FOP 2.1.
For this I am trying to set the default language to be English.
This is supposed to be verified after the creation of the PDF via Adobe Reader's opt...
Beelzebub asked 18/8, 2016 at 12:0
5
Solved
When creating a PDF using Apache FOP it is possible to embed a font with configuration file. The problem emerges when the app is a web application and it is necessary to embed a font that is inside...
Thrum asked 25/2, 2019 at 8:0
6
Solved
I am using Apache FOP 1.1(Java) to generate PDF files.
It is working fine on windows machine but when I used Ubuntu machine I got this error
org.apache.xmlgraphics.image.loader.ImageException: T...
Verdure asked 10/12, 2014 at 12:35
2
I have a TTF font in fonts directory in the JAR with my application.
myapp.jar /
fop /
config.xml
font.ttf
I create my FOP this way:
FopFactory fopFactory = FopFactory.newInstance();
fopF...
Cincture asked 19/7, 2013 at 11:34
3
I am trying to run ".sh" file from c# core application.But it doesn't seem to be running properly.Here is my scenario.
I am working on .Net core project which is hosted on Linux environment.We are...
Lichtenfeld asked 14/10, 2016 at 13:52
6
Solved
Has anyone successfully complied the Apache FOP v1.0 library to a .NET DLL? I am using the IKVM syntax found at http://onjava.com/pub/a/onjava/2004/08/18/ikvm.html; however, the compiled DLL seems ...
Swirly asked 18/10, 2010 at 17:5
5
I have produced a fop.dll from fop-1.0 with ikvm:
ikvmc -target:library -reference:IKVM.OpenJDK.Core.dll -recurse:{myPathToJars}\*.jar -version:1.0 -out:{myPathToJars}\fop.dll
If I use my fop.dl...
Fubsy asked 18/10, 2011 at 8:1
1
I have an issue configuring Batik PDFTranscoder for Svg to Pdf conversion.
I want to embed custom truetype fonts to PDF output, therefore I utilize Batik transcoder. I supply font configuration in ...
Packsaddle asked 19/12, 2017 at 10:28
4
I need to do an XSL transformation using Apache FOP and I had code like this:
//Setup FOP
Fop fop = fopFactory.newFop(MimeConstants.MIME_PDF, out);
//Setup Transformer
Source xsltSrc = new StreamS...
Caprifig asked 13/9, 2010 at 11:12
4
Solved
I have problem with embedding Polish fonts into PDF converted from HTML.
My HTML code have style in body:
<BODY style="font-family: Tahoma, Arial, sans-serif;font-size : 8pt;">
I tried 2 ...
Conservatism asked 23/9, 2011 at 7:3
4
I'm looking at an issue in a mature commercial product.
In a nutshell, we are using part of the Apache POI library to read in a Word .DOC or .DOCX file, and convert it into XSL-FO so that we can d...
Culex asked 1/10, 2014 at 10:29
1
Solved
After upgrading to Java 11 my PDF generation stop working (using Apache FOP) with the following error.
Caused by: jakarta.xml.bind.JAXBException: ClassCastException: attempting to cast
jar:file:j...
Aime asked 26/5, 2021 at 14:16
3
Solved
I am using Apache FOP 1.1.I want to change current apache Xalan XSLT processor to other for supporting XSLT 2.0.
Currently it is not supporting XSLT 2.0.
Please help me how to solve this problem.
...
Wonderwork asked 15/10, 2013 at 10:36
1
Solved
I am using Apache FOP (v 2.3 and with testing v 2.5). I have recently upgraded from Oracle JDK 8 to Oracle JDK 11. I am using JBoss EAP 7.2 on Oracle Linux (which is RedHat derivative). Everything ...
Ruin asked 30/12, 2020 at 15:39
2
Solved
I am getting the following error:
Exception in thread "main" java.lang.Error: Unresolved compilation problem: The method newInstance(FopFactoryConfig) in the type FopFactory is not applicable for ...
Spinster asked 15/1, 2016 at 22:34
3
Solved
Context
I am creating an XSL-FO document to convert my XML text to PDF.
In the XSL-FO, I have two consecutive inline elements, I would like a white space between them:
<fo:block>
<xsl:...
Lusitania asked 17/8, 2014 at 9:7
0
I've a question about long tables in Latex.
How is it possible to automatically break text content inside a long table cell.
I read lot of articles and examples and tried it (e.g. longtable)
Bu...
Preventer asked 28/10, 2019 at 8:41
6
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 av...
Kristy asked 23/11, 2010 at 4:37
1
We are sometimes getting this strange error from clients (automatically, no user report was filled until now), and none of us can make sense of it. A user starts our Swing Java-Web-Start "fat clien...
Mazuma asked 16/2, 2016 at 15:58
1
I do not use maven, or pom or anything. I just have simple test class for testing and I just try to make XSL-FO to PDF conversion and I get this error.
The code is simple:
package testing;
import...
Coulometer asked 15/11, 2017 at 14:17
3
Solved
I have got configuration file to load custom fonts for Apache FOP. I am struggling to configure embed-url on server so that font url changes as per server domain.
I have tried embed-url property ...
Cloverleaf asked 4/2, 2016 at 8:14
3
I have the following template to generate a table defined:
<xsl:template name="CreateTable">
<fo:block>
<fo:table border-style="solid" table-layout="fixed">
<fo:table-body&...
Confessional asked 16/1, 2018 at 20:57
5
Solved
I am using Microsoft Word 2007. I would like to convert the Word document to XSL-FO. There are some hints on the net, but only for RenderX. Is there such a tool for Apache FOP?
Sizzle asked 17/9, 2010 at 10:18
1
Solved
First of all I have already exhaustively checked the following questions and this issue does not seem to be the same thing:
SAXParseException: Content is not allowed in prolog
org.xml.sax.SAXPars...
Drawl asked 24/7, 2018 at 14:7
1
I'm generating PDF file from xml and xsl-fo using Fop-2.1 and spent a lot of time to configure fop configuration file(I'm using cyrillic fonts), in according with https://xmlgraphics.apache.org/fop...
Orchestrate asked 3/11, 2016 at 11:44
1 Next >
© 2022 - 2024 — McMap. All rights reserved.