Sort Score
Result 10 results
Languages All
Labels All
Results 4,081 - 4,090 of 164,148 for

new

(0.08 sec)
  1. Convert DOC To RTF C#

    Convert DOC to RTF format in C# code. Save DOC as RTF using C#....Words; var doc = new Document( "Input.doc" ); doc...using Aspose.Words; var doc = new Document("Input.doc"); doc.Save("Output...

    products.aspose.com/words/net/conversion/doc-to...
  2. Convert WORD To TXT C#

    Convert a Word document to TXT format in C# code. Save a Word document as TXT using C#....Words; var doc = new Document( "Input.docx" ); doc...using Aspose.Words; var doc = new Document("Input.docx"); doc.Save("Output...

    products.aspose.com/words/net/conversion/word-t...
  3. Convert PDF To HTML C#

    Convert PDF to HTML format in C# code. Save PDF as HTML using C#....Words; var doc = new Document( "Input.pdf" ); doc...using Aspose.Words; var doc = new Document("Input.pdf"); doc.Save("Output...

    products.aspose.com/words/net/conversion/pdf-to...
  4. Convert TEXT To PDF C#

    Convert TEXT to PDF format in C# code. Save TEXT as PDF using C#....Words; var doc = new Document( "Input.txt" ); doc...using Aspose.Words; var doc = new Document("Input.txt"); doc.Save("Output...

    products.aspose.com/words/net/conversion/text-t...
  5. Convert TEXT To HTML C#

    Convert TEXT to HTML format in C# code. Save TEXT as HTML using C#....Words; var doc = new Document( "Input.txt" ); doc...using Aspose.Words; var doc = new Document("Input.txt"); doc.Save("Output...

    products.aspose.com/words/net/conversion/text-t...
  6. Set Size Unit for the Barcode Image in PHP|Docu...

    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....object $symbology = new Symbology (); $bb = new BarCodeBuilder (...is Milimeter $graphicsUnit = new GraphicsUnit (); $bb -> setGraphicsUnit...

    docs.aspose.com/barcode/java/set-size-unit-for-...
  7. StyleCollection.count property | Aspose.Words f...

    StyleCollection.count property. Gets the number of styles in the collection....# Set default parameters for new styles that we may later add...default_font . name = 'Courier New' # If we add a style of the "StyleType...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FormField.Type | Aspose.Words for .NET

    Discover the FormField Type property to easily identify and utilize various form field types, enhancing your web forms' functionality and user experience....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...InsertComboBox ( "MyComboBox" , new [] { "Apple" , "Banana" , "Cherry"...

    reference.aspose.com/words/net/aspose.words.fie...
  9. Convert DOC To HTML Java

    Convert DOC to HTML format in Java code. Save DOC as HTML using Java....*; Document doc = new Document ( "Input.doc" ); doc...aspose.words.*; Document doc = new Document("Input.doc"); doc.save("Output...

    products.aspose.com/words/java/conversion/doc-t...
  10. Your First Application for Android via Java|Asp...

    Installing Aspose.Words for Android via Java....demonstrate how to set up a new Android project from scratch...Aspose.Words JAR and create a new document which is saved to disk...

    docs.aspose.com/words/java/your-first-application/