Sort Score
Result 10 results
Languages All
Labels All
Results 711 - 720 of 22,512 for

loadoptions

(0.18 sec)
  1. 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...
  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. MHTML to PDF Converter using C++ | Aspose.PDF

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

    products.aspose.com/pdf/cpp/conversion/mhtml-to...
  4. Convert CSV, TSV and TXT to Excel|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...developers should use the LoadOptions class and select the TSV...

    docs.aspose.com/cells/java/convert-csv-tsv-and-...
  5. EPUB to PDF Converter using C++ | Aspose.PDF

    Sample code for EPUB to PDF conversion using C++. Use C++ example for batch EPUB to PDF conversion....file: // Create LoadOptions auto loadoptions = MakeObject < EpubLoadOptions...( u "sourceFile.epub" , loadoptions ); // Save the file into...

    products.aspose.com/pdf/cpp/conversion/epub-to-...
  6. MHTML to DOCX Converter using C++ | Aspose.PDF

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

    products.aspose.com/pdf/cpp/conversion/mhtml-to...
  7. Aspose.Words hyphenation PDF Output differs fro...

    Hello, if we convert the attached Input Word File to PDF using german Hyphenation dictionary, the output PDF differs from the PDF which we export as PDF directly with Microsoft Word. How can we ensure that the output P…...registration: var loadOptions = new Words.Loading.LoadOptions { Encoding...new Document(InputFile, loadOptions) { LayoutOptions = { CommentDisplayMode...

    forum.aspose.com/t/aspose-words-hyphenation-pdf...
  8. Aspose.word 大量生成docx文档后,内存升高,如何控制 - Free Suppor...

    Aspose.word for java . Version25.9 <dependency> <groupId>com.aspose</groupId> <artifactId>aspose-words</artifactId> <version>25.9</version> <classifier>jdk17</classifier> </dependency> Document doc = …...existing files LoadOptions loadOptions = new LoadOptions(); loadOptions...Document("template.docx", loadOptions); Let the garbage collector...

    forum.aspose.com/t/aspose-word-docx/320895
  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. Aspose::Words::IDocumentReaderPlugin interface ...

    Aspose::Words::IDocumentReaderPlugin interface. Defines an interface for external reader plugins that can read a file into a document in C++....System::SharedPtr<Aspose::Words::Loading::LoadOptions>, System::SharedPtr<Aspo...

    reference.aspose.com/words/cpp/aspose.words/ido...