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

new

(0.08 sec)
  1. Convert WORD To PNG Java

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

    products.aspose.com/words/java/conversion/word-...
  2. Convert TEXT To GIF Java

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

    products.aspose.com/words/java/conversion/text-...
  3. Convert DOC To PNG Java

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

    products.aspose.com/words/java/conversion/doc-t...
  4. Convert JPG To Image Java

    Convert JPG to Image format in Java code. Save JPG as Image 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...
  5. Convert JPG To PNG Java

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

    products.aspose.com/words/java/conversion/jpg-t...
  6. Convert Image To JPG Java

    Convert Image to JPG format in Java code. Save Image 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/image...
  7. Convert Image To BMP Java

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

    products.aspose.com/words/java/conversion/image...
  8. Licensing and limitations|Aspose.PDF for PHP vi...

    Aspose.PDF for PHP via Java invites its customers to get a Classic license and Metered License. As well as use a limited license to better explore the product....subscription for free upgrades to any new versions or fixes that come out...aspose . pdf . License license = new com . aspose . pdf . License...

    docs.aspose.com/pdf/php-java/licensing/
  9. Document.CopyStylesFromTemplate | Aspose.Words ...

    Effortlessly copy styles from your chosen template to any document with the CopyStylesFromTemplate method, enhancing your workflow and document consistency.... Document template = new Document (); Style style = template...style . Font . Name = "Times New Roman" ; style . Font . Color...

    reference.aspose.com/words/net/aspose.words/doc...
  10. Place a textbox within a specific cell in a tab...

    Good Day We are currently generating a table and we want to make the fields within a specific column editable. I want to place textboxes within the cells of the editable column but the problem is that I can't find the c…... Document doc = new Document(); Aspose.Pdf.Page page...Add(); Aspose.Pdf.Table table1 = new Aspose.Pdf.Table(); table1.ColumnWidths...

    forum.aspose.com/t/place-a-textbox-within-a-spe...