Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 13,737 for

pdfsaveoptions

(0.07 sec)
  1. Bookmarks are not getting added, docx to pdf co...

    Hi Team, I have aspose.total license, currently developing java api for conversion of docx to pdf using aspose word, in this bookmarks are not getting added in pdf while converting. code snippet to add book mark PdfSav…...book mark PdfSaveOptions options = new PdfSaveOptions(); // Configure...follow these steps: Set Up PdfSaveOptions : You need to configure...

    forum.aspose.com/t/bookmarks-are-not-getting-ad...
  2. 使用 C++ 进行 Excel 转 PDF 时渲染实线格线|Documentation

    了解如何在使用 Aspose.Cells for Node.js via C++ 转换 Excel 为 PDF 时渲染实线格线。... 使用 PdfSaveOptions.gridlineTypes 选项,Aspose...const pdfSaveOptions = new AsposeCells . PdfSaveOptions (); pdfSaveOptions...

    docs.aspose.com/cells/zh/nodejs-cpp/render-soli...
  3. How to convert HTML to PDF | Aspose.PDF

    Do you know how easily convert HTML to PDF in Java? Convert HTML to PDF with high quality using Java PDF library....file permissions using the PdfSaveOptions class. Finally, call the...with the HtmlDocument, PdfSaveOptions, and output file path as...

    products.aspose.com/pdf/tutorial/convert-html-pdf/
  4. High CPU / Memory utilization on generating sim...

    Aspose-pdf-java utilizes a lot of CPU/RAM resources with generating and saving pdf document with 1 table 20K rows and 10 columns. Here is an example of my code private static final int ROWS_COUNT = 20000; private sta…...add(table); PdfSaveOptions pdfSaveOptions = new PdfSaveOptions(); try...document.save(outputStream, pdfSaveOptions); document.close(); } catch...

    forum.aspose.com/t/high-cpu-memory-utilization-...
  5. PdfSaveOptions.CustomPropertiesExport | Aspose....

    Discover how the Pdfsaveoptions CustomPropertiesExport property enhances your PDF exports by controlling CustomDocumentProperties for optimal results....CustomPropertiesExpo Contents [ Hide ] PdfSaveOptions.CustomPropertiesExpo property...value" ); // Create a "PdfSaveOptions" object that we can pass...

    reference.aspose.com/words/net/aspose.words.sav...
  6. DownsampleOptions | Aspose.Words for Java

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

    reference.aspose.com/words/java/com.aspose.word...
  7. 档案

    档案...// Define PdfSaveOptions PdfSaveOptions pdfSaveOptions = new PdfSaveOptions();...Set the compliance type pdfSaveOptions.Compliance = PdfCompliance...

    blog.aspose.com/zh/cells/convert-xls-and-xlsx-t...
  8. PdfDigitalSignatureTimestampSettings | Aspose.W...

    Contains settings of the digital signature timestamp in Java...."); // Create a "PdfSaveOptions" object that we can pass...to .PDF. PdfSaveOptions options = new PdfSaveOptions(); // Create...

    reference.aspose.com/words/java/com.aspose.word...
  9. BookmarksOutlineLevelCollection.count property ...

    BookmarksOutlineLevelCollection.count property. Gets the number of elements contained in the collection.... let pdfSaveOptions = new aw . Saving . PdfSaveOptions (); let...let outlineLevels = pdfSaveOptions . outlineOptions . bookmarksOutlineLeve...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. BookmarksOutlineLevelCollection.removeAt method...

    BookmarksOutlineLevelCollection.removeAt method. Removes a bookmark at the specified index.... let pdfSaveOptions = new aw . Saving . PdfSaveOptions (); let...let outlineLevels = pdfSaveOptions . outlineOptions . bookmarksOutlineLeve...

    reference.aspose.com/words/nodejs-net/aspose.wo...