Sort Score
Result 10 results
Languages All
Labels All
Results 761 - 770 of 22,834 for

loadoptions

(0.47 sec)
  1. Aspose.PSD for Java 24.5 - Release Notes|Docume...

    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....PsdLoadOptions loadOptions = new PsdLoadOptions (); loadOptions . setLoadEffectsResour...setLoadEffectsResour ( true ); loadOptions . setUseDiskForLoadEff (...

    docs.aspose.com/psd/java/aspose-psd-for-java-24...
  2. 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/
  3. 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...
  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. Monitor running programs|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....function to add it to the LoadOptions running parameters, and then...

    docs.aspose.com/cells/python-net/monitor-runnin...
  7. 使用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...
  8. WarningInfoCollection.Item | Aspose.Words for .NET

    Access specific WarningInfoCollection items effortlessly by index. Streamline your data management with our intuitive property feature!...fb2" , new LoadOptions { WarningCallback = warnings...

    reference.aspose.com/words/net/aspose.words/war...
  9. Load or Import CSV file with Formulas via JavaS...

    Learn how to load and import CSV files containing formulas using Aspose.Cells for JavaScript via C++....const loadOptions = new TxtLoadOptions (); loadOptions . hasFormula...Uint8Array ( arrayBuffer ), loadOptions ); const outputData = workbook...

    docs.aspose.com/cells/javascript-cpp/load-or-im...
  10. Create a new Task similar to Outlook and send T...

    Hi, I just want to Create/Update/Delete a Task in .Net similar as we create a new Task in Outlook and need to send Task as an email to the assigned user.Then Task should be shown in the outlook calender under the Tasks …...MailMessageLoadOptio loadOptions = new MailMessageLoadOptio(); loadOptions.MessageFormat...MessageFormat = MessageFormat.Msg; loadOptions.FileCompatibilityMod = FileCompatibilityMod...

    forum.aspose.com/t/create-a-new-task-similar-to...