Search
Follow Us
Categories
- News Release(0)
Author Archives: Yasir Saeed
Convert PDF to Excel in Python using REST API

PDF is one of the most commonly used versatile document format to present documents. But it is difficult to edit a PDF document. To easily extract a table or edit text in a spreadsheet format, you need to convert PDF to editable Excel spreadsheets. So, you don’t need to waste time for manually copying text and then edit it. Our PDF to XLS or PDF to XLSX converter APIs allows you … Continue Reading
How to Extract Pages From Word Documents in Python

You may need to split word document into multiple documents by page programmatically. By splitting word documents, you can easily extract page from word document and share a specific information or data with the stakeholders. As a Python developer, you can split word document into separate files online on the cloud. In this article, you will learn how to extract pages from word documents in Python.
The following topics shall be … Continue Reading
Convert PowerPoint PPT/PPTX to JPG/JPEG Images in Python

Microsoft PowerPoint is a presentation and slides application that allows you to create slideshow presentations. In certain cases you need to convert PowerPoint PPT or PPTX to JPEG image format. For example, you need to show PPT/PPTX presentation in read-only mode within your application or you may need to create the thumbnails for every PowerPoint slide and etc. In order to automate PowerPoint to JPG conversion, I’ll demonstrate how to convert PowerPoint … Continue Reading
Convert JPG to Word in Python

JPG, also known as JPEG, is a widely used compressed image format for containing digital images. It is the most popular image format that supports lossy compression. While, Microsoft Word is used for the word processing and document creation. In certain cases you need to convert JPG to MS word to make it editable. JPG to Word converter turns image into doc file within a few seconds. So, in this article … Continue Reading
Convert BMP to PDF using Rest API in Python

A BMP file contains uncompressed data to store and display high quality images. Using GroupDocs.Cloud Conversion API any developer can convert BMP to PDF format with just a few lines of Python code. Modern document-processing Python API creates PDF from BMP with high speed. Test the quality of BMP to PDF conversion right in a browser. Powerful Python library allows converting BMP files to many popular formats. in this article you will learn … Continue Reading
Convert Word to HTML Online in Python

As a Python developer, you can easily convert your Word document to HTML file programmatically on the cloud. Word files are mainly used for official and personal data sharing. However, if you want to view or display the document in a web browser then a smart solution is to convert Word to HTML Online in Python. Word to Html conversion are helpful so that html files can be easily uploaded to the Internet. In … Continue Reading
Convert Word to TIFF File in Python

Tag Image File Format or TIFF is a popular image file format for storing raster graphics and images. These do not need to compress or lose any image quality and is very popular among photographers. TIFF is widely supported by word processing, image manipulation, and page layout applications. TIFF provides multiple pages support and you can split a multipage TIFF file into separate pages. This feature makes word a suitable option to convert … Continue Reading
Convert PDF to JPEG, PNG, and GIF Images in Python

PDF or Portable Document Format is one of the most popular format for sharing and printing documents. In certain cases, you need to convert PDF files into a set of optimized images. For PDF to image conversion, we will use GroupDocs Python SDK. This python library allows you to convert and quickly transform PDFs into high-quality images within seconds. In this article, we will learn how to convert PDF to … Continue Reading