Sort Score
Result 10 results
Languages All
Labels All
Results 801 - 810 of 9,660 for

pdfsaveoptions

(0.04 sec)
  1. 通过Node.js via C++添加带有命名目的书签到PDF|Documentation

    学习如何使用Aspose.Cells for Node.js via C++添加带有命名目的PDF书签。确保书签在页面变更时保持完整。... list ); // Create PdfSaveOptions and assign Bookmark to...opts = new AsposeCells . PdfSaveOptions (); opts . setBookmark...

    docs.aspose.com/cells/zh/nodejs-cpp/add-pdf-boo...
  2. Convert PostScript with Aspose.Page C++ API

    PS to BMP conversion functionality included in Aspose.Page API solution for C++ is explained and illustrated with the code snippets here.... System::SharedPtr<PdfSaveOptions> options = System::Mak...System::MakeObject<PdfSaveOptions>(suppressErrors); // If you want to add...

    docs.aspose.com/page/cpp/convert-ps/
  3. 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...
  4. 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/
  5. Convert PostScript using API for Java

    PS to TIFF conversion functionality included in Aspose.Page API solution for Java is explained and illustrated with the code snippets here.... PdfSaveOptions options = new PdfSaveOptions(suppressErrors);...line // PdfSaveOptions options = new PdfSaveOptions(suppressErrors...

    docs.aspose.com/page/java/convert-ps/
  6. Handling Task Constraints

    Learn how to handle Microsoft Project (MPP/XML) task constraints using Aspose.Tasks for C++....= System::MakeObject < PdfSaveOptions > (); 14 o -> set_StartDate(project...= System::MakeObject < PdfSaveOptions > (); 8 options -> set_StartDate(project1...

    docs.aspose.com/tasks/cpp/handling-task-constra...
  7. OoxmlSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.DOCX SaveFormat.DOCM SaveFormat.DOTX SaveFormat.DOTM or SaveFormat.FLAT_OPC format in Java....ack); PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions...save(getArtifactsDir() + "PdfSaveOptions.Dml3DEffectsRenderin.pdf"...

    reference.aspose.com/words/java/com.aspose.word...
  8. How to Convert PostScript File to PDF using C#

    This article describes the process of how to convert PostScript file to PDF using C#. It has the IDE configuration details, a list of programming steps, and a runnable sample code to convert PS to PDF using C#....the input stream Create a PdfSaveOptions object by setting the suppress...specified properties of the PdfSaveOptions object. Code to Convert...

    kb.aspose.com/page/net/how-to-convert-postscrip...
  9. How to Convert XLSX to PDF having Restricted Pe...

    This topic entails how to convert XLSX to PDF having restricted permissions using Python. You will learn to export an Excel to restricted permissions PDF using Python with the help of detailed steps and working Python code....Create an instance of the PdfSaveOptions class object to configure...using the instance of the PdfSaveOptions, the security permissions...

    kb.aspose.com/cells/python/how-to-convert-xlsx-...
  10. Aspose::Words::Saving::MetafileRenderingOptions...

    Aspose::Words::Saving::MetafileRenderingOptions class. Allows to specify additional metafile rendering options. To learn more, visit the documentation article in C++....VectorWithFallback ); // Create a "PdfSaveOptions" object that we can pass...saveOptions = MakeObject < PdfSaveOptions > (); saveOptions -> s...

    reference.aspose.com/words/cpp/aspose.words.sav...