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

pdfsaveoptions

(0.37 sec)
  1. 基于事件的 XPS 页面修改 | .NET

    了解如何使用 Aspose.Page API for .NET 在 XPS 文件转换过程中对所有输出页面进行重复更改...,我们将仅将所有页面的子集转换为 PDF,如 PdfSaveOptions.PageNumbers 属性所指定。 事件处理程序类...to PDF 9 PdfSaveOptions options = new PdfSaveOptions(); 10 //...

    docs.aspose.com/page/zh/net/xps/event-based-mod...
  2. Working with PDF/A or PDF/UA|Aspose.Words for .NET

    Convert to PDF/A-1, PDF/A-2, PDF/A-4 and PDF/UA using C#. There are a few problems when converting to PDF/A documents, and Aspose.Words for .NET solves them.... A: Create a PdfSaveOptions object, set its Compliance...docx" ); PdfSaveOptions saveOptions = new PdfSaveOptions { Compliance...

    docs.aspose.com/words/net/working-with-pdfa-or-...
  3. TeX (LaTeX) Files Conversion | Java

    TeX(LaTeX) conversion Java API solution. Convert LaTeX files to PDF, XPS and Images including PNG, JPEG, TIFF, BMP with few lines of Java code....TiffSaveOptions JpegSaveOptions or PdfSaveOptions , SvgSaveOptions , or XpsSaveOptions...

    products.aspose.com/tex/java/conversion/
  4. Rendering Task Usage View | Aspose.Tasks Docume...

    Learn how to render Microsoft Project task usage views using Aspose.Tasks for Java....SaveOptions options = new PdfSaveOptions(); 8 options. setTimescale...

    docs.aspose.com/tasks/java/rendering-task-usage...
  5. 使用 C++ 加载工作簿或工作表时过滤对象|Documentation

    学习如何在使用 Aspose.Cells for C++ 加载工作簿或工作表时过滤图表、形状和条件格式等对象。...worksheet to a single PDF page PdfSaveOptions pOptions ; pOptions . SetOnePagePerSheet...

    docs.aspose.com/cells/zh/cpp/filter-objects-whi...
  6. Options When Converting to PDF|Aspose.Words for...

    Convert a document to PDF with advanced options using Node.js. Use Pdfsaveoptions to change the result of saving a document to PDF format....specified by use of the PdfSaveOptions class, containing the properties...Some examples of using PdfSaveOptions are provided below. Currently...

    docs.aspose.com/words/nodejs-net/specify-render...
  7. Markdown Converter – Convert Markdown Using Asp...

    Learn about supported Markdown conversions and consider Java example of how to convert Markdown to PDF using Aspose.HTML for Java....convertHTML (document, new PdfSaveOptions(), "document-output.pdf"...

    docs.aspose.com/html/java/markdown-converter/
  8. LaTeX to PDF Conversion API | Python

    LaTeX to PDF conversion functionality. Integrate this Python library into your project or use cross-platform applications to convert LaTeX to PDF....PDF save options, use the PdfSaveOptions class. Instantiate the...

    products.aspose.com/tex/python-net/conversion/l...
  9. Frequently Asked Questions – Aspose.HTML for .NET

    This article includes frequently asked questions about using the functionality of the Aspose.HTML for .NET library....html" , new PdfSaveOptions(), "output.pdf" ); For...

    docs.aspose.com/html/net/faq/
  10. NullReferenceException when saving PDF with spe...

    Hi, we are using using Aspose.PDF.Drawing 23.12.0 with a license, but the issue was also reproduced with the same code with the latest release (trial). The issue shows itself when running the .net core 8 application eit…... var saveOptions = new PdfSaveOptions { DefaultFontName = "Arial"...

    forum.aspose.com/t/nullreferenceexception-when-...