| java.lang.Object embedding.ExampleSVG2PDF
ExampleSVG2PDF | public class ExampleSVG2PDF (Code) | | This class demonstrates the conversion of an SVG file to PDF using FOP.
|
convertSVG2PDF | public void convertSVG2PDF(File svg, File pdf) throws IOException, TranscoderException(Code) | | Converts an FO file to a PDF file using FOP
Parameters: svg - the SVG file Parameters: pdf - the target PDF file throws: IOException - In case of an I/O problem throws: TranscoderException - In case of a transcoding problem |
main | public static void main(String[] args)(Code) | | Main method.
Parameters: args - command-line arguments |
|
|