Sort Score
Result 10 results
Languages All
Labels All
Results 3,061 - 3,070 of 213,057 for

new

(0.23 sec)
  1. Converting Worksheet to SVG in PHP|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.... PHP Code $saveFormat = new SaveFormat (); $path = $dataDir...the template file $workbook = new Workbook ( $path ); // Convert...

    docs.aspose.com/cells/java/converting-worksheet...
  2. Convert Doc to HTML in Ruby|Aspose.Words for Java

    Converting Doc to HTML using Ruby in Java.... new ( data_dir + "TestFile.doc" ) ### options = new HtmlSaveOptions();...aspose.words.HtmlSaveOptions' ) . new \ # HtmlSaveOptions.ExportRoundtripInfor...

    docs.aspose.com/words/java/convert-doc-to-html-...
  3. 操作打印标签 | Java

    了解如何使用 Aspose.Page for Java 中的 PrintTicket API 为打印或查看设备设置 XPS 文档打印首选项...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/zh/java/xps/print-tickets/
  4. DocumentLoadingArgs.EstimatedProgress | Aspose....

    Track progress effortlessly with DocumentLoadingArgs' EstimatedProgress property, providing real-time percentage updates for enhanced efficiency....LoadingProgressCallb progressCallback = new LoadingProgressCallb (); LoadOptions...LoadOptions loadOptions = new LoadOptions { ProgressCallback = progressCallback...

    reference.aspose.com/words/net/aspose.words.loa...
  5. Modify an Existing Style|Documentation

    Aspose.Cells is a JavaScript via C++ library for working with spreadsheet files that allows users to modify existing cell styles. This article introduces how to modify an existing cell style with the Aspose.Cells library so that users can change the appearance of the cells as they need....formatting options to cells, create a new formatting style object. A formatting...modify or leave empty to create a new workbook. </ p > < input type...

    docs.aspose.com/cells/javascript-cpp/modify-an-...
  6. How to Convert OneNote to Image | Aspose.Note D...

    Learn how to convert your OneNote notes into images using various color modes....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/note/net/convert-onenote-to-ima...
  7. Aspose.PSD for .NET 20.9 - Release Notes|Docume...

    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.... condition ) { throw new FormatException ( string . Format...} } if (! areEqual ) { throw new FormatException ( string . Format...

    docs.aspose.com/psd/net/aspose-psd-for-net-20-9...
  8. Convert JPG To GIF Javascript

    Convert JPG to GIF format in JavaScript code. Save JPG as GIF using JavaScript....); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...getShapeRenderer().save( "Output.gif" , new aw.Saving.ImageSaveOptions(aw...

    products.aspose.com/words/nodejs-net/conversion...
  9. Convert JPG To BMP Javascript

    Convert JPG to BMP format in JavaScript code. Save JPG as BMP using JavaScript....); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...getShapeRenderer().save( "Output.bmp" , new aw.Saving.ImageSaveOptions(aw...

    products.aspose.com/words/nodejs-net/conversion...
  10. NodeCollection | Aspose.Words for Java

    Represents a collection of nodes of a specific type in Java.... Document doc = new Document(getMyDir() + "Textboxes...TEXT_BOX))) { Shape replacementShape = new Shape(doc, ShapeType.IMAGE);...

    reference.aspose.com/words/java/com.aspose.word...