Rotate PDF File Pages using Rest API in Python

Rotate PDF Pages using Rest API in Python There can be many cases where you want to rotate pages of documents featuring the wrong orientation or contain disoriented pages. For example, if your PDF document pages are upside down, reading the document may be quite difficult. Rotating pages is a very useful help to improve your reader experience. So an easy solution to fix document rotation is using GroupDocs.Merger Python SDK.
· Yasir Saeed · 6 min

Extract Pages from PDF File Online in Python

Extract Pages from PDF File Online in Python In certain cases, you may need to extract PDF pages from PDF documents or may need to separate large PDF documents into smaller PDF files. As a Python developer, you can easily extract specific pages from PDF files online or extract PDF pages by page range programmatically. In this article, you will learn how to extract pages from PDF file online in Python using REST API.
· Yasir Saeed · 5 min

Convert SVG to PNG High Quality in Python

Convert SVG to PNG High Quality in Python SVG or scalable vector graphics is a lightweight vector file format and XML-based markup language. It is used for two-dimensional vector and mixed vector or raster graphics. PNG is a raster-graphics file format that supports lossless data compression. It was designed to improve the gif file format. SVG does not support as much details like standard image formats. But PNG is capable of handling very high resolutions and can preserve transparency.
· Yasir Saeed · 5 min

Split PowerPoint PPT or PPTX into Multiple Files in Node.js

Split PowerPoint PPT or PPTX into Multiple Files in Node.js PowerPoint is a presentation file created by Microsoft PowerPoint to create slideshow presentations. PPT or PPTX slides store collections of records and structures like slides, shapes, pictures, audio, video, text, etc. In various scenarios, you may need to split lengthy PowerPoint presentations into multiple files by slide range or break all PowerPoint slides into multiple PPT/PPTX files. It will be a time-consuming task if you manually split large PowerPoint files into separate files.
· Yasir Saeed · 6 min

How to Convert SVG to PNG Online in Node.js

How to Convert SVG to PNG Online in Node.js SVG (Scalable Vector Graphics) defines vector-based graphics that is popular for rendering two-dimensional images. In the other hand, PNG image format is one of the best choice for a raster-based transparent file. When you are working with pixels and transparency, PNGs are a better choice than SVGs. SVG also does not work well for images with lots of details, textures and quality like photograph.
· Yasir Saeed · 6 min

Extract Text from PowerPoint in Node.js -Text Extraction API

Use Text extraction API to extract text from PowerPoint PPT, PPTX formats. This article is about how to extract text from PowerPoint PPT/PPTX in Node.js.
· Yasir Saeed · 5 min

How to Convert PDF to HTML Online in Node.js

How to Convert PDF to HTML Programmatically PDF (Portable Document Format) is a secure document format that contains graphics, text, 3D models, images, etc. PDF format is compressed and smaller than other shareable file formats. HTML is a widely used plain-text lightweight Markup language. It is supported by every browser and is fast to load. PDF and HTML both file formats are good for accessibility, but HTML is generally much better for providing information via the web.
· Yasir Saeed · 6 min

How to Convert CSV to JSON File Online in Node.js

How to Convert CSV to JSON File Online in Node.js CSV or Comma Separated Values file format is used for storing and exchanging the tabular data between systems in plain text. JSON or JavaScript Object Notation is a lightweight data format for representing structured data objects. It is often used to transmit data from the server to the client in web applications. CSV does not support hierarchical or relational data.
· Yasir Saeed · 6 min

How to Extract Pages from Word DOC/DOCX Online using Node.js

How to Extract Pages from Word DOC/DOCX Online using Node.js You may need to extract word document pages into multiple documents 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 Node.js developer, you can extract word document into separate files online on the cloud. In this article, you will learn how to extract pages from word DOC/DOCX online using Node.
· Yasir Saeed · 5 min

Convert EXCEL to JSON and JSON to EXCEL in Node.js

Convert your Excel spreadsheets to JSON and vice versa using Node.js. Streamline your data interchange with our comprehensive guide on Excel to JSON and JSON to Excel conversion in Node.js.
· Yasir Saeed · 5 min