Sort Score
Result 10 results
Languages All
Labels All
Results 9,221 - 9,230 of 213,950 for

new

(0.12 sec)
  1. Rendering Slicer with Node.js via C++|Documenta...

    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.... const wb = new AsposeCells . Workbook ( filePath...area to true. const imgOpts = new AsposeCells . ImageOrPrintOptions...

    docs.aspose.com/cells/nodejs-cpp/rendering-slicer/
  2. DocumentBuilder.insertComboBox method | Aspose....

    DocumentBuilder.insertComboBox method. Inserts a combobox form field at the current position.... let builder = new aw . DocumentBuilder (); // Form...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. 使用 Java 从 PDF 中提取表格 | Aspose.PDF

    使用 Aspose.PDF for Java,使用 Java 示例代码,以编程方式从 PDF 文件中提取表格...中提取表格-Java Document pdfDocument = new Document ( DATA_DIR . resolve...()) { TableAbsorber absorber = new TableAbsorber (); absorber ....

    products.aspose.com/pdf/zh-hans/java/table/extr...
  4. Aspose.PSD for .NET 18.10 - 发行说明|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....增加除Normal外的混合模式支持 var files = new string [] { "Normal" , "Dissolve"...// 导出为PNG var saveOptions = new PngOptions (); saveOptions ....

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-1...
  5. Converting a PDF file to BMP using Android via ...

    Sample code on Java for PDF to BMP conversion. Use example code for batch PDF to BMP conversion in Android...convertPDFtoBMP () { try { document = new Document ( inputStream ); } catch...()); return ; } File file = new File ( fileStorage , "PDF-to-BMP...

    products.aspose.com/pdf/android-java/conversion...
  6. Converting a PDF file to TIFF using Android via...

    Sample code on Java for PDF to TIFF conversion. Use example code for batch PDF to TIFF conversion in Android...Open document try { document = new Document ( inputStream ); } catch...object Resolution resolution = new Resolution ( 300 ); // Create...

    products.aspose.com/pdf/android-java/conversion...
  7. Setting Attributes in HTML Template – Aspose.HT...

    Learn how to set attributes in HTML template and control the presence of attributes when populating templates using Aspose.HTML for .NET....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/html/net/setting-attributes-in-...
  8. DocumentVisitor.VisitShapeStart | Aspose.Words ...

    Explore the DocumentVisitor VisitShapeStart method to enhance shape enumeration in your applications. Boost efficiency and streamline your coding process!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...InsertShape methods. Shape balloon = new Shape ( doc , ShapeType . Balloon...

    reference.aspose.com/words/net/aspose.words/doc...
  9. Render Worksheet to Graphic Context with Node.j...

    Learn how to render a worksheet to graphic context using Aspose.Cells for Node.js via C++. This includes rendering to image files, screens, and printers....source file const workbook = new AsposeCells . Workbook ( filePath...image buffer const bmpOptions = new AsposeCells . ImageOrPrintOptions...

    docs.aspose.com/cells/nodejs-cpp/render-workshe...
  10. SaveOptions.updateFields property | Aspose.Word...

    SaveOptions.updateFields property. Gets or sets a value determining if fields of certain types should be updated before saving the document to a fixed page format...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...document to .PDF. let options = new aw . Saving . PdfSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...