Sort Score
Result 10 results
Languages All
Labels All
Results 9,331 - 9,340 of 213,235 for

new

(0.21 sec)
  1. Compare PDF documents|Aspose.PDF for .NET

    Since the 24.7 release, it's possible to compare PDF documents' content with annotation marks and side-by-side output...documents using ( var document1 = new Aspose . Pdf . Document ( dataDir...)) { using ( var document2 = new Aspose . Pdf . Document ( dataDir...

    docs.aspose.com/pdf/net/compare-pdf-documents/
  2. Manage Chart Data Series in Presentations in .N...

    Learn how to manage chart series in C# for PowerPoint (PPT/PPTX) with practical code examples and best practices to enhance your data presentations....Presentation presentation = new Presentation ()) { ISlide slide...Presentation presentation = new Presentation ()) { ISlide slide...

    docs.aspose.com/slides/net/chart-series/
  3. 如何使用JavaScript通过C++在工作表中添加/插入文本框|Documentation

    如何在Aspose.Cells for Java脚本中通过C++在工作表中添加/插入文本框...open it; otherwise create a new workbook let workbook ; if (...arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/zh/javascript-cpp/add-tex...
  4. Smart marker with nested objects (map / list) f...

    Hi, I’m working with a Json data with nested objects that fail to work with horizontal parameter. It returns some internal reference instead of the actual data: (e.g. com.aspose.cells.t_e@6179e425) Here is a code snipp…...with: try { Workbook workbook = new Workbook(); Worksheet worksheet...ByteArrayOutputStrea outputStream = new java.io.ByteArrayOutputStrea();...

    forum.aspose.com/t/smart-marker-with-nested-obj...
  5. TaskPane Class | Aspose.Words for .NET

    Discover the Aspose.Words.WebExtensions.TaskPane class, your key to creating powerful add-in task panes for enhanced document editing and productivity.... Document doc = new Document (); // Create task pane...TaskPane myScriptTaskPane = new TaskPane (); doc . WebExtensionTaskPane...

    reference.aspose.com/words/net/aspose.words.web...
  6. Equation field rendering issue in DOCX to PDF/P...

    When I try to convert a DOCX containing equation fields to PDF or PNG, the equation fields are not rendered correctly. Input DOCX test.docx (15.9 KB) Aspose outputs (equation field rendering is incorrect) output.pdf …...my sample code: var license = new License(); license.SetLicense(@"licensePath");...SetLicense(@"licensePath"); var document = new Document(@"inputPath") { LayoutOptions...

    forum.aspose.com/t/equation-field-rendering-iss...
  7. XMP Metadata | JavaScript API Solution

    JavaScript API Solution to work with EPS files. Rich functionality to code XMP metadata of EPS files. Learn how to add, edit and get it....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    products.aspose.com/page/javascript-cpp/xmp-met...
  8. 使用JavaScript通过C++生成Pdf|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++将Excel工作簿转换为PDF。...file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...SaveFormat . Pdf ); const blob = new Blob ([ outputData ], { type...

    docs.aspose.com/cells/zh/javascript-cpp/convert...
  9. Change the Font on just the specific Unicode ch...

    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....cannot be displayed with Times New Roman , but it can be displayed...specific font such as Times New Roman, Aspose.Cells changes the...

    docs.aspose.com/cells/net/change-the-font-on-ju...
  10. Create or Load a Document in Java|Aspose.Words ...

    Aspose.Words enables you to create a blank document or to load it from a file or stream using Java.... Create a New Document We will call the Document...without parameters to create a new blank document. If you want to...

    docs.aspose.com/words/java/create-or-load-a-doc...