Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 9,610 for

docx to doc

(0.14 sec)
  1. IDocumentSavingCallback | Aspose.Words for Java

    Implement this interface if you want To have your own cusTom method called during saving a Document in Java....Document doc = new Document(getMyDir() + "Big document.docx"); //...SavingProgressCallba()); } try { doc.save(getArtifactsDir() + MessageFormat...

    reference.aspose.com/words/java/com.aspose.word...
  2. Processor Class | Aspose.Words for .NET

    Enhance Document processing with Aspose.Words.LowCode.Processor class, designed for seamless and efficient handling of various Document tasks.... string doc = MyDir + "Big document.docx" ; Converter ...ConverterContext ()) . From ( doc ) . To ( ArtifactsDir + "LowCode...

    reference.aspose.com/words/net/aspose.words.low...
  3. FontInfoCollection.embedSystemFonts property | ...

    FontInfoCollection.embedSystemFonts property. Specifies whether or not To embed System fonts inTo the Document... This option works for DOC, DOCX and RTF formats only. Examples...embedded TrueType fonts. let doc = new aw . Document ( base ....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. PageSetup.textOrientation property | Aspose.Wor...

    PageSetup.texTorientation property. Allows To specify [PageSetup.texTorientation](./) for the whole page...Word native formats DOCX, WML, RTF and DOC. Examples Shows how...to set text orientation. let doc = new aw . Document (); let builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Replacer | Aspose.Words for Java

    Provides methods intended To find and replace text in the Document in Java....document: String doc = getMyDir() + "Footer.docx"; Pattern pattern...create(replacerContext) .from(doc) .to(getArtifactsDir() + "LowCode...

    reference.aspose.com/words/java/com.aspose.word...
  6. MailMergeOptions.trim_whitespaces property | As...

    MailMergeOptions.trim_whitespaces property. Gets or sets a value indicating whether trailing and leading whitespaces are trimmed from mail merge values....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...
  7. Splitter.ExtractPages | Aspose.Words for .NET

    Effortlessly extract specific pages from any Document with our Splitter ExtractPages method. Save them in your desired format for easy access!...document: string doc = MyDir + "Big document.docx" ; Splitter ....ExtractPages ( doc , ArtifactsDir + "LowCode.ExtractPages.1.docx" , 0 ...

    reference.aspose.com/words/net/aspose.words.low...
  8. Aspose::Words::Fonts::FontInfoCollection::get_E...

    Aspose::Words::Fonts::FontInfoCollection::get_EmbedTrueTypeFonts method. Specifies whether or not To embed TrueType fonts in a Document when it is saved. Default value for this property is false in C++.... This option works for DOC, DOCX and RTF formats only. Examples...embedded TrueType fonts. auto doc = MakeObject < Document > ( MyDir...

    reference.aspose.com/words/cpp/aspose.words.fon...
  9. SplitterContext.SplitOptions | Aspose.Words for...

    Discover how To optimize Document management with SplitterContext's SpliToptions property for efficient and flexible content splitting. Enhance your workflow Today.... string doc = MyDir + "Big document.docx" ; SplitterContext...( splitterContext ) . From ( doc ) . To ( ArtifactsDir + "LowCode...

    reference.aspose.com/words/net/aspose.words.low...
  10. PageSetup.TextOrientation | Aspose.Words for .NET

    Discover the PageSetup TexTorientation property To easily set page text direction. CusTomize your layout with options beyond the default Horizontal....Word native formats DOCX, WML, RTF and DOC. Examples Shows how...set text orientation. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/pag...