Sort Score
Result 10 results
Languages All
Labels All
Results 1,281 - 1,290 of 32,778 for

saveoptions

(0.16 sec)
  1. Կատարեք Markdown՝ Օգտագործելով Java

    Ստեղծեք նոր Markdown Java ում մի քանի քայլով: Հեշտությամբ ստեղծեք Markdown՝ օգտագործելով Java գրադարանը:...PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.getOutlineOptions()...1); doc.save("Output.md", saveOptions); import com.aspose.words...

    products.aspose.com/words/hy/java/make/md/
  2. Aspose.word 大量生成docx文档后,内存升高,如何控制 - Free Suppor...

    Aspose.word for java . Version25.9 <dependency> <groupId>com.aspose</groupId> <artifactId>aspose-words</artifactId> <version>25.9</version> <classifier>jdk17</classifier> </dependency> Document doc = …...") SaveOptions saveOptions = SaveOptions.createSaveOptions(SaveFormat...createSaveOptions(SaveFormat.DOCX); saveOptions.setMemoryOptimizatio(true);...

    forum.aspose.com/t/aspose-word-docx/320895
  3. Aspose.Cells Segmentation Fault when saving to ...

    Hello, I’m using Aspose.Cells for NodeJS via C++ bindings (aspose.cells.node 25.4.0). I believe I have installed all the relevant prerequisites. I’m using Node 20 (also tried 18 and 22) on Debian 12. Although, also trie…...save(htmlPath, saveOptions) - saveAsync or save with... const*, Aspose::Cells::SaveOptions const&) () from /home/ed...

    forum.aspose.com/t/aspose-cells-segmentation-fa...
  4. 使用 Java 製作 PDF

    通過幾個步驟在 Java 中創建一個新的 PDF。使用 Java 庫輕鬆創建 PDF。...PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.getOutlineOptions()...1); doc.save("Output.pdf", saveOptions); import com.aspose.words...

    products.aspose.com/words/zh-hant/java/make/pdf/
  5. Aspose.Words PdfUa1 export - Footnote error whe...

    Hello, we are using Aspose.Words (.net, version 25.9.0) to generate PDA/UA compatible PDF documents, and when exporting documents with footnotes the PACChecker (v.24.4.2.0) validator returns the following warning: ‘Poss…...docx"); PdfSaveOptions saveOptions = new PdfSaveOptions { Compliance...}; doc.Save("output.pdf", saveOptions); Thanks, Balázs Professionalize...

    forum.aspose.com/t/aspose-words-pdfua1-export-f...
  6. Outlook Email Templates (OFT) - Read, Create, a...

    Learn how to read, create, and edit Outlook email templates (OFT files) in C# using Aspose.Email for .NET without Microsoft Outlook....Template Optional: Using SaveOptions Explicitly Loading and Modifying...format. It inherits from SaveOptions and provides specific settings...

    blog.aspose.com/email/outlook-template-oft-crea...
  7. NullReferenceException when saving PDF with spe...

    Hi, we are using using Aspose.PDF.Drawing 23.12.0 with a license, but the issue was also reproduced with the same code with the latest release (trial). The issue shows itself when running the .net core 8 application eit…...#=zbwdxfkdcnsil(stream #=z9ru6u4u=, saveoptions #=zjpioeihlzoct) at aspose...#=zsrvdau0yswub(stream #=zl7sc4wlehaqh, saveoptions #=zjtjhevc=) at aspose.pdf...

    forum.aspose.com/t/nullreferenceexception-when-...
  8. Merger.merge method | Aspose.Words for Python

    aspose.words.lowcode.Merger.merge method... SaveOptions , merge_format_mode : aspose...file names. save_options SaveOptions The save options. merge_format_mode...

    reference.aspose.com/words/python-net/aspose.wo...
  9. TextureAlignment | Aspose.Words for Java

    Specifies the alignment for the tiling of the texture fill in Java....OoxmlSaveOptions saveOptions = new OoxmlSaveOptions(); { saveOptions.setC..."Shape.TextureFill.docx", saveOptions); doc = new Document(getArtifactsDir()...

    reference.aspose.com/words/java/com.aspose.word...
  10. Saving Excel as .Docx having an issue with cell...

    When I try to save a excel document having a table with cell values wider than the column width as Docx, it ends up distorting the values in the resulting table. this is the table I am trying to convert to a word table …...BottomMargin = 0; DocxSaveOptions saveOptions = new DocxSaveOptions();...DocxSaveOptions(); workbook.Save(ms, saveOptions); ms.Position = 0; here are the...

    forum.aspose.com/t/saving-excel-as-docx-having-...