Sort Score
Result 10 results
Languages All
Labels All
Results 1,661 - 1,670 of 13,737 for

pdfsaveoptions

(0.22 sec)
  1. C++ Microsoft Project Files Conversion

    Convert Microsoft Project MPP MPT MPX to HTML PDF Excel Primavera and JPG PNG BMP TIFF Images via C++ library.... Programmers can use PdfSaveOptions for defining additional...

    products.aspose.com/tasks/cpp/conversion/
  2. Rendering Task Sheet View | Aspose.Tasks Docume...

    Learn how to render Microsoft Project (MPP/XML) task sheet views to PDF and other formats using Aspose.Tasks for .NET. Includes C# examples with SaveOptions and PresentationFormat....SaveOptions options = new PdfSaveOptions(); 5 options. PresentationFormat...

    docs.aspose.com/tasks/net/rendering-task-sheet-...
  3. SVG Converter – Convert SVG in Python

    Learn how to convert SVG to other formats using Aspose.HTML for Python via .NET and consider Python examples of SVG conversion.... The namespace offers PdfSaveOptions, XpsSaveOptions, DocSaveOptions...{{#if_output 'PDF'}} options = sav.PdfSaveOptions() {{/if_output}} {{#if_output...

    docs.aspose.com/html/python-net/svg-converter/
  4. XPS to PDF Conversion API | C++

    XPS to PDF conversion provided by Aspose.Page for C++ API solution. Works in C++ Runtime Environment for Windows 32 bit, Windows 64 bit, and Linux 64 bit....JpegQualityLevel using PdfSaveOptions . Finally convert XPS document...

    products.aspose.com/page/cpp/conversion/xps-to-...
  5. Aspose.Cells 8.3.2中的公共API更改|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....NumberGroupSeparator = ' ' ; 添加了PdfSaveOptions.IsFontSubstitutionCh属性...Aspose.Cells for .NET 8.3.2已为PdfSaveOptions.IsFontSubstitutionCh属性...

    docs.aspose.com/cells/zh/net/public-api-changes...
  6. LaTeX 转 PDF | .NET

    了解如何使用 Aspose.TeX API 在 .NET 平台上将 TeX 转换为 PDF 的方法,请阅读本文,其中描述了操作步骤并提供了代码示例。... SaveOptions = new PdfSaveOptions(); 11 12 // Run LaTeX to...options. SaveOptions = new PdfSaveOptions(); 14 15 // Run LaTeX to...

    docs.aspose.com/tex/zh/net/latex-to-pdf/
  7. Merge XPS to PDF | C++ API Solution

    C++ API Solution to merge XPS files in a few lines of code. Save the combined result as PDF files. C++ code example of merging functionality....output file by means of the PdfSaveOptions Class. Using the PdfDevice...

    products.aspose.com/page/cpp/merge-xps-files/
  8. MHTML Converter – Aspose.HTML for Java

    Learn about supported MHTML conversions and consider Java example of how to convert MHTML to PDF using Aspose.HTML for Java....convertMHTML (fileInputStream, new PdfSaveOptions(), "convert-by-two-lines...

    docs.aspose.com/html/java/mhtml-converter/
  9. 在 Python 中转换 SVG 文件 – Python 示例

    了解如何在 Python 中将 SVG 转换为其他格式,查找 Python 代码示例并尝试在线 SVG 转换器。...saving import PdfSaveOptions {{/if_output}} {{#if_output...{{#if_output 'PDF'}} options = PdfSaveOptions() {{/if_output}} {{#if_output...

    docs.aspose.com/svg/zh/python-net/convert-svg/
  10. Prevent table header rows from repeating in lar...

    Hello, I am attempting to stop long HTML tables from repeating headers if the spill to many pages. This is successful for both HTML and PDF output, as with the code below. However, when the document is very big (700+ …...Pdf) { var options = new PdfSaveOptions { EmbedFullFonts = true...

    forum.aspose.com/t/prevent-table-header-rows-fr...