Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 12,086 for

pdfsaveoptions

(0.05 sec)
  1. PdfDigitalSignatureTimestampSettings.Password |...

    Secure your PDF documents with the PdfDigitalSignatureTimestampSettings. Easily manage timestamp server passwords for enhanced protection and compliance...." ); // Create a "PdfSaveOptions" object that we can pass...to .PDF. PdfSaveOptions options = new PdfSaveOptions (); // Create...

    reference.aspose.com/words/net/aspose.words.sav...
  2. PdfDigitalSignatureTimestampSettings.UserName |...

    Discover the PdfDigitalSignatureTimestampSettings UserName property for secure timestamping. Enhance your document integrity with reliable server authentication...." ); // Create a "PdfSaveOptions" object that we can pass...to .PDF. PdfSaveOptions options = new PdfSaveOptions (); // Create...

    reference.aspose.com/words/net/aspose.words.sav...
  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. 档案

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

    blog.aspose.com/zh/cells/convert-xls-and-xlsx-t...
  6. Aspose::Words::Saving::BookmarksOutlineLevelCol...

    Aspose::Words::Saving::BookmarksOutlineLevelCollection::IndexOfKey method. Returns the zero-based index of the specified bookmark in the collection in C++.... auto pdfSaveOptions = System :: MakeObject...Aspose :: Words :: Saving :: PdfSaveOptions > (); System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. PdfPermissions Enum | Aspose.Words for .NET

    Discover Aspose.Words.PdfPermissions enum for controlling user access on encrypted PDFs. Enhance security and manage document operations effectively....DocumentAssembly ); // Create a "PdfSaveOptions" object that we can pass....PDF. PdfSaveOptions saveOptions = new PdfSaveOptions (); //...

    reference.aspose.com/words/net/aspose.words.sav...
  8. Aspose::Words::Saving::BookmarksOutlineLevelCol...

    Aspose::Words::Saving::BookmarksOutlineLevelCollection::Contains method. Determines whether the collection contains a bookmark with the given name in C++.... auto pdfSaveOptions = System :: MakeObject...Aspose :: Words :: Saving :: PdfSaveOptions > (); System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. docx转PDF,间距不生效 - Free Support Forum - aspose.com

    版本:23.8 编程语言:java 问题截图: 源文件: YC-HTMB-0018 A 深圳市劳动合同(A版)-原始文件.docx (33.4 KB)...HTMLExportOptions 或 PdfSaveOptions 在将 DOCX 转换为 PDF 时,您可以配置 PdfSaveOptions 来调整渲染选项:...配置保存选项 PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions...

    forum.aspose.com/t/docx-pdf/315236
  10. Conversion from Word to PDF has some issues wit...

    Hi Support, We are licensed users of Aspose.Total. We are facing formatting issues while converting document from Word to PDF. We are trying to render the PDF with Bookmarks retained and below is how we have implemente…...PdfSaveOptions { SaveFormat = SaveFormat...EmbedFullFonts property in the PdfSaveOptions . Setting this to true...

    forum.aspose.com/t/conversion-from-word-to-pdf-...