Class Svg2PdfConverter
- java.lang.Object
 - 
- de.xima.fc.transform.pdf.convert.img.Svg2PdfConverter
 
 
- 
- All Implemented Interfaces:
 IPdfConverter
public class Svg2PdfConverter extends Object implements IPdfConverter
Apache Batik basedIPdfConverterimplementation for SVG images. The only supported conversion parameter isPdfConversionParams.ParamNames.TARGET_PAGE_FORMAT(default isETargetPageFormat.AUTOwhich means 'get the page format from the size of the source image').- Since:
 - 8.3.0
 - Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Constructor Summary
Constructors Constructor Description Svg2PdfConverter() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconvert(InputStream is, OutputStream os, PdfConversionParams conversionParams)byte[]createIntermediateImage(InputStream svgSrcStream) 
 - 
 
- 
- 
Method Detail
- 
convert
public void convert(InputStream is, OutputStream os, PdfConversionParams conversionParams)
- Specified by:
 convertin interfaceIPdfConverter- Parameters:
 is- the input stream providing the source dataos- the output stream for the resulting PDF dataconversionParams- parameters for the conversion
 
- 
createIntermediateImage
public byte[] createIntermediateImage(InputStream svgSrcStream)
 
 - 
 
 -