Use the following code:
var document = new Document("input.docx");
for (int page = 0; page < document.PageCount; page++)
{
Document extractedPage = document.ExtractPages(page, 1); // startindex and count
string …...when font substitution is performed. Please see our documentation...
This topic describes how to rotate the page orientation in an existing PDF file programmatically in Node.js environment....Call AsposePdf as Promise and perform the operation for rotating...
Explore how to extract and search for images within PDF files in .NET using Aspose.PDF for media extraction....ImagePlacementAbsorb object to perform image placement search auto...
This brief topic provides details about how to convert Excel to HTML using Python. In order to convert XLSX to HTML Python based application can be developed either in Windows, macOS or Linux based environments installed with Python and JDK....steps that you will need to perform before using this example in...
Sample code for AI to JPEG2000 C# conversion. Use API example code for batch AI files to JPEG2000 conversion within VB.NET, Asp.NET or any .NET based application....properties, add watermarks, perform graphics operations and convert...
Follow this article to create a Funnel chart in Excel using Java. It has details to set the IDE, a list of steps, and a sample code to generate a Funnel chart using Java....the chart data table, and perform auto calculations, if required...
This brief topic is about how to compress PDF in Java. In Java compress PDF file size is easily managed by adopting simple steps and few API calls....using Document class object to perform compression. In order to set...
This short tutorial is designed to explain how to transform EPS to PNG using Java. It will have configuration details, detailed steps to write the program and a ready-to-run code to convert EPS to PNG using Java.... sequence of steps to be performed while writing the program...
This tutorial explains how to split Word file using C#. It contains all the details for configuring the development environment, sequence of steps for writing this application and a runnable sample code to extract pages from Word using C#....step-by-step process for performing this task, and a runnable...
This article guides on how to convert HTML to JSON using Node.js. It has details to configure the IDE, a list of steps, and aa runnable sample code to transform HTML to JSON using Node.js....a runnable sample code to perform the task. No third-party tool...