Sort Score
Result 10 results
Languages All
Labels All
Results 711 - 720 of 9,641 for

pdfsaveoptions

(0.05 sec)
  1. HtmlFixedSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.HTML_FIXED format in Java....docx"); // Create a "PdfSaveOptions" object that we can pass...color. PdfSaveOptions pdfSaveOptions = new PdfSaveOptions(); {...

    reference.aspose.com/words/java/com.aspose.word...
  2. Convert a Document to PDF in Java|Aspose.Words ...

    Convert a document in Word or any other supported format to PDF, which preserves the original appearance of a document during its rendering on various platforms using Java....specified by the use of the PdfSaveOptions class, containing properties...document to PDF 1.7 using PdfSaveOptions with compliance to PDF17:...

    docs.aspose.com/words/java/convert-a-document-t...
  3. EPS to PDF Conversion | API for Python

    Sample Python conversion code for EPS format to PDF file. Use this example code to convert EPS to PDF within any Web or Console Python based application....Create and set instances of PdfSaveOptions and PdfDevice classes Call...method with objects of PdfSaveOptions and PdfDevice as parameters...

    products.aspose.com/page/python-net/conversion/...
  4. 如何使用 Python 将 Word 转换为 PDF

    这个简短的教程包含有关如何使用 Python 将 Word 转换为 PDF 的信息。为了在 Python 中将 Word 转换为 PDF,本主题需要执行转换所需的环境配置步骤和 API 调用。...文件加载到 Document 类对象实例中 初始化 PdfSaveOptions 对象以设置输出 PDF 选项 使用保存方法将...Document 类实例加载源 Word 文件。 PdfSaveOptions 将用于自定义 PDF,最后将其保存在磁盘上。...

    kb.aspose.com/zh/words/python/how-to-convert-wo...
  5. Merge EPS files to PDF using C++

    Merger EPS functionality of Aspose.Page API solution for C++ allows you to combine several EPS files into a single PDF document....14 System::SharedPtr < PdfSaveOptions > options = System::MakeObject...System::MakeObject < PdfSaveOptions > (suppressErrors); 15 // If you want...

    docs.aspose.com/page/cpp/merge/eps/
  6. Merge EPS files to PDF using .NET

    Merger EPS functionality of Aspose.Page API solution for .NET allows you to combine several EPS files into a single PDF document.... 14 PdfSaveOptions options = new PdfSaveOptions(suppressErrors);...line 20 //PdfSaveOptions options = new PdfSaveOptions(suppressErrors...

    docs.aspose.com/page/net/merge/eps/
  7. Merge PostScript files to PDF using .NET

    Merger PS functionality of Aspose.Page API solution for .NET allows you to combine a few PS files into a single PDF document.... 14 PdfSaveOptions options = new PdfSaveOptions(suppressErrors);...line 20 //PdfSaveOptions options = new PdfSaveOptions(suppressErrors...

    docs.aspose.com/page/net/merge/ps/
  8. Flatten PDF – C# Examples – Aspose.HTML for .NET

    Learn what it means to flatten PDF and how to convert HTML to PDF and flatten a PDF file using FormFieldBehaviour property....offers the property of the PdfSaveOptions class to flatten PDF documents...options 8 PdfSaveOptions options = new PdfSaveOptions 9 { 10 //...

    docs.aspose.com/html/net/flatten-pdf/
  9. Rendering Timescaled Gantt Chart Views

    Learn how to render Gantt charts from your project files (MPP/XML/Primavera XML) with different timescale resolutions using Aspose.Tasks for Java....1 Copy 1 PdfSaveOptions options = new PdfSaveOptions(); 2 options... Copy 1 PdfSaveOptions options = new PdfSaveOptions(); 2 options...

    docs.aspose.com/tasks/java/rendering-gantt-chart/
  10. Line spacing and word spacing differences when ...

    The current version of Aspose I have is 17.2.0. Using the 30 day temporary license for version 25.3.0, I notice slight differences in line spacing and word spacing that add up across documents with multiple pages. The r…...PdfSaveOptions pdfSaveOptions = new Aspose.Words...Words.Saving.PdfSaveOptions(); pdfSaveOptions.ImageCompression...

    forum.aspose.com/t/line-spacing-and-word-spacin...