Sort Score
Result 10 results
Languages All
Labels All
Results 3,931 - 3,940 of 213,512 for

new

(0.12 sec)
  1. Add PDF Bookmarks with Named Destinations using...

    Learn how to add PDF bookmarks with named destinations using Aspose.Cells for JavaScript via C++. Ensure bookmarks remain intact regardless of page changes....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...this cell const bookmarkEntry = new PdfBookmarkEntry (); bookmarkEntry...

    docs.aspose.com/cells/javascript-cpp/add-pdf-bo...
  2. 在 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-cl...
  3. Convert PowerPoint Presentations to TIFF in PHP...

    Learn how to easily convert PowerPoint (PPT, PPTX) presentations to high-quality TIFF images using Aspose.Slides for PHP via Java, with code examples.... $presentation = new Presentation ( "presentation...black-and-white TIFF: $tiffOptions = new TiffOptions (); $tiffOptions...

    docs.aspose.com/slides/php-java/convert-powerpo...
  4. Convert PowerPoint Presentations to TIFF in Jav...

    Learn how to easily convert PowerPoint (PPT, PPTX) presentations to high-quality TIFF images using Aspose.Slides for Java, with code examples....Presentation presentation = new Presentation ( "presentation...TIFF: TiffOptions tiffOptions = new TiffOptions (); tiffOptions ...

    docs.aspose.com/slides/java/convert-powerpoint-...
  5. 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.... // 打开文档 $document = new Document ( $inputFile ); $document...getPageInfo () -> setMargin ( new MarginInfo ()); $document ->...

    docs.aspose.com/pdf/zh/php-java/advanced-operat...
  6. Add array items in XMP metadata of EPS| Java

    The process of adding items in XMP metadata of EPS with Aspose.Page for Java is explained and illustrated with the code snippets here....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/java/xmp-metadata/add-arra...
  7. DashStyle | Aspose.Words for Java

    Dashed line style in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...the right end: Shape arrow = new Shape(doc, ShapeType.LINE); arrow...

    reference.aspose.com/words/java/com.aspose.word...
  8. What Is the Aspose Equivalent of Table Design |...

    In PPTX, when working on a table, it is possible to do the following: Table Design ribbon Table Styles Clear Table See screenshot for an example: Clear Table.png (101.6 KB) How to do this in Aspose Slides for Java?...Presentation presentation = new Presentation(); // Add a slide...getTableFormat().setFillFormat(new FillFormat()); table.getTableFormat()...

    forum.aspose.com/t/what-is-the-aspose-equivalen...
  9. Change named value in XMP metadata of EPS|Java

    The process of changing named value in XMP metadata of EPS file with Aspose.Page API solution for Java is explained and illustrated with the code here....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/java/xmp-metadata/change-n...
  10. Watermark.SetImage | Aspose.Words for .NET

    Enhance your documents with the Watermark SetImage method. Effortlessly add stunning image watermarks for a professional touch.... Document doc = new Document (); // Modify the image...ImageWatermarkOption imageWatermarkOption = new ImageWatermarkOption (); imageWatermarkOption...

    reference.aspose.com/words/net/aspose.words/wat...