ZingPDF logo

Guides

ZingPDF guides

Task-based articles for common PDF operations in C#, including the fluent authoring API for new documents.

Current Guides

27 guides

Security and output

How to redact PDF content in C#

Mark exact extracted-text matches or explicit regions, remove matched text from supported page content, and save a rewritten output file.

Forms and data capture

How to fill PDF form fields in C#

Fill AcroForm fields by name, discover fields in unfamiliar files, and select choice options without looping through every option yourself.

Forms and data capture

How to flatten a PDF form in C#

Turn the current form appearance into normal page content when the completed output should stop behaving like a form.

Document assembly

How to merge PDFs in C#

Append pages from one or more PDF streams, control the final page order, and save the combined output.

Forms and data capture

How to sign a PDF form field in C#

Sign an existing signature field, or add a hidden validation-only field and sign that with an X509 certificate.

Page structure

How to rotate PDF pages in C#

Rotate one page or the whole document with the built-in rotation helpers and save the updated file.

Output and size

How to compress a PDF in C#

Recompress eligible streams, tune JPEG quality, and save a smaller output file from the high-level API.