Sort Score
Result 10 results
Languages All
Labels All
Results 7,291 - 7,300 of 215,316 for

new

(0.27 sec)
  1. Encrypt and Decrypt ODS Files with JavaScript v...

    Password‑protect and encrypt ODS files using Aspose.Cells for JavaScript via C++....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...SaveFormat . Ods ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/javascript-cpp/encrypt-an...
  2. Սեղմել WORD Ը Javascript Ում

    Սեղմեք WORD ը JavaScript ում՝ առանց որակի կորստի: Օպտիմալացրեք WORD բովանդակությունը, հեշտությամբ կրճատեք ֆայլի չափը:...'@aspose/words' ); var doc = new aw.Document( "Input.docx" );...ffe); } } var saveOptions = new aw.Saving.OoxmlSaveOptions()...

    products.aspose.com/words/hy/nodejs-net/compres...
  3. Working Solution for Worksheet Resizing|Aspose....

    Fix Excel worksheet OLE resizing in presentations: two ways to keep object frames consistent—scale the frame or the sheet—across the PPT and PPTX formats.... Workbook workbook = new com . aspose . cells . Workbook...ByteArrayOutputStrea oleStream = new ByteArrayOutputStrea (); workbook...

    docs.aspose.com/slides/java/working-solution-fo...
  4. Question regarding unreleased memory even after...

    Hi, I’m experiencing a memory issue with the latest version of Aspose.PDF (v25.11) in C#. Background: When I use Aspose.PDF’s Accept(TextFragmentAbsorber visitor) method, I notice that memory is not being released and…...pdf"; using(Stream fileStream = new FileStream(inputFileName, FileMode...ReadWrite)) { Document pdfDocument = new Document(fileStream); PageCollection...

    forum.aspose.com/t/question-regarding-unrelease...
  5. Assign a Macro to a Form Control with JavaScrip...

    Learn how to assign a macro code to a Form Control such as a button using Aspose.Cells for JavaScript via C++....macroName property to assign a new macro code to a Form Control...following sample code creates a new workbook, assigns a macro code...

    docs.aspose.com/cells/javascript-cpp/assign-mac...
  6. 通过 C++ 使用 Node.js 删除范围|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 删除 Excel 中的范围并向左或向上移动单元格。...external links const workbook = new AsposeCells . Workbook ( filePath...Instantiate a new Workbook. const newWorkbook = new AsposeCells...

    docs.aspose.com/cells/zh/nodejs-cpp/delete-rang...
  7. 用C++设置字体|Documentation

    Aspose.Cells是一个用于处理电子表格文件的C++库。它支持设置单元格的字体,允许用户自定义单元格的字体样式和属性。本文将介绍如何使用Aspose.Cells库设置单元格字体。...Create a new workbook Workbook workbook ; // Add a new worksheet..."Times New Roman" style . GetFont (). SetName ( u "Times New Roman"...

    docs.aspose.com/cells/zh/cpp/cells-font-settings/
  8. 创建复杂的 PDF 使用 Aspose.PDF|Aspose.PDF for Android ...

    Aspose.PDF for Android via Java 允许您创建包含图像、文本片段和表格的更复杂的文档。...pdf" ; myExternalFile = new File ( getExternalFilesDir (...初始化文档对象 Document document = new Document (); // 添加页面 Page page...

    docs.aspose.com/pdf/zh/androidjava/complex-pdf-...
  9. 使用 Microsoft Azure 函数转换文档|Aspose.PDF for .NET

    了解如何使用 Microsoft Azure Functions 和 Aspose.PDF for .NET 转换 PDF 文档,实现基于云的文档处理。...cs 中添加许可证初始化代码: var license = new Aspose . Pdf . License (); license...containerName ) { _containerClient = new BlobContainerClient ( connectionString...

    docs.aspose.com/pdf/zh/net/converting-documents...
  10. Converting a PDF file to BMP using PHP | Aspose...

    Sample code on PHP for PDF to BMP conversion. Use example code for batch PDF to BMP conversion with Aspose.PDF for PHP via Java... Create a new Document object from the input...pages in the document Create a new devices_BmpDevice for the image...

    products.aspose.com/pdf/php-java/conversion/pdf...