Sort Score
Result 10 results
Languages All
Labels All
Results 2,861 - 2,870 of 213,057 for

new

(0.4 sec)
  1. 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...
  2. 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...
  3. Aspose.Total Net Adding image as watermark to d...

    Hi We have purchased Aspose.Total license recently. We are trying to add image as watermark to all pages in doc. But we want to add watermark to full page covering all areas of page. We tried adding it but looks like s…...the document Document doc = new Document("test.docx"); // Create...image stamp ImageStamp stamp = new ImageStamp("watermark.png");...

    forum.aspose.com/t/aspose-total-net-adding-imag...
  4. ParagraphFormat | Aspose.Words for Java

    Represents all the formatting for a paragraph in Java.... Document doc = new Document(); // A blank document...collection. // First, create a new section, and then append it as...

    reference.aspose.com/words/java/com.aspose.word...
  5. 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-...
  6. 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-...
  7. 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-...
  8. 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...
  9. Convert Image To PNG Java

    Convert Image to PNG format in Java code. Save Image 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/image...
  10. 使用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...