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

loadoptions

(0.13 sec)
  1. How to Export PowerPoint to Word using Java

    This tutorial guides on how to export PowerPoint to Word using Java. It provides configuration details, stepwise procedure and a runnable sample code to convert PPTX to DOCX using Java....file on the disk Create a LoadOptions class object using the Aspose...overloads also like the one with LoadOptions that supports setting fonts...

    kb.aspose.com/slides/java/how-to-export-powerpo...
  2. Managing Message Files with Aspose.Email.Outloo...

    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....The library provides the LoadOptions class, an abstract base class...as ae # Load mail message loadOptions = ae . EmlLoadOptions ()...

    docs.aspose.com/email/python-net/managing-messa...
  3. 添加奇偶页页眉后报错:"com.aspose.words.zzby.zzQy()" is nu...

    java.lang.NullPointerException: Cannot invoke "com.aspose.words.zzYM9.zzWjR()" because the return value of "com.aspose.words.zzby.zzQy()" is null at com.aspose.words.zzZ4S.zzQy(Unknown Source) at com.aspo…...UTF_8)); LoadOptions loadOptions = new LoadOptions(); loadOptions...new Document(inputStream, loadOptions); } 由这个方法转换出来的document,有极大概率会在格式调整中和之后出现问题。...

    forum.aspose.com/t/com-aspose-words-zzby-zzqy-i...
  4. Переглядач файлів PSD | products.aspose.com

    Переглядач файлів PSD...PsdLoadOptions loadOptions = new PsdLoadOptions(); loadOptions.setReadOnlyMode(true);...Image.load(sourceFileName, loadOptions); image.save(sourceFileName...

    products.aspose.com/psd/ua/view/psd-file-viewer/
  5. Відкрити файл AI онлайн | products.aspose.com

    Відкрити PSD файл онлайн за допомогою Aspose.PSD...PsdLoadOptions loadOptions = new PsdLoadOptions(); loadOptions.setReadOnlyMode(true);...Image.load(sourceFileName, loadOptions); image.save(sourceFileName...

    products.aspose.com/psd/ua/view/open-psd-online/
  6. Convert CSV to PDF in Python | CSV Format to PDF

    Learn how to convert CSV to PDF in Python. Discover the benefits and see code examples to export CSV format to PDF using Python....Cells for Python: Create a LoadOptions class object and specify...class with the file path and LoadOptions. Convert and save the workbook...

    blog.aspose.com/cells/convert-csv-to-pdf-in-pyt...
  7. PdfLoadOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.PdfLoadoptions for enhanced PDF loading. Customize your document conversions with flexible options for optimal results....public class PdfLoadOptions : LoadOptions Constructors Name Description...Count )); See Also class LoadOptions namespace Aspose.Words.Loading...

    reference.aspose.com/words/net/aspose.words.loa...
  8. After convert to pdf, the tablelayout are diffe...

    pdf: word:...my code: LoadOptions loadOptions = new LoadOptions(); loadOptions...Document(byteArrayInputStream,loadOptions); doc.getLayoutOptions()...

    forum.aspose.com/t/after-convert-to-pdf-the-tab...
  9. Optimizing Memory Usage while Working with Big ...

    Learn how to optimize memory usage when working with large Excel files using Aspose.Cells with C++....); // Specify the LoadOptions. LoadOptions opt ; // Set the memory...

    docs.aspose.com/cells/cpp/optimizing-memory-usa...
  10. 使用 C++ 通过 Node.js 加载无图表的源Excel文件|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 在不含图表的情况下加载Excel文件。...Cells 允许您不加载图表,使用 LoadOptions.getLoadFilter() 属性实现。 加载不带图表的电子表格...options = new AsposeCells . LoadOptions (); // Include everything...

    docs.aspose.com/cells/zh/nodejs-cpp/load-source...