Tavaszi Gábor írta:
Tudtok ajánlani olyan programot, ami átrendezi egy PDF fájl oldalait, üres oldalakat tud betoldani, esetleg tud A4-es oldalakat A3-má egyesíteni?
Perl PDF::Reuse csomag, pl. két pdf összefűzése:
#!/usr/bin/perl
use PDF::Reuse;
prFile('new.pdf');
prDoc( { file => 'regi1.pdf'});
prDoc( { file => 'regi2.pdf'});
prEnd();
_________________________________________________
linux lista - [email protected]
http://mlf2.linux.rulez.org/mailman/listinfo/linux
