Windows
ComPDFKit PDF SDK
Guides

PDF Editing                  

 

PDF editing provides the ability to change content so that its data can be improved or re-purposed.

- Edit text and images.

- Remove specific content from existing pages.

- Insert or append new content to existing pages.

- Undo or redo any change.

 

Initialize PDF Editing                       

 

The following code demonstrates how to do PDF editing initialization.

CPDFViewer viewer = new CPDFViewer();
viewer.InitDocument("***");
viewer.SetMouseMode(MouseModes.PDFEdit);
viewer.SetPDFEditType(CPDFEditType.EditText|CPDFEditType.EditImage);