Sort Score
Result 10 results
Languages All
Labels All
Results 3,551 - 3,560 of 17,263 for

docx to doc

(0.1 sec)
  1. Aspose::Words::Fonts::EmbeddedFontFormat enum |...

    Aspose::Words::Fonts::EmbeddedFontFormat enum. Specifies format of particular embedded font inside FontInfo object. When saving a Document To a file, only embedded fonts of corresponding format are written down in C++....format of embedded fonts used in DOC files. OpenType 1 Specifies font...Office XML format, including DOCX files. Examples Shows how to...

    reference.aspose.com/words/cpp/aspose.words.fon...
  2. Splitter.extract_pages method | Aspose.Words fo...

    aspose.words.lowcode.Splitter.extract_pages method...the document: doc = MY_DIR + 'Big document.docx' aw . lowcode...extract_pages ( input_file_name = doc , output_file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  3. SvgSaveOptions.showPageBorder property | Aspose...

    SvgSaveOptions.showPageBorder property. Controls whether a border is added To the outline of the page...docx document to .svg. let doc = new aw . Document...Document ( base . myDir + "Document.docx" ); // Configure the SvgSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. 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...
  5. Mail Merge

    Mail merge Word or PDF files in C++. Fill in the Mail merge template with your personal data To auTomate mailings or generate reports using C++....further exporting the result to DOCX, PDF, HTML and other popular...popular formats using C++. DOCX Python Java C# C++ View code snippet...

    products.aspose.com/words/cpp/mailmerge/
  6. How to Insert Comment in Word using Python

    This article explains how To insert comment in Word using Python. It assists in configuring the IDE environment To use the required libraries, step-by-step procedure To write the program and a runnable sample code To add comment in Word using Python....saving the output file as DOCX , DOC , or any other supported...

    kb.aspose.com/words/python/how-to-insert-commen...
  7. Several JPG Into SVG C++

    Merge multiple JPG inTo SVG in C++ code. Save JPG as SVG using C++....jpg" }; auto doc = MakeObject <Document>(); auto...MakeObject <DocumentBuilder>(doc); std::vector<SharedPtr<Shape>>...

    products.aspose.com/words/cpp/merge/jpg-to-svg/
  8. Several JPG Into JPG C++

    Merge multiple JPG inTo JPG in C++ code. Save JPG as JPG using C++....jpg" }; auto doc = MakeObject <Document>(); auto...MakeObject <DocumentBuilder>(doc); std::vector<SharedPtr<Shape>>...

    products.aspose.com/words/cpp/merge/jpg-to-jpg/
  9. FileFormatInfo.loadFormat property | Aspose.Wor...

    FileFormatInfo.loadFormat property. Gets the detected Document format....Docx . Examples Shows how to use...document format and encryption. let doc = new aw . Document (); // Configure...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Several Image Into SVG C++

    Merge multiple Image inTo SVG in C++ code. Save Image as SVG using C++....png" }; auto doc = MakeObject <Document>(); auto...MakeObject <DocumentBuilder>(doc); std::vector<SharedPtr<Shape>>...

    products.aspose.com/words/cpp/merge/image-to-svg/