Sort Score
Result 10 results
Languages All
Labels All
Results 3,391 - 3,400 of 33,971 for

new

(0.04 sec)
  1. Convert PowerPoint Slides to Images in Android|...

    Learn how to convert PowerPoint and OpenDocument slides into various formats using Aspose.Slides for Android via Java. Easily export PPTX and ODP slides to BMP, PNG, JPEG, TIFF, and more with high-quality results....Presentation presentation = new Presentation ( "Presentation...to do this: Size imageSize = new Size ( 1820 , 1040 ); Presentation...

    docs.aspose.com/slides/androidjava/convert-slide/
  2. 打印演示文稿|Aspose.Slides 文档

    在 Java 中打印 PowerPoint 演示文稿...PrintRequestAttribut attributes = new HashPrintRequestAttr (); attributes...RenderingOptions renderingOptions = new RenderingOptions (); final INotesCommentsLayout...

    docs.aspose.com/slides/zh/androidjava/print-pre...
  3. 打印演示文稿|Aspose.Slides 文档

    在 Java 中打印 PowerPoint 演示文稿...PrintRequestAttribut attributes = new HashPrintRequestAttr (); attributes...RenderingOptions renderingOptions = new RenderingOptions (); final INotesCommentsLayout...

    docs.aspose.com/slides/zh/java/print-presentation/
  4. Add XMP metadata to EPS file using .NET

    The process of adding XMP metadata to EPS file with Aspose.Page API solution for C# .NET is explained and illustrated with the code snippets here....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/page/net/xmp-metadata/add/
  5. 图像|Aspose.Slides 文档

    使用 Java 在 PowerPoint 演示文稿的幻灯片中处理图像。从磁盘或网络添加图像到 PowerPoint 幻灯片。使用 Java 将图像添加到幻灯片母版或作为幻灯片背景。使用 Java 将 SVG 添加到 PowerPoint 演示文稿。使用 Java 将 SVG 转换为 PowerPoint 中的形状。使用 Java 将图像作为 EMF 添加到幻灯片中。...示例代码展示了如何将图像添加到幻灯片: Presentation pres = new Presentation (); try { ISlide...中从网络向幻灯片添加图像: Presentation pres = new Presentation (); try { ISlide...

    docs.aspose.com/slides/zh/java/image/
  6. Sequence contains no elements - Free Support Fo...

    HI , I m facing an error while converting onenote document into pdf using latest version of aspose.note(25.2.0): System.InvalidOperationException: Sequence contains no elements at System.Linq.ThrowHelper.ThrowNoElement…...2: var document = new Aspose.Note.Document("e:\\test2\\Network...processing page Title called “ New User Setup Guide ” so can you...

    forum.aspose.com/t/sequence-contains-no-element...
  7. Convert HTML to DOCX in Java – Aspose.HTML for ...

    Convert HTML to DOCX in Java using Aspose.HTML for Java API. Consider various HTML to DOCX conversion scenarios in Java code examples....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/html/java/convert-html-to-docx/
  8. MailMerger.Execute | Aspose.Words for .NET

    Streamline your workflow with the MailMerger Execute method, effortlessly merging data for single records to enhance efficiency and accuracy....doc" ; string [] fieldNames = new string [] { "FirstName" , "Location"... }; string [] fieldValues = new string [] { "James Bond" , "London"...

    reference.aspose.com/words/net/aspose.words.low...
  9. 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/
  10. Get Node that Contains the End of Matched Strin...

    FindReplaceOptions optionsWhile = New FindReplaceOptions(); optionsWhile.setReplacingCallback(New ReplaceHandler()); WordDoc.getRange().replace(Pattern.compile("[tag(.+?)](.+?)[/tag]"), "", optionsWhile); in ReplaceHand…...FindReplaceOptions optionsWhile = new FindReplaceOptions(); optionsWhile...optionsWhile.setReplacingCallback(new ReplaceHandler()); WordDoc.getRange()...

    forum.aspose.com/t/get-node-that-contains-the-e...