Sort Score
Result 10 results
Languages All
Labels All
Results 501 - 510 of 12,086 for

pdfsaveoptions

(0.06 sec)
  1. PdfDigitalSignatureTimestampSettings.user_name ...

    PdfDigitalSignatureTimestampSettings.user_name property. Timestamp server user name....' ) # Create a "PdfSaveOptions" object that we can pass...options = aw . saving . PdfSaveOptions () # Create a digital signature...

    reference.aspose.com/words/python-net/aspose.wo...
  2. docx转PDF后,生僻字不显示 - Free Support Forum - aspose.com

    版本:23.8 编程语言:java 问题截图: 源文件: 金顶宝-20年-单签-2024V1.0 (1) (1).docx (33.6 KB)...achieved by configuring the PdfSaveOptions to embed all fonts. Code...import com.aspose.words.PdfSaveOptions; public class ConvertDocxToPdf...

    forum.aspose.com/t/docx-pdf/314728
  3. PdfEncryptionDetails.ownerPassword property | A...

    PdfEncryptionDetails.ownerPassword property. Specifies the owner password for the encrypted 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...
  4. EPUB Converter – С# – Aspose.HTML for .NET

    Learn about supported EPUB conversions and consider C# example of how to convert EPUB to PDF using Aspose.HTML for .NET....instance of the PdfSaveOptions class 10 PdfSaveOptions options = new...new PdfSaveOptions(); 11 12 // Call the ConvertEPUB() method...

    docs.aspose.com/html/net/epub-converter/
  5. How to Convert RTF to PDF using C#

    This quick tutorial will guide you how to convert RTF to PDF using C#. You can write RTF to PDF converter in C# simply by loading the source RTF and saving it as a PDF file with the help of a few lines of code....variety of ways by using the PdfSaveOptions class object. Steps to...object Instantiate the PdfSaveOptions class object to configure...

    kb.aspose.com/words/net/how-to-convert-rtf-to-p...
  6. PdfDigitalSignatureDetails.reason property | As...

    PdfDigitalSignatureDetails.reason property. Gets or sets the reason for the signing...., "aw" ); // Create a "PdfSaveOptions" object that we can pass...options = new aw . Saving . PdfSaveOptions (); // Configure the "...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Word转pdf 图片丢失 - Free Support Forum - aspose.com

    SNT25070004_1(4).zip (2.4 MB) word转pdf 这里第四页的第二张图片不见了... Use PdfSaveOptions : When saving the document...document as a PDF, utilize the PdfSaveOptions class to specify any necessary...

    forum.aspose.com/t/word-pdf/314770
  8. Convert Markdown to PDF – Aspose.HTML for .NET

    Convert Markdown to PDF using Aspose.HTML for .NET. Consider Markdown to PDF conversion scenarios in C# examples. Try online Markdown Converter....'PDF'}} var options = new PdfSaveOptions(); {{/if_output}} {{#if_output...pass the HTMLDocument, PdfSaveOptions, and output file path to...

    docs.aspose.com/html/net/convert-markdown-to-pdf/
  9. 使用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-...
  10. XpsSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.XPS format in Java....docx"); // Create a "PdfSaveOptions" object that we can pass...color. PdfSaveOptions pdfSaveOptions = new PdfSaveOptions(); {...

    reference.aspose.com/words/java/com.aspose.word...