in reply to Putting text and images in PDFs using PDF::API2
The critical variable is the order in which the objects are instantiated. That is, "$gfx=$page->gfx" should precede "$txt=$page->hybrid" if you want $txt on top.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Putting text and images in PDFs using PDF::API2
by edoc (Chaplain) on Nov 08, 2011 at 01:36 UTC | |
|
Re^2: Putting text and images in PDFs using PDF::API2
by larrymcp (Novice) on Dec 21, 2015 at 02:02 UTC |