diff options
| author | Markus Napp <markus.napp@gmail.com> | 2023-07-25 12:22:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-25 04:22:55 -0600 |
| commit | eb8290c76dffd876b9397736b6482fddceeb0fe6 (patch) | |
| tree | 595403df09103b32b3849f412170265cadae6bb3 /docs | |
| parent | 07ec9ac75581686d057237625c66e3ad7ee30d73 (diff) | |
Remove defunct link from page about importing PDF pages (PR #2440)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/modules/ROOT/pages/import-pdf-pages.adoc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/modules/ROOT/pages/import-pdf-pages.adoc b/docs/modules/ROOT/pages/import-pdf-pages.adoc index 923e9ea5..889736d2 100644 --- a/docs/modules/ROOT/pages/import-pdf-pages.adoc +++ b/docs/modules/ROOT/pages/import-pdf-pages.adoc @@ -1,5 +1,4 @@ = Import PDF Pages -:url-import-blog-post: https://fromplantoprototype.com/blog/2019/08/07/importing-pdf-pages-in-asciidoctor-pdf/ In addition to using a PDF page for the front or back cover, you can also insert a PDF page at an arbitrary location in your document. This technique is useful for adding pages that have complex layouts and graphics prepared in a specialized design program, which would otherwise not be achievable using this converter. @@ -43,8 +42,6 @@ image::custom-pages.pdf[pages=3;1..2] Pages are imported in the order listed. -To see a practical example of how to use this feature, refer to the blog post {url-import-blog-post}[Importing PDF Pages in asciidoctor-pdf^]. - CAUTION: An image macro used to import PDF pages should never be nested inside a delimited block or table cell. It should be a direct descendant of the document or a section. That's because what it imports are entire pages. |
