Sort Score
Result 10 results
Languages All
Labels All
Results 8,611 - 8,620 of 223,144 for

new

(0.29 sec)
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 在 PS 文件中使用页面 | Java

    如何将页面添加到 PS 文件是 Aspose.Page API 解决方案解答的一个问题。了解如何在 Java 中使用该功能...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/zh/java/ps/working-with-pa...
  6. Enhance Your Presentations with AutoFit on Andr...

    Manage AutoFit settings in Aspose.Slides for Android via Java to optimize text display in your PowerPoint and OpenDocument presentations and improve content readability....presentation: Presentation pres = new Presentation (); try { ISlide...350 , 100 ); Portion portion = new Portion ( "lorem ipsum..." );...

    docs.aspose.com/slides/androidjava/manage-autof...
  7. Enhance Your Presentations with AutoFit in Java...

    Learn how to manage AutoFit settings in Aspose.Slides for Java to optimize text display in your PowerPoint and OpenDocument presentations and improve content readability....presentation: Presentation pres = new Presentation (); try { ISlide...350 , 100 ); Portion portion = new Portion ( "lorem ipsum..." );...

    docs.aspose.com/slides/java/manage-autofit-sett...
  8. CleanupOptions.unusedLists property | Aspose.Wo...

    CleanupOptions.unusedLists property. Specifies whether unused list and list definitions should be removed from document... let doc = new aw . Document (); doc . styles...them as "used". let builder = new aw . DocumentBuilder ( doc );...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Incorrect Underline Height in EQ Field Overstri...

    Description Aspose.Words does not correctly render EQ (Equation) fields when the text inside the field code contains underlined characters. Specifically, the underline height of text inside the field differs from the un…...orphans:0; font-family:'Times New Roman'; font-size:12pt"><div><p...Saving; new License().SetLicense("licensePath"); var doc = new Do...

    forum.aspose.com/t/incorrect-underline-height-i...
  10. Giving file corrupted error after inserting foo...

    @philip.zhou After inserting footers using Aspose diagram for Java API,when trying to open the vss,vsdx,vsd files, it says “file is corrupted”. Not able to share the files,because of security reasons. Thanks Rama...code snippet used diagram = new Diagram(fileDir + File.separator...separator + fname); // Date date = new Date(); // diagram.getHeaderFooter()...

    forum.aspose.com/t/giving-file-corrupted-error-...