On 03/15/2018 03:36 AM, Jean-Christophe Bach wrote:
> Hello,
>
>>> I now use pdfjoin from app-text/pdfjam.
>>
>> The packages: pdfjoin and pdfunite
>>
>> They will combine pdf documents (I use them as well) but they will not
>> overlap two pages together.
>
> Well, with some trick, pdfjam can actually overlap two pages together :
> https://stackoverflow.com/questions/47973147/overlay-one-pdf-with-another-from-the-command-line-pdftk-alternative/48418698#48418698
>
> Regards,
>
> JC
Interesting. Yes it kind of worked:
pdfjam t4sum_1page.pdf 1.pdf --outfile merged.pdf --nup "1x2" --delta "0
-200pt" --papersize "{500pt, 200pt}"
But the output is small. When I tried --paper letterpaper
it is out of alignment.
So it needs some work, but it might be the solution.
--
Thelma