Uses of Class
aspose.pdf.PdfConformance

Uses of PdfConformance in aspose.pdf
 

Fields in aspose.pdf declared as PdfConformance
static PdfConformance PdfConformance.None
          No conformance
static PdfConformance PdfConformance.PdfA1A
          Part 1 of the PDF/A ISO standard [ISO 19005-1:2005] is a constrained form of Adobe PDF version 1.4 intended to be suitable for long-term preservation of page-oriented documents for which PDF is already being used in practice.
static PdfConformance PdfConformance.PdfA1B
          Part 1 of the PDF/A ISO standard [ISO 19005-1:2005] is a constrained form of Adobe PDF version 1.4 intended to be suitable for long-term preservation of page-oriented documents for which PDF is already being used in practice.
 

Methods in aspose.pdf that return PdfConformance
 PdfConformance Pdf.getConformance()
          
NOTE: This is beta version of PdfA.
static PdfConformance PdfConformance.getPdfA1A()
          Represents a PdfConformance action
static PdfConformance PdfConformance.getPdfA1B()
          Represents a PdfConformance action
 

Methods in aspose.pdf with parameters of type PdfConformance
 void Pdf.setConformance(PdfConformance value)
          
NOTE: This is beta version of PdfA.