Sort Score
Result 10 results
Languages All
Labels All
Results 521 - 530 of 13,737 for

pdfsaveoptions

(0.65 sec)
  1. Dml3DEffectsRenderingMode Enum | Aspose.Words f...

    Discover how to enhance your documents with Aspose.Words' Dml3DEffectsRenderingMode enum for superior 3D shape rendering and visual impact....warningCallback ; PdfSaveOptions saveOptions = new PdfSaveOptions (); saveOptions...Save ( ArtifactsDir + "PdfSaveOptions.Dml3DEffectsRenderin.pdf"...

    reference.aspose.com/words/net/aspose.words.sav...
  2. PdfDigitalSignatureTimestampSettings.ServerUrl ...

    Discover the PdfDigitalSignatureTimestampSettings ServerUrl property for secure timestamping. Ensure document integrity with reliable timestamp server URLs...." ); // Create a "PdfSaveOptions" object that we can pass...to .PDF. PdfSaveOptions options = new PdfSaveOptions (); // Create...

    reference.aspose.com/words/net/aspose.words.sav...
  3. Aspose.Words converting to PDF/A compliance - F...

    Hello, I’ve noticed a similar question being asked before here Word to PDFA-1a I was wondering if there’s any update to this? Does Aspose.Words support checking for PDF/A compliance now?...standards, you can use the PdfSaveOptions class to set the compliance...docx"); PdfSaveOptions options = new PdfSaveOptions(); // Set...

    forum.aspose.com/t/aspose-words-converting-to-p...
  4. Save Excel into PDF with Standard or Minimum Si...

    Learn how to save Excel files into PDF format with Standard or Minimum size using Aspose.Cells for JavaScript via C++....Minimum size using the PdfSaveOptions.optimizationType property...Minimum size using the PdfSaveOptions.optimizationType property...

    docs.aspose.com/cells/javascript-cpp/save-excel...
  5. HTML to PDF generates extra bold text - Free Su...

    Hello, I am facing a issue while generating html to pdf which produces extra bold text in pdf. Here is the files for your reference. HtmlBoldIssue.zip (67.5 KB)... // Initialize PdfSaveOptions PdfSaveOptions options = new PdfSaveOptions()...

    forum.aspose.com/t/html-to-pdf-generates-extra-...
  6. Convert SVG to PDF in Python – Aspose.SVG for P...

    Learn how to convert SVG to PDF programmatically or online and consider Python examples of SVG to PDF conversions using Aspose.SVG for Python via .NET....saving import PdfSaveOptions {{/if_output}} {{#if_output...{{#if_output 'PDF'}} options = PdfSaveOptions() {{/if_output}} {{#if_output...

    docs.aspose.com/svg/python-net/convert-svg-to-pdf/
  7. Convert a Document to PDF in Python|Aspose.Word...

    Convert a document to PDF using Python. Various input formats are supported, including Word, OpenOffice, Image and eBook formats....be specified using the PdfSaveOptions class, containing properties...document to PDF 1.7 using PdfSaveOptions with compliance to PDF17...

    docs.aspose.com/words/python-net/convert-a-docu...
  8. 使用Python.NET在保存为PDF时对特定Unicode字符更改字体|Documentation

    学习如何在使用Aspose.Cells for Python via .NET进行PDF转换时对特定Unicode字符修改字体。确保字符级字体替换的精确文本渲染。...如果用户只想更改不可渲染字符的字体,可以通过 PdfSaveOptions.is_font_substitution_char_granularity...设置包含特殊Unicode字符的单元格值 配置 PdfSaveOptions : is_font_substitution_char_granularity...

    docs.aspose.com/cells/zh/python-net/change-the-...
  9. Word转pdf,报错 - Free Support Forum - aspose.com

    使用最新版本25.7、25.8,word转pdf,报错,错误信息: error: addition of a duplicate key to a dictionary 同样的文档,使用20.2版本,word转pdf正常。需要分析一下原因。 测试文件: 123.docx (550.1 KB) 代码: Document doc = new Document(“doc to pdf.docx”); doc.save(“doc …... 使用不同的PDF选项 :在转换时使用 PdfSaveOptions 类,尝试不同的设置,例如调整PDF的合规性选项。...析。 以下是一个简单的代码示例,展示如何使用 PdfSaveOptions 进行转换: Document doc = new...

    forum.aspose.com/t/word-pdf/316940
  10. PdfEncryptionDetails class | Aspose.Words for N...

    Aspose.Words.Saving.PdfEncryptionDetails class. Contains details for encrypting and access permissions for a PDF document...DocumentAssembly ); // Create a "PdfSaveOptions" object that we can pass...saveOptions = new aw . Saving . PdfSaveOptions (); // Enable encryption...

    reference.aspose.com/words/nodejs-net/aspose.wo...