Sort Score
Result 10 results
Languages All
Labels All
Results 4,361 - 4,370 of 214,328 for

new

(0.11 sec)
  1. 使用JavaScript via C++将指定的工作表保存为PDF|Documentation

    学习如何使用Aspose.Cells for JavaScript via C++将指定工作表保存为PDF。...file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...sheet set const pdfSaveOptions = new PdfSaveOptions (); pdfSaveOptions...

    docs.aspose.com/cells/zh/javascript-cpp/save-sp...
  2. Setting Print Options with JavaScript via C++|D...

    This article demonstrates how to programmatically set the Print Options of the Excel Worksheet Page Setup feature using the JavaScript API and C++ Library. You can set the Print Area, Print Titles, and Page Order....Instantiate a new Workbook object const workbook = new Workbook ();...Excel97To2003 ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/javascript-cpp/setting-pr...
  3. Aspose.PSD for .NET 23.1 - 发布说明|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.... Save ( outputJpg , new JpegOptions ()); } PSDNET-401...image . Save ( outputPath , new PdfOptions ()); } PSDNET-1171...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  4. Format and Modify Named Ranges with JavaScript ...

    Learn how to format and modify named ranges using Aspose.Cells for JavaScript via C++....Instantiate a new Workbook. const workbook = new Workbook ();...StyleFlag object. let flg = new StyleFlag (); // Make the corresponding...

    docs.aspose.com/cells/javascript-cpp/format-and...
  5. TextPath | Aspose.Words for Java

    Defines the text and formatting of the text path of a WordArt object in Java....throws Exception { Document doc = new Document(); // Insert a WordArt...appendWordArt(doc, "Kerning: VAV", "Times New Roman", 90.0, 24.0, Color.ORANGE...

    reference.aspose.com/words/java/com.aspose.word...
  6. ListCollection Class | Aspose.Words for .NET

    Discover the Aspose.Words.Lists.ListCollection class for efficient management of bulleted and numbered lists, enhancing document formatting and organization....Add ( ListTemplate ) Creates a new list based on a predefined template...document. Add ( Style ) Creates a new list that references a list style...

    reference.aspose.com/words/net/aspose.words.lis...
  7. Barcode performance slowdown between 23.9 and 2...

    Our software uses Aspose BarCode for .NET 4.0 version 23.9. We’ve purchased New license to to use New QualitySettings. Unfortunately performance is much slower for some barcodes even in HighPerformance QualitySetting. I…... We’ve purchased new license to to use new QualitySettings. Unfortunately...(HighPerformance) For provided barcodes new version is much slower even in...

    forum.aspose.com/t/barcode-performance-slowdown...
  8. IMailMergeDataSource | Aspose.Words for Java

    Implement this interface to allow mail merge from a custom data source such as a list of objects in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...customers = new CustomerList(); customers.add(new Customer("Thomas...

    reference.aspose.com/words/java/com.aspose.word...
  9. PDF to JPEG Merge using C# | Aspose.PDF

    Combine two or more PDF documents into one JPEG single file programmatically with C# sample code using Aspose.PDF for .NET... Initialize a new Document, and run a loop for...add a new page to JPEG document In loop: add PDF file to new page...

    products.aspose.com/pdf/net/merger/pdf-to-jpeg/
  10. Manage Rows and Columns in PowerPoint Tables in...

    Manage table rows and columns in PowerPoint with Aspose.Slides for .NET and speed up presentation editing and data updates....Presentation class Presentation pres = new Presentation ( "table.pptx" );...Presentation presentation = new Presentation ( "Test.pptx" ))...

    docs.aspose.com/slides/net/manage-rows-and-colu...