Merge and Combine PowerPoint PPT/PPTX Presentations in C#

Merge and Combine PowerPoint PPT/PPTX Presentations in C# As a C# developer, you may need to merge multiple PPT or PPTX files into one programmatically. Copying and pasting the one PowerPoint content to other is time consuming task while combining PowerPoint slides or merging parts of a single presentation. Therefore, in this article I will demonstrate how to merge and combine PowerPoint PPT/PPTX presentations in C#. The following topics shall be covered in this article:
<span title='2022-11-09 09:09:56 +0000 UTC'>November 9, 2022</span>&nbsp;·&nbsp;7 min&nbsp;·&nbsp;Yasir Saeed

Change Page Orientation in Word Documents using Python

Change Page Orientation in Word Documents using Python The term orientation refers to the direction in which a document is displayed for printing and reading. Word supports two types of orientation; portrait (vertical) and landscape (horizontal). The default orientation in a word file is portrait and you can change it to landscape. In certain cases you need to change the orientation of pages in word file, depending on the content in the word document.
<span title='2022-10-26 14:25:23 +0000 UTC'>October 26, 2022</span>&nbsp;·&nbsp;5 min&nbsp;·&nbsp;Yasir Saeed

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. For example, if your PDF document pages are upside down, using the document may be quite difficult. So an easy solution to fix documents rotation is using GroupDocs.Merger Python SDK. You can rotate all pages or specific pages of a PDF file programmatically using Python SDK.
<span title='2022-10-24 01:39:35 +0000 UTC'>October 24, 2022</span>&nbsp;·&nbsp;6 min&nbsp;·&nbsp;Yasir Saeed

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.
<span title='2022-10-21 11:56:07 +0000 UTC'>October 21, 2022</span>&nbsp;·&nbsp;5 min&nbsp;·&nbsp;Yasir Saeed

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.
<span title='2022-10-17 12:55:31 +0000 UTC'>October 17, 2022</span>&nbsp;·&nbsp;6 min&nbsp;·&nbsp;Yasir Saeed

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.
<span title='2022-10-07 13:52:05 +0000 UTC'>October 7, 2022</span>&nbsp;·&nbsp;5 min&nbsp;·&nbsp;Yasir Saeed

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.
<span title='2022-10-03 08:43:27 +0000 UTC'>October 3, 2022</span>&nbsp;·&nbsp;5 min&nbsp;·&nbsp;Yasir Saeed

How to Extract Pages from PDF File using Rest API in Node.js

How to Extract Pages from PDF Files using Rest API in Node.js You may need to extract multiple pages from PDF at once programmatically. By separating PDF pages, you can easily export and save specific pages of PDF documents to share with the stakeholders. As a Node.js developer, you can extract multiple pages from PDF documents on the cloud. In this article, we will demonstrate how to extract pages from PDF file using Rest API in Node.
<span title='2022-09-27 14:37:08 +0000 UTC'>September 27, 2022</span>&nbsp;·&nbsp;5 min&nbsp;·&nbsp;Yasir Saeed

How to Split Word Document into Separate Files using Node.js

How to Split Word Documents into Separate Files using Node.js You may need to split the Word document into several smaller files and assign them to different people in order to speed up the process. By splitting Word documents, you can easily extract and share specific information or datasets with stakeholders. As a Node.js developer, you can split word documents into multiple documents on the cloud. Rather than cutting and pasting manually, this article will show you how to split Word document into separate files using Node.
<span title='2022-09-25 02:04:57 +0000 UTC'>September 25, 2022</span>&nbsp;·&nbsp;5 min&nbsp;·&nbsp;Yasir Saeed

Combine and Merge PDF files into One Online using Node.js

Combine and Merge PDF files into One Online using Node.js Sometimes we may need to combine two or more PDF files to make a more complete one. For example, you need to merge PDF files for creating documents using your previously created files for data referencing or when different users are working on the same topic. Combining PDF files help you to keep your information consistent and make your documents more efficient.
<span title='2022-09-12 16:34:34 +0000 UTC'>September 12, 2022</span>&nbsp;·&nbsp;5 min&nbsp;·&nbsp;Yasir Saeed