Sort Score
Result 10 results
Languages All
Labels All
Results 1,141 - 1,150 of 9,655 for

pdfsaveoptions

(0.21 sec)
  1. How to Convert Visio to PDF File in Python

    This tutorial covers how to convert Visio to PDF in Python. You will find all the information to configure the environment, a step-by-step process, and a running code snippet to export Visio to PDF in Python...PDF Create an object of PdfSaveOptions class Customize the conversion...

    kb.aspose.com/diagram/python/how-to-convert-vis...
  2. 如何在 C# 中将 OTG 转换为 PDF

    关于如何在 C# 中将 OTG 转换为 PDF 的分步教程。使用 C#、ASP.NET、Windows 桌面应用程序将 OTG 转换为 PDF。...类设置 PDF 元数据信息 使用 Save 方法和 PdfSaveOptions 保存输出 PDF 请注意,在上面的第 5 步和第...

    kb.aspose.com/zh/imaging/net/how-to-convert-otg...
  3. Merge XPS files | Aspose.Page for Java

    Merger XPS functionality of Aspose.Page API solution for Java allows you to combine several XPS files into a single XPS or PDF document.... PdfSaveOptions options = new com. aspose...aspose . xps . rendering . PdfSaveOptions (); 13 options. setJpegQualityLevel...

    docs.aspose.com/page/java/merge/xps/
  4. Change the Font on just the specific Unicode ch...

    Learn how to change the font of specific Unicode characters while saving to PDF using Aspose.Cells with C++....Cells provides the PdfSaveOptions.IsFontSubstitutionCh property...generated without setting the PdfSaveOptions.IsFontSubstitutionCh property...

    docs.aspose.com/cells/cpp/change-the-font-on-ju...
  5. 使用 Python 将 PS 转换为 PDF

    本快速指南介绍如何使用 Python 将 PS 转换为 PDF。它涵盖了系统配置、分步算法以及 Python 中 PS 到 PDF 转换的可运行示例代码。...类初始化 PostScript 输入流 创建 PdfSaveOptions 类的对象 渲染输出 PDF 文件 这些步骤概述了在...

    kb.aspose.com/zh/page/python/convert-postscript...
  6. Rendering Task Sheet View

    Learn how to render Microsoft Project (MPP/XML) task sheet views using Aspose.Tasks for .NET....SaveOptions options = new PdfSaveOptions(); 5 options. PresentationFormat...

    docs.aspose.com/tasks/net/rendering-task-sheet-...
  7. Rendering Task Usage View in PHP

    Learn how to render Microsoft Project (MPP/XML) task usage views using Aspose.Tasks Java for PHP....mpp' ); 2 $options = new PdfSaveOptions(); 3 $timescale = new Timescale();...

    docs.aspose.com/tasks/java/rendering-task-usage...
  8. Merge XPS files | .NET API Solution

    Merger XPS functionality of Aspose.Page API solution for .NET allows you to combine several XPS files into a single XPS or PDF document.... PdfSaveOptions options = new Aspose. Page.... Presentation . Pdf . PdfSaveOptions () 9 { 10 JpegQualityLevel...

    docs.aspose.com/page/net/merge/xps/
  9. Work with Task Views

    Learn how to work with Microsoft Project (MPP/XML) task views using Aspose.Tasks for C++....= System::MakeObject < PdfSaveOptions > (); 7 options -> set...= System::MakeObject < PdfSaveOptions > (); 7 options -> set...

    docs.aspose.com/tasks/cpp/task-views/
  10. Loading TeX from ZIP | .NET API Solution

    .NET API Solution to work with TeX. Learn on the example how to load a TeX file from ZIP with a few lines of C# code....saving options using the PdfSaveOptions class. Create an instance...options.SaveOptions = new PdfSaveOptions(); // Run the job. TeXJob...

    products.aspose.com/tex/net/load-tex-from-zip/