Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 76 for

pdfa

(0.08 sec)
  1. PdfFormats - GroupDocs.Conversion for Java - AP...

    All Classes Packages com.groupdocs.conversion com.groupdocs.conversion.caching com.groupdocs.conversion.contracts com...... PdfA_1A PDF/A-1a – Level A (accessible)...static PdfFormats PdfFormats. PdfA_1B PDF/A-1b – Level B (basic)...

    apireference.groupdocs.com/conversion/java/com....
  2. pdfformats - GroupDocs.Conversion for Java - AP...

    All Classes Packages com.groupdocs.conversion com.groupdocs.conversion.caching com.groupdocs.conversion.contracts com...... PdfA_1A PDF/A-1a – Level A (accessible)...static PdfFormats PdfFormats. PdfA_1B PDF/A-1b – Level B (basic)...

    apireference.groupdocs.com/conversion/java/com....
  3. Convert to PDF with advanced options | Document...

    Follow this guide and learn how to convert documents to PDF with height, width, DPI, margins and other customizations using GroupDocs.Conversion for Java....Default, PdfA_1A, PdfA_1B, PdfA_2A, PdfA_3A, PdfA2B, PdfA_2U, PdfA_3B...PdfA_3B, PdfA_3U, v1_3, v1_4, v1_5, v1_6, v1_7, PdfX_1A, PdfX_3...

    docs.groupdocs.com/conversion/java/convert-to-p...
  4. Convert to PDF with advanced options | Document...

    Follow this guide and learn how to convert documents to PDF with height, width, DPI, margins and other customizations using GroupDocs.Conversion for Node.js via Java....Default, PdfA_1A, PdfA_1B, PdfA_2A, PdfA_3A, PdfA2B, PdfA_2U, PdfA_3B...PdfA_3B, PdfA_3U, v1_3, v1_4, v1_5, v1_6, v1_7, PdfX_1A, PdfX_3...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  5. Convert to PDF with advanced options | Document...

    Follow this guide and learn how a file convert to pdf with height, width, DPI, margins and other customizations using GroupDocs.Conversion for .NET....Default, PdfA_1A, PdfA_1B, PdfA_2A, PdfA_3A, PdfA2B, PdfA_2U, PdfA_3B...PdfA_3B, PdfA_3U, v1_3, v1_4, v1_5, v1_6, v1_7, PdfX_1A, PdfX_3...

    docs.groupdocs.com/conversion/net/convert-to-pd...
  6. PDF to PDF/2A conversion using .NET - Free Supp...

    https://forum.groupdocs.com/t/pdf-to-pdf-2a-conversion-using-net/13162/9 I have changed the library version to 23.3.0 it’s work fine. What I need. Are there any way to change the pdf file Conformance Standard: PDF/A-2…...PdfA_2A, DocumentInfo = new PdfDocumentInfo...the PdfOptions is PdfFormats.PdfA_2A About the GroupDocs.Conversion...

    forum.groupdocs.com/t/pdf-to-pdf-2a-conversion-...
  7. Converting PDF to PDF/2A using GroupDocs.Conver...

    Converting pdf to PDF/2A file with options don’t work public byte[] CreateOutput(byte[] content) { using var stream = new MemoryStream(); var inputStream = () => GetFileStream(content); using var converter = new Con…...PdfA_2A, DocumentInfo = new PdfDocumentInfo...PdfOptions is PdfFormat is PdfFormats.PdfA_2A atir.tahir Split this topic...

    forum.groupdocs.com/t/converting-pdf-to-pdf-2a-...
  8. Pdf accessibilty tags

    Pdf accessibilty tags Hi GroupDocs, I am trying to generate a file with accessibility tags using JAVA SDK conversion library. Below is the code I am using to convert docx file to PDF > try(ByteArra......PdfA_2A); > System.out.println("PdfFormats...pdfOptions.setPdfFormat(PdfFormats.PdfA_1A); .......... Read full topic...

    forum.groupdocs.com/t/pdf-accessibilty-tags/143...
  9. Getting Object Reference Error while calling PD...

    I took Nuget package and when trying to access this code then getting object reference error. a Blank PDF file is getting created. using (var converter = new Converter(@“D:/sample.pdf”)) { var options = new PdfConvert…...PdfA_3A; converter.Convert(@“D:/output...

    forum.groupdocs.com/t/getting-object-reference-...
  10. Pdf accessibilty tags - Free Support Forum - gr...

    Hi GroupDocs, I am trying to generate a file with accessibility tags using JAVA SDK conversion library. Below is the code I am using to convert docx file to PDF try(ByteArrayInputStream is = new ByteArrayInputStream(…...PdfA_2A); System.out.println("PdfFormats...pdfOptions.setPdfFormat(PdfFormats.PdfA_1A); .......... saravanaprabhusr...

    forum.groupdocs.com/t/pdf-accessibilty-tags/14305