Sort Score
Result 10 results
Languages All
Labels All
Results 9,761 - 9,770 of 223,148 for

new

(1.82 sec)
  1. Add Trend Lines to Presentation Charts in .NET|...

    Quickly add and customize trend lines in PowerPoint charts with Aspose.Slides for .NET — a practical guide to engage your audience....presentation Presentation pres = new Presentation (); // Creating...tredLineLog . AddTextFrameForOverr ( "New log trend line" ); // Adding...

    docs.aspose.com/slides/net/trend-line/
  2. Convert Microsoft Project MPP File to PNG | Asp...

    Aspose.Tasks for .NET allows converting Microsoft Project (MPP) to PNG....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tasks/net/convert-ms-project-mp...
  3. Setting a Task to a SubProject | Aspose.Tasks D...

    Learn how to set tasks to subprojects using Aspose.Tasks for Java....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tasks/java/setting-a-task-to-a-...
  4. HTML to PDF, special character error - Free Sup...

    Hello, if we converting the attached files to PDF, the Character “§” is not visible in the attached PDF. Probably an encoding issue because ASCII is used in this case. I’ve tried other encodings as well, with no succes…...verwendet } var htmlLoadOptions = new global::Aspose.Words.Loading...leEx) }; var wordDocument = new Document(InputFile, htmlLoadOptions);...

    forum.aspose.com/t/html-to-pdf-special-characte...
  5. Convert HTML To PNG Javascript

    Convert HTML to PNG format in JavaScript code. Save HTML as PNG using JavaScript....'@aspose/words' ); var doc = new aw.Document( "Input.html" ) for...require('@aspose/words'); var doc = new aw.Document("Input.html") doc...

    products.aspose.com/words/nodejs-net/conversion...
  6. Convert WORD To TIFF Javascript

    Convert a Word document to TIFF format in JavaScript code. Save a Word document as TIFF using JavaScript....'@aspose/words' ); var doc = new aw.Document( "Input.docx" ) for...require('@aspose/words'); var doc = new aw.Document("Input.docx") doc...

    products.aspose.com/words/nodejs-net/conversion...
  7. Manage SmartArt Graphics in Presentations Using...

    Automate PowerPoint SmartArt creation, editing, and styling in PHP using Aspose.Slides, featuring concise code examples and performance-focused guidance....Instantiate Presentation Class $pres = new Presentation (); try { # Get...desired the presentation $pres = new Presentation ( "AccessSmartArtShape...

    docs.aspose.com/slides/php-java/manage-smartart...
  8. Convert DOC To JPG Javascript

    Convert DOC to JPG format in JavaScript code. Save DOC as JPG using JavaScript....'@aspose/words' ); var doc = new aw.Document( "Input.doc" ) for...require('@aspose/words'); var doc = new aw.Document("Input.doc") doc...

    products.aspose.com/words/nodejs-net/conversion...
  9. Problem Reading PDF containing TAB characters -...

    cotiz_anonyme.pdf (2.4 KB) When working with this attached document, if I extract text position in a way similar to your sample code “HighlightCharacterInPDF” for (int charNum = …...PDF document Document doc = new Document(dataDir + "cotiz_anonyme...SvgSaveOptions saveOptions = new SvgSaveOptions(); // Do not compress...

    forum.aspose.com/t/problem-reading-pdf-containi...
  10. 幻灯片|Aspose.Slides 文档

    使用 Aspose.Slides for Java 控制幻灯片:创建、克隆、重新排序、调整大小、设置背景,并使用 Java 为 PPT、PPTX 和 ODP 演示文稿应用转换效果。...Presentation presentation = new Presentation (); try { ILayoutSlide...Presentation presentation = new Presentation (); try { // 添加另一个空幻灯片。...

    docs.aspose.com/slides/zh/java/examples/element...