Sort Score
Result 10 results
Languages All
Labels All
Results 521 - 530 of 9,616 for

docx to doc

(0.24 sec)
  1. Aspose::Words::SaveFormat enum | Aspose.Words f...

    Aspose::Words::SaveFormat enum. Indicates the format in which the Document is saved in C++.... Doc 10 Saves the document in the...Word 97 - 2007 Template format. Docx 20 Saves the document as an...

    reference.aspose.com/words/cpp/aspose.words/sav...
  2. PclSaveOptions | Aspose.Words for Java

    Can be used To specify additional options when saving a Document inTo the SaveFormat.PCL format in Java....Document doc = new Document(getMyDir() + "Rendering.docx"); PclSaveOptions...setRasterizeTransfor(true); doc.save(getArtifactsDir() + "PclSaveOptions...

    reference.aspose.com/words/java/com.aspose.word...
  3. Mail Merge in MS Word using Python

    Refer To this article To apply mail merge in MS Word using Python. It has details To set the IDE and a sample code To perform mail merge in MS Word step by step using Python....exercise the mail merge feature in DOCX Create an empty Word file using...merge and save the output as DOC, DOCX, and a long list of supported...

    kb.aspose.com/words/python/mail-merge-in-ms-wor...
  4. FileFormatUtil.DetectFileFormat | Aspose.Words ...

    Quickly identify Document formats with FileFormatUtil's DetectFileFormat method. Get accurate format insights for efficient file management.... Document doc = new Document (); // Configure.... Password = "MyPassword" ; doc . Save ( ArtifactsDir + "File...

    reference.aspose.com/words/net/aspose.words/fil...
  5. Convert SVG to BMP – C#

    Convert SVG To BMP in C# using Aspose.HTML API. Consider various SVG To BMP conversion scenarios in C# examples. Try online SVG Converter....Support Paid Consulting Support Docs API Reference Live Demos Code...Support Paid Consulting Support Docs API Reference Live Demos Code...

    docs.aspose.com/html/net/convert-svg-to-bmp/
  6. Alternative way to extract a MergeField from a ...

    I am using the below source code in order To identify any text boxes containing MergeField Pattern pattern = Pattern.compile("(MERGEFIELD.+\\* MERGEFORMAT)"); try { // Find all text boxes containing merge fields Docum…...code: Document doc = new Document("C:\\Temp\\in.docx"); // Iterate...(Shape s : (Iterable<Shape>)doc.getChildNodes(NodeType.SHAPE...

    forum.aspose.com/t/alternative-way-to-extract-a...
  7. Convert HTML to PDF – C# Examples and Online Co...

    Learn how To convert HTML To PDF in C# and consider various HTML To PDF conversion scenarios in C# examples. Try online HTML Converter....Support Paid Consulting Support Docs API Reference Live Demos Code...Support Paid Consulting Support Docs API Reference Live Demos Code...

    docs.aspose.com/html/net/convert-html-to-pdf/
  8. WordML2003SaveOptions class | Aspose.Words for ...

    aspose.words.saving.WordML2003SaveOptions class. Can be used To specify additional options when saving a Document inTo the [SaveFormat.WORD_ML](../../aspose.words/saveformat/#WORD_ML) format...files used when saving to a DOC or DOCX file. By default this property...output document’s raw content. doc = aw . Document () builder =...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::Tables::Cell class | Aspose.Word...

    Aspose::Words::Tables::Cell class. Represents a table cell. To learn more, visit the Documentation article in C++.... auto doc = MakeObject < Document > ();...= MakeObject < Table > ( doc ); doc -> get_FirstSection () ->...

    reference.aspose.com/words/cpp/aspose.words.tab...
  10. XamlFixedSaveOptions | Aspose.Words for Java

    Can be used To specify additional options when saving a Document inTo the SaveFormat.XAML_FIXED format in Java....Document doc = new Document(getMyDir() + "Rendering.docx"); ResourceUriPrinter...getResourcesFolderAl()).mkdir(); doc.save(getArtifactsDir() + "XamlFixedSaveOptions...

    reference.aspose.com/words/java/com.aspose.word...