Sort Score
Result 10 results
Languages All
Labels All
Results 9,651 - 9,660 of 222,975 for

new

(0.62 sec)
  1. Aspose.Slides for Java 14.9.0 的公共 API 和向后不兼容的更改...

    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....Presentation presentation = new Presentation ( "presentation...Presentation presentation = new Presentation ( presentationFileName...

    docs.aspose.com/slides/zh/java/public-api-and-b...
  2. Aspose::Words::Fields::FieldInfo class | Aspose...

    Aspose::Words::Fields::FieldInfo class. Implements the INFO field. To learn more, visit the documentation article in C++....corresponding built-in property with the new value. field = System :: ExplicitCast...); field -> set_NewValue ( u "New comment" ); field -> Update ();...

    reference.aspose.com/words/cpp/aspose.words.fie...
  3. Convert Excel to CSV, TSV and Txt with JavaScri...

    Learn how to convert Excel files to CSV, TSV, and TXT formats using Aspose.Cells for JavaScript via C++....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...type of separator. const opts = new TxtSaveOptions (); opts . separator...

    docs.aspose.com/cells/javascript-cpp/convert-ex...
  4. Accessing JSON Data in Java|Aspose.Words for Java

    Learn how to access JSON data while building a report using LINQ in Java.... ReportingEngine engine = new ReportingEngine (); engine ....JSON. ReportingEngine engine = new ReportingEngine (); engine ....

    docs.aspose.com/words/java/accessing-json-data/
  5. Add Custom XML Parts and Select them by ID with...

    Learn how to add custom XML parts to Excel documents and select them by ID using Aspose.Cells for JavaScript via C++....external links const wb = new Workbook ( new Uint8Array ( arrayBuffer...btsData = new Uint8Array ([ 1 , 2 , 3 ]); const btsSchema = new Uint8Array...

    docs.aspose.com/cells/javascript-cpp/add-custom...
  6. Invalid image stream (The type initializer for ...

    Hi Team, We are facing a critical issue after upgrading to Aspose 25.11.0 , where image rendering (used for eSignatures) is failing, while the same implementation works perfectly with Aspose 24.11 . error - “Invalid im…...Create PDF Document pdfDocument = new Document(); Page page = pdfDocument...graphics state page.Contents.Add(new GSave()); double width = 200;...

    forum.aspose.com/t/invalid-image-stream-the-typ...
  7. Replace Text in PDF throw a NullReferenceExcept...

    I want to replace text in pdf with Aspose.PDF, But throw a NullReferenceException. the sample code : var doc = New Aspose.Pdf.Document(@“D:\abc\1212\c++.1.pdf”); var sourceText = “的”; var targetText = “x”; Regex rul…...the sample code : var doc = new Aspose.Pdf.Document(@“D:\abc\1212\c++...targetText = “x”; Regex ruleRegexp = new Regex(Regex.Escape(sourceText));...

    forum.aspose.com/t/replace-text-in-pdf-throw-a-...
  8. Latest version of AsposePDF produces FIPS compl...

    I upgraded asposePDF nuget from 24.7 to 25.4, and while everything works on my development environment, calling Document.Save() gives me the following error on my Stage environment, which is a more restrictive and secure…...ReadAllBytes(pdfPath); using (var doc = new Document(new MemoryStream(pdfBase)))...var tf = new TextFragment("test text"); tf.Position = new Position(200...

    forum.aspose.com/t/latest-version-of-asposepdf-...
  9. How to create waterfall chart with JavaScript v...

    Create waterfall charts in Excel with JavaScript and Aspose.Cells for JavaScript via C++....provided, otherwise create a new workbook let workbook ; if (...arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/javascript-cpp/creating-w...
  10. 仅复制范围样式,通过 JavaScript 由 C++ 实现|Documentation

    学习如何在操作数据的同时,仅复制范围的样式,使用 C++ 的脚本实现。...arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...arrayBuffer )); } else { workbook = new Workbook (); } // Get the first...

    docs.aspose.com/cells/zh/javascript-cpp/copy-ra...