public class PdfProductionResult extends Object
Modifier and Type | Field and Description |
---|---|
protected static String |
PAGE_COUNT_PROPERTY |
protected static String |
PDF_PRODUCTION_REPORT_PROPERTY |
protected static String |
TEMPLATE_REPAIR_REPORT_PROPERTY |
Constructor and Description |
---|
PdfProductionResult(long pageCount, com.itextpdf.dito.sdk.report.ProcessingReport templateRepairReport, com.itextpdf.dito.sdk.report.ProcessingReport pdfProductionReport) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
long |
getPageCount()
Gets number of pages in created PDF
|
com.itextpdf.dito.sdk.report.ProcessingReport |
getPdfProductionReport()
Gets the PDF production report that contains information indicating potential problems during PDF production and other informative messages.
|
com.itextpdf.dito.sdk.report.ProcessingReport |
getTemplateRepairReport()
Gets the template repair report that for now contains only entries for normalized attributes in template.
|
int |
hashCode() |
String |
toString() |
protected static final String PAGE_COUNT_PROPERTY
protected static final String TEMPLATE_REPAIR_REPORT_PROPERTY
protected static final String PDF_PRODUCTION_REPORT_PROPERTY
public PdfProductionResult(long pageCount, com.itextpdf.dito.sdk.report.ProcessingReport templateRepairReport, com.itextpdf.dito.sdk.report.ProcessingReport pdfProductionReport)
public long getPageCount()
public com.itextpdf.dito.sdk.report.ProcessingReport getTemplateRepairReport()
PdfProducer
is already logged under the hood.
public com.itextpdf.dito.sdk.report.ProcessingReport getPdfProductionReport()
ProcessingReportEntry.getSeverity()
Also note that report created during PDF production in PdfProducer
is already logged under the hood.
Copyright © 2023. All rights reserved.