Search
Follow Us
Categories
- Success Stories(157)
Archives
Yearly Archives: 2021
Convert Word Documents to Markdown using Java
Nowadays, Markdown (MD) format is widely opted to write online articles, blogs, and documentation. However, its syntax becomes difficult to remember and write in the case of large-sized documents. To make things easier, you can write content in MS Word and then convert DOCX or DOC file to Markdown. To perform this conversion programmatically, this article covers how to convert Word documents to Markdown (.md) files using Java.
Convert PDF Files to Word Document in Python
PDF is a commonly used file format for sharing and printing documents. However, in certain cases, PDF files are converted to Word DOCX or DOC format to parse the text or make the document editable. For such scenarios, this article covers how to convert a PDF file to a Word document using Python. Moreover, you will learn how to specify different load options to control the loading of PDF files dynamically.
Create MS Word Documents using Python
MS Word files are immensely used to create various types of documents such as invoices, reports, technical articles, etc. The document automation has facilitated the users to generate Word documents dynamically from within their web or desktop portals. In this article, we will cover how to generate Word documents in Python without MS Office. Moreover, you will learn how to create a DOCX or DOC file and add text or other elements into it dynamically using Python.
Convert Word DOCX or DOC to PDF in Python
Word to PDF is one of the most popular and immensely performed document conversions. The DOCX or DOC files are converted to PDF format before they are printed or shared. In this article, we will automate Word to PDF conversion in Python. The steps and code samples will demonstrate how to convert DOCX or DOC files to PDF within a few lines of Python code. Also, you will learn about different options to customize Word to PDF conversion.
Crop or Rotate PSD Image in Java
PSD image files are used to design pictures for logos, banners, brochures, and many other purposes. In certain scenarios, you may need to crop or rotate a PSD file within your Java applications. This article covers how to crop or rotate a PSD file programmatically using Java.
Posted in Aspose.PSD Product Family Tagged Crop PSD, Crop PSD in Java, Resize PSD in Java, Rotate PSD, Rotate PSD in Java
Convert Excel Files to PDF on Linux using Java
In various cases, you need to convert the Excel spreadsheets to PDF format, for example, to print or share the worksheets. In this article, you'll learn how to convert Excel files to PDF format on the Linux platform using Java. Furthermore, you'll come to know about different options to customize the Excel to PDF conversion.