Sort Score
Result 10 results
Languages All
Labels All
Results 9,301 - 9,310 of 222,973 for

new

(0.1 sec)
  1. Specifying Significant Digits to be Stored in E...

    Learn how to specify significant digits to be stored in an Excel file using Aspose.Cells for JavaScript via C++....open it; otherwise create a new workbook (matches original Node...arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/javascript-cpp/specifying...
  2. WebExtensionBinding | Aspose.Words for .NET

    Create powerful web extension bindings effortlessly with the WebExtensionBinding constructor. Customize parameters for seamless integration and enhanced functionality.... Document doc = new Document (); // Create task pane...TaskPane myScriptTaskPane = new TaskPane (); doc . WebExtensionTaskPane...

    reference.aspose.com/words/net/aspose.words.web...
  3. WebExtensionPropertyCollection Class | Aspose.W...

    Discover Aspose.Words.WebExtensions.WebExtensionPropertyCollection for managing custom web extension properties efficiently. Enhance your document automation today!... Document doc = new Document (); // Create task pane...TaskPane myScriptTaskPane = new TaskPane (); doc . WebExtensionTaskPane...

    reference.aspose.com/words/net/aspose.words.web...
  4. DocumentBuilder.Writeln | Aspose.Words for .NET

    Enhance your documents effortlessly with DocumentBuilder's Writeln method—insert text and paragraph breaks seamlessly for improved readability....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...that its cursor is in and any new rows/cells as it creates them...

    reference.aspose.com/words/net/aspose.words/doc...
  5. HTML fragment bug - Free Support Forum - aspose...

    Using HtmlFragment getting a null reference exception when trying to double indent lists. Inputed HTML causing the issue. TESTTestingLegacytestJust a huge font First numbered bulletSecond Calling it in code var formatt…...in code var formattedText = new HtmlFragment(comment); page.Paragraphs..._out.pdf"; using (var doc = new Document()) { var page = doc...

    forum.aspose.com/t/html-fragment-bug/314324
  6. Manage Chart Data Markers in Presentations Usin...

    Learn how to customize chart data markers in Aspose.Slides for Node.js, boosting presentation impact across PPT and PPTX formats with clear code examples.... Add new data point. Write presentation...empty presentation var pres = new aspose . slides . Presentation...

    docs.aspose.com/slides/nodejs-java/chart-data-m...
  7. Extract Images from PDF JavaScript|Aspose.PDF f...

    How to extract a part of the image from PDF using Aspose.PDF for JavaScript toolkit....( e ) { const file_reader = new FileReader (); file_reader ....Worker*/ const AsposePDFWebWorker = new Worker ( "AsposePDFforJS.js"...

    docs.aspose.com/pdf/javascript-cpp/extract-imag...
  8. Manage Cells HTML String|Documentation

    Learn how to manage a cell's HTML string through the Aspose.Cells for JavaScript via C++ API....arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...arrayBuffer )); } else { workbook = new Workbook (); } // Obtaining the...

    docs.aspose.com/cells/javascript-cpp/manage-cel...
  9. Issue in updating Page Size (Dimensions) - Free...

    Hi, I am trying to update page dimensions(Page size) from Letter-size(8.50" x 11.00") to A4-size(8.27" x 11.69") using the sample code provided you. AsposePDF.net is not updating the width of the document, but not upda…...document Document pdfDocument = new Document(“source.pdf”); // Get...Load HTML file Document doc = new Document(@"D:\Downloads\source...

    forum.aspose.com/t/issue-in-updating-page-size-...
  10. Optimizing Memory Usage while Working with Big ...

    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....to create a new one.</p>' ; // Allow creating a new workbook even...open it; otherwise create a new workbook let workbook ; if (...

    docs.aspose.com/cells/javascript-cpp/optimizing...