Document Tagging
Tags define the structure of your PDF, making it accessible to screen readers and assistive technologies.
What Are Tags?
Tags are invisible markers that describe the structure and purpose of content:
- Headings (H1-H6): Define document hierarchy
- Paragraphs (P): Regular text blocks
- Lists (L, LI): Bulleted and numbered lists
- Tables (Table, TR, TH, TD): Tabular data
- Figures (Figure): Images and graphics
- Links (Link): Hyperlinks
Adding Tags
Auto-Tag Document
Penvio can automatically detect and tag content:
Open the Accessibility Panel
Click Tools → Accessibility → Auto-Tag Document
Review Settings
Choose tagging options:
- Detect headings by font size
- Identify lists by formatting
- Mark images as figures
Apply Tags
Click Apply to tag the document
Review Results
Check the tag tree to verify accuracy
Auto-tagging works best with well-structured documents. You may need to manually adjust some tags.
Manual Tagging
For precise control, tag content manually:
- Select the content to tag
- Right-click and choose Tag As…
- Select the appropriate tag type
- Confirm the tag
Tag Types
Structural Tags
| Tag | Purpose | Example |
|---|---|---|
| Document | Root container | Entire PDF |
| Part | Major sections | Chapters |
| Sect | Subsections | Chapter sections |
| Div | Generic container | Grouped content |
Block-Level Tags
| Tag | Purpose | Use For |
|---|---|---|
| H1-H6 | Headings | Titles, section headers |
| P | Paragraph | Body text |
| L | List | Container for list items |
| LI | List Item | Individual list entries |
| Table | Table | Data tables |
| BlockQuote | Quote | Extended quotations |
Inline Tags
| Tag | Purpose | Example |
|---|---|---|
| Span | Generic inline | Styled text |
| Link | Hyperlink | URLs, page links |
| Quote | Inline quote | Short quotes |
| Code | Code text | Programming code |
Special Tags
| Tag | Purpose | Notes |
|---|---|---|
| Figure | Images/graphics | Requires alt text |
| Formula | Mathematical | Equations, formulas |
| Form | Form elements | Interactive fields |
| TOC | Table of contents | Navigation |
| TOCI | TOC item | Individual entries |
Viewing the Tag Tree
To see all tags in your document:
- Click View → Navigation Panels → Tags
- Expand the tag tree
- Click a tag to highlight its content
Editing Tags
Change Tag Type
- Open the Tags panel
- Right-click a tag
- Select Properties
- Change the Type field
- Click OK
Reorder Tags
- In the Tags panel, drag a tag
- Drop it in the new position
- The reading order updates automatically
Delete Tags
- Select the tag in the Tags panel
- Press Delete or right-click → Delete
- Confirm deletion
Deleting a tag removes its accessibility information. The content remains in the document but becomes inaccessible to screen readers.
Heading Hierarchy
Proper heading structure is essential for navigation:
Good Structure
H1: Document Title
H2: Chapter 1
H3: Section 1.1
H3: Section 1.2
H2: Chapter 2
H3: Section 2.1Common Issues
- Skipped levels: Don’t jump from H1 to H3
- Missing H1: Every document needs a main heading
- Decorative headings: Don’t use heading tags for styling
Validating Tags
After tagging, validate your structure:
- Click Tools → Accessibility → Check Accessibility
- Look for tagging-related issues:
- Untagged content
- Empty tags
- Incorrect heading order
- Fix any issues found
Tips
- Tag all content, including headers and footers
- Use the most specific tag available
- Keep heading hierarchy logical (H1 → H2 → H3)
- Don’t use tags for visual styling
- Review auto-tagged documents for accuracy
Next Steps
- Reading Order - Set the correct reading sequence for tagged content
- Alternative Text - Add descriptions to images and figures
- Accessibility Checker - Validate your tag structure