Class PdfConverter

java.lang.Object
net.sourceforge.plantuml.pdf.PdfConverter

public class PdfConverter extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    convert(java.io.File svgFile, java.io.File pdfFile)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PdfConverter

      public PdfConverter()
  • Method Details

    • convert

      public static void convert(java.io.File svgFile, java.io.File pdfFile)