Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 9,609 for

docx to doc

(0.05 sec)
  1. Document.OriginalFileName | Aspose.Words for .NET

    Retrieve the original file name of your Document effortlessly with the Document OriginalFileName property. Enhance your workflow and organization Today!...Document doc = new Document ( MyDir + "Document.docx" ); Assert...AreEqual ( MyDir + "Document.docx" , doc . OriginalFileName ); Assert...

    reference.aspose.com/words/net/aspose.words/doc...
  2. Document.original_file_name property | Aspose.W...

    Document.original_file_name property. Gets the original file name of the Document.... doc = aw . Document ( file_name =...'Document.docx' ) self . assertEqual ( MY_DIR + 'Document.docx' , doc...

    reference.aspose.com/words/python-net/aspose.wo...
  3. MailMerger | Aspose.Words for Java

    Provides methods intended To fill template with data using simple mail merge and mail merge with regions operations in Java....operation: String doc = getMyDir() + "Mail merge.doc"; String[] fieldNames...create(mailMergerContext) .from(doc) .to(getArtifactsDir() + "LowCode...

    reference.aspose.com/words/java/com.aspose.word...
  4. Document.save method | Aspose.Words for Node.js

    Aspose.Words.Document.save method...docx. let doc = new aw . Document ();...DocumentBuilder ( doc ); builder . write ( "Hello world!" ); doc . save...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Table.title property | Aspose.Words for Node.js

    Table.title property. Gets or sets title of this table...for ISO/IEC 29500 compliant DOCX documents ( OoxmlCompliance...'CreateNestedTable' , () => { let doc = new aw . Document (); // Create...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Document.save method | Aspose.Words for Python

    aspose.words.Document.save method...will be saved in the binary DOC format. Returns Additional information...document and convert it to .PDF. doc = aw . Document ( file_name =...

    reference.aspose.com/words/python-net/aspose.wo...
  7. XmlDataSource | Aspose.Words for Java

    Provides access To data of an XML file or stream To be used within a report in Java....template syntax reference( https://docs.aspose.com/display/wordsjava/Template+Syntax)...data source (string). Document doc = new Document(getMyDir() + "Reporting...

    reference.aspose.com/words/java/com.aspose.word...
  8. How to Resize Image in Word using Java

    This article assists in how To resize image in Word using Java. It provides information on IDE configurations, a step-by-step procedure and a runnable sample code To resize the picture in Word using Java....having resized images as DOCX , DOC , or any other desired format...

    kb.aspose.com/words/java/how-to-resize-image-in...
  9. MailMergeOptions class | Aspose.Words for Python

    aspose.words.lowcode.MailMergeOptions class. Represents options for the mail merge functionality....merge operation: doc = MY_DIR + 'Mail merge.doc' field_names =...execute ( input_file_name = doc , output_file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  10. ReplacerContext.SetReplacement | Aspose.Words f...

    Enhance your find and replace operations with the ReplacerContext SetReplacement method, allowing seamless pattern and replacement management for efficiency....document: string doc = MyDir + "Footer.docx" ; string pattern...( replacerContext ) . From ( doc ) . To ( ArtifactsDir + "LowCode...

    reference.aspose.com/words/net/aspose.words.low...