Skip to main content
Version: Legacy 4-H Toolbox version 4.4

Add and edit content

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

Content types

The PDF Toolbox SDK supports adding the following types of content:

  • Text
  • Image
  • Image Mask
  • Path

Add content to a PDF

There is a wide range of use cases for these content types. See the following table for more details:

Content typeUse case example
TextAdd text to a PDF (C, C#, Java, and Python)
Add a barcode to a PDF (C, C#, Java, and Python)
Add line numbers to a PDF (C, C#, Java, and Python)
Add a stamp to a PDF (C, C#, Java, and Python)
Add page numbers to a PDF (C, C#, Java, and Python)
ImageAdd a QR code (Data Matrix) to a PDF (C, C#, Java, and Python)
Add an image to a PDF (C, C#, Java, and Python)
Image MaskAdd an image mask to a PDF (C, C#, Java, and Python)
PathAdd a vector graphic to a PDF (C, C#, Java, and Python)
Quick start - Add text to a PDF

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