Sort Score
Result 10 results
Languages All
Labels All
Results 891 - 900 of 22,834 for

loadoptions

(0.72 sec)
  1. Aspose.PSD for .NET 19.3 - 发行说明|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....png" ; var loadOptions = new PsdLoadOptions () {...Load ( sourceFileName , loadOptions )) { for ( int i = 0 ; i...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-1...
  2. Word目录页码问题 - Free Support Forum - aspose.com

    问题:Word生成的目录不对,不能和PDF文件的目录对应,PDF的目录是正确地。请帮忙看看是什么原因,谢谢。 生成目录的核心代码如下: string desPath = Path.Combine(reportDesPath, fileName); Aspose.Words.Document doc = new Aspose.Words.Document(desPath); doc.UpdateFields(); doc.Update…..., true); LoadOptions loadOptions = new LoadOptions(); var doc...

    forum.aspose.com/t/word/316558
  3. aspose.CAD. 25.10.1 DWG转PDF时,提示错误 - Free Suppor...

    A11.dwg.zip (8.6 MB) 错误日志如下: Aspose.CAD.CadExceptions.ImageLoadException HResult=0x80131500 Message=Drawing loading failed: Cannot process loading further due to incorrect file format structure. Error details: 给定关键字不…...tainer #=zAFU8HM$ZH4Y8, LoadOptions #=zzwR9DjTDR_Nc) 在 Aspose...ImageOptions; using Aspose.CAD.LoadOptions; string dwgPath = @"C:\T...

    forum.aspose.com/t/aspose-cad-25-10-1-dwg-pdf/3...
  4. Read Numbers Spreadsheet Developed by Apple Inc...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....You will have to use the LoadOptions class and specify LoadFormat...

    docs.aspose.com/cells/python-net/read-numbers-s...
  5. Creating OneNote NoteBook | Aspose.Note Documen...

    This article explains how to create and manage OneNote note books using the C# API....Loading Notebook File with LoadOptions By default, notebook’s child...NotebookLoadOptions loadOptions = new NotebookLoadOptions(); 5 loadOptions. InstantLoading...

    docs.aspose.com/note/net/working-with-onenote-n...
  6. Aspose.word将wordml转为word页码目录不一致 - Free Support ...

    aspose.word将wordml转为word页码目录不一致,确保转换字体都存在切正确,发现当图片表格等比较多的时候,转出来的word页码不一致,页码域刷新都有 语言使用的java...11:52am 5 使用这个LoadOptions loadOptions = new LoadOptions(); loadOptions...

    forum.aspose.com/t/aspose-word-wordml-word/323999
  7. 运行 convert-docx-to-pdf-aspose-2.0.12 时 后台报错 - F...

    同一个流程持续接收到 后台错误信息日志,详情如下: Log 1 2025-09-02 09:16:08,477 [Thread-16] WARN com.appiancorp.process.workpoller.WorkPollerIntervalLogger - Work Item 555 has been executing for 12 minutes and 40 seconds. Process Id: 7594239.…... 使用 LoadOptions :在加载文档时,您可以使用 LoadOptions 类来指定加载选项,例如设置编码或处理加密文档。...以下是一个简单的代码示例,展示如何使用 LoadOptions 加载文档: LoadOptions loadOptions = new LoadOptions();...

    forum.aspose.com/t/convert-docx-to-pdf-aspose-2...
  8. Encrypting Excel Files with JavaScript via C++|...

    Learn how to encrypt and password-protect Excel files using Aspose.Cells for JavaScript via C++....providing a password in the LoadOptions.password . Once the file...Workbook , SaveFormat , LoadOptions , LoadFormat , Utils } =...

    docs.aspose.com/cells/javascript-cpp/encrypting...
  9. Відкрийте ПСБ онлайн | products.aspose.com

    Відкрийте PSB з силою Aspose.PSD...PsdLoadOptions loadOptions = new PsdLoadOptions(); loadOptions.setReadOnlyMode(true);...Image.load(sourceFileName, loadOptions); image.save(sourceFileName...

    products.aspose.com/psd/ua/view/psb/
  10. How to Convert PowerPoint to Word in Python

    This simple tutorial guides on how to convert PowerPoint to Word in Python. It covers all the necessary steps, resources and a runnable sample code to transform PowerPoint into Word in Python with the help of a few API calls only.... You can also use the LoadOptions object from the Aspose.Slides...the loading process. The LoadOptions from the Aspose.Words library...

    kb.aspose.com/slides/python/how-to-convert-powe...