Sort Score
Result 10 results
Languages All
Labels All
Results 3,701 - 3,710 of 51,243 for

import document

(0.38 sec)
  1. Aspose.Word convert pdf to md, content wrong - ...

    Use python,aspose-words=25.6.0, convert pdf to markdown.Extra spaces appear in the converted md file. For example, in the pdf, there is a paragraph with a URL in normal format. In the md Document after the conversion is …... In the md document after the conversion is completed...to this URL. code: document = aw.Document(file_path) save_options...

    forum.aspose.com/t/aspose-word-convert-pdf-to-m...
  2. Convert PDF To WORD C#

    Convert PDF to WORD format in C# code. Save PDF as WORD using C#....converting PDF to Word Use our document conversion API to develop...solution to import and export PDF, Word, and many other document formats...

    products.aspose.com/words/net/conversion/pdf-to...
  3. Convert PDF To Openoffice C#

    Convert PDF to OpenOffice format in C# code. Save PDF as OpenOffice using C#....converting PDF to ODT Use our document conversion API to develop...solution to import and export PDF, ODT, and many other document formats...

    products.aspose.com/words/net/conversion/pdf-to...
  4. Filter Messages from Server using IMAP Client|D...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....below: import aspose.email as ae from datetime import datetime...below: import aspose.email as ae from datetime import datetime...

    docs.aspose.com/email/python-net/filter-message...
  5. Convert HTML To MARKDOWN C#

    Convert HTML to MARKDOWN format in C# code. Save HTML as MARKDOWN using C#....converting HTML to Markdown Use our document conversion API to develop...professional software solution to import and export HTML, Markdown,...

    products.aspose.com/words/net/conversion/html-t...
  6. Add Pages in PDF|Aspose.PDF for Java

    This article teaches how to insert (add) a page at the desired location PDF file. Learn how to move, remove (delete) pages from a PDF file using Java library....you insert a page to a PDF document at any location in the file...into a PDF file: Create a Document class object with the input...

    docs.aspose.com/pdf/java/add-pages/
  7. Convert Image To HTML C#

    Convert Image to HTML format in C# code. Save Image as HTML using C#....converting image to HTML Use our document conversion API to develop...to import and export image, HTML, and many other document formats...

    products.aspose.com/words/net/conversion/image-...
  8. How to modify footnote content number style? - ...

    for (Paragraph paragraph : footnote.getParagraphs()) { for (Run run : paragraph.getRuns()) { run.getFont().setColor(Color.RED); } }...the FootnoteOptions of the document. Unfortunately, the provided...the FootnoteOptions of the document. Set the desired numbering...

    forum.aspose.com/t/how-to-modify-footnote-conte...
  9. Merge Combine Diagram|Documentation

    This section explains how to combine visio file... Sample Code import jpype import asposediagram jpype ...startJVM () from asposediagram.api import * lic = License () lic . setLicense...

    docs.aspose.com/diagram/python-java/merge-combi...
  10. How to rotate PDF | Aspose.PDF

    Do you know how easily rotate PDF Documents in Python? Rotate PDF files with high quality using Python via .NET PDF library....rotate a PDF file in Python: Import the Aspose.PDF library as ‘ap’...named “input.pdf” using the ‘Document’ class and store it in the...

    products.aspose.com/pdf/tutorial/rotate-pdf/