Sort Score
Result 10 results
Languages All
Labels All
Results 1,701 - 1,710 of 18,242 for

docx to doc

(0.18 sec)
  1. OoxmlSaveOptions | Aspose.Words for .NET

    Discover the OoxmlSaveOptions construcTor To effortlessly save Documents in Docx format. Unlock seamless Document management and enhanced compatibility....used to save a document in the Docx format. public OoxmlSaveOptions...document to adhere to. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.sav...
  2. MailMergeOptions.TrimWhitespaces | Aspose.Words...

    Optimize your mail merge with the TrimWhitespaces property. Easily manage leading and trailing spaces for cleaner, more professional Documents....operation: string doc = MyDir + "Mail merge.doc" ; string [] fieldNames...Execute ( doc , ArtifactsDir + "LowCode.MailMerge.1.docx" , fieldNames...

    reference.aspose.com/words/net/aspose.words.low...
  3. About caption insertion to image & table column...

    Could you please help me on add caption To image & how hide column in Aspose template word report. Could you please share tuTorials and code example related To Aspose word table column hide and caption insertion in temp…...docx template by using Aspose.Words...Document doc = new Document("Template.docx"); // .docx template...

    forum.aspose.com/t/about-caption-insertion-to-i...
  4. PCL to HTML Converter using C++ | Aspose.PDF

    Sample code for PCL To HTML conversion using C++. Use C++ example for batch PCL To HTML conversion.... auto doc = MakeObject < Document > ( u...pcl" ); // Save in HTML format. doc -> Save ( u "convertedFile.html"...

    products.aspose.com/pdf/cpp/conversion/pcl-to-h...
  5. Online Word File Comparison or Build C++ Apps t...

    Free online app To Compare different Word files. C++ comparison library code for Word Documents....Comparison Options with C++ Compare DOC Files (Microsoft Word Binary...Word 2007 Marco File) Compare DOCX Files (Office 2007+ Word Document)...

    products.aspose.com/total/cpp/compare/word/
  6. PCL to TIFF Converter using C++ | Aspose.PDF

    Sample code for PCL To TIFF conversion using C++. Use C++ example for batch PCL To TIFF conversion.... auto doc = MakeObject < Document > ( u...pcl" ); // Save in TIFF format. doc -> Save ( u "convertedFile.tiff"...

    products.aspose.com/pdf/cpp/conversion/pcl-to-t...
  7. TEX to EMF Converter using C++ | Aspose.PDF

    Sample code for TEX To EMF conversion using C++. Use C++ example for batch TEX To EMF conversion.... auto doc = MakeObject < Document > ( u...tex" ); // Save in EMF format. doc -> Save ( u "convertedFile.emf"...

    products.aspose.com/pdf/cpp/conversion/tex-to-emf/
  8. C# API to Export CGM to PS | products.aspose.com

    Convert CGM To PS without using Microsoft Word...convert CGM file formats to DOC. This API also provides a wide...the CGM file is converted to DOC, the Aspose.Words for .NET API...

    products.aspose.com/total/net/conversion/cgm-to...
  9. ReportBuilderContext | Aspose.Words for Java

    LINQ Reporting Engine context in Java....docx")) { try (FileOutputStream streamOut..."LowCode.BuildReportDataSourc.1.docx")) { ReportBuilder.buildReport(streamIn...

    reference.aspose.com/words/java/com.aspose.word...
  10. How to add watermark text in cover page of word...

    Hi How To add a watermark To the cover page of a word Document using Aspose Words API for Java. Now watermark text appears in all other pages and not in cover page. Following code is being used now boolean watermarke…...docx"; if (!fileName.endsWith(".docx")) { fileExtension...fileExtension = ".doc"; } //to apply license // com.aspose.words.License...

    forum.aspose.com/t/how-to-add-watermark-text-in...