Sort Score
Result 10 results
Languages All
Labels All
Results 9,041 - 9,050 of 223,147 for

new

(1.08 sec)
  1. 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...
  2. 通过 C++ 使用 Node.js 监控运行中的程序|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....xlsx" ); const monitor = new AsposeCells . SystemTimeInterruptM...SystemTimeInterruptM ( false ); const lopts = new AsposeCells . LoadOptions ();...

    docs.aspose.com/cells/zh/nodejs-cpp/monitor-run...
  3. PdfSaveOptions.imageCompression property | Aspo...

    PdfSaveOptions.imageCompression property. Specifies compression type to be used for all images in the document....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...to .PDF. let pdfSaveOptions = new aw . Saving . PdfSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. 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...
  5. PdfSaveOptions.ExportFloatingShapesAsInlineTag ...

    Define how floating shapes appear in PDF by setting ExportFloatingShapesAsInlineTag for precise structure and layout control.... Document doc = new Document ( MyDir + "Floating...PdfSaveOptions saveOptions = new PdfSaveOptions (); saveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  6. 使用JavaScript通过C++复制行和列。|Documentation

    本文介绍如何通过Aspose.Cells for JavaScript通过C++ API复制行和列。...file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...Excel97To2003 ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/zh/javascript-cpp/copying...
  7. Add image watermark to image - Free Support For...

    ImageWatermarkInImage_test.zip (113.6 KB) Hi We are getting an error while water marking the image to image. It will be a great help to us. Please find attached solution to reproduce the error. Specified argument wa…...false; Rectangle overlayRect = new Rectangle(); if (basePosition...true; } Point positionPoint = new(basePosition.X, basePosition...

    forum.aspose.com/t/add-image-watermark-to-image...
  8. Aspose.word. How to control memory growth - Fre...

    Aspose.word for java . Version25.9 <dependency> <groupId>com.aspose</groupId> <artifactId>aspose-words</artifactId> <version>25.9</version> <classifier>jdk17</classifier> </dependency> Document doc = …...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...and release of memory in the new version alexey.noskov November...

    forum.aspose.com/t/aspose-word-how-to-control-m...
  9. Protect and Unprotect Workbook Structure with N...

    Protect and unprotect workbook structure of Excel files using Node.js via C++....); // Create a new file. const workbook = new AsposeCells . Workbook...protected. const workbook = new AsposeCells . Workbook ( filePath...

    docs.aspose.com/cells/nodejs-cpp/protect-and-un...
  10. Table.AutoFit | Aspose.Words for .NET

    Discover the Table AutoFit method to effortlessly resize tables and cells for optimal layout. Enhance your document's presentation with ease!...build a new table while applying a style. Document doc = new Document...(); DocumentBuilder builder = new DocumentBuilder ( doc ); Table...

    reference.aspose.com/words/net/aspose.words.tab...