Class SvgProcessingUtil

java.lang.Object
com.itextpdf.html2pdf.util.SvgProcessingUtil

public class SvgProcessingUtil extends Object
Utility class for handling operations related to SVG
  • Constructor Details

    • SvgProcessingUtil

      public SvgProcessingUtil (com.itextpdf.styledxmlparser.resolver.resource.ResourceResolver resourceResolver)
      Creates a new SvgProcessingUtil instance based on ResourceResolver which is used to resolve a variety of resources.
      Parameters:
      resourceResolver - the resource resolver
  • Method Details

    • createImageFromProcessingResult

      @Deprecated public com.itextpdf.layout.element.Image createImageFromProcessingResult (com.itextpdf.svg.processors.ISvgProcessorResult result, com.itextpdf.kernel.pdf.PdfDocument pdfDocument)
      Deprecated.
      Create SvgImage layout object tied to the passed PdfDocument using the SVG processing result.
      Parameters:
      result - processing result containing the SVG information
      pdfDocument - pdf that shall contain the image
      Returns:
      SVG image layout object
    • createSvgImageFromProcessingResult

      @Deprecated public com.itextpdf.layout.element.Image createSvgImageFromProcessingResult (com.itextpdf.svg.processors.ISvgProcessorResult result)
      Deprecated.
      Create SvgImage layout object using the SVG processing result.
      Parameters:
      result - processing result containing the SVG information
      Returns:
      SVG image layout object
    • createXObjectFromProcessingResult

      @Deprecated public com.itextpdf.kernel.pdf.xobject.PdfFormXObject createXObjectFromProcessingResult (com.itextpdf.svg.processors.ISvgProcessorResult result, com.itextpdf.kernel.pdf.PdfDocument pdfDocument)
      Deprecated.
      Create an PdfFormXObject tied to the passed PdfDocument using the SVG processing result.
      Parameters:
      result - processing result containing the SVG information
      pdfDocument - pdf that shall contain the SVG image
      Returns:
      SvgImageXObject instance
    • createXObjectFromProcessingResult

      public com.itextpdf.svg.xobject.SvgImageXObject createXObjectFromProcessingResult (com.itextpdf.svg.processors.ISvgProcessorResult result, ProcessorContext context, boolean generateAbsolutelySizedSvg)
      Create an PdfFormXObject tied to the passed ProcessorContext using the SVG processing result.
      Parameters:
      result - processing result containing the SVG information
      context - html2pdf processor context
      generateAbsolutelySizedSvg - if true and context has pdf document and svg is not relative sized, it will be immediately generated, otherwise no generation will be performed
      Returns:
      new SvgImageXObject instance