Skip to content

Including pages from a PDF #1515

Answered by alerque
simolus3 asked this question in Q&A
Aug 5, 2022 · 1 comments · 16 replies
Discussion options

You must be logged in to vote

I don't think you've missed anything obvious, I don't think we have an easy mechanism for this. I haven't looked yet, but if the libtexpdf library has a mechanism for writing a page from a blob (basically a passthrough) it might not be too hard to implement this. It would require a fiddling with the outputter a little, but potentially not out of reach of a package with a few lines of lua. If the libtex library has this functionality but we haven't surfaced the API in our Lua wrapper (my best guess says this is going to be the case) then it would require a small change to the C code to surface the feature, then again as above a small Lua package to make it accessible to a document.

In my o…

Replies: 1 comment 16 replies

Comment options

You must be logged in to vote
16 replies
@alerque
Comment options

@davidchisnall
Comment options

@Omikhleia
Comment options

@davidchisnall
Comment options

@Omikhleia
Comment options

Answer selected by simolus3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants