Sort Score
Result 10 results
Languages All
Labels All
Results 731 - 740 of 22,513 for

loadoptions

(2.06 sec)
  1. LanguagePreferences.add_editing_language method...

    LanguagePreferences.add_editing_language method. Adds additional editing language.... LoadOptions () load_options . language_preferences...

    reference.aspose.com/words/python-net/aspose.wo...
  2. 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...
  3. 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...
  4. 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
  5. 使用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...
  6. Specify Load Options in Java|Aspose.Words for Java

    Set advanced properties when loading a document using Java to obtain more precise control of the process....Words provides you with the LoadOptions class, which allows more...working with options of the LoadOptions class. Set Microsoft Word...

    docs.aspose.com/words/java/specify-load-options/
  7. DocSaveOptions class | Aspose.Words for Node.js

    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. expect (() => doc..." ); let loadOptions = new aw . Loading . LoadOptions ( "MyPassword"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. 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...
  9. Open CSV Files|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....open CSV files, use the LoadOptions class, and select the CSV...

    docs.aspose.com/cells/python-java/open-csv-files/
  10. DocumentRecoveryMode enumeration | Aspose.Words...

    aspose.words.loading.DocumentRecoveryMode enumeration. Specifies the available recovery options when a document encounters errors during loading.... LoadOptions () load_options . recovery_mode...

    reference.aspose.com/words/python-net/aspose.wo...