-
Notifications
You must be signed in to change notification settings - Fork 501
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow PDF page to be imported using image block macro #177
Comments
mojavelinux
added a commit
to mojavelinux/asciidoctor-pdf
that referenced
this issue
Jul 25, 2015
- enable PDF page import using block image macro - don't allow import_page to alter page size & layout of subsequent pages - move to first content page before defining page stamps for running content - add a method page_is_empty? to check if page is empty - use page_is_empty? method to determine whether to delete last page
mojavelinux
added a commit
to mojavelinux/asciidoctor-pdf
that referenced
this issue
Jul 25, 2015
- enable PDF page import using block image macro - don't allow import_page to alter page size & layout of subsequent pages - move to first content page before defining page stamps for running content - add a method page_is_empty? to check if page is empty - use page_is_empty? method to determine whether to delete last page
mojavelinux
added a commit
to mojavelinux/asciidoctor-pdf
that referenced
this issue
Jul 25, 2015
- enable PDF page import using block image macro - don't allow import_page to alter page size & layout of subsequent pages - move to first content page before defining page stamps for running content - add a method page_is_empty? to check if page is empty - use page_is_empty? method to determine whether to delete last page
mojavelinux
added a commit
to mojavelinux/asciidoctor-pdf
that referenced
this issue
Jul 25, 2015
- enable PDF page import using block image macro - don't allow import_page to alter page size & layout of subsequent pages - move to first content page before defining page stamps for running content - add a method page_is_empty? to check if page is empty - use page_is_empty? method to determine whether to delete last page
mojavelinux
added a commit
to mojavelinux/asciidoctor-pdf
that referenced
this issue
Jul 25, 2015
- enable PDF page import using block image macro - don't allow import_page to alter page size & layout of subsequent pages - move to first content page before defining page stamps for running content - add a method page_is_empty? to check if page is empty - use page_is_empty? method to determine whether to delete last page
mojavelinux
added a commit
to mojavelinux/asciidoctor-pdf
that referenced
this issue
Jul 25, 2015
- enable PDF page import using block image macro - don't allow import_page to alter page size & layout of subsequent pages - move to first content page before defining page stamps for running content - add a method page_is_empty? to check if page is empty - use page_is_empty? method to determine whether to delete last page
mojavelinux
added a commit
to mojavelinux/asciidoctor-pdf
that referenced
this issue
Jul 25, 2015
- enable PDF page import using block image macro - don't allow import_page to alter page size & layout of subsequent pages - move to first content page before defining page stamps for running content - add a method page_is_empty? to check if page is empty - use page_is_empty? method to determine whether to delete last page
mojavelinux
added a commit
to mojavelinux/asciidoctor-pdf
that referenced
this issue
Jul 25, 2015
- enable PDF page import using block image macro - don't allow import_page to alter page size & layout of subsequent pages - move to first content page before defining page stamps for running content - add a method page_is_empty? to check if page is empty - use page_is_empty? method to determine whether to delete last page
mojavelinux
added a commit
to mojavelinux/asciidoctor-pdf
that referenced
this issue
Jul 25, 2015
- enable PDF page import using block image macro - don't allow import_page to alter page size & layout of subsequent pages - move to first content page before defining page stamps for running content - add method page_is_empty? to check if page is empty - use page_is_empty? method to determine whether to delete last page - add method last_page? to check if current page is the last page
mojavelinux
added a commit
that referenced
this issue
Jul 26, 2015
resolves #177 enable PDF page import using block image macro
See #1202 for the ability to control the page being imported (and thus being able to import multiple pages from the same PDF file). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Allow a PDF page to be imported into the document if the target of the image block macro is a PDF document.
The limitations are that only one page can be imported (though maybe in the future we can specify a range) and that there is a page break before and after the inserted page (meaning it literally inserts a page at the current cursor position).
The text was updated successfully, but these errors were encountered: