Sort Score
Result 10 results
Languages All
Labels All
Results 3,141 - 3,150 of 213,527 for

new

(0.94 sec)
  1. Customize Chart Axes in Presentations on Androi...

    Discover how to use Aspose.Slides for Android via Java to customize chart axes in PowerPoint presentations for reports and visualizations....in Java: Presentation pres = new Presentation (); try { Chart...a chart: Presentation pres = new Presentation (); try { IChart...

    docs.aspose.com/slides/androidjava/chart-axis/
  2. 使用JavaScript通过C++管理图片|Documentation

    学习如何使用Aspose.Cells for JavaScript via C++在电子表格中添加和定位图片。...(or leave empty to create a new workbook), and select an image...provided, otherwise create a new one let workbook ; if ( fileInput...

    docs.aspose.com/cells/zh/javascript-cpp/managin...
  3. Convert HTML To JPG C#

    Convert HTML to JPG format in C# code. Save HTML as JPG using C#....doc = new Document( "Input.html" ); var saveOptions = new Imag...page++) { saveOptions.PageSet = new PageSet(page); doc.Save( $"Output_...

    products.aspose.com/words/net/conversion/html-t...
  4. Convert WORD To PNG C#

    Convert a Word document to PNG format in C# code. Save a Word document as PNG using C#....doc = new Document( "Input.docx" ); var saveOptions = new Imag...page++) { saveOptions.PageSet = new PageSet(page); doc.Save( $"Output_...

    products.aspose.com/words/net/conversion/word-t...
  5. Convert HTML To Image C#

    Convert HTML to Image format in C# code. Save HTML as Image using C#....doc = new Document( "Input.html" ); var saveOptions = new Imag...page++) { saveOptions.PageSet = new PageSet(page); doc.Save( $"Output_...

    products.aspose.com/words/net/conversion/html-t...
  6. Convert PDF To Image C#

    Convert PDF to Image format in C# code. Save PDF as Image using C#....doc = new Document( "Input.pdf" ); var saveOptions = new Imag...page++) { saveOptions.PageSet = new PageSet(page); doc.Save( $"Output_...

    products.aspose.com/words/net/conversion/pdf-to...
  7. Extracting SEO-Oriented Fields from JSON | Aspo...

    This system extracts relevant fields like h1 and description for SEO optimization....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tasks/net/writing-updated-outli...
  8. Working with Text in PS file | Java

    How to add textt in PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Java...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/java/ps/working-with-text/
  9. Extended Features lost - Free Support Forum - a...

    I'm trying to open a PDF, replace some text and then save the document. The problem is that when I do this the extended features are disabled. public static void CreateProfile(SurveyProfile userProfile, string userProfi…...using (FileStream fileStream = new FileStream(templatePath, FileMode...{ Document profileDocument = new Document(fileStream); Replac...

    forum.aspose.com/t/extended-features-lost/32287
  10. Convert HTML To JPG Java

    Convert HTML to JPG format in Java code. Save HTML as JPG using Java....*; Document doc = new Document ( "Input.html" ); ImageSaveOptions...ImageSaveOptions saveOptions = new ImageSaveOptions (SaveFormat...

    products.aspose.com/words/java/conversion/html-...