Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 9,623 for

pdfsaveoptions

(0.04 sec)
  1. OutlineOptions | Aspose.Words for Java

    Allows to specify outline options in Java....docx"); // Create a "PdfSaveOptions" object that we can pass....PDF. PdfSaveOptions saveOptions = new PdfSaveOptions(); // Set...

    reference.aspose.com/words/java/com.aspose.word...
  2. Pdf 通过 Node.js 结合 C++ 实现|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 将 Excel 工作簿转换为 PDF。... 请注意,您可以通过 PdfSaveOptions.getProducer() 属性在输出文档中更改此信息。...您还可以选择使用 PdfSaveOptions 类来设置转换的不同属性。设置 PdfSaveOptions 类的不同属性可...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-exc...
  3. PdfSaveOptions.FontEmbeddingMode | Aspose.Words...

    Discover the Pdfsaveoptions FontEmbeddingMode property to optimize your PDF's font embedding. Enhance document quality and compatibility effortlessly!...FontEmbeddingMode Contents [ Hide ] PdfSaveOptions.FontEmbeddingMode property...lazy dog." ); // Create a "PdfSaveOptions" object that we can pass...

    reference.aspose.com/words/net/aspose.words.sav...
  4. SaveOptions.UpdateFields | Aspose.Words for .NET

    Discover how the SaveOptions UpdateFields property optimizes document saving by updating specific field types before converting to fixed formats. Default, true...." ); // Create a "PdfSaveOptions" object that we can pass...to .PDF. PdfSaveOptions options = new PdfSaveOptions (); // Set...

    reference.aspose.com/words/net/aspose.words.sav...
  5. 每个 Excel 工作表渲染一页PDF 使用 Node.js 和 C++ 进行 Excel 转...

    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....const pdfSaveOptions = new AsposeCells . PdfSaveOptions (); pdfSaveOptions...out.pdf" ), pdfSaveOptions ); 如果将 PdfSaveOptions.getOnePagePerSheet()...

    docs.aspose.com/cells/zh/nodejs-cpp/render-one-...
  6. Specify how to cross string in output PDF and i...

    Learn to control text overflow in output PDF/Image by specifying the cross type using Aspose.Cells for Node.js via C++....const pdfSaveOptions = new AsposeCells . PdfSaveOptions (); //...// Set text cross type pdfSaveOptions . setTextCrossType ( AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/specify-how-to...
  7. Aspose::Words::Saving::BookmarksOutlineLevelCol...

    Aspose::Words::Saving::BookmarksOutlineLevelCollection::Clear method. Removes all elements from the collection in C++.... auto pdfSaveOptions = MakeObject < PdfSaveOptions > (); SharedPtr...BookmarksOutlineLeve > outlineLevels = pdfSaveOptions -> get_OutlineOptions ()...

    reference.aspose.com/words/cpp/aspose.words.sav...
  8. BookmarksOutlineLevelCollection.Remove | Aspose...

    Effortlessly remove bookmarks by name with the BookmarksOutlineLevelCollection Remove method. Simplify your document management today!... PdfSaveOptions pdfSaveOptions = new PdfSaveOptions (); ...BookmarksOutlineLeve outlineLevels = pdfSaveOptions . OutlineOptions . BookmarksOutlineLeve...

    reference.aspose.com/words/net/aspose.words.sav...
  9. BookmarksOutlineLevelCollection.Contains | Aspo...

    Discover if a bookmark exists in BookmarksOutlineLevelCollection. Easily manage your bookmarks with this essential method for efficient organization.... PdfSaveOptions pdfSaveOptions = new PdfSaveOptions (); ...BookmarksOutlineLeve outlineLevels = pdfSaveOptions . OutlineOptions . BookmarksOutlineLeve...

    reference.aspose.com/words/net/aspose.words.sav...
  10. Convert MHTML to PDF in Java – Aspose.HTML for ...

    Learn how to convert MHTML to PDF using Aspose.HTML for Java. Consider various MHTML to PDF conversion scenarios in Java code....convertMHTML (fileInputStream, new PdfSaveOptions(), "convert-by-two-lines...instance of the PdfSaveOptions class 5 PdfSaveOptions options = new...

    docs.aspose.com/html/java/convert-mhtml-to-pdf/