Sort Score
Result 10 results
Languages All
Labels All
Results 981 - 990 of 22,834 for

loadoptions

(0.23 sec)
  1. 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 = …...existing files LoadOptions loadOptions = new LoadOptions(); loadOptions...Document("template.docx", loadOptions); Let the garbage collector...

    forum.aspose.com/t/aspose-word-docx/320895
  2. Create and Load a OneNote Document | Aspose.Not...

    This guide provides instructions on how to create and load a OneNote document for developers working with the .NET platform.... The API’s LoadOptions class provides the DocumentPassword...steps: Create a new object of LoadOptions class Specify the password...

    docs.aspose.com/note/net/create-and-load-a-onen...
  3. Key Not found Exception - Free Support Forum - ...

    System.Collections.Generic.KeyNotFoundException: The given key ‘00000000-0000-0000-0000-000000000000, 0’ was not present in the dictionary. at System.Collections.Generic.Dictionary`2.get_Item(TKey key) at .() at .() …...(Stream , Document , LoadOptions ) at Aspose.Note.Document...Document.(Stream , LoadOptions ) at Aspose.Note.Document…ctor(Stream...

    forum.aspose.com/t/key-not-found-exception/293338
  4. Avaa PSD-tiedosto verkossa | products.aspose.com

    Avaa PSD-tiedosto verkossa käyttämällä Aspose.PSD...PsdLoadOptions loadOptions = new PsdLoadOptions(); loadOptions.setReadOnlyMode(true);...Image.load(sourceFileName, loadOptions); image.save(sourceFileName...

    products.aspose.com/psd/fl/view/open-psd-online/
  5. Preglednik PSD datoteka | products.aspose.com

    Preglednik PSD datoteka...PsdLoadOptions loadOptions = new PsdLoadOptions(); loadOptions.setReadOnlyMode(true);...Image.load(sourceFileName, loadOptions); image.save(sourceFileName...

    products.aspose.com/psd/cr/view/psd-file-viewer/
  6. Näytä PSD, PSB tai AI | products.aspose.com

    Muunna Adobe PhotoShop & Illustrator tiedostoja kuvia ja muita formaatteja...PsdLoadOptions loadOptions = new PsdLoadOptions(); loadOptions.setReadOnlyMode(true);...Image.load(sourceFileName, loadOptions); image.save(sourceFileName...

    products.aspose.com/psd/fl/view/
  7. 用JavaScript通过C++在加载Excel文件时获取警告信息|Documentation

    学习如何在用C++调用Aspose.Cells for JavaScript加载Excel文件时捕获警告。有效处理损坏但可加载的工作簿。... IWarningCallback 接口并设置 LoadOptions.warningCallback 属性来捕获这些警告。...Workbook , SaveFormat , LoadOptions , WarningType } = AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/get-war...
  8. 使用 C++ 通过 Node.js 加载无图表的源Excel文件|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 在不含图表的情况下加载Excel文件。...Cells 允许您不加载图表,使用 LoadOptions.getLoadFilter() 属性实现。 加载不带图表的电子表格...options = new AsposeCells . LoadOptions (); // Include everything...

    docs.aspose.com/cells/zh/nodejs-cpp/load-source...
  9. Doc to PDF error on table column size - Free Su...

    Good morning, we have a document, we store it as Word document, then we store it also as PDF document. We found a different column size in a table (where cells are added dynamically via C#) See images below PDF W…...LoadDocument(loadOptions); DocumentStoreHelper.St...ePathDocx).LoadDocument(loadOptions); // Set PDF save options...

    forum.aspose.com/t/doc-to-pdf-error-on-table-co...
  10. ArgumentOutOfRangeException when loading MPP fi...

    Product: Aspose.Tasks for .NET Version: 25.8.0 Environment: .NET 8.0, Windows MPP files containing Material type resources crash Aspose.Tasks immediately during Project constructor. The issue occurs because Material r…...ctor(Stream stream, LoadOptions options) Reproduction: Load...new Project(stream, new LoadOptions()) Immediate crash - cannot...

    forum.aspose.com/t/argumentoutofrangeexception-...