Sort Score
Result 10 results
Languages All
Labels All
Results 3,681 - 3,690 of 17,265 for

docx to doc

(0.07 sec)
  1. Several JPG Into GIF Java

    Merge multiple JPG inTo GIF in Java code. Save JPG as GIF using Java....jpg" ); Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder (doc); List<Shape> shapes = fileNames...

    products.aspose.com/words/java/merge/jpg-to-gif/
  2. Cell constructor | Aspose.Words for Python

    Cell construcTor. Initializes a new instance of the [Cell](../) class....Cell constructor Cell(doc) Initializes a new instance of the...class. def __init__ ( self , doc : aspose . words . DocumentBase...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Convert GIF to PDF via C# | Aspose

    Sample code for GIF To PDF C# conversion. Use API example code for batch GIF files To PDF conversion within VB.NET, Asp.NET or any .NET based application....File) DOC (Documents generated by Microsoft Word) DOCX (Microsoft...

    products.aspose.com/ocr/net/conversion/gif-to-pdf/
  4. Several Image Into BMP C++

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

    products.aspose.com/words/cpp/merge/image-to-bmp/
  5. Several JPG Into Image Java

    Merge multiple JPG inTo Image in Java code. Save JPG as Image using Java....jpg" ); Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder (doc); List<Shape> shapes = fileNames...

    products.aspose.com/words/java/merge/jpg-to-image/
  6. Add bullets or numbers to a list in NPOI|Aspose...

    Add bullets or numbers To a list within a Document easily and fast instead of using NPOI in C#....Words ; Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Font . Bold = true...

    docs.aspose.com/words/net/add-bullets-or-number...
  7. Convert PDF to SXC in Android Apps | products.a...

    Render PDF To SXC in Android Apps API without using Microsoft Excel or Adobe Reader...various file formats such as DOC, DOCX, HTML, XLS, XLSX, and more...

    products.aspose.com/total/android-java/conversi...
  8. Export OneNote Document to HTML in C# | ONE to ...

    Programmatically export OneNote Document To HTML Webpage using C# with Aspose.Note for .NET API. Save OneNote (.one) as HTML using C#....one to Word DOCX DOC File Create OneNote Files...

    blog.aspose.com/note/convert-onenote-document-t...
  9. Several JPG Into SVG Python

    Merge multiple JPG inTo SVG in Python code. Save JPG as SVG using Python....jpg" ] doc = aw.Document() builder = aw.DocumentBuilder(doc) shapes...0 pageSetup.right_margin = 0 doc.save( "Output.svg" ) Run code...

    products.aspose.com/words/python-net/merge/jpg-...
  10. Several JPG Into GIF Python

    Merge multiple JPG inTo GIF in Python code. Save JPG as GIF using Python....jpg" ] doc = aw.Document() builder = aw.DocumentBuilder(doc) shapes...0 pageSetup.right_margin = 0 doc.save( "Output.gif" ) Run code...

    products.aspose.com/words/python-net/merge/jpg-...