summaryrefslogtreecommitdiff
path: root/docs/modules
diff options
context:
space:
mode:
Diffstat (limited to 'docs/modules')
-rw-r--r--docs/modules/ROOT/pages/import-pdf-pages.adoc3
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.