Sort Score
Result 10 results
Languages All
Labels All
Results 7,831 - 7,840 of 226,449 for

new

(0.52 sec)
  1. Web Extensions - Office Add-ins with JavaScript...

    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....( 'fileInput' ); // Create a new workbook or load from selected...arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/javascript-cpp/web-extens...
  2. How to use Aspose.CAD in JavaScript|CAD Documen...

    use Aspose.CAD in JavaScript...., function() { var reader = new FileReader(); reader.onload =...arrayBuffer = this.result; var array = new Uint8Array(arrayBuffer); //GET_FILE_FORMAT...

    docs.aspose.com/cad/javascript-net/how-to-run-a...
  3. Display MHT Formats Using C# | Aspose.PDF

    Open and view MHT documents programmatically with C# sample code using Aspose.PDF for .NET...view MHT files var options = new Aspose . Pdf . MhtLoadOptions...MhtLoadOptions (); var pdfDocument = new Aspose . Pdf . Document ( "sample...

    products.aspose.com/pdf/net/viewer/mht/
  4. Display MD Formats Using C# | Aspose.PDF

    Open and view MD documents programmatically with C# sample code using Aspose.PDF for .NET...view MD files var options = new Aspose . Pdf . MdLoadOptions...MdLoadOptions (); var pdfDocument = new Aspose . Pdf . Document ( "sample...

    products.aspose.com/pdf/net/viewer/md/
  5. Display CGM Formats Using C++ | Aspose.PDF

    Open and view CGM documents programmatically with C++ sample code using Aspose.PDF for C++...var document = new Document ( "template.cgm" , new CgmLoadOptions...

    products.aspose.com/pdf/cpp/viewer/cgm/
  6. Display PCL Formats Using C++ | Aspose.PDF

    Open and view PCL documents programmatically with C++ sample code using Aspose.PDF for C++...var document = new Document ( "template.pcl" , new PclLoadOptions...

    products.aspose.com/pdf/cpp/viewer/pcl/
  7. DocSaveOptions.AlwaysCompressMetafiles | Aspose...

    Optimize your document management with the AlwaysCompressMetafiles property. Improve performance by controlling metafile compression for efficiency.... Document doc = new Document ( MyDir + "Microsoft...DocSaveOptions saveOptions = new DocSaveOptions (); saveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  8. Creating a Pdf417 Barcode in PHP|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....$builder = new BarCodeBuilder (); $symbology = new Symbology ();...

    docs.aspose.com/barcode/java/creating-a-pdf417-...
  9. IAiModelText.Translate | Aspose.Words for .NET

    Effortlessly translate documents with our IAiModelText Translate method. Harness AI for accurate, fast translations in your desired language.... Return Value A new Document object containing the...Google models. Document doc = new Document ( MyDir + "Document...

    reference.aspose.com/words/net/aspose.words.ai/...
  10. Convert PDF to Excel Workbook in Ruby|Aspose.PD...

    Understand how to convert PDF data into Excel workbooks using Ruby with Aspose.PDF, simplifying data extraction and analysis.... new ( data_dir + ' input1 . pdf '...pdf . ExcelSaveOptions ' ). new # Save the output to XLS format...

    docs.aspose.com/pdf/java/convert-pdf-to-excel-w...