Sort Score
Result 10 results
Languages All
Labels All
Results 1 - 2 of 2 for

pdfa1a

(0.02 sec)
  1. Select specific pages for rasterized PDF | Docu...

    Select specific pages for rasterized PDF Saving document as a rasterized PDF, you can specify starting page index (zero based) and the number of pages from this index to save. Also, you can change the Compliance level from PDF/A-1b, which is used by default, to PDF/A-1a: final Redactor redactor = new Redactor("MultipageSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options.... PdfA1a ); // by default PdfComplianceLevel...

    docs.groupdocs.com/redaction/java/select-specif...
  2. Select specific pages for rasterized PDF | Docu...

    This article demonstrates that how you can specify starting page index (zero based) and the number of pages from this index to save a rasterized PDF... PdfA1a ; // by default PdfComplianceLevel...

    docs.groupdocs.com/redaction/net/select-specifi...