Sort Score
Result 10 results
Languages All
Labels All
Results 721 - 730 of 22,506 for

loadoptions

(0.09 sec)
  1. Can additional code be added to mimic SautinSof...

    We are moving away from SautinSoft to using Aspose.Words .Net. We have noticed how when SautinSoft renders a PDF from html it does a preprocessing step where it will resize images to stop an image from adjusting expandi…...rendering method: LoadOptions loadOptions = new LoadOptions { LoadFormat...new Document(inputStream, loadOptions); // Now the CustomResourceLoadin...

    forum.aspose.com/t/can-additional-code-be-added...
  2. Load and Save Email Message|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....Initialize EmlLoadOptions var loadOptions = new EmlLoadOptions { //...MailMessage . Load ( "file.eml" , loadOptions ); Properties of EmlLoadOptions...

    docs.aspose.com/email/net/load-and-save-email-m...
  3. Working with OneNote Notebooks | Aspose.Note Do...

    A comprehensive guide on using and managing OneNote notebooks for developers....Loading Notebook File with LoadOptions By default, notebook’s child...NotebookLoadOptions loadOptions = new NotebookLoadOptions(); 5 loadOptions. setInstantLoading...

    docs.aspose.com/note/java/working-with-onenote-...
  4. NPE while saving doc as HTML - Free Support For...

    reproduce_bug_mini_anonymized.docx (4.7 MB) Summary Document loads successfully but throws NullPointerException when saving to HTML format. Issue Description When attempting to save a specific Word document to HTML for…...LoadOptions; import com.aspose.words...docx")); LoadOptions loadOptions = new LoadOptions(); loadOptions...

    forum.aspose.com/t/npe-while-saving-doc-as-html...
  5. Cad图纸读取不了,load卡死求助 - Free Support Forum - aspos...

    语法: Loadoptions Loadoptions = new Loadoptions(); Loadoptions.setSpecifiedEncoding(CodePages.SimpChinese); CadImage cadImage = (CadImage)CadImage.load("D:\\ljt$vf@8778555c.1.0.JE7.820.7890.wip.dwg",Loadoptions); tuzhi.z…...3:19am 1 语法: LoadOptions loadOptions = new LoadOptions(); loadOptions...0.JE7.820.7890.wip.dwg",loadOptions); tuzhi.zip (3.1 MB) oleksii...

    forum.aspose.com/t/cad-load/312084
  6. OdtSaveOptions | Aspose.Words for .NET

    Discover the OdtSaveOptions constructor to effortlessly save documents in ODT format. Streamline your workflow with this powerful tool!...we will have to provide a LoadOptions object with the correct password...+ extensionString , new LoadOptions ( "@sposeEncrypted_1145"...

    reference.aspose.com/words/net/aspose.words.sav...
  7. Working with Pages | Aspose.Note Documentation

    Learn how to work with pages in the Java developers' documentation....Note 3 LoadOptions options = new LoadOptions(); 4 Document..."pages/" ; 2 3 LoadOptions loadOptions = new LoadOptions(); 4 loadOptions...

    docs.aspose.com/note/java/working-with-pages/
  8. 使用cad-java 23.7 版本,把一个250兆的.stl文件转成pdf ,内存飙到了11...

    下面是我的代码, 有什么办法减少内存使用,或者可以设置超过多少内存,就到磁盘处理,不然这个根本没法使用,一点就内存溢出了 public synchronized Path doCadToPdf(InputStream inputStream, String outputFilePath) throws IOException { Path outputPath = Paths.get(outputFileP…...get(outputFilePath); LoadOptions opts = new LoadOptions(); opts.setS...get(outputFilePath); LoadOptions opts = new LoadOptions(); opts.setS...

    forum.aspose.com/t/cad-java-23-7-250-stl-pdf-11...
  9. Unable to save unchanged PSD - Free Support For...

    Hi! The attached file is a simplification of an actual file we are trying to edit using Aspose.PSD v25.4.0 Even with no changes, I’m not being able to save the PSD file back to disk. I’m running the following code: …...code: var loadOptions = new PsdLoadOptions(); loadOptions.LoadEffectsResource...(PsdImage)Image.Load(@opt.Psd, loadOptions)) { image.Save(opt.Output);...

    forum.aspose.com/t/unable-to-save-unchanged-psd...
  10. 用 JavaScript 通过 C++ 加密和解密 Excel 文件|Documentation

    如何用 JavaScript 通过 C++ 加密和解密 Excel 文件。锁定和解锁 Excel 文件。..."text/javascript" > const { Workbook , LoadOptions , SaveFormat , Utils } =...file const loadOptions = new LoadOptions (); loadOptions . password...

    docs.aspose.com/cells/zh/javascript-cpp/encrypt...