Sort Score
Result 10 results
Languages All
Labels All
Results 3,091 - 3,100 of 164,092 for

new

(0.22 sec)
  1. Section | Aspose.Words for Java

    Represents a single section in a document 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...
  2. How to activate license for the latest aspose t...

    Dear aspose team, I just got the license for the latest aspose total and it seems the way of activating it has changed from what we had before. Could you please be so kind and help how to activate license once without …...logger) { try { using var ms = new MemoryStream(Convert.FromBas...nse)); using var deflator = new DeflateStream(ms, CompressionMode...

    forum.aspose.com/t/how-to-activate-license-for-...
  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 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...
  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 Image To SVG C#

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

    products.aspose.com/words/net/conversion/image-...
  7. Convert JPG To BMP C#

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

    products.aspose.com/words/net/conversion/jpg-to...
  8. Convert Image To PNG C#

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

    products.aspose.com/words/net/conversion/image-...
  9. 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...
  10. Convert TEXT To JPG C#

    Convert TEXT to JPG format in C# code. Save TEXT as JPG 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...