IRONSOFTWAREHOME
Create Blank Page
using IronPdf;

PdfDocument pdf = new PdfDocument(270, 270);

pdf.SaveAs("blankPage.pdf");
Imports IronPdf

Dim pdf As New PdfDocument(270, 270)

pdf.SaveAs("blankPage.pdf")
NuGet Download
PM > Install-Package IronPdf
Create Blank Page

Create Blank Page

Creating a blank PDF page refers to generating a page within a PDF document that contains no content, no text, images, or graphics. This can be done intentionally for various purposes, such as adding space for notes, separating sections of a document, or aligning content in a specific layout.

Creating a PDF with a blank page using IronPDF is straightforward. For detailed guidance on using IronPDF to generate PDF documents, visit the IronPDF Official Documentation. Simply supply two integers for width and height to the PdfDocument constructor to create a PDF with a blank page.

  • Width and Height: The dimensions for the PDF page are defined in points (1/72 of an inch). In this example, it uses a 270 x 270 point square page.
  • PdfDocument Constructor: The PdfDocument class from the IronPDF library takes two integers as arguments for width and height and creates a new PDF document containing one blank page with those dimensions.
  • SaveAs Method: This method is used to save the newly created PDF to the file system. In this example, the PDF is saved with the filename "blankPage.pdf".
Learn to Create New PDFs with IronPDF Now!
View on GitHub

Ready to Get Started?

Nuget Downloads 20,990,528Version:2026.9just released

Key in blue circle

Get your free 30-day Trial Key instantly.

Your trial license will be sent to your email address

No limitations. 100% unlocked. No credit card.

OR
bullet_checkedNo credit card or account creation requiredNo limitations. 100% unlocked. No credit card.
  • Logo Aetna
  • Logo NASA
  • Logo GE
  • Logo Porsche
  • Logo USDA
  • Logo Qatar
Join Millions of Engineers who’ve tried IronPDF
Book your free Live Demo
Booking Badge

Trusted by Millions of Engineers Worldwide

Iron Software's customer logos
Get Your No-Obligation Consult
Complete the form below or email sales@ironsoftware.com
Your details will always be kept confidential.
Trusted by Millions of Engineers Worldwide
Iron Software's customer logos
Get your free 30-day Trial Key instantly.
No credit card or account creation required
C# NuGet Library for PDF
Install with NuGet

Version: 2026.9

PM > Install-Package IronPdf
nuget.org/packages/IronPdf/
  1. In Solution Explorer, right-click References, Manage NuGet Packages
  2. Select Browse and search "IronPdf"
  3. Select the package and install
C# PDF DLL
Download DLL

Version: 2026.9

or download Windows Installer here.

  1. Download and unzip IronPDF to a location such as ~/Libs within your Solution directory
  2. In Visual Studio Solution Explorer, right click References. Select Browse, "IronPdf.dll"

Licenses from $999