Sort Score
Result 10 results
Languages All
Labels All
Results 2,471 - 2,480 of 18,447 for

docx to doc

(0.17 sec)
  1. Export OFT to DOTX via Java | products.aspose.com

    Java API To Convert OFT To DOTX without using Microsoft Word or Outlook...(Bitmap Image File) Convert OFT to DOC (Microsoft Word Binary Format)...2007 Marco File) Convert OFT to DOCX (Office 2007+ Word Document)...

    products.aspose.com/total/java/conversion/oft-t...
  2. Export PPT to WORD on Andorid via Java or with ...

    Convert PPT To WORD in mobile apps without installing any software or online. Test free PPT To WORD online converter quickly before integrating the code....document to DOCX format using save method and set Docx as SaveFormat...document in DOCX format document . save ( "output.docx" , SaveFormat...

    products.aspose.com/total/android-java/conversi...
  3. Export PPS to WORD on Andorid via Java or with ...

    Convert PPS To WORD in mobile apps without installing any software or online. Test free PPS To WORD online converter quickly before integrating the code....document to DOCX format using save method and set Docx as SaveFormat...document in DOCX format document . save ( "output.docx" , SaveFormat...

    products.aspose.com/total/android-java/conversi...
  4. Export PPSX to WORD on Andorid via Java or with...

    Convert PPSX To WORD in mobile apps without installing any software or online. Test free PPSX To WORD online converter quickly before integrating the code....document to DOCX format using save method and set Docx as SaveFormat...document in DOCX format document . save ( "output.docx" , SaveFormat...

    products.aspose.com/total/android-java/conversi...
  5. Export POTM to WORD on Andorid via Java or with...

    Convert POTM To WORD in mobile apps without installing any software or online. Test free POTM To WORD online converter quickly before integrating the code....document to DOCX format using save method and set Docx as SaveFormat...document in DOCX format document . save ( "output.docx" , SaveFormat...

    products.aspose.com/total/android-java/conversi...
  6. Urobiť DOCX Pomocou C++

    Vytvorte nový Docx v C++ v niekoľkých krokoch. Jednoducho vytvorte Docx pomocou knižnice C++....Vytvorte DOCX pomocou knižnice C++ Naša výkonná knižnica C++...vývojárom programovo vytvárať DOCX v niekoľkých krokoch C++ vývojári...

    products.aspose.com/words/sk/cpp/make/docx/
  7. FontInfoCollection.SaveSubsetFonts | Aspose.Wor...

    Discover the FontInfoCollection SaveSubsetFonts property, control embedded TrueType font subsets in your Documents for optimized file size and performance....Remarks 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...
  8. FontInfoCollection.save_subset_fonts property |...

    FontInfoCollection.save_subset_fonts property. Specifies whether or not To save a subset of the embedded TrueType fonts with the Document...Remarks This option works for DOC, DOCX and RTF formats only. Examples...with embedded TrueType fonts. doc = aw . Document ( file_name =...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Encrypt a Document in Python|Aspose.Words for P...

    Encrypt your Document using appropriate encryption algorithms for specific Document formats in Python....the DocSaveOptions class for DOC, or the password property in...the OoxmlSaveOptions class for DOCX, DOCM, DOTX, DOTM, and FlatOpc...

    docs.aspose.com/words/python-net/encrypt-a-docu...
  10. Edit TEXT In C#

    Edit TEXT in C# code....Words; var doc = new Document( "Input.txt" );...builder = new DocumentBuilder(doc); // Insert text at the beginning...

    products.aspose.com/words/net/edit/text/