Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 9,665 for

pdfsaveoptions

(0.03 sec)
  1. Aspose::Words::Saving::BookmarksOutlineLevelCol...

    Aspose::Words::Saving::BookmarksOutlineLevelCollection::idx_get method. Gets or a sets a bookmark outline level by the bookmark name in C++.... auto pdfSaveOptions = System :: MakeObject...Aspose :: Words :: Saving :: PdfSaveOptions > (); System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. PdfDigitalSignatureDetails.Location | Aspose.Wo...

    Discover the PdfDigitalSignatureDetails Location property to easily manage and customize your document signing location for enhanced security and efficiency...., "aw" ); // Create a "PdfSaveOptions" object that we can pass...to .PDF. PdfSaveOptions options = new PdfSaveOptions (); // Configure...

    reference.aspose.com/words/net/aspose.words.sav...
  3. 将每个工作表保存为不同的 PDF 文件,使用 C++|Documentation

    了解如何使用 Aspose.Cells for C++ 将 Excel 文件中的每个工作表保存为单独的 PDF 文件。...可以尝试每次设置一个工作表索引为 PdfSaveOptions.GetSheetSet() 选项进行渲染到 PDF。...// Define PdfSaveOptions PdfSaveOptions pdfSaveOptions ; // Take...

    docs.aspose.com/cells/zh/cpp/save-each-workshee...
  4. Ինչպես փոխարկել XLSX-ը PDF-ի, օգտագործելով Node...

    Այս հոդվածը ցույց է տալիս, թե ինչպես փոխարկել XLSX-ը PDF-ի, օգտագործելով Node.js-ը: Այն պարունակում է շրջակա միջավայրը սահմանելու հրահանգներ, քայլերի ցանկ և գործարկվող կոդ՝ XLSX-ը PDF-ի փոխելու Node.js-ի միջոցով:...դասի օբյեկտի մեջ Ստեղծեք PdfSaveOptions դասի օբյեկտ՝ ելքային PDF...օբյեկտում, որին հաջորդում է PdfSaveOptions դասի օբյեկտի սկզբնավորումը:...

    kb.aspose.com/hy/cells/nodejs/how-to-convert-xl...
  5. PdfSaveOptions.renderChoiceFormFieldBorder prop...

    Pdfsaveoptions.renderChoiceFormFieldBorder property. Specifies whether to render PDF choice form field border....renderChoiceFormFiel property PdfSaveOptions.renderChoiceFormFiel property...Drop-Down Form Field when PdfSaveOptions.preserveFormFields option...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. PdfTextCompression enumeration | Aspose.Words f...

    Aspose.Words.Saving.PdfTextCompression enumeration. Specifies a type of compression applied to all content in the PDF file except images...." ); // Create a "PdfSaveOptions" object that we can pass...options = new aw . Saving . PdfSaveOptions (); // Set the "TextCompression"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. PdfTextCompression enumeration | Aspose.Words f...

    aspose.words.saving.PdfTextCompression enumeration. Specifies a type of compression applied to all content in the PDF file except images....' ) i += 1 # Create a "PdfSaveOptions" object that we can pass...options = aw . saving . PdfSaveOptions () # Set the "TextCompression"...

    reference.aspose.com/words/python-net/aspose.wo...
  8. How to Convert OBJ to PDF in Java

    This article guides on how to convert OBJ to PDF in Java. It contains the IDE settings, a list of steps, and a runnable sample code to develop an OBJ to PDF converter in Java....be customized using the PdfSaveOptions class while saving the...Create an object of the PdfSaveOptions class object Set properties...

    kb.aspose.com/3d/java/how-to-convert-obj-to-pdf...
  9. 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/
  10. 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-...