pdfnup doesn't work

Bug #73283 reported by Michael Trunner
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
pdfjam (Ubuntu)
Invalid
Undecided
Unassigned

Bug Description

I tryed to make a 2x1 pdf with pdfnup.

The output was:

problem./pdfnup --nup 2x1 uni/GL\ Compilerbau/skript_grundlagen_ps_cb_ws0607.pdf
This is pdfnup version 1.20
Processing uni/GL Compilerbau/skript_grundlagen_ps_cb_ws0607.pdf...
  Temporary LaTeX file for this job is /tmp/234271770717972-1.tex
  Calling pdflatex...
cp: Aufruf von stat für „/tmp/234271770717972-1.pdf“ nicht möglich: No such file or directory

Expacted was a new pdf. :-)

I found that the error is in line 284. I the only thing I had to do is to remove the word source befor .pdf. Like that:
284c284
< ln -s "$sourceFullPath" "$tempfileDir"/"$uniqueName"source.pdf
---
> ln -s "$sourceFullPath" "$tempfileDir"/"$uniqueName".pdf

Revision history for this message
Michael Trunner (trunneml) wrote :

Sorry my patch above is useless. With it it do nothing! The Problem seems to be the pdf.

Áron Sisak (asisak)
Changed in pdfjam:
status: Unconfirmed → Rejected
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.