Sort Score
Result 10 results
Languages All
Labels All
Results 3,671 - 3,680 of 12,869 for

pdf to doc

(0.07 sec)
  1. Document.UpdatePageLayout | Aspose.Words for .NET

    Revamp your Document's structure with the UpdatePageLayout method, ensuring a polished and organized layout for enhanced readability and presentation....first convert a document to PDF, XPS, image or print it. However...layout of the document. Document doc = new Document ( MyDir + "Rendering...

    reference.aspose.com/words/net/aspose.words/doc...
  2. PageSetup.margins property | Aspose.Words for P...

    PageSetup.margins property. Returns or sets preset [Margins](../../margins/) of the page.... doc = aw . Document ( file_name =...docx' ) # Saving a document to PDF, to an image, or printing for...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Online OFT to EPUB Conversion or Build .NET bas...

    Free online app To convert OFT To EPUB files. .NET C# conversion library code for OFT Documents....and set protection password doc . Protect ( ProtectionType ....Microsoft Word, Excel, Powerpoint, PDF, Email files, Images and other...

    products.aspose.com/total/net/conversion/oft-to...
  4. Online OFT to MD Conversion or Build .NET based...

    Free online app To convert OFT To MD files. .NET C# conversion library code for OFT Documents....and set protection password doc . Protect ( ProtectionType ....Microsoft Word, Excel, Powerpoint, PDF, Email files, Images and other...

    products.aspose.com/total/net/conversion/oft-to...
  5. Several JPG Into DOCX Java

    Merge multiple JPG inTo DocX in Java code. Save JPG as DocX using Java....merge Output format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF...jpg" , "Input2.jpg" ); Document doc = new Document (); DocumentBuilder...

    products.aspose.com/words/java/merge/jpg-to-docx/
  6. Convert POTM to DOCM in Python or with free Onl...

    POTM To DocM conversion in your Python applications without using Microsoft Word or PowerPoint or online. Test free POTM To DocM online converter quickly before integrating the code....API to convert POTM file to PDF. After that, it uses Microsoft...via .NET to save the created PDF into Microsoft Word as a DOCM...

    products.aspose.com/total/python-net/conversion...
  7. Several JPG Into WORD Java

    Merge multiple JPG inTo WORD in Java code. Save JPG as WORD using Java....merge Output format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF...jpg" , "Input2.jpg" ); Document doc = new Document (); DocumentBuilder...

    products.aspose.com/words/java/merge/jpg-to-word/
  8. Several JPG Into GIF C++

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

    products.aspose.com/words/cpp/merge/jpg-to-gif/
  9. Several JPG Into BMP C++

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

    products.aspose.com/words/cpp/merge/jpg-to-bmp/
  10. Edit Markdown In C++

    Edit Markdown in C++ code....namespace Aspose::Words; auto doc = MakeObject <Document>( u"Input...MakeObject <DocumentBuilder>(doc); // Insert text at the beginning...

    products.aspose.com/words/cpp/edit/md/