Sort Score
Result 10 results
Languages All
Labels All
Results 771 - 780 of 9,657 for

pdfsaveoptions

(0.04 sec)
  1. 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...
  2. 如何通过 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...
  3. Convert Project Data to PDF

    This article explains how to convert Project data to PDF using Aspose.Tasks for Java....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. XPS to PDF Conversion | API for Python

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

    products.aspose.com/page/python-net/conversion/...
  5. 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/
  6. Key Not found Exception - Free Support Forum - ...

    System.Collections.Generic.KeyNotFoundException: The given key ‘00000000-0000-0000-0000-000000000000, 0’ was not present in the dictionary. at System.Collections.Generic.Dictionary`2.get_Item(TKey key) at .() at .() …...Count(); i++) { PdfSaveOptions opts = new PdfSaveOptions(); opts.PageIndex...Count; i++) { PdfSaveOptions opts = new PdfSaveOptions { PageIndex...

    forum.aspose.com/t/key-not-found-exception/293338
  7. How to Convert Markdown to PDF in Java

    This article guides on how to convert Markdown to PDF in Java. You will get IDE settings, a list of programming steps and a runnable sample code to export Markdown to PDF in Java....Create an object of the PdfSaveOptions class to set properties...another argument of class PdfSaveOptions class can be provided containing...

    kb.aspose.com/words/java/how-to-convert-markdow...
  8. Convert a Document to PDF in Python|Aspose.Word...

    Convert a document to PDF using Python. Various input formats are supported, including Word, OpenOffice, Image and eBook formats....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/python-net/convert-a-docu...
  9. IWarningCallback | Aspose.Words for Java

    Implement this interface if you want to have your own custom method called to capture loss of fidelity warnings that can occur during document loading or saving in Java....VECTOR_WITH_FALLBACK); // Create a "PdfSaveOptions" object that we can pass...operation. PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions...

    reference.aspose.com/words/java/com.aspose.word...
  10. EPUB Converter – Aspose.HTML for Java

    In this article, you will learn about supported EPUB conversions and consider Java example of how to convert EPUB to PDF....instance of the PdfSaveOptions class 5 PdfSaveOptions options = new...new PdfSaveOptions(); 6 7 // Call the convertEPUB() method to...

    docs.aspose.com/html/java/epub-converter/