Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 447 for

pdfa1b

(0.08 sec)
  1. Converting word to PDF creates incorrect render...

    Hi Aspose team, I’m trying to convert a word document to PDF using aspose words as follows: // Load the Word document Aspose.Words.Document doc = new Aspose.Words.Document(dir + @"\TestPDF_07312025\WordTestFile.docm");…...PdfA1b }; // Save the document as...PdfCompliance.Pdf15 instead of PdfA1b . Update Aspose.Words : Make...

    forum.aspose.com/t/converting-word-to-pdf-creat...
  2. Aspose::Words::Saving::PdfCompliance enum | Asp...

    Aspose::Words::Saving::PdfCompliance enum. Specifies the PDF standards compliance level in C++.... PdfA1b 3 The output file will comply...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. Specify Save Options in C#|Aspose.Words for .NET

    More accurately control the save process using C#....PdfA1b . Example: Document doc = new...Compliance = PdfCompliance . PdfA1b ; doc . Save ( "report.pdf"...

    docs.aspose.com/words/net/specify-save-options/
  4. Convert a Document in C#|Aspose.Words for .NET

    Easily convert documents from one format to another using C#. You can work with all the most popular formats like Microsoft Word formats such as DOCX or DOC, OpenDocument formats such as ODT or OTT, web formats such as HTML or XHTML, text formats such as MarkDown or TXT, and others.... PdfA1b ; // or PdfCompliance.PdfUa...

    docs.aspose.com/words/net/convert-a-document/
  5. Conversion to PDF/A and PDF/UA|Aspose.Words for...

    Convert to PDF/A-1, PDF/A-2, PDF/A-4 and PDF/UA using C++. Choose the best PDF standard to convert a document using С++....enum value ( PdfCompliance::PdfA1b , PdfCompliance::PdfA2b , ...

    docs.aspose.com/words/cpp/learn-features-of-con...
  6. Convert a Document to PDF in C++|Aspose.Words f...

    Convert a document to PDF using C++. Various input formats are supported, including Word, OpenOffice, Image and eBook formats....Saving :: PdfCompliance :: PdfA1b ); doc . Save ( u "output_pdfa...

    docs.aspose.com/words/cpp/convert-a-document-to...
  7. Convert a Document to PDF in Node.js|Aspose.Wor...

    Convert a document to PDF using Node.js. Various input formats are supported, including Word, OpenOffice, Image and eBook formats.... PdfA1b ; // or Pdf17, PdfA2b, etc...

    docs.aspose.com/words/nodejs-net/convert-a-docu...
  8. PdfCompliance Enum | Aspose.Words for .NET

    Discover Aspose.Words.Saving.PdfCompliance enum to enhance your PDF standards compliance. Elevate document quality with tailored options for every need!... PdfA1b 3 The output file will comply...property to "PdfCompliance.PdfA1b" to comply with the "PDF/A-1b"...

    reference.aspose.com/words/net/aspose.words.sav...
  9. PdfCompliance enumeration | Aspose.Words for No...

    Aspose.Words.Saving.PdfCompliance enumeration. Specifies the PDF standards compliance level.... PdfA1b The output file will comply...property to "PdfCompliance.PdfA1b" to comply with the "PDF/A-1b"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Convert Word to PDF in C#|Aspose.Words for .NET

    Convert Word to PDF in C#. Easy code examples for DOCX to PDF conversion. Supports all Word and image formats.... PdfA1b ; // or PdfCompliance.Pdf17...

    docs.aspose.com/words/net/convert-a-document-to...