Sort Score
Result 10 results
Languages All
Labels All
Results 5,661 - 5,670 of 14,991 for

pdf to doc

(0.18 sec)
  1. PdfSaveOptions.useBookFoldPrintingSettings prop...

    PdfSaveOptions.useBookFoldPrintingSettings property. Gets or sets a boolean value indicating whether the Document should be saved using a booklet printing layout, if it is specified via [PageSetup.multiplePages](../../../aspose.words/pagesetup/multiplePages/)....to the PDF format in the form of a book fold. let doc = new aw...method converts the document to .PDF. let options = new aw . Saving...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. SaveOutputParameters | Aspose.Words for Java

    This object is returned To the caller after a Document is saved and contains additional information that has been generated or calculated during the save operation in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.writeln("Hello world...

    reference.aspose.com/words/java/com.aspose.word...
  3. Convert EML to Text in Python | products.aspose...

    Save EML To Text in your Python applications without using Microsoft Outlook or Word...(Bitmap Image File) Convert EML to DOC (Microsoft Word Binary Format)...Command Language) Convert EML to PDF (Portable Document Format) Convert...

    products.aspose.com/total/python-net/conversion...
  4. Convert XLTX to PPSX using Python or with free ...

    XLTX To PPSX conversion in your Python applications without using Microsoft Office or online. Test free XLTX To PPSX online converter quickly before integrating the code....API to convert XLTX file to PDF. After that by using PowerPoint...Python via .NET, save the created PDF into desired Microsoft PowerPoint...

    products.aspose.com/total/python-net/conversion...
  5. Convert CSV to PPSX using Python or with free O...

    CSV To PPSX conversion in your Python applications without using Microsoft Office or online. Test free CSV To PPSX online converter quickly before integrating the code....NET API to convert CSV file to PDF. After that by using PowerPoint...Python via .NET, save the created PDF into desired Microsoft PowerPoint...

    products.aspose.com/total/python-net/conversion...
  6. Several HTML Into Markdown C#

    Merge multiple HTML inTo Markdown in C# code. Save HTML as Markdown using C#....merge Output format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF...other file formats: HTML TO DOC HTML TO DOCX HTML TO EPUB HTML...

    products.aspose.com/words/net/merge/html-to-md/
  7. Edit HTML In Java

    Edit HTML in Java code....*; Document doc = new Document ( "Input.html"...builder = new DocumentBuilder (doc); // Insert text at the beginning...

    products.aspose.com/words/java/edit/html/
  8. Edit WORD In Java

    Edit a Word Document in Java code....*; Document doc = new Document ( "Input.docx"...builder = new DocumentBuilder (doc); // Insert text at the beginning...

    products.aspose.com/words/java/edit/word/
  9. Document.pageCount property | Aspose.Words for ...

    Document.pageCount property. Gets the number of pages in the Document as calculated by the most recent page layout operation.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . write ( "Page 1"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Edit DOCX In Java

    Edit DocX in Java code....*; Document doc = new Document ( "Input.docx"...builder = new DocumentBuilder (doc); // Insert text at the beginning...

    products.aspose.com/words/java/edit/docx/