-
Notifications
You must be signed in to change notification settings - Fork 3
/
sample.txt
24 lines (17 loc) · 1.36 KB
/
sample.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
title: "What Are Annotations?"
description: "Annotations allow users to add custom content on PDF pages."
preview_image: /images/blog/2018/what-are-annotations/article-header.png
section: blog
author: Tomáš Šurín
date: 2018-01-08 10:00 UTC
tags: Development, PDF, Annotations
published: true
---
This post will discuss what PDF annotations are, exploring which types of annotations are defined by the PDF specification. It will also look into how annotations are represented inside a PDF document. Finally, it will outline how PSPDFKit maps this representation to an easy-to-use annotation model.
READMORE
![Annotations](/images/blog/2018/what-are-annotations/article-header.png)
## What Are PDF Annotations?
Content displayed as a PDF page is not suitable for easy editing, but the PDF specification defines a comprehensive set of objects that can be added to PDF pages without changing the page content. These objects are called annotations, and their purpose ranges from marking up page content to implementing interactive features such as forms.
PDF viewers usually allow the creation and editing of various annotation types, e.g. text highlights, notes, lines, or shapes. Regardless of the annotation types that can be created, PDF viewers conforming to the PDF specification should also support rendering for all annotation types.
## Annotation Types