Sort Score
Result 10 results
Languages All
Labels All
Results 1,191 - 1,200 of 22,514 for

loadoptions

(0.07 sec)
  1. Converting to PDF raises Exception about fonts ...

    Hi. I tried to find the same error description, but can’t. I sure, that it is widespread error: we tried to convert xlsx book with font Calibri underlined to PDF in Linux-based Docker container and got error Caused by…... LoadOptions opts = new LoadOptions(LoadFormat.Xlsx);...

    forum.aspose.com/t/converting-to-pdf-raises-exc...
  2. PDF to PDF/A 3 B results in formatting errors -...

    Hello, I have problems converting PDF-files to PDF/A3 B. Éspecially the formatting of tables is often weird. Sometimes a word/words of a sentence is/are moved up or down or moved over other text. Somestimes hyperlin…...LoadOptions(Aspose.Words.LoadFormat.Html...To convert the HTML file LoadOptions . ResourceLoadingStrat CustomLoaderOfExtern...

    forum.aspose.com/t/pdf-to-pdf-a-3-b-results-in-...
  3. 使用 C++ 在加载工作簿或工作表时筛选对象 Node.js 版本|Documentation

    学习如何在加载工作簿或工作表时使用 Aspose.Cells for Node.js via C++ 进行筛选。...] 可能的使用场景 在从工作簿筛选数据时,请使用 LoadOptions.getLoadFilter() 属性。如果要筛选单个工作表中的数据,则必须重写...lOptions = new AsposeCells . LoadOptions (); lOptions . setLoadFilter...

    docs.aspose.com/cells/zh/nodejs-cpp/filter-obje...
  4. Aspose.Pdf convert HTML to PDF gets exception F...

    A bad href link in html for example “http://415.707.7015/” throws a failed to parse exception that does not allow for processing to continue. Work arounds here suggest pre-validating all hrefs in the entire html before …...LoadOptions; Read the HTML source (file...to false HtmlLoadOptions loadOptions = new HtmlLoadOptions { When...

    forum.aspose.com/t/aspose-pdf-convert-html-to-p...
  5. 标题和正文主题字体|Documentation

    Aspose.Cells 是一个通过 C++ 的 JavaScript 库,用于操作电子表格文件。它支持在 Excel 文档中设置标题和正文的主题字体,让用户可以自定义文档的外观和样式。本文将介绍如何使用 Aspose.Cells 库操作 Excel 文档中的标题和正文主题字体。... 在使用 LoadOptions.region 方法加载文件之前,我们必须设置系统区域设置。...(); // Instantiate a new LoadOptions. const options = new AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/heading...
  6. DocSaveOptions class | Aspose.Words for Python

    aspose.words.saving.DocSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.DOC](../../aspose.words/saveformat/#DOC) or [SaveFormat.DOT](../../aspose.words/saveformat/#DOT) format...DocSaveOptions object in a LoadOptions object. with self . assertRaises...load_options = aw . loading . LoadOptions ( password = 'MyPassword'...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose.PSD for .NET 22.11 - 发行说明|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....psd" ; var loadOptions = new PsdLoadOptions { LoadEffectsResource...Image . Load ( sourceFile , loadOptions )) { foreach ( var layer...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  8. Aspose CAD com.aspose.cad.cadexceptions.ImageSa...

    when i use aspose cad 23.8 to trans dwg file to pdf , it occured the following exceptions. and it runs normally in local (windows system) development envitonment , but deploy it on linux (ubuntu) allthings f…...cadInputStream ) { LoadOptions opts = new LoadOptions(); opts.setS...

    forum.aspose.com/t/aspose-cad-com-aspose-cad-ca...
  9. FieldShape | Aspose.Words for Java

    Implements the SHAPE field in Java....docx"); // The LoadOptions object has an option to update...the document. LoadOptions options = new LoadOptions(); options....

    reference.aspose.com/words/java/com.aspose.word...
  10. Exception whenever saving PSD files > 200 MB AN...

    Hello, we’ve detected a problem where whenever we try to save any PSD greater than 200MB in size AND of a certain dimension or larger (15600px x 10800px @ 300dpi or larger) , it throws the following exception: Message=…...SimpleExample() { PsdLoadOptions loadOptions = new PsdLoadOptions() {...Load("c:\\temp\\bigfile.psd", loadOptions)) { try { MemoryStream saveAsStream...

    forum.aspose.com/t/exception-whenever-saving-ps...