Sort Score
Result 10 results
Languages All
Labels All
Results 3,251 - 3,260 of 165,057 for

new

(0.06 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 JPG To PNG C#

    Convert JPG to PNG format in C# code. Save JPG 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/jpg-to...
  3. Convert JPG To SVG C#

    Convert JPG to SVG format in C# code. Save JPG 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/jpg-to...
  4. Convert TEXT To Image C#

    Convert TEXT to Image format in C# code. Save TEXT as Image 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...
  5. HtmlSaveOptions.FontResourcesSubsettingSizeThre...

    Optimize your HTML, MHTML, or EPUB files with the FontResourcesSubsettingSizeThreshold property, ensuring efficient font resource management. Default, 0....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...builder . Font . Name = "Times New Roman" ; builder . Writeln (...

    reference.aspose.com/words/net/aspose.words.sav...
  6. PDF Forms. Manage via PHP | Aspose.PDF

    Manage PDF Forms programmatically with PHP sample code using Aspose.PDF for PHP via Java....Acroforms in PHP Create or add new fields to Acroform Extract data...document $colors = new Color (); $document = new Document ( $inputFile...

    products.aspose.com/pdf/php-java/acroforms/
  7. Complex MaxiCode Settings|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....message var maxiCodeCodetext = new BarCodeInstance . MaxiCodeCodetextMode...message var maxiCodeStructuredSe = new BarCodeInstance . MaxiCodeStructuredSe...

    docs.aspose.com/barcode/javascript-cpp/complex-...
  8. PDF Conversion Solution using C# | Aspose.PDF

    Convert PDF to DOCX, PPTX, XLS, XLSX, EPUB, TEX, MHTML, Markdown & more using Aspose.PDF for .NET...PDF File Document pdfFile = new Document ( "Source-PDF-File.pdf"...object DocSaveOptions saveOpts = new DocSaveOptions (); // Set the...

    products.aspose.com/pdf/net/conversion/
  9. Convert Image To TXT Javascript

    Convert Image to TXT format in JavaScript code. Save Image as TXT using JavaScript....); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...require('@aspose/words'); var doc = new aw.Document("Input.png") doc...

    products.aspose.com/words/nodejs-net/conversion...
  10. 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-...