Class ItextMaker

java.lang.Object
org.ofdrw.converter.ItextMaker

public class ItextMaker extends Object
pdf生成器
Since:
2020.08.11
Author:
dltech21
  • Constructor Details

  • Method Details

    • makePage

      public com.itextpdf.kernel.pdf.PdfPage makePage(com.itextpdf.kernel.pdf.PdfDocument pdf, PageInfo pageInfo) throws IOException
      ofd每页的object画到pdf
      Parameters:
      pdf - PDF文档对象
      pageInfo - 页面信息
      Returns:
      PDF页面
      Throws:
      IOException - 文档操作过程中发生异常
    • addAttachments

      public void addAttachments(com.itextpdf.kernel.pdf.PdfDocument pdf, OFDReader ofdReader) throws IOException
      添加附件
      Parameters:
      pdf - PDF文档对象
      ofdReader - OFD解析器
      Throws:
      IOException - IO异常