Sort Score
Result 10 results
Languages All
Labels All
Results 9,081 - 9,090 of 222,967 for

new

(0.2 sec)
  1. NPE when convert HTML to PDF - Free Support For...

    Hello! I convert HTML to PDF import com.aspose.pdf.*; import com.aspose.pdf.HtmlSaveOptions.PartsEmbeddingModes; import com.aspose.pdf.HtmlSaveOptions.RasterImagesSavingModes; ... public byte[] createDocumentFromHt…...HtmlLoadOptions htmlLoadOptions = new HtmlLoadOptions(); htmlLoadOptions...optimizedMemoryStrea; try (Document document = new Document(htmlFile.getAbsolutePath()...

    forum.aspose.com/t/npe-when-convert-html-to-pdf...
  2. 在加载工作簿时使用JavaScript通过C++过滤VBA项目|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++在加载Excel工作簿时过滤VBA项目。...load VBA const loadOptions = new LoadOptions ( LoadFormat . Auto...Auto ); const loadFilter = new LoadFilter ( LoadDataFilterOption...

    docs.aspose.com/cells/zh/javascript-cpp/filter-...
  3. 每个 Excel 工作表渲染一个 PDF 页面 使用 C++ 通过 JavaScript 转换...

    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....arrayBuffer (); // Initialize a new Workbook by opening the selected...file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/zh/javascript-cpp/render-...
  4. Merge Files with JavaScript via C++|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....used to copy worksheets into a new workbook. These methods are easy...arrayBuffer (); files . push ( new Uint8Array ( arrayBuffer ));...

    docs.aspose.com/cells/javascript-cpp/merge-files/
  5. 使用JavaScript通过C++检查VBA代码的数字签名是否有效|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++检查VBA代码数字签名的有效性。...project const workbook = new Workbook ( new Uint8Array ( arrayBuffer...SaveFormat . Xlsm ); const blob = new Blob ([ outputData ], { type...

    docs.aspose.com/cells/zh/javascript-cpp/check-i...
  6. Managing Page Breaks with JavaScript via C++|Do...

    This article provides sample code and explains how to add, clear, or delete specific page breaks in Excel worksheets programmatically using Aspose.Cells for JavaScript via C++....open it; otherwise create a new workbook let workbook ; if (...arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/javascript-cpp/managing-p...
  7. Render Sequence of Pages using PageIndex and Pa...

    Learn how to render specific pages of an Excel file to images using Aspose.Cells for JavaScript via C++....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...pages 4, 5, 6, 7 const opts = new ImageOrPrintOptions (); opts...

    docs.aspose.com/cells/javascript-cpp/render-seq...
  8. Aspose.PSD for .NET 20.12 - Release Notes|Docum...

    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 ( pngOutputPath , new PngOptions () { ColorType = PngColorType...image . Save ( outputFilePath , new PsdOptions ( image )); } } PSDNET-764...

    docs.aspose.com/psd/net/aspose-psd-for-net-20-1...
  9. 添加二色比例和三色比例条件格式|Documentation

    如何在JavaScript via C++中使用Aspose.Cells库添加条件格式,为两色比例和三色比例设置。通过调整这些条件,你可以更好地控制单元格的外观。...file selected - we'll create a new workbook } let workbook ; if...arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/zh/javascript-cpp/adding-...
  10. 加载和管理Excel、OpenOffice、Json、Csv和Html文件|Documenta...

    使用Aspose.Cells,通过C++用JavaScript轻松创建、打开和管理Excel、CSV、TSV、ODS、HTML、Numbers、Json、XML、Pdf、Jpg、Tiff、图像、Mht和XPS文件。...Workbook object (new blank workbook) const wb = new Workbook ();...SaveFormat . Xlsx ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/zh/javascript-cpp/loading...