Sort Score
Result 10 results
Languages All
Labels All
Results 3,591 - 3,600 of 164,094 for

new

(0.05 sec)
  1. Convert WORD To JPG C#

    Convert a Word document to JPG format in C# code. Save a Word document as JPG 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...
  2. Convert DOC To JPG C#

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

    products.aspose.com/words/net/conversion/doc-to...
  3. Convert HTML To GIF C#

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

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

    Convert Image to GIF format in C# code. Save Image as GIF using C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...GetShapeRenderer().Save( "Output.gif" , new ImageSaveOptions(SaveFormat.Gif));...

    products.aspose.com/words/net/conversion/image-...
  6. Convert WORD To Image C#

    Convert a Word document to Image format in C# code. Save a Word document as Image 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...
  7. Convert PDF To TIFF C#

    Convert PDF to TIFF format in C# code. Save PDF as TIFF 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...
  8. Convert JPG To TIFF C#

    Convert JPG to TIFF format in C# code. Save JPG as TIFF using C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...GetShapeRenderer().Save( "Output.tiff" , new ImageSaveOptions(SaveFormat.Tiff));...

    products.aspose.com/words/net/conversion/jpg-to...
  9. Convert TEXT To SVG C#

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

    products.aspose.com/words/net/conversion/text-t...
  10. Insert Image using docx4j and Aspose.Words|Aspo...

    Add an image into a document easily and fast instead of using docx4j....The image to add File file = new File ( dataDir + "java_logo.png"...java . io . InputStream is = new java . io . FileInputStream (...

    docs.aspose.com/words/java/insert-image-using-d...