English

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

Convert PDF to TEXT format Online using Node.js

Convert PDF to TEXT format Online using Node.js Portable Document Format (PDF) is a document file format that contains text, images, data, etc. The PDF format is used when you need to save files that cannot be modified. While a Text file is a text plain document that stores plain text in the form of lines. It is a non-executable file that is used to create quick notes in various applications.
· Yasir Saeed · 5 min

How to Rotate PDF Pages using Rest API in Node.js

How to Rotate PDF Pages using Rest API in Node.js In this article, we will demonstrate the scenarios related to rotation in PDF files at defining degrees. You can rotate all PDF pages at once or specific PDF pages into any direction permanently according to your requirements. Moreover, you can choose the angle to rotate the PDF pages like 90 degrees rotation or rotate PDF pages at 180 degrees. In this article, we will learn how to rotate PDF pages using REST API in Node.
· Yasir Saeed · 5 min

Convert PowerPoint PPT/PPTX to PNG in Node.js

Convert PowerPoint PPT/PPTX to PNG in Node.js 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 PNG format online. 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 this article, we will learn how to convert PowerPoint PPT/PPTX to PNG in Node.
· Yasir Saeed · 4 min

Convert Excel to XML and XML to Excel Online using Node.js

Convert Excel to XML and XML to Excel Online using Node.js Extensible markup language is a widely-used file format for data representation. It is highly efficient when it comes to transferring data from one database to another without any critical data loss and tags are used to structure an XML document. On the other side, businesses are leveraging Excel sheets as it offers rich data storage options. In this blog post, we will learn the steps to install file format manipulation and conversion library and we will show you how to convert Excel to XML and XML to Excel online using Node.
· Yasir Saeed · 8 min