Search found 2 matches

by altesCoon
Mon Apr 03, 2023 8:54 pm
Forum: Others
Topic: Insert pdf file in LuaTex (not LuaLaTex or any ...LaTeX)
Replies: 1
Views: 21388

Insert pdf file in LuaTex (not LuaLaTex or any ...LaTeX)

I found the answer by myself in the PdfTex manual:

\saveimageresource page <page number> {<my-pdf-file>}
\useimageresource width <width>\lastsavedimageresourceindex

LuaTex commands \saveimageresource and \useimageresource are equivalents to PdfTex comands \pdfximage and \pdfrefximage .

Thanks ...
by altesCoon
Mon Apr 03, 2023 12:35 am
Forum: Others
Topic: Insert pdf file in LuaTex (not LuaLaTex or any ...LaTeX)
Replies: 1
Views: 21388

Insert pdf file in LuaTex (not LuaLaTex or any ...LaTeX)

Hi there.

I wonder how to insert an existing pdf file into a LuaTex document.
I know how to insert images (\saveimageresource, \useimageresource, ...).
I know I can insert a pdf file with exact these image functions, but I don't know how to selcet special pages out of this pdf file.
I know the ...