Sort Score
Result 10 results
Languages All
Labels All
Results 811 - 820 of 9,660 for

pdfsaveoptions

(0.03 sec)
  1. Rendering Project Data on Predefined Page sizes

    Learn how to render Microsoft Project (MPP/XML) project data with predefined page sizes using Aspose.Tasks for Java....A3 size 4 PdfSaveOptions options = new PdfSaveOptions(); 5 options...

    docs.aspose.com/tasks/java/rendering-project-da...
  2. 在 Java 中製作文檔

    使用 Java 庫創建文件。只需幾個步驟即可在 Java 中輕鬆創建新文檔。...bookmark"); PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions...bookmark"); PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions...

    products.aspose.com/words/zh-hant/java/make/
  3. 使用 Java 製作 HTML

    通過幾個步驟在 Java 中創建一個新的 HTML。使用 Java 庫輕鬆創建 HTML。...bookmark"); PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions...bookmark"); PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions...

    products.aspose.com/words/zh-hant/java/make/html/
  4. 使用 Java 製作 DOCX

    通過幾個步驟在 Java 中創建一個新的 DOCX。使用 Java 庫輕鬆創建 DOCX。...bookmark"); PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions...bookmark"); PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions...

    products.aspose.com/words/zh-hant/java/make/docx/
  5. Ինչպես փոխարկել XLSX-ը PDF-ի, ունենալով սահմանա...

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

    kb.aspose.com/hy/cells/python/how-to-convert-xl...
  6. Aspose::Words::Saving::OutlineOptions::get_Head...

    Aspose::Words::Saving::OutlineOptions::get_HeadingsOutlineLevels method. Specifies how many levels of headings (paragraphs formatted with the Heading styles) to include in the document outline in C++....2" ); // Create a "PdfSaveOptions" object that we can pass...options = MakeObject < PdfSaveOptions > (); // The output PDF...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. IWarningCallback Interface | Aspose.Words for .NET

    Implement the Aspose.Words.IWarningCallback interface to customize methods for capturing fidelity warnings during document loading and saving. Enhance document integrity!...VectorWithFallback ; // Create a "PdfSaveOptions" object that we can pass...operation. PdfSaveOptions saveOptions = new PdfSaveOptions (); saveOptions...

    reference.aspose.com/words/net/aspose.words/iwa...
  8. Convert OneNote to PDF with replacing of missin...

    Convert OneNote to PDF using C# API and learn to set default font or replace missing fonts or set fonts from stream....Save(dataDir, new PdfSaveOptions() 10 { 11 FontsSubsystem...oneFile.Save(dataDir, new PdfSaveOptions() 12 { 13 FontsSubsystem...

    docs.aspose.com/note/net/convert-onenote-to-pdf...
  9. Aspose::Words::Saving::SaveOptions::get_MemoryO...

    Aspose::Words::Saving::SaveOptions::get_MemoryOptimization method. Gets or sets value determining if memory optimization should be performed before saving the document. Default value for this property is false in C++....docx" ); // Create a "PdfSaveOptions" object that we can pass...Save ( ArtifactsDir + u "PdfSaveOptions.MemoryOptimization.pdf"...

    reference.aspose.com/words/cpp/aspose.words.sav...
  10. Add Watermark To PDF with C++|Documentation

    Learn how to add text and image watermarks to PDF files while rendering using Aspose.Cells with C++.... PdfSaveOptions options ; options . SetWatermark...watermark for rendering to PDF PdfSaveOptions options ; options . SetWatermark...

    docs.aspose.com/cells/cpp/add-watermark-to-pdf/