Sort Score
Result 10 results
Languages All
Labels All
Results 2,341 - 2,350 of 18,477 for

docx to doc

(0.08 sec)
  1. Converting a PS file to BMP using C++ | Aspose.PDF

    Sample code for PS To BMP conversion using C++. Use C++ example for batch PS To BMP conversion.... auto doc = MakeObject < Document > ( u...ps" ); // Save in BMP format. doc -> Save ( u "convertedFile.bmp"...

    products.aspose.com/pdf/cpp/conversion/ps-to-bmp/
  2. Converting a PS file to TIFF using C++ | Aspose...

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

    products.aspose.com/pdf/cpp/conversion/ps-to-tiff/
  3. Table.description property | Aspose.Words for P...

    Table.description property. Gets or sets description of this table...for ISO/IEC 29500 compliant DOCX documents ( OoxmlCompliance...def create_nested_table (): doc = aw . Document () # Create the...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Convert EML to DOTM in Python | products.aspose...

    Save EML To DOTM in your Python applications without using Microsoft Outlook or Word...range of file formats such as DOC, DOCX, PDF, HTML, EML, MSG, XLS...(Bitmap Image File) Convert EML to DOC (Microsoft Word Binary Format)...

    products.aspose.com/total/python-net/conversion...
  5. Processor class | Aspose.Words for Python

    aspose.words.lowcode.Processor class. Processor class for performing different Document processing actions....docx' input_doc2 = MY_DIR + 'Tables.docx' context =...'LowCode.MergeContextDocument.1.docx' ) . execute () first_load_options...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Not able to edit content control in the particu...

    Hi Team, I am not able To edit the content control in the attached Document. When edited , the content is erased. Is some property wrongly set.? AuTo-Tagged_BCG Agreement (4).Docx (347.0 KB) Please check....docx (347.0 KB) Please check. Professionalize...Document doc = new Document("path/to/your/document.docx"); for...

    forum.aspose.com/t/not-able-to-edit-content-con...
  7. Several Image Into TXT C++

    Merge multiple Image inTo TXT in C++ code. Save Image as TXT using C++....merge Output format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM...png" , u"Input2.png" }; auto doc = MakeObject <Document>(); auto...

    products.aspose.com/words/cpp/merge/image-to-txt/
  8. Hello, World!|Simple example how to use Aspose....

    Create, edit and save your first Document in any supported format using Aspose.Words for Python via .NET To experience its simplicity and power in Python.... PDF, DOCX, DOC, RTF, ODT, EPUB, HTML and...

    docs.aspose.com/words/python-net/hello-world/
  9. How to Insert Picture in Word using Java

    In this brief tuTorial, you will learn how To insert picture in Word using Java in Windows, MacOS, or Linux. This tuTorial can be used To add picture in Word Document using Java in the header or contents part....You can save the file in DOC or DOCX format after adding the picture...output file is saved back in DOCX format however, you may select...

    kb.aspose.com/words/java/how-to-insert-picture-...
  10. How to Add a Hyperlink to a Word Document using...

    This article describes the process of how To add a hyperlink To a Word Document using Java. It guides To set the environment, write the application and a runnable sample code To insert hyperlink in Word using Java....resultant Word file as a DOC , DOCX , or any other format supported...bookmark Save the Word file as a DOC file after adding a hyperlink...

    kb.aspose.com/words/java/how-to-add-a-hyperlink...