Sort Score
Result 10 results
Languages All
Labels All
Results 951 - 960 of 13,737 for

pdfsaveoptions

(0.09 sec)
  1. Worksheet to Image - Set Pixel Format for the R...

    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....DefaultFont property of PdfSaveOptions and ImageOrPrintOptions...

    docs.aspose.com/cells/python-net/worksheet-to-i...
  2. -aw-import:ignore tag in email body causes miss...

    We have implemented a method to convert an EML file into a PDF document using the following Aspose components: Aspose.Email in version 23.11.0 Aspose.Words in version 23.12.0 The EMl file is transformed throughout the…...Words PdfSaveOptions pdfSaveOptions = new PdfSaveOptions { TextCompression...}; doc.Save(targetPath, pdfSaveOptions); } Console.WriteLine($"PDF...

    forum.aspose.com/t/aw-import-ignore-tag-in-emai...
  3. How to Convert Project Data to PDF | Aspose.Tas...

    This guide explains how to convert project data into PDF format using Aspose.Tasks for Java. Whether you're new to the platform or looking to optimize your workflow, this article provides a clear step-by-step approach to achieve your goal....12 SaveOptions o = new PdfSaveOptions(); 13 14 // Set the LegendOnEachPage...mpp" ); 3 PdfSaveOptions saveOptions = new PdfSaveOptions(); 4 saveOptions...

    docs.aspose.com/tasks/java/convert-project-data...
  4. Aspose words Java -ExportDocumentStructure - vi...

    When exporting DOCX to PDF with pdfOptions.setExportDocumentStructure(true) enabled, the Table of Contents (TOC) shows an unexpected visible space after the page number (trailing whitespace) on TOC lines in the tagged PD…...updatePageLayout(); PdfSaveOptions pdfOptions = new PdfSaveOptions(); pdfOptions...2 @pvijji Summary When PdfSaveOptions.setExportDocumentStr(true)...

    forum.aspose.com/t/aspose-words-java-exportdocu...
  5. 使用 Java 製作 HTML

    通過幾個步驟在 Java 中創建一個新的 HTML。使用 Java 庫輕鬆創建 HTML。...bookmark"); PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions...bookmark"); PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions...

    products.aspose.com/words/zh-hant/java/make/html/
  6. 使用 Java 製作 DOCX

    通過幾個步驟在 Java 中創建一個新的 DOCX。使用 Java 庫輕鬆創建 DOCX。...bookmark"); PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions...bookmark"); PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions...

    products.aspose.com/words/zh-hant/java/make/docx/
  7. Conversion to PDF taking over 1 minute with Lar...

    Hi, I am facing some issues when converting to PDF from excel / word with documents of larger size. They are taking over 1 minute of time for the conversion. This usually happens with larger files (5-20mb) however, som…...PdfSaveOptions { Compliance = Aspose.Cells...following : PdfSaveOptions options= new PdfSaveOptions(); options...

    forum.aspose.com/t/conversion-to-pdf-taking-ove...
  8. 在 Java 中製作文檔

    使用 Java 庫創建文件。只需幾個步驟即可在 Java 中輕鬆創建新文檔。...bookmark"); PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions...bookmark"); PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions...

    products.aspose.com/words/zh-hant/java/make/
  9. 使用 Aspose.Page C++ API 转换 EPS

    本文将通过代码片段讲解和演示 Aspose.Page API 解决方案提供的 EPS 到 WMF 的转换功能。... System::SharedPtr<PdfSaveOptions> options = System::Mak...System::MakeObject<PdfSaveOptions>(suppressErrors); // If you want to add...

    docs.aspose.com/page/zh/cpp/convert/eps-to-png/
  10. Rendering Project Data on Predefined Page Sizes...

    Learn how to render a project with a predefined page size using Aspose.Tasks for .NET....of ImageSaveOptions or PdfSaveOptions . Set the PageSize property...(typeof(PageSize))) 5 { 6 PdfSaveOptions options = new PdfSaveOptions(); 7 options...

    docs.aspose.com/tasks/net/rendering-project-dat...