python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Setting SVG 1.1 doctype (public and system ids) in Batik
I'm trying to get a specific DOCTYPE entry in my SVG output when using Apache Batik (1.14).
A simple example looks like:
DOMImplementation domImpl = GenericDOMImplementation.getDOMImplementati...
BradHards
Votes: 0
Answers: 1
Apache FOP XSLT with svg-text render quality chaged after batik library upgrade
We recently migrated from FOP 2.1 to FOP 2.6 and witnessed a change in PNG output quality.
In our application fop is used with antialiasing OFF and in fop2.1 ( +batik 1.8) the text output is rendered ...
Gurubg
Votes: 0
Answers: 0
SVG to PDF conversion doesn't render Cyrillic characters correctly
I'm trying to convert a SVG which has Cyrillic characters to PDF document but those are showing as #. I have gone through few threads reporting similar issue but could not found solution.
PDF is getti...

NILESH AWTADE
Votes: 0
Answers: 0
Inlining SVG's not working on Unix Server but External SVG's ok
We are using Apache FOP to generate PDF's & have an issue with SVG's.
To include an SVG we're using something like the following...
<fo:block>
<fo:external-graphic src="classpat...
Dave The Dane
Votes: 0
Answers: 1