Accessibility
+Accessibility
Accessible PDFs are usable by visually impaired users who rely on screen readers/text-to-speech engines/vocalisation.
diff --git a/docs/annotations.html b/docs/annotations.html index 2d64047c..4570d1ae 100644 --- a/docs/annotations.html +++ b/docs/annotations.html @@ -1,4 +1,4 @@ -Annotations in PDFKit
+Annotations in PDFKit
Annotations are interactive features of the PDF format, and they make it possible to include things like links and attached notes, or to highlight, diff --git a/docs/attachments.html b/docs/attachments.html index 0f43e018..263fbf76 100644 --- a/docs/attachments.html +++ b/docs/attachments.html @@ -1,4 +1,4 @@ -
Attachments in PDFKit
+Attachments in PDFKit
Embedded Files
diff --git a/docs/destinations.html b/docs/destinations.html index a6193c63..9243ae17 100644 --- a/docs/destinations.html +++ b/docs/destinations.html @@ -1,4 +1,4 @@ -Destinations
+Destinations
Anchor may specify a destination by addNamedDestination(name, ...args)
, which consists of a page, the location of the display window on that page, and the zoom factor to use when displaying that page.
Forms in PDFKit
+Forms in PDFKit
Forms are an interactive feature of the PDF format. Forms make it possible to add form annotations such as text fields, combo boxes, buttons and actions. diff --git a/docs/getting_started.html b/docs/getting_started.html index 735fbe58..2e1959d3 100644 --- a/docs/getting_started.html +++ b/docs/getting_started.html @@ -1,4 +1,4 @@ -
Getting Started with PDFKit
+Getting Started with PDFKit
Installation
diff --git a/docs/images.html b/docs/images.html index 75e58387..a5e0e84e 100644 --- a/docs/images.html +++ b/docs/images.html @@ -1,4 +1,4 @@ -Images in PDFKit
+Images in PDFKit
Adding images to PDFKit documents is an easy task. Just pass an image path, buffer, or data uri with base64 encoded data to
the image
method along with some optional arguments. PDFKit supports the
diff --git a/docs/outline.html b/docs/outline.html
index 660766c2..172c5e0d 100644
--- a/docs/outline.html
+++ b/docs/outline.html
@@ -1,4 +1,4 @@
-
Outlines in PDFKit
+Outlines in PDFKit
Outlines are the heirachical bookmarks that display in some PDF readers. Currently only page bookmarks are supported, but more may be added in the future. They are simple to add and only require a single method:
diff --git a/docs/paper_sizes.html b/docs/paper_sizes.html index aab25fcd..384d5994 100644 --- a/docs/paper_sizes.html +++ b/docs/paper_sizes.html @@ -1,4 +1,4 @@ -Paper Sizes
+Paper Sizes
When creating a new document or adding a new page to your current document, PDFKit allows you to set the page dimensions. To improve convenience, PDFKit has a number of predefined page sizes. These sizes are based on the most commonly used standard page sizes.
diff --git a/docs/text.html b/docs/text.html index 3b8e7123..290ecbd1 100644 --- a/docs/text.html +++ b/docs/text.html @@ -1,4 +1,4 @@ -Text in PDFKit
+Text in PDFKit
The basics
diff --git a/docs/vector.html b/docs/vector.html index 62d0475c..7207ef56 100644 --- a/docs/vector.html +++ b/docs/vector.html @@ -1,4 +1,4 @@ -Vector Graphics in PDFKit
+Vector Graphics in PDFKit
An introduction to vector graphics
diff --git a/docs/you_made_it.html b/docs/you_made_it.html index 96a81145..39ec86e5 100644 --- a/docs/you_made_it.html +++ b/docs/you_made_it.html @@ -1,4 +1,4 @@ -You made it!
+You made it!
That's all there is to creating PDF documents in PDFKit. It's really quite simple to create beautiful multi-page printable documents using Node.js!