Sort Score
Result 10 results
Languages All
Labels All
Results 1,541 - 1,550 of 23,031 for

loadoptions

(0.16 sec)
  1. Convert DOT to JSON format in C++ | products.as...

    Export DOT to JSON in C++ without using Microsoft Excel or Word...overload, which accepts a LoadOptions object. This object contains...

    products.aspose.com/total/cpp/conversion/dot-to...
  2. Convert POTX to JSON Format in Android Apps | p...

    Convert POTX to JSON format in Android Apps without using using Microsoft Excel or PowerPoint...the correct password in a LoadOptions object. The following code...

    products.aspose.com/total/android-java/conversi...
  3. Convert POT to JSON format via C++ | products.a...

    Export POT to JSON format in C++ without using Microsoft Excel or Powerpoint...the correct password in a LoadOptions object. The following code...

    products.aspose.com/total/cpp/conversion/pot-to...
  4. Convert DOCM to JSON format in C++ | products.a...

    Export DOCM to JSON in C++ without using Microsoft Excel or Word...overload, which accepts a LoadOptions object. This object contains...

    products.aspose.com/total/cpp/conversion/docm-t...
  5. HTML to PDF conversion hangs infinit - Free Sup...

    Hi Aspose Team, We have a discovered a problem/hang situation when converting a specific HTML file to PDF. Please see attached zipped html file 92942.zip (7.8 MB) We’re using the latest version of Aspose.PDF 26.4.0 w…...ctor(string, LoadOptions ) that it hangs is a problem...

    forum.aspose.com/t/html-to-pdf-conversion-hangs...
  6. Converting a CGM file to PDF using Java | Aspos...

    CGM to PDF conversion via Java sample code. Programmers can use this example code to export CGM to PDF within any Web or Desktop Java based application....Output file: // Create a CGM LoadOptions CgmLoadOptions options =...

    products.aspose.com/pdf/java/conversion/cgm-to-...
  7. Convert DOT to JSON Format via Java | products....

    Convert DOT to JSON format via Java without using using Microsoft Word or Microsoft Excel...the correct password in a LoadOptions object. The following code...

    products.aspose.com/total/java/conversion/dot-t...
  8. XLOOKUP returns #VALUE - Free Support Forum - a...

    I am using Aspose.Cells 25.11.0. .NET 9.0 using System.Collections; using Aspose.Cells; var input = @"C:\input-for-aspose.xlsx"; var output = @"C:\output.xlsx"; Workbook? wbc; using (var ms = new FileStream(input, F…...wbc = new Workbook(ms, new LoadOptions(LoadFormat.Xlsx)); try {...

    forum.aspose.com/t/xlookup-returns-value/322497
  9. Graphic elements in HTML are not displayed - Fr...

    I am using Aspose.Cells 25.9.0. .NET 9.0 There is Excel file with Shapes and Icons inserted into it. Unfortunately, when converting to HTML, Icons are not displayed. Code: using System.Text; using Aspose.Cells; usi…...wbc = new Workbook(ms, new LoadOptions(LoadFormat.Xlsx)); wbc.CalculateFormula();...

    forum.aspose.com/t/graphic-elements-in-html-are...
  10. FieldStyleRef | Aspose.Words for Java

    Implements the STYLEREF field in Java....docx"); // The LoadOptions object has an option to update...the document. LoadOptions options = new LoadOptions(); options....

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