[cl-pdf-devel] embedding PDF
Paul Tarvydas
paul.tarvydas at rogers.com
Sun Feb 12 16:35:31 UTC 2012
> Hi,
>
> Is it possible to embed another PDF file (ie render it contents at a
> particular coordinate) in a document generated by CL-PDF?
I haven't played with this, but, looking at the cl-pdf source, I see a file name pdf-parser.lisp, containing intriguiing function names like read-pdf and insert-original-page-content.
Read through and try out the #|'ed out test section at the bottom of the file.
It helps to know a bit about the internal structure of a pdf document.
There are also various command-line tools - google for "pdf merge", "pdf tools", "pdf parser", etc.
pt
More information about the cl-pdf-devel
mailing list