Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Edit PDF page content in C# and VB.NET

This sample shows how to change PDF page content using Docotic.Pdf library.

Description

Use one of the PdfPage.GetObjects methods to get all text, paths and images drawn on the page. Edit and copy required objects to a temporary page. Then, overwrite content of the source page.

In this sample, we change orange color at the top to gray color. And remove all text on the right.

See also