Sort Score
Result 10 results
Languages All
Labels All
Results 3,031 - 3,040 of 213,057 for

new

(0.07 sec)
  1. Render Presentations with Fallback Fonts on And...

    Render presentations with fallback fonts in Aspose.Slides for Android – keep text consistent across PPT, PPTX and ODP with step-by-step Java code samples.... // Create new instance of a rules collection...IFontFallBackRulesCo rulesList = new FontFallBackRulesCol (); // create...

    docs.aspose.com/slides/androidjava/render-prese...
  2. Working with Textures in PS file | Java

    How to add texture pattern to 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-textu...
  3. Convert PDF To GIF C#

    Convert PDF to GIF format in C# code. Save PDF as GIF 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...
  4. Convert HTML To SVG C#

    Convert HTML to SVG format in C# code. Save HTML as SVG 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...
  5. BuildingBlockCollection | Aspose.Words for Java

    A collection of BuildingBlock objects in the document in Java....doc = new Document(); GlossaryDocument glossaryDoc = new GlossaryDocument();...GlossaryDocVisitor visitor = new GlossaryDocVisitor(); // Visit...

    reference.aspose.com/words/java/com.aspose.word...
  6. Render Presentations with Fallback Fonts in PHP...

    Render presentations with fallback fonts in Aspose.Slides for PHP via Java – keep text consistent across PPT, PPTX and ODP with step-by-step code samples....Create new instance of a rules collection $rulesList = new FontFallBackRulesCol...add ( new FontFallBackRule ( 0x400 , 0x4ff , "Times New Roman"...

    docs.aspose.com/slides/php-java/render-presenta...
  7. Convert HTML To Image Java

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

    products.aspose.com/words/java/conversion/html-...
  8. Convert WORD To TIFF Java

    Convert a Word document to TIFF format in Java code. Save a Word document as TIFF using Java....*; Document doc = new Document ( "Input.docx" ); ImageSaveOptions...ImageSaveOptions saveOptions = new ImageSaveOptions (SaveFormat...

    products.aspose.com/words/java/conversion/word-...
  9. Convert TEXT To SVG Java

    Convert TEXT to SVG format in Java code. Save TEXT as SVG using Java....*; Document doc = new Document ( "Input.txt" ); ImageSaveOptions...ImageSaveOptions saveOptions = new ImageSaveOptions (SaveFormat...

    products.aspose.com/words/java/conversion/text-...
  10. Convert JPG To JPG Java

    Convert JPG to JPG format in Java code. Save JPG as JPG using Java....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...getShapeRenderer().save( "Output.jpg" , new ImageSaveOptions (SaveFormat...

    products.aspose.com/words/java/conversion/jpg-t...