Sort Score
Result 10 results
Languages All
Labels All
Results 821 - 830 of 13,737 for

pdfsaveoptions

(0.8 sec)
  1. Warnings When Saving to PDF/A and PDF/UA|Aspose...

    PDF/A and PDF/UA impose accessibility requirements related to document content. When saving to PDF/A or PDF/UA in C# and the issue violates compliance, a warning is issued.... A: Use the PdfSaveOptions object and subscribe to...docx" ); PdfSaveOptions saveOptions = new PdfSaveOptions (); saveOptions...

    docs.aspose.com/words/net/warnings-when-saving-...
  2. 将Excel文件转换为兼容PDF/A 1a的PDF格式,使用JavaScript通过C++|D...

    学习如何使用Aspose.Cells for Java脚本通过C++将Excel文件转换为符合PDF/A标准的PDF文件。...开发者可以使用 PdfSaveOptions 类设置转换的不同属性。设置 PdfSaveOptions 类的不同属性,可...类的不同属性,可以控制输出PDF的打印、字体、安全性和压缩设置。最重要的属性是 PdfSaveOptions.compliance ,它允许你将Excel...

    docs.aspose.com/cells/zh/javascript-cpp/convert...
  3. 如何在 Node.js 中将 XLSX 转换为具有受限权限的 PDF

    本实践主题重点介绍如何在 Node.js 中将 XLSX 转换为具有受限权限的 PDF。一系列精确步骤将帮助您在 Linux、macOS 或 Windows 等任何操作系统中使用 Node.js 将 XLSX 导出为具有受限权限的 PDF。...类的实例加载要转换为 PDF 的源 XLSX 文件 初始化 PdfSaveOptions 和 PdfSecurityOptions 类实例以设置安全选项...PDF 且权限受限的代码 在上面的示例中,我们使用 PdfSaveOptions 类实例 设置对从 XLSX 转换的 PDF 的限制...

    kb.aspose.com/zh/cells/nodejs/how-to-convert-xl...
  4. MetafileRenderingOptions.renderingMode property...

    MetafileRenderingOptions.renderingMode property. Gets or sets a value determining how metafile images should be rendered....VectorWithFallback ; // Create a "PdfSaveOptions" object that we can pass...saveOptions = new aw . Saving . PdfSaveOptions (); saveOptions . metafileRenderingOpt...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. C# HTML Parser – .NET API for HTML files Proces...

    Aspose.HTML for .NET library to read, write, modify, edit, merge, and convert HTML files. Supports XHTML, MHTML, EPUB, Markdown, and SVG....instance of the PdfSaveOptions class var pdfSaveOptions = new PdfSaveOptions();...Converter.ConvertHTML(document, pdfSaveOptions, "output.pdf"); You can...

    products.aspose.com/html/net/
  6. Փոխակերպեք SVG-ն PDF-ի Python-ում

    Այս ձեռնարկը մանրամասնում է, թե ինչպես փոխարկել SVG-ն PDF-ի Python-ում: Այն քննարկում է ծրագրի հոսքը և գործարկվող կոդի հատվածը՝ SVG-ը Python-ում PDF դարձնելու համար:...SkiaSharp գործառույթը Ստեղծեք PdfSaveOptions դասի օբյեկտ Բեռնեք աղբյուրի...շարժիչը և այնուհետև սկսում է PdfSaveOptions դասի օրինակը: Դուք կարող...

    kb.aspose.com/hy/svg/python/convert-svg-to-pdf-...
  7. Calculation of Excel 2016 MINIFS and MAXIFS fun...

    This article introduces how to use the Aspose.Cells library to calculate MINIFS and MAXIFS functions in Microsoft Excel 2016 using JavaScript via C++. Load an existing Excel file or create a new one, then use Aspose.Cells methods to calculate these functions and save the results to disk....Workbook , SaveFormat , PdfSaveOptions } = AsposeCells ; AsposeCells...format const options = new PdfSaveOptions (); options . onePagePerSheet...

    docs.aspose.com/cells/javascript-cpp/calculatio...
  8. Aspose.Diagram Font Operations|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....IWarningCallback Pass it to the PdfSaveOptions.setWarningCallback(com...vsdx" ); // initialize PdfSaveOptions object com . aspose . diagram...

    docs.aspose.com/diagram/java/aspose-diagram-fon...
  9. 在 Java 中将 Markdown 转换为 PDF - Aspose.HTML for Java

    了解如何使用 Java 库将 Markdown 转换为 PDF。通过现成可用的 Java 代码示例,考虑将 Markdown 转换为 PDF 的各种情况。...convertHTML (document, new PdfSaveOptions(), "document-output.pdf"...您可以从 下载完整的示例和数据文件。 保存选项 - PdfSaveOptions 类 Aspose.HTML for Java...

    docs.aspose.com/html/zh/java/convert-markdown-t...
  10. How to Remove Gap Between Tasks List and Footer...

    A guide on how to close the gap between tasks list and page footer when exporting MPP/XML files to graphic formats using Aspose.Tasks for C++....(imageSaveOptions)); 10 11 auto pdfSaveOptions = [&] { auto tmp_1 = System::MakeObject...System::MakeObject < PdfSaveOptions > (); tmp_1 -> set_ReduceFooterGap(...

    docs.aspose.com/tasks/cpp/reduce-gap-between-ta...