Tagged Questions

6
votes
1answer
764 views

Scaling an SVG in Java

I'm attempting to scale an image, modify it, and then output to another image format. So far, I've been using the apache batik library. For simple conversion, this is easy. For clipping the svg, this ...
6
votes
1answer
3k views

Smallest Java SVG Engine

What is the smallest Java SVG engine (least/smallest jars) that actually works? If your answer is Batik, what is the minimal dep. graph for getting this to work in a simple Java application? I've ...
4
votes
1answer
236 views

How to paint SVG images efficiently in Java?

Reference: How do you paint efficiently and effectively when rotating a BufferedImage in Java? In the referenced question I asked about quality regarding transformations of rasterized images. Someone ...
3
votes
1answer
188 views

How to convert SVG into PNG on-the-fly

I try to convert an svg into PNG. the svg document is coming from a server as an Inputstream. First, I convert the svg stream into byte array with: byte[] streamBytes = ...
3
votes
4answers
3k views

convert pdf to svg

I want to convert PDF to SVG please suggest some libraries/executable that will be able to do this efficiently. I have written my own java program using the apache PDFBox and Batik libraries - ...
3
votes
1answer
450 views

How do I superimpose one SVG image onto another using Apache Batik?

I have 2 SVG files I need to overlay using Batik. One file serve as the background image and is 308px by 308px while the second file (260px by 260px) is the foreground image that must be centered ...
3
votes
2answers
1k views

Swing & Batik: Create an ImageIcon from an SVG file?

Simply put, I'm looking for a way to make an ImageIcon from an SVG file using the batik library. I don't want to have to raster the SVG to disk first, I just want to be able to pull an svg out of the ...
3
votes
1answer
346 views

How can I programatically convert SVG files containing text to PDF files (specifically on CentOS 5.3 x86_64)?

I would like to programatically convert SVG files to PDF files. However, the SVG files contain text that must be searchable in the generated PDF files. Also, it has to work on Red Hat Enterprise Linux ...
2
votes
0answers
115 views

How to Make Transparent SVG Transparent in Java?

I have SVG file that actually empty, that have no element, yet. I will manipulate it in the java code by adding element. The SVG file will be inserted in a scrollpane. The problem is even the SVG file ...
2
votes
1answer
816 views

How to resize an svg (with batik) and display it?

I have a svg file of 100x100 pixels (for example). I am using Batik. If I do a : JSVGCanvas svg = new JSVGCanvas(); [...] svg.setSize(10,10); It will only show this part of the picture and not the ...
2
votes
2answers
570 views

Looking for SVG drawing application, open source based on Java apache batik library

Can you recommend a free, open source, drawing application, like Inkscape, but written in Java based on the Apache batik code library?
1
vote
1answer
64 views

Converting svg to pdf: Why am I losing my text?

I'm using Batik to convert an svg to a pdf. The pdf that Batik outputs has no text. The svg does have text. If I use Batik to rasterize to png, I do get text. The font I am using is Arial. I am ...
1
vote
1answer
127 views

batik - id-attribute occurs twice in saved document

I use Batik two load one svg-document and add an element form another document to it, but the id-attribute occurs in the saved document in some attributes now twice. So when I'am trying to open the ...
1
vote
1answer
2k views

create an SVG image with embedded base64 string from another svg image with elements

Hi I have an svg file that contains several elements (like path, circles, rectangles, etc..). I'd like to convert that svg file to an svg with embedded base64 data instead of multiple elements. is it ...
1
vote
1answer
70 views

Disable logging with Batik Transcoder?

I'm using the batik transcoder for svgs, and every time I convert an SVG image, it produces output on standard out. I'm assuming it's using a logging package of some kind. How do I disable this ...
1
vote
1answer
843 views

Get empty image when transcoding SVG to PNG

I'm trying to generate an SVG image and then transcode it to PNG using Apache Batik. However, I end up with an empty image and I can't see why. I use the Document from SVGDomImplementation as the ...
1
vote
1answer
602 views

Issue rendering truetype font in SVG

I'm having an issue with the rendering of a truetype font inside an svg being rendered to a pdf through fop. In the final pdf the font comes out with Times New Roman instead of the truetype font I ...
1
vote
1answer
421 views

Finding objects under mouse in a JSVGCanvas from Batik

I have a JSVGCanvas object from the Batik library from java. In my application, I am rendering several objects in a schematic. I require to know what component is below the mouse so I can render an ...
1
vote
2answers
2k views

“SAX2 driver class org.apache.crimson.parser.XMLReaderImpl not found” when using Batik in a webapp on Tomcat

This is possibly related to a classpath problem, but I'm really not sure at this point, since I don't get this error on some machines. The error at the top of the stack is SAX2 driver class ...
0
votes
1answer
136 views

Converting svg to pdf with Batik not working on Ubuntu 11.10

I am attempting to convert a svg image to pdf using the Batik SVG toolkit on Ubuntu-11.10. I have Batik 1.7 and Fop 0.95 installed. When running the following in the terminal: java -jar ...
0
votes
0answers
34 views

JSVGCanvas: Set modifier key/set mouse button for zoom/pan interactors/actions

is there a way to modify the default bindings for zoom and pan interactions of the JSVGCanvas component provided by batik-swing? The default is CTRL+MouseButton and SHIFT+MouseButton, but I do not ...
0
votes
1answer
36 views

Image is chopping off while using SVG converter

The image is chopping off when i am trying to convert svg file to png image using org.apache.batik.apps.rasterizer.SVGConverter. The java code is mentioned below. SVGConverter svgConverter = new ...
0
votes
0answers
121 views

How to integrate Batik with Android to open & display SVG files?

I see on this post that Batik is the way to open SVG files with Android: svg files rendering in android But in the post is not explained how to integrate batik with android. Someone know how to use ...
0
votes
2answers
169 views

Poor image quality using the batik SVGConverter from svg to png

I'm using batik to convert an existing svg file to a png. Unfortunately, the png output is low quality. The text and images are both fuzzy. I haven't been able to find anywhere that can show me how to ...
0
votes
1answer
115 views

Resizing svg in a panel in java

I have a svg file in a panel and it is displayed. The problem occurs when i try to change the size of it (svg). I tried setSize, setPreferredSize and resize but none work. I noticed that when i try ...
0
votes
2answers
115 views

Using Batik with Yii - Fails in the app but works in terminal

I'm trying to add SVG to .png conversion into my Yii app, using the Batik rasterizing library. Currently I'm working locally on a Mac running OSX 10.6.7, PHP 5.3.4 and Java 1.6.0_24. When I run the ...
0
votes
3answers
298 views

JPanel problem - repaint on resize on normal look

I have strange problem with JPanel. I am trying to show svg image ( SVG_class extends JSVGCanvas from batik jar). Problem is when I start this program I get this and when I resize with pointer ...
0
votes
0answers
135 views

Draw text in the center of a closed SVG path element in java swing with batik

I am working on an Java(swing)/SVG application using the batik framework. The application has an SVG document with several irregular closed paths. I have already registered mouse events, rotated it ...
0
votes
1answer
46 views

Attribute Modifications in Graphical Interface in Java SVG

I want to render java objects in some graphical format with the domain specific icons/terminology. 2 most important feature i would like in this graphics mode are 1) Ability to change an attribute of ...
0
votes
1answer
103 views

Generate image for background in Batik

I have a method that generates an array of bytes, which can be represented as a two dimensional image. I would like to show this image as a background image in batik. I do not want to save the array ...
0
votes
1answer
298 views

Batik Swing SVG: Events on Objects in Canvas

I'm looking for a java library to use SVG for work flow presentation. My question: is Batik this dynamic that you can move the objects in a svg drawing? E.g. moving icons in a canvas. Something like ...
0
votes
1answer
790 views

SVG rendering in Java using SWT - Batik too slow

I am having performance issues with Batik when I try to render SVG files using SWT. It seems like a very bloated library but the only other one I could find was SVGSalamander and it looks like it's ...
0
votes
2answers
437 views

How to set a transparent Icon from a transparent SVG file

I have a transparent SVG file. I would like to use it as the icon of a JLabel, via setIcon(). I use Batik for SVG, but I don't know how to do this. Can you help me ? Thanks :)