30 Jun
2005
30 Jun
'05
5:44 p.m.
On Thu, Jun 30, 2005 at 02:09:45PM +0200, Hans Hagen wrote:
how about
\pdfinput {filename} \pdfopenin {filename} \pdfopenout {filename}
Nice idea, I had the same :-)) I have already started to implement them: * \pdfopenin easy to implement, working (as far I have tested it). * \pdfinput more difficult, not working yet. * \pdfoutput more difficult because of output node, unfinished. Therefore I haven't released a patch yet.
and maybe even one that accepts a hex encoded string
\pdfinput hex {filename} \pdfopenin hex {filename} \pdfopenout hex {filename}
\pdfunescapehex provides this feature:
\pdfinput{\pdfunescapehex{filename}}
Yours sincerely
Heiko