IRONSOFTWAREHOME

Edit PDF in C#
Inside the Page, Not Just the Page Order

Open a PDF that already exists and change what is actually on it. Find and replace text, redact it permanently, stamp, watermark, annotate, draw text and bitmaps, add headers, footers and page numbers, extract text and images, and translate, scale, or remove individual objects on the page. Thirteen editing operations through one .NET API — no Acrobat automation, no Office interop, no content-stream surgery. Runs on .NET 10, 9, 8, Framework, Core, and Standard.

  • Load any existing PDF and edit it in place — find and replace text, redact, extract text and images
  • Move, scale, or delete individual objects on the page — content-level editing, not merge-and-split
  • Overlay anything: stamps, custom watermarks, annotations, drawn text and bitmaps, backgrounds and foregrounds, headers, footers, page numbers
  • Free 30-day trial, no watermarks, no credit card
using IronPdf;
using IronPdf.Editing;

// Start from a file that already exists — nothing is re-generated
PdfDocument pdf = PdfDocument.FromFile("contract.pdf");

// Change the text that is already in the document
pdf.ReplaceTextOnAllPages("[CLIENT_NAME]", "Northwind Traders");

// Redact — the characters are removed, not just covered over
pdf.RedactTextOnAllPages("Account No. 4417-9920");

// Overlay an approval mark on page 1
pdf.ApplyStamp(new HtmlStamper("<h2>APPROVED</h2>")
{
    HorizontalAlignment = HorizontalAlignment.Right,
    VerticalAlignment   = VerticalAlignment.Top
}, 0);

// Number every page
pdf.AddTextFooters(new TextHeaderFooter
{
    CenterText = "Page {page} of {total-pages}"
});

pdf.SaveAs("contract-final.pdf");
// No Acrobat. No Office interop. No content-stream surgery.
NuGet Downloads Badge
PM >Install-Package IronPdf
NEWInstallStart Free TrialGo Live
1

Install

Copy the NuGet
command above - ready
in about 5 minutes.

2

Start Free Trial

Test in production without watermarks and 30 days fullyfunctional product. 24/5 technical support during trial

Get 30-Day Trial KeyNo credit card required
3

Go Live

See your PDF workflow
running in a live
production project.

Cross Platform Support

The editing API is fully managed and behaves identically everywhere — the same find-and-replace, the same redaction, the same object edits, whether the job runs on a Windows box, in a Linux container, or inside a serverless function. Nothing here depends on desktop software being installed on the machine.

Designed for C#, F#, & VB.NET running on .NET 10, 9, 8, 7, 6, 5, Core, Standard, or Framework
Available for .NET, Java, Node.js, and Python.

NET Logo
Windows Logo
Linux Logo
Mac Logo
Docker Logo
Azure Logo
AWS Logo
Visual Studio Logo
NuGet Logo
ReSharper

.NET 버전:

운영체제 및 프로세서:

  • 윈도우(x64, x86)
  • 맥(x64, ARM)
  • 리눅스(x64)

.NET 프로젝트 유형:

  • 웹 (Blazor 및 웹폼)
  • 데스크톱 (WPF 및 MAUI)
  • 콘솔 (앱 및 라이브러리)

앱 환경:

  • 윈도우 (10+, 서버 UI 2012+, 서버 코어 2022)
  • 리눅스 (우분투, 데비안, 센토오스 등)
  •  (macOS 10 이상)
  • Docker (윈도우, 리눅스, Azure)
  • Azure (VPS, 웹 애플리케이션, 함수)
  • AWS (EC2, 람다)

IDEs:

바이너리 인증

  • DigiCert 서명 바이너리

Most .NET libraries edit pages. This one edits what is on them.

Most .NET tools that say "edit" mean merge, split, and rotate. The generation-first libraries cannot open your file at all; the low-level free ones can, but replacing a line of text means rewriting content streams by hand. IronPDF edits inside the page: find and replace, redact, extract text and images, translate, scale, or remove objects, stamp, watermark, annotate, draw, set backgrounds, and add headers, footers and page numbers — one managed .NET API, no Acrobat, no Office interop.

지금 바로 30일 무료 체험판 키를 받으세요.

Everything you need for PDF editing in C#

Why IronPDF?

Edit any PDF on any server — no Acrobat licence, no Office interop, no COM objects to keep alive.

Click to view video about Why IronPDF?

Pixel-perfect rendering

  • Chromium-grade HTML/CSS/JS ➝ what you see in the browser is what’s in the PDF.
  • Fonts, SVGs, image, complex layouts - consistent across environment.
  • Handles header/footers, page number, margins, and pagination edge cases.

Up & running in 5 mins

  • PM > Install-Package IronPdf
    , then PdfDocument.FromFile("yours.pdf") — one line from editing. Replace text, redact, stamp, watermark, annotate, move or delete objects, add headers and page numbers, all named the way you would describe the task out loud.
  • Instant licence key, full API access, and a commercial licence with no copyleft strings attached.

Cross-platform

  • .NET 10, 9, 8 LTS, Framework 4.62+
  • OS: Windows, Linux, macOS.
  • Cloud/containers: Azure, AWS, Docker/Kubernetes, serverless.
Platform that supported

Great documentation

  • Copy-paste your first PDF
  • Task-based examples for HTML ➝ PDF, merge/split, stamping, forms, signing.
  • Troubleshooting for fonts, page breaks, headless/ cloud deploys.

Perpetual license & 24/5 support

  • Perpetual license - buy once, use forever. Optional updates and renewals.
  • 24/5 engineer support (24/7 in Premium) Real humans, median chat response <1 min
  • 30-day money-back guarantee Not the right fit? Full refund, no questions.

For builders

  • Features you'll actually use:
    • merge/split
    • TOC/bookmarks
    • headers/footers/margins
    • watermarks/stamps
    • forms (fill/extract)
    • attachments
    • images
    • permissions
    • compressing
    • digital signing
  • Works everywhere: Windows, Linux, macOS, Docker, Azure, AWS, cloud.

For buyers

  • Trusted by 2M+ engineers • 20M+ NuGet installs.
  • Teams report 40% dev-time saved vs DIY/OSS wrappers.
  • Redistribution/SaaS options available.
  • Procurement-friendly: perpetual license, optional renewals, invoice available, multiple payment options (including local).
  • 30-day money-back guarantee.

IronPDF에 대한 고객들의 평가는 어떨까요?

아고루스40%절약

quote_symbol과거에는 OCR을 위해 별도의 플러그인이나 패키지를 사용하고, PDF를 위해서는 또 다른 플러그인이나 패키지를 사용해야 했지만, 이제 모든 기능이 하나의 저렴한 패키지에 통합되어 있어서 정말 좋았습니다.

데이비드 존스데이비드 존스수석 소프트웨어 엔지니어사례 연구를 읽어보세요

그린2뷰

그린2뷰 savings chart절약20%

Green2view는 20%의 비용 절감, 30%의 문서 처리 시간 단축, 그리고 100% 규정 준수를 달성했습니다.

사례 연구를 읽어보세요
윌란

윌란 savings chart관리 업무 감소40%

이 기능은 완벽하게 작동합니다. 자동 PDF 생성 기능을 통해 매번 픽셀 단위까지 완벽한 재무 보고서를 받아볼 수 있습니다.

사례 연구를 읽어보세요

개발자들이 매번 묻는 모든 질문에, 예! IronPDF

Can I open a PDF I did not create and edit the text inside it?YES!

Does redaction actually remove the text, or just draw a black box over it?REMOVES IT

Can I move, resize, or delete individual objects on a page?YES!

Do I need Adobe Acrobat, Word, or any Office interop installed on the server?NO

Can I add headers, footers, page numbers, watermarks, stamps, and annotations to an existing file?YES!

Will editing a PDF re-flow or degrade the rest of the document?NO

Can I render pixel-perfect PDFs from complex HTML5, CSS3, and JavaScript?YES!

Can I convert an HTML string to PDF in one line of C# code?YES!

Can I convert a URL to PDF with authentication, cookies, and custom headers?YES!

Can I generate a PDF from Razor, CSHTML, or ASPX views?YES!

Can I add custom headers, footers, page numbers, and watermarks during conversion?YES!

Can I run HTML to PDF conversion in Docker, Azure Functions, or AWS Lambda?YES!

Can I deploy my application using the library to Linux, macOS, or Windows, including Docker containers?YES!

Is the library thread-safe for use in highly concurrent, multi-threaded server applications and APIs?YES!

Can I set custom viewport dimensions and print media CSS to control responsive layouts?YES!

Is IronPDF compatible with Azure Functions?YES!

Can I permanently redact sensitive text and images from PDF documents?YES!

Can I generate a PDF from a URL that requires authentication via custom headers, cookies, or form logins?YES!

Can I access PDF DOM through ObjectModel property?YES!

Can I programmatically fill, read, and flatten interactive AcroForm?YES!

Does it support generating PDF/A and PDF/UA compliant documents for archiving and accessibility standards?YES!

Can I secure a document with 256-bit AES password encryption and set user permissions?YES!

Can I apply and verify digital signatures on a PDF using X.509 certificates?YES!

Can I test IronPDF in my live project for free now?YES! Click here to start your 30-day free trial

세계 최고 수준의 엔지니어링,
24시간 지원

전문가와 상담하세요

20M+의 NuGet 설치와 지속적인 가속화

애트나
NASA
GE
포르쉐
미국 2
카타르
20MillionNuGet 다운로드

시작할 준비 되셨나요?

Nuget Downloads 20,878,335버전:2026.9방금 출시

지금 바로 30일 무료 체험판 키를 받으세요.
신용카드나 계정 생성은 필요하지 않습니다.
Key in blue circle

무료 30일 체험 키를 즉시 받으세요.

Your trial license will be sent to your email address

제한 없음. 100% 무제한 이용. 신용카드 불필요.

bullet_checked신용카드나 계정 생성은 필요하지 않습니다.제한 없음. 100% 무제한 이용. 신용카드 불필요.
  • Logo Aetna
  • Logo NASA
  • Logo GE
  • Logo Porsche
  • Logo USDA
  • Logo Qatar
Join Millions of Engineers who’ve tried IronPDF
무료 라이브 데모를 예약하세요
Booking Badge

전 세계 수백만 엔지니어들이 신뢰하는 제품입니다.

Iron Software의 고객 로고
부담 없는 무료 상담을 받아보세요
아래 양식을 작성하시거나 sales@ironsoftware.com으로 이메일을 보내주세요.
고객님의 정보는 항상 비밀로 유지됩니다.
전 세계 수백만 엔지니어들이 신뢰하는 제품입니다.
Iron Software의 고객 로고
지금 바로 30일 무료 체험판 키를 받으세요.
신용카드나 계정 생성은 필요하지 않습니다.