Sort Score
Result 10 results
Languages All
Labels All
Results 8,391 - 8,400 of 223,114 for

new

(1.01 sec)
  1. Copying Rows and Columns with JavaScript via C+...

    This article shows how to copy rows and columns through the Aspose.Cells for JavaScript via C++ API....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...Excel97To2003 ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/javascript-cpp/copying-ro...
  2. Public API Changes in Aspose.Diagram 5.6.0|Docu...

    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.... It includes not only new and updated public methods, but...Milestones on the Timeline The new RefreshMilestone method in MilestoneHelper...

    docs.aspose.com/diagram/java/public-api-changes...
  3. Add and Verify PDF Digital Signature using C# |...

    Сreate electronic signature in PDF documents programmatically with C# sample code using Aspose.PDF for .NET...pdf" ); using var pdfDocument = new Aspose . Pdf . Document ( inputFile...inputFile ); using var signature = new Aspose . Pdf . Facades . PdfFileSignature...

    products.aspose.com/pdf/net/signature/
  4. How to add Text Annotation using C++ | Aspose.PDF

    Add Text annotations programmatically in PDF with C++ sample code on any platform with C++ language...instance of Document class Create a new page or get a reference to an...PDF file Document document = new Document ( System . IO . Path...

    products.aspose.com/pdf/cpp/annotation/text/add/
  5. How to add Watermark Annotation using C++ | Asp...

    Add Watermark annotations programmatically in PDF with C++ sample code on any platform with C++ language...instance of Document class Create a new page or get a reference to an...PDF file Document document = new Document ( System . IO . Path...

    products.aspose.com/pdf/cpp/annotation/watermar...
  6. Limitations and API Differences|Aspose.Slides f...

    Aspose.Slides for Python via Java limitations and api differences....shutdownJVM () Instantiating a new Presentation Aspose.Slides for...for Java Presentation pres = new Presentation (); Aspose.Slides...

    docs.aspose.com/slides/python-java/limitations-...
  7. Wrong Chart Label Colors When Exporting a PPTX ...

    Dear Aspose Support Team, I hope this message finds you well. We have encountered a critical bug in the Aspose.Slides for Java library, specifically related to incorrect chart label colors after export. Below are the de…...pptx"; try (var is = new FileInputStream(new File(importPath)))...File(importPath))) { var pres = new Presentation(is); // save imported presentation...

    forum.aspose.com/t/wrong-chart-label-colors-whe...
  8. DWG to SVG Conversion Issues in Aspose.CAD: ERR...

    use sdk version : aspose.cad 25.12 java My conversion code and parameter settings are roughly as follows: File outputFile = New File(outputFilePath); try { LoadOptions opts = New LoadOption…...outputFile = new File(outputFilePath); try { LoadOptions opts = new LoadOptions();...RasterizationQuality rasterizationQuality = new RasterizationQuality(); rasterizationQuality...

    forum.aspose.com/t/dwg-to-svg-conversion-issues...
  9. Combine Multiple Workbooks into a Single Workbo...

    Learn how to combine multiple workbooks into a single workbook using Aspose.Cells for JavaScript via C++.... const sourceBook1 = new Workbook ( new Uint8Array ( arrayBuffer1... const sourceBook2 = new Workbook ( new Uint8Array ( arrayBuffer2...

    docs.aspose.com/cells/javascript-cpp/combine-mu...
  10. 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...