Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 9,609 for

docx to doc

(0.03 sec)
  1. MailMerger.execute method | Aspose.Words for Py...

    aspose.words.lowcode.MailMerger.execute method...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...
  2. FileFormatUtil.content_type_to_load_format meth...

    FileFormatUtil.content_type_To_load_format method. Converts IANA content type inTo a load format enumerated value.... DOC , aw . FileFormatUtil . cont...assertEqual ( aw . SaveFormat . DOC , aw . FileFormatUtil . cont...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Saving::SaveOptions::get_TempFol...

    Aspose::Words::Saving::SaveOptions::get_TempFolder method. Specifies the folder for temporary files used when saving To a Doc or Docx file. By default this property is null and no temporary files are used in C++....files used when saving to a DOC or DOCX file. By default this property...when saving a document. auto doc = MakeObject < Document > ( MyDir...

    reference.aspose.com/words/cpp/aspose.words.sav...
  4. StyleCollection.clearQuickStyleGallery method |...

    StyleCollection.clearQuickStyleGallery method. Removes all styles from the Quick Style Gallery panel.... let doc = new aw . Document (); // Note...styles work only with DOCX format for now. doc . styles . clearQuickStyleGalle...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Table constructor | Aspose.Words for Python

    Table construcTor. Initializes a new instance of the [Table](../) class....Table constructor Table(doc) Initializes a new instance of the...class. def __init__ ( self , doc : aspose . words . DocumentBase...

    reference.aspose.com/words/python-net/aspose.wo...
  6. FontInfoCollection.EmbedTrueTypeFonts | Aspose....

    Learn how the EmbedTrueTypeFonts property in FontInfoCollection enhances Document quality by allowing TrueType font embedding. Default is false.... This option works for DOC, DOCX and RTF formats only. Examples...Document doc = new Document ( MyDir + "Document.docx" ); FontInfoCollection...

    reference.aspose.com/words/net/aspose.words.fon...
  7. MailMerger.Create | Aspose.Words for .NET

    Create a new mail merger processor with MailMerger's efficient method for seamless Document integration and personalized communication....operation: string doc = MyDir + "Mail merge.doc" ; string [] fieldNames...mailMergerContext ) . From ( doc ) . To ( ArtifactsDir + "LowCode...

    reference.aspose.com/words/net/aspose.words.low...
  8. Aspose::Words::Saving::SvgSaveOptions::get_Show...

    Aspose::Words::Saving::SvgSaveOptions::get_ShowPageBorder method. Controls whether a border is added To the outline of the page. Default is true in C++....docx document to .svg. auto doc = MakeObject <...Document > ( MyDir + u "Document.docx" ); // Configure the SvgSaveOptions...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. MailMergerContext.SetSimpleDataSource | Aspose....

    Enhance your mail merge efficiency with the MailMergerContext SetSimpleDataSource method, streamlining data source setup for seamless execution....operation: string doc = MyDir + "Mail merge.doc" ; string [] fieldNames...mailMergerContext ) . From ( doc ) . To ( ArtifactsDir + "LowCode...

    reference.aspose.com/words/net/aspose.words.low...
  10. FontInfoCollection.embedTrueTypeFonts property ...

    FontInfoCollection.embedTrueTypeFonts property. Specifies whether or not To embed TrueType fonts in a Document when it is saved... 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...