PDFMonkey.io
Pricing
Sign in
Get started for FREE
Search…
PDFMonkey Documentation
Guides
From zero to generating your first Document
Generating your first Document with Zapier
Making your first API call
PDFMonkey Features
Automatic deletion (TTL)
Share links
Webhooks
Frequent questions
Troubleshooting
What can you do with PDFMonkey?
What happens if I use all of my quota?
How do I change my password?
How do I delete my account?
Authoring Templates
Can I import an existing PDF or Word file in PDFMonkey?
What are the Template test data?
Can you create templates for me?
Can I display the number of the current page in the content?
Can I use links?
Privacy and security
Compliance
How-tos
Adding a header or footer to your document
Including images in your documents
Styling your documents
Using different fonts
Using JavaScript
Set the filename of the generated Document
Change the size of the page and its margins
How to force a single page or use a full-page background
Integrations
List of integrations
Zapier
Integromat
Workato
Ruby SDK
References
The Document Lifecycle
Liquid Reference
API Reference
Powered By
GitBook
Can I use links?
You can use both internal and external links in your Documents.
Internal links
If you want to link to specific sections of your PDF, it works just like in a regular web page.
You start by defining some anchor you want to link to:
1
<
div
id
=
"
some-section
"
>
2
<!-- your content goes here -->
3
</
div
>
Copied!
You can then link to it from elsewhere in the content:
1
<
a
href
=
"
#some-section
"
>
Go to Some Section
</
a
>
Copied!
External links
You can also link to any web page on the internet by defining a link for it:
1
<
a
href
=
"
https://www.pdfmonkey.io
"
>
Visit our website
</
a
>
Copied!
You don't need target="_blank"
Since you're rendering your link in a PDF, adding
target="_blank"
to your link is not necessary. It works when viewing the PDF in a web-based viewer (like our preview) but will be ignored in most contexts.
Previous
Can I display the number of the current page in the content?
Next - Frequent questions
Privacy and security
Last modified
3mo ago
Copy link
Contents
Internal links
External links