Sort Score
Result 10 results
Languages All
Labels All
Results 8,451 - 8,460 of 213,939 for

new

(0.34 sec)
  1. | Aspose

    Sample code for WBMP to DOCX Java conversion. Use API example code for batch WBMP files to DOCX conversion within any Web or Desktop Java based application....API instance AsposeOCR api = new AsposeOCR (); //Prepare rectangles...rectArray = new ArrayList (); rectArray . add ( new Rectangle (...

    products.aspose.com/ocr/java/conversion/wbmp-to...
  2. 通过Node.js与C++删除命名范围|Documentation

    您可以学习如何使用Aspose.Cells for Node.js via C++从Excel或OpenOffice文件中删除定义的名称或命名范围。...Instantiate a new Workbook. const workbook = new AsposeCells ...Instantiate a new Workbook. const workbook = new AsposeCells ...

    docs.aspose.com/cells/zh/nodejs-cpp/delete-name...
  3. 使用GridJs存储|Documentation

    本文描述了 GridJs 的一般文件处理。..."uid" ]; GridJsWorkbook gwb = new GridJsWorkbook (); String ret...GridJsWorkbook . CacheImp = new LocalFileCache (); public class...

    docs.aspose.com/cells/zh/net/aspose-cells-gridj...
  4. 使用 Java 版 API 转换 EPS 文件

    本文将通过代码片段讲解并演示 Aspose.Page Java 版 API 解决方案提供的 EPS 到 PDF 的转换功能。...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/zh/java/convert-eps/
  5. Converting Worksheet to Image and Worksheet to ...

    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....development environment and create a new console application. This example...Worksheet to Image File I created a new workbook in Microsoft Excel and...

    docs.aspose.com/cells/javascript-cpp/converting...
  6. Public API Changes in Aspise.Cells 8.3.2|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.... It includes not only new and updated public methods, added...workbook object Workbook workbook = new Workbook (); //Insert picture...

    docs.aspose.com/cells/java/public-api-changes-i...
  7. 标题和正文主题字体|Documentation

    Aspose.Cells 是一个通过 C++ 的 JavaScript 库,用于操作电子表格文件。它支持在 Excel 文档中设置标题和正文的主题字体,让用户可以自定义文档的外观和样式。本文将介绍如何使用 Aspose.Cells 库操作 Excel 文档中的标题和正文主题字体。...file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...SaveFormat . Xlsx ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/zh/javascript-cpp/heading...
  8. 档案

    档案... StringPtr srcDir = new String("SourceDirectory\\");...// 输出目录路径。 StringPtr outDir = new String("OutputDirectory\\");...

    blog.aspose.com/zh/cells/convert-excel-to-html-...
  9. Duplicate image is creating when i try to conve...

    Duplicate image is creating when i try to convert into pdf is there any issue in this sample code? class ImageProcessor implements FileProcessor { @Override public void processFile(Document pdfDocument, File file) { …...imgHeight * scale; } Image image = new Image(); image.setFile(file.getAbsolutePath());...); page.getParagraphs().add(new Image(xImage)); } catch (Exception...

    forum.aspose.com/t/duplicate-image-is-creating-...
  10. Modifing AcroForm|Aspose.PDF for .NET

    Modifing form in your PDF file with Aspose.PDF for .NET library. You can Add or remove fields in existing form, getand set fieldlimit and etc....instance using ( var form = new Aspose . Pdf . Facades . FormEditor...document using ( var document = new Aspose . Pdf . Document ( dataDir...

    docs.aspose.com/pdf/net/modifing-form/