Sort Score
Result 10 results
Languages All
Labels All
Results 381 - 390 of 13,737 for

pdfsaveoptions

(0.18 sec)
  1. DownsampleOptions.DownsampleImages | Aspose.Wor...

    Discover how the DownsampleImages property optimizes image quality by controlling downsampling for enhanced performance and faster loading times....docx" ); // Create a "PdfSaveOptions" object that we can pass...to .PDF. PdfSaveOptions options = new PdfSaveOptions (); // By...

    reference.aspose.com/words/net/aspose.words.sav...
  2. MetafileRenderingMode Enum | Aspose.Words for .NET

    Discover how Aspose.Words.Saving.MetafileRenderingMode enhances WMF and EMF metafile rendering for optimal document quality and performance....VectorWithFallback ; // Create a "PdfSaveOptions" object that we can pass...operation. PdfSaveOptions saveOptions = new PdfSaveOptions (); saveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  3. PdfDigitalSignatureDetails.Reason | Aspose.Word...

    Discover the PdfDigitalSignatureDetails Reason property to easily manage and customize your document signing reasons for enhanced security and compliance...., "aw" ); // Create a "PdfSaveOptions" object that we can pass...to .PDF. PdfSaveOptions options = new PdfSaveOptions (); // Configure...

    reference.aspose.com/words/net/aspose.words.sav...
  4. 将每个工作表保存为不同的 PDF 文件,使用 C++|Documentation

    了解如何使用 Aspose.Cells for C++ 将 Excel 文件中的每个工作表保存为单独的 PDF 文件。...可以尝试每次设置一个工作表索引为 PdfSaveOptions.GetSheetSet() 选项进行渲染到 PDF。...// Define PdfSaveOptions PdfSaveOptions pdfSaveOptions ; // Take...

    docs.aspose.com/cells/zh/cpp/save-each-workshee...
  5. Ինչպես փոխարկել XLSX-ը PDF-ի, օգտագործելով Node...

    Այս հոդվածը ցույց է տալիս, թե ինչպես փոխարկել XLSX-ը PDF-ի, օգտագործելով Node.js-ը: Այն պարունակում է շրջակա միջավայրը սահմանելու հրահանգներ, քայլերի ցանկ և գործարկվող կոդ՝ XLSX-ը PDF-ի փոխելու Node.js-ի միջոցով:...դասի օբյեկտի մեջ Ստեղծեք PdfSaveOptions դասի օբյեկտ՝ ելքային PDF...օբյեկտում, որին հաջորդում է PdfSaveOptions դասի օբյեկտի սկզբնավորումը:...

    kb.aspose.com/hy/cells/nodejs/how-to-convert-xl...
  6. PageSet | Aspose.Words for Java

    Describes a random set of pages in Java....PAGE_BREAK); } // Create a "PdfSaveOptions" object that we can pass...to .PDF. PdfSaveOptions options = new PdfSaveOptions(); // Below...

    reference.aspose.com/words/java/com.aspose.word...
  7. 在 Java 中将 EPUB 转换为 PDF – Aspose.HTML for Java

    使用 Aspose.HTML for Java API 在 Java 中将 EPUB 转换为 PDF。在Java代码示例中考虑各种EPUB到PDF的转换方案。...convertEPUB (fileInputStream, new PdfSaveOptions(), "convert-by-two-lines...EPUB 文件的内容。 创建 的实例。使用空的 PdfSaveOptions() 构造函数转换默认保存选项。 使用 类的 convertEPUB(stream...

    docs.aspose.com/html/zh/java/convert-epub-to-pdf/
  8. PdfEncryptionDetails.permissions property | Asp...

    PdfEncryptionDetails.permissions property. Specifies the operations that are allowed to a user on an encrypted PDF document...DOCUMENT_ASSEMBLY ) # Create a "PdfSaveOptions" object that we can pass...save_options = aw . saving . PdfSaveOptions () # Enable encryption...

    reference.aspose.com/words/python-net/aspose.wo...
  9. PdfCustomPropertiesExport enumeration | Aspose....

    aspose.words.saving.PdfCustomPropertiesExport enumeration. Specifies the way [Document.custom_document_properties](../../aspose.words/document/custom_document_properties/) are exported to PDF file....'My value' ) # Create a "PdfSaveOptions" object that we can pass...options = aw . saving . PdfSaveOptions () # Set the "custom_properties_export"...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 合并 XPS 文件 | .NET API 解决方案

    Aspose.Page API 解决方案的 .NET 合并 XPS 功能允许您将多个 XPS 文件合并为一个 XPS 或 PDF 文档。...创建一个 PdfSaveOptions 实例并配置转换选项,例如: Copy 1 var pdfSaveOptions = new...new PdfSaveOptions(); 2 pdfSaveOptions. TextCompression = PdfTextCompression...

    docs.aspose.com/page/zh/net/merge/xps/