Sort Score
Result 10 results
Languages All
Labels All
Results 781 - 790 of 9,660 for

pdfsaveoptions

(0.06 sec)
  1. Merge PostScript files to PDF using C++

    Merger PS functionality of Aspose.Page API solution for C++ allows you to combine a few PS 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/ps/
  2. 使用 Java 製作 DOC

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

    products.aspose.com/words/zh-hant/java/make/doc/
  3. OutlineOptions.expanded_outline_levels property...

    OutlineOptions.expanded_outline_levels property. Specifies how many levels in the document outline to show expanded when the file is viewed....2' ) # Create a "PdfSaveOptions" object that we can pass...options = aw . saving . PdfSaveOptions () # The output PDF document...

    reference.aspose.com/words/python-net/aspose.wo...
  4. How to Convert TeX to PDF in Java

    This brief tutorial provides details about how to convert TeX to PDF in Java. The outline of this article can be summarized as the environment configuration, step-wise algorithm, and a sample code snippet demonstrating the feature to convert Latex to PDF in Java....different properties of PdfSaveOptions class instance Convert...properties exposed by the PdfSaveOptions class. Finally, convert...

    kb.aspose.com/tex/java/how-to-convert-tex-to-pd...
  5. TxtSaveOptionsBase | Aspose.Words for Java

    The base class for specifying additional options when saving a document into a text based formats in Java....ack); PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions...save(getArtifactsDir() + "PdfSaveOptions.Dml3DEffectsRenderin.pdf"...

    reference.aspose.com/words/java/com.aspose.word...
  6. Aspose::Words::Saving::PdfPermissions enum | As...

    Aspose::Words::Saving::PdfPermissions enum. Specifies the operations that are allowed to a user on an encrypted PDF document in C++....DocumentAssembly ); // Create a "PdfSaveOptions" object that we can pass...saveOptions = MakeObject < PdfSaveOptions > (); // Enable encryption...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. Convert XPS to PDF in Python

    This article focuses on how to convert XPS to PDF in Python. It explains the stepwise algorithm as well as a code snippet to change XPS file to PDF in Python....Initiate an object of the PdfSaveOptions class Create a memory stream...desired properties using the PdfSaveOptions class, such as image compression...

    kb.aspose.com/page/python/convert-xps-to-pdf-in...
  8. How to Generate PDF from Excel in Java

    In this brief tutorial we will learn how to generate PDF from Excel in Java. You can perform these tasks in macOS, Linux, and Windows.... You can use PdfSaveOptions class object to set a number...parameters and pass the PdfSaveOptions class object as second...

    kb.aspose.com/cells/java/how-to-generate-pdf-fr...
  9. Handling Task Constraints

    Learn how to handle Microsoft Project (MPP/XML) task constraints using Aspose.Tasks for Java....13 SaveOptions o = new PdfSaveOptions(); 14 o. setStartDate (project...13 SaveOptions o = new PdfSaveOptions(); 14 o. setStartDate (project...

    docs.aspose.com/tasks/java/handling-task-constr...
  10. 如何通过 Node.js 和 C++ 将 Excel 打印为宽和高适应页面|Documenta...

    本文展示了如何使用 Aspose.Cells for Node.js via C++ 设置 FitToPagesWide 和 FitToPagesTall 的代码示例。...示例文件 ,然后你需要设置 PdfSaveOptions 对象的 PdfSaveOptions.getOnePagePerSheet()...options = new AsposeCells . PdfSaveOptions (); options . setOnePagePerSheet...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-prin...