Sort Score
Result 10 results
Languages All
Labels All
Results 5,801 - 5,810 of 164,081 for

new

(0.06 sec)
  1. Convert PowerPoint Slides to Images in PHP|Aspo...

    Learn how to convert PowerPoint and OpenDocument slides into various formats using Aspose.Slides for PHP via Java. Easily export PPTX and ODP slides to BMP, PNG, JPEG, TIFF, and more with high-quality results....PNG format: $presentation = new Presentation ( "Presentation...how to do this: $imageSize = new Java ( "java.awt.Dimension" ...

    docs.aspose.com/slides/php-java/convert-slide/
  2. Modern API|Aspose.Slides for Node.js via .NET D...

    Modern API...using the new API may look as follows: var pres = new aspose ....method using ImageIO with the new one. Old: var imageio = java...

    docs.aspose.com/slides/nodejs-java/modern-api/
  3. Გადაიყვანეთ WORD HTML Java

    გადაიყვანეთ WORD HTML Java ფორმატში კოდით. შეინახეთ WORD როგორც HTML Java....*; Document doc = new Document ( "Input.docx" ); doc...aspose.words.*; Document doc = new Document("Input.docx"); doc.save("Output...

    products.aspose.com/words/ka/java/conversion/wo...
  4. Using XPS graphic utilities | Java

    Learn how to easily generate images and relatively complex shapes on an XPS page using graphic utilities in Aspose.Page API for Java...Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/page/java/xps/graphic-utilities/
  5. Გადაიყვანეთ HTML WORD Java

    გადაიყვანეთ HTML WORD Java ფორმატში კოდით. შეინახეთ HTML როგორც WORD Java....*; Document doc = new Document ( "Input.html" ); doc...aspose.words.*; Document doc = new Document("Input.html"); doc.save("Output...

    products.aspose.com/words/ka/java/conversion/ht...
  6. Გადაიყვანეთ WORD TXT Java

    გადაიყვანეთ WORD TXT Java ფორმატში კოდით. შეინახეთ WORD როგორც TXT Java....*; Document doc = new Document ( "Input.docx" ); doc...aspose.words.*; Document doc = new Document("Input.docx"); doc.save("Output...

    products.aspose.com/words/ka/java/conversion/wo...
  7. Გადაიყვანეთ TEXT PDF Java

    გადაიყვანეთ TEXT PDF Java ფორმატში კოდით. შეინახეთ TEXT როგორც PDF Java....*; Document doc = new Document ( "Input.txt" ); doc...aspose.words.*; Document doc = new Document("Input.txt"); doc.save("Output...

    products.aspose.com/words/ka/java/conversion/te...
  8. Aspose.Slides for PHP via Java 15.10.0中的公共API和不...

    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....要将系列动画添加到图表,可以使用以下代码: $pres = new Presentation ( $inFileName );...dispose (); } } 类别动画: $pres = new Presentation ( $inFileName );...

    docs.aspose.com/slides/zh/php-java/public-api-a...
  9. 自定义形状|Aspose.Slides 文档

    在 Java 中的 PowerPoint 演示文稿中添加自定义形状...代码展示了如何向形状添加自定义点: Presentation pres = new Presentation (); try { GeometryShape...代码展示了如何从形状中删除点: Presentation pres = new Presentation (); try { GeometryShape...

    docs.aspose.com/slides/zh/androidjava/custom-sh...
  10. EPUB to PDF Merge using Java | Aspose.PDF

    Combine two or more EPUB documents into one PDF single file programmatically with Java sample code using Aspose.PDF for Java... Initialize a new Document, and run a loop for...add a new page to PDF document In loop: add EPUB file to new PDF...

    products.aspose.com/pdf/java/merger/epub-to-pdf/