Sort Score
Result 10 results
Languages All
Labels All
Results 6,101 - 6,110 of 197,060 for

new

(0.06 sec)
  1. Convert WORD To TIFF Javascript

    Convert a Word document to TIFF format in JavaScript code. Save a Word document as TIFF using JavaScript....'@aspose/words' ); var doc = new aw.Document( "Input.docx" ) for...require('@aspose/words'); var doc = new aw.Document("Input.docx") doc...

    products.aspose.com/words/nodejs-net/conversion...
  2. Convert HTML To EPUB Javascript

    Convert HTML to EPUB format in JavaScript code. Save HTML as EPUB using JavaScript....'@aspose/words' ); var doc = new aw.Document( "Input.html" ) doc...require('@aspose/words'); var doc = new aw.Document("Input.html") doc...

    products.aspose.com/words/nodejs-net/conversion...
  3. Convert DOC To EPUB Javascript

    Convert DOC to EPUB format in JavaScript code. Save DOC as EPUB using JavaScript....'@aspose/words' ); var doc = new aw.Document( "Input.doc" ) doc...require('@aspose/words'); var doc = new aw.Document("Input.doc") doc...

    products.aspose.com/words/nodejs-net/conversion...
  4. Convert WORD To TXT Javascript

    Convert a Word document to TXT format in JavaScript code. Save a Word document as TXT using JavaScript....'@aspose/words' ); var doc = new aw.Document( "Input.docx" ) doc...require('@aspose/words'); var doc = new aw.Document("Input.docx") doc...

    products.aspose.com/words/nodejs-net/conversion...
  5. Convert TEXT To Image Javascript

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

    products.aspose.com/words/nodejs-net/conversion...
  6. Convert TEXT To HTML Javascript

    Convert TEXT to HTML format in JavaScript code. Save TEXT as HTML using JavaScript....'@aspose/words' ); var doc = new aw.Document( "Input.txt" ) doc...require('@aspose/words'); var doc = new aw.Document("Input.txt") doc...

    products.aspose.com/words/nodejs-net/conversion...
  7. Public API Changes in Aspose.Diagram 16.11.0|Do...

    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.... It includes not only new and updated public methods, but...Visio diagram Diagram diagram = new Diagram ( "C:\\temp\\Drawing1...

    docs.aspose.com/diagram/java/public-api-changes...
  8. Node.CustomNodeId | Aspose.Words for .NET

    Discover the Node CustomNodeId property for efficient custom node identification. Enhance your project with unique identifiers for better organization!... Document doc = new Document (); // Add two runs...AppendChild ( new Run ( doc , "Hello world! " )); Shape shape = new Shape...

    reference.aspose.com/words/net/aspose.words/nod...
  9. ICssSavingCallback.CssSaving | Aspose.Words for...

    Discover the ICssSavingCallback CssSaving method in Aspose.Words, enhancing your CSS management for better web design efficiency....ExternalCssFilenames () { Document doc = new Document ( MyDir + "Rendering...HTML. HtmlSaveOptions options = new HtmlSaveOptions (); // Set the...

    reference.aspose.com/words/net/aspose.words.sav...
  10. SaveOutputParameters | Aspose.Words for Java

    This object is returned to the caller after a document is saved and contains additional information that has been generated or calculated during the save operation in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...