Skip to main content

Add and remove content

The Toolbox add-on lets you add content to a PDF such as text, watermarks, barcodes, and images.

Quick start with a code example - Add text to a PDF

Get the full sample on GitHub: C, C#, Java, and Python.

Content types

The Toolbox add-on supports adding these types of content:

  • Text
  • Image
  • Image Mask
  • Path

Add and remove content

There is a wide range of use cases for these content types:

Content typeUse case example
TextAdd text to a PDF (C, C#, Java, Python)
Add a barcode to a PDF (C, C#, Java, Python)
Add line numbers to a PDF (C, C#, Java, Python)
Add a stamp to a PDF (C, C#, Java, Python)
Add page numbers to a PDF (C, C#, Java, Python)
Layout text in a PDF page (C#, Java, Python)
Remove glyphs from a PDF (C, C#, Java, Python)
Remove white text from a PDF (C, C#, Java, Python)
ImageAdd a QR code (Data Matrix) to a PDF (C, C#, Java, Python)
Add an image to a PDF (C, C#, Java, Python)
Image MaskAdd an image mask to a PDF (C, C#, Java, Python)
PathAdd a vector graphic to a PDF (C, C#, Java, Python)