Skip to content
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

Closed
mojavelinux opened this issue Jun 9, 2015 · 1 comment
Closed

Allow PDF page to be imported using image block macro #177

mojavelinux opened this issue Jun 9, 2015 · 1 comment
Assignees

Comments

@mojavelinux
Copy link
Member

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).

@mojavelinux mojavelinux self-assigned this Jun 9, 2015
@mojavelinux mojavelinux modified the milestones: v1.5.1, v1.5.0 Jun 9, 2015
@mojavelinux mojavelinux modified the milestones: v1.5.0.alpha.9, v1.5.0 Jul 21, 2015
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
@mojavelinux mojavelinux removed the next label Oct 17, 2015
@mojavelinux
Copy link
Member Author

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
Projects
None yet
Development

No branches or pull requests

1 participant