Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 13,737 for

pdfsaveoptions

(0.78 sec)
  1. Pdf Compliace PDF/A and PDF/UA - Free Support F...

    I’m setting the PDF compliance to PDF_A_4_UA_2 but the generated document doesn’t appear to be compliant with any PDF/A standard....)) { PdfSaveOptions pdfSaveOptions = new PdfSaveOptions(); pdfSaveOptions...setUseCoreFonts(false); pdfSaveOptions.setExportDocumentStr(true);...

    forum.aspose.com/t/pdf-compliace-pdf-a-and-pdf-...
  2. PdfSaveOptions.UseCoreFonts | Aspose.Words for ...

    Optimize your PDFs with Pdfsaveoptions! Control font substitution for TrueType fonts like Arial and Times New Roman to enhance document quality....UseCoreFonts Contents [ Hide ] PdfSaveOptions.UseCoreFonts property Gets...lazy dog." ); // Create a "PdfSaveOptions" object that we can pass...

    reference.aspose.com/words/net/aspose.words.sav...
  3. 使用C++将附件嵌入到PDF中|Documentation

    学习如何用C++结合Aspose.Cells将附件嵌入到PDF中。...使用选项 PdfSaveOptions.GetEmbedAttachments() ...attachment. PdfSaveOptions pdfSaveOptions ; pdfSaveOptions . SetEmbedAttachments...

    docs.aspose.com/cells/zh/cpp/embed-attachment-t...
  4. PdfSaveOptions.AttachmentsEmbeddingMode | Aspos...

    Customize how attachments are embedded in PDFs with Pdfsaveoptions. Ensure seamless integration and optimized document sharing....AttachmentsEmbedding Contents [ Hide ] PdfSaveOptions.AttachmentsEmbedding property...null ); PdfSaveOptions saveOptions = new PdfSaveOptions (); saveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  5. Doc to PDF error on table column size - Free Su...

    Good morning, we have a document, we store it as Word document, then we store it also as PDF document. We found a different column size in a table (where cells are added dynamically via C#) See images below PDF W…...outputFilePathPdf, new PdfSaveOptions()); Thanks a lot in advance... you should adjust the PdfSaveOptions when saving the document...

    forum.aspose.com/t/doc-to-pdf-error-on-table-co...
  6. Does aspose.words support OptimizeForWeb when c...

    does aspose.words support OptimizeForWeb when convert word to pdf? after search we found OptimizeForWeb for c++. Does the setOptimizeOutput(true) equals OptimizeForWeb for c++?...to PDF, you can use the PdfSaveOptions class. This class allows...demonstrating how to configure PdfSaveOptions for optimizing a Word document...

    forum.aspose.com/t/does-aspose-words-support-op...
  7. Render Solid Gridline while converting Excel to...

    Learn how to render solid gridlines while converting Excel to PDF using Aspose.Cells for Node.js via C++.... With option PdfSaveOptions.gridlineTypes , Aspose...const pdfSaveOptions = new AsposeCells . PdfSaveOptions (); pdfSaveOptions...

    docs.aspose.com/cells/nodejs-cpp/render-solid-g...
  8. Save Each Worksheet to a Different PDF File wit...

    Learn how to save each worksheet in an Excel file to a separate PDF file using Aspose.Cells for C++....one sheet index in the PdfSaveOptions.GetSheetSet() option at...// Define PdfSaveOptions PdfSaveOptions pdfSaveOptions ; // Generate...

    docs.aspose.com/cells/cpp/save-each-worksheet-t...
  9. OutlineOptions.BookmarksOutlineLevels | Aspose....

    Discover the BookmarksOutlineLevels property in OutlineOptions to customize your bookmarks' hierarchy for enhanced navigation and user experience.... PdfSaveOptions pdfSaveOptions = new PdfSaveOptions (); ...BookmarksOutlineLeve outlineLevels = pdfSaveOptions . OutlineOptions . BookmarksOutlineLeve...

    reference.aspose.com/words/net/aspose.words.sav...
  10. BookmarksOutlineLevelCollection.Count | Aspose....

    Discover the BookmarksOutlineLevelCollection Count property to easily access the total number of elements in your collection for efficient data management.... PdfSaveOptions pdfSaveOptions = new PdfSaveOptions (); ...BookmarksOutlineLeve outlineLevels = pdfSaveOptions . OutlineOptions . BookmarksOutlineLeve...

    reference.aspose.com/words/net/aspose.words.sav...