Sort Score
Result 10 results
Languages All
Labels All
Results 671 - 680 of 22,507 for

loadoptions

(0.07 sec)
  1. How to Convert PowerPoint to Word in C#

    This short tutorial guides on how to convert PowerPoint to Word in C#. It shares all the necessary steps, resources and runnable sample code to transform PowerPoint into Word in C# with the help of a few API calls only....the memory stream Create LoadOptions class object to control the...however, you may use the LoadOptions object from the Aspose.Slides...

    kb.aspose.com/slides/net/how-to-convert-powerpo...
  2. MHTML to DOC Converter using C++ | Aspose.PDF

    Sample code for MHTML to DOC conversion using C++. Use C++ example for batch MHTML to DOC conversion....file: // Create LoadOptions auto loadOptions = MakeObject < MhtLoadOptions...> ( u "sourceFile.mht" , loadOptions ); // Create SaveOptions...

    products.aspose.com/pdf/cpp/conversion/mhtml-to...
  3. MHTML to XLSX Converter using C++ | Aspose.PDF

    Sample code for MHTML to XLSX conversion using C++. Use C++ example for batch MHTML to XLSX conversion....file: // Create LoadOptions auto loadOptions = MakeObject < MhtLoadOptions...> ( u "sourceFile.mht" , loadOptions ); // Create SaveOptions...

    products.aspose.com/pdf/cpp/conversion/mhtml-to...
  4. Aspose Imaging generating blank pdf for corrupt...

    Hi Team, We are creating pdf file for files which has application type as “Tagged Image File Format” using below code. public static void convertTifToPdf(String inputFilePath, String outputFilePath) { try (Image image…...recovery options using the LoadOptions class. This allows you to...outputFilePath) { LoadOptions loadOptions = new LoadOptions(); loadOptions...

    forum.aspose.com/t/aspose-imaging-generating-bl...
  5. IDocumentMergerPlugin Interface | Aspose.Words ...

    Discover the Aspose.Words.IDocumentMergerPlugin interface for seamless PDF document merging. Enhance your workflow with powerful external merger capabilities!...Merge ( Stream, Stream[], LoadOptions[] ) Merges the given input...

    reference.aspose.com/words/net/aspose.words/ido...
  6. Load Source Excel File Without Charts with Java...

    Learn how to load an Excel file without charts using Aspose.Cells for JavaScript via C++.... Please use LoadOptions.loadFilter property for this...Workbook , SaveFormat , LoadOptions , LoadFilter , LoadDataFilterOption...

    docs.aspose.com/cells/javascript-cpp/load-sourc...
  7. Aspose.PSD for Java 24.6 - 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...
  8. Encrypting Excel Files with Node.js via C++|Doc...

    Learn how to encrypt and password‑protect Excel files using Aspose.Cells for Node.js via C++....providing a password in LoadOptions.getPassword() . Once the...file const loadOptions = new AsposeCells . LoadOptions ( AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/encrypting-exc...
  9. LoadFormat | Aspose.Words for Java

    Indicates the format of the document that is to be loaded in Java.... HtmlLoadOptions loadOptions = new HtmlLoadOptions(LoadFormat...assertEquals(LoadFormat.HTML, loadOptions.getLoadFormat()); Document...

    reference.aspose.com/words/java/com.aspose.word...
  10. DocSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.DOC or SaveFormat.DOT format in Java....DocSaveOptions object in a LoadOptions object. Assert.assertThr...SaveAsDoc.doc")); LoadOptions loadOptions = new LoadOptions("MyPassword");...

    reference.aspose.com/words/java/com.aspose.word...