Sort Score
Result 10 results
Languages All
Labels All
Results 4,881 - 4,890 of 15,112 for

pdf to doc

(0.3 sec)
  1. Edit HTML In C++

    Edit HTML 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/html/
  2. Several JPG Into BMP Python

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

    products.aspose.com/words/python-net/merge/jpg-...
  3. Several JPG Into PNG Python

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

    products.aspose.com/words/python-net/merge/jpg-...
  4. Convert PPTM to DOCM in Python or with free Onl...

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

    products.aspose.com/total/python-net/conversion...
  5. Several JPG Into GIF Javascript

    Merge multiple JPG inTo GIF in JavaScript code. Save JPG as GIF using JavaScript....jpg" ] var doc = new aw.Document() var builder...builder = new aw.DocumentBuilder(doc) shapes = fileNames.map(fileName...

    products.aspose.com/words/nodejs-net/merge/jpg-...
  6. Convert TXT to PPS in Python or with free Onlin...

    TXT To PPS conversion in your Python applications without using Microsoft Word or PowerPoint or online. Test free TXT To PPS online converter quickly before integrating the code....used to convert TXT file to PDF. After that, PowerPoint Python...is used to save the created PDF into Presentation as a PPS format...

    products.aspose.com/total/python-net/conversion...
  7. Several Image Into BMP Python

    Merge multiple Image inTo BMP in Python code. Save Image as BMP using Python....png" ] doc = aw.Document() builder = aw.DocumentBuilder(doc) shapes...0 pageSetup.right_margin = 0 doc.save( "Output.bmp" ) Run code...

    products.aspose.com/words/python-net/merge/imag...
  8. Converter.create method | Aspose.Words for Python

    aspose.words.lowcode.Converter.create method... doc = MY_DIR + 'Big document.docx'...ConverterContext ()) . from_file ( input = doc ) . to_file ( output = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Several JPG Into Image Javascript

    Merge multiple JPG inTo Image in JavaScript code. Save JPG as Image using JavaScript....jpg" ] var doc = new aw.Document() var builder...builder = new aw.DocumentBuilder(doc) shapes = fileNames.map(fileName...

    products.aspose.com/words/nodejs-net/merge/jpg-...
  10. PdfSaveOptions.use_core_fonts property | Aspose...

    PdfSaveOptions.use_core_fonts property. Gets or sets a value determining whether or not To substitute TrueType fonts Arial, Times New Roman, Courier New and Symbol with core Pdf Type 1 fonts....Courier New and Symbol with core PDF Type 1 fonts. @property def use_core_fonts...Symbol fonts are replaced in PDF document with corresponding core...

    reference.aspose.com/words/python-net/aspose.wo...