This bug was fixed in the package cups - 1.3.9-2ubuntu7
---
cups (1.3.9-2ubuntu7) intrepid-proposed; urgency=low
* debian/local/filters/pdf-filters/pdftopdf/P2PPage.cxx,
debian/local/filters/pdf-filters/pdftopdf/pdftopdf.cxx: Do not reposition
the pages when an automatic rot
OK, this is our expected behavior for Intrepid. So the SRU can be passed
on to -updates.
ferro, the complete fix is done in Jaunty. Here a job with multiple page
sizes will really switch input trays if the printer provides the
requested sizes.
ferro, thank you very much for your cooperation.
--
** Tags added: verification-done
** Tags removed: verification-needed
--
A3 pdf file is cropped and printed on A4 paper
https://bugs.launchpad.net/bugs/310575
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
I tested cups 1.3.9-2ubuntu7 from intrepid proposed.
All A3 prints are scaled down to A4 and printed to A4 paper. Rotation works ok.
--
A3 pdf file is cropped and printed on A4 paper
https://bugs.launchpad.net/bugs/310575
You received this bug notification because you are a member of Ubuntu
Bugs
Can anyone please test the current update in intrepid-proposed?
--
A3 pdf file is cropped and printed on A4 paper
https://bugs.launchpad.net/bugs/310575
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-
I have now made printing documents with pages of different pages finally
working in Jaunty's CUPS and in CUPS 1.4. With the next CUPS release in
Jaunty you can print such documents out of applications or from the
command line. The sizes of the pages are conserved (which would make
your printer swit
I have now also reported a bug on Poppler, as Poppler's pdftops tool,
which was used by Jaunty's pdftops CUPS filter formerly, does not
support documents with pages of different sizes. It scales all pages to
the size of the first page. Here is a link to the bug report:
https://bugs.freedesktop.org
The CUPS bug was rejected as Ghostscript did not actually produce
correct DSC-conforming PostScript in the PDF-to-PostScript conversion by
the pdftops (either my script or the filter of CUPS 1.4 which will come
with Jaunty's CUPS package).
The Ghostscript upstream developers have accepted a last-m
I have also reported
http://www.cups.org/str.php?L3075
concerning automatic tray switching, as CUPS' pstops has also a bug.
--
A3 pdf file is cropped and printed on A4 paper
https://bugs.launchpad.net/bugs/310575
You received this bug notification because you are a member of Ubuntu
Bugs, which
This bug was fixed in the package cups - 1.3.9-12
---
cups (1.3.9-12) experimental; urgency=low
[ Till Kamppeter ]
* debian/local/filters/pdf-filters/pdftopdf/P2PPage.cxx,
debian/local/filters/pdf-filters/pdftopdf/pdftopdf.cxx: Do not reposition
the pages when an automatic
ferro, note that the fix for Intrepid in -proposed is only to get
Hardy's behavior of scaling down the A3 pages back, not for automatic
tray change.
Automatic tray change we will get back in Jaunty. I have reported your
problem to CUPS upstream:
http://www.cups.org/str.php?L3063
Mike Sweet, auth
Accepted into intrepid-proposed, please test and give feedback here.
Please see https://wiki.ubuntu.com/Testing/EnableProposed for
documentation how to enable and use -proposed. Thank you in advance!
** Changed in: cups (Ubuntu Intrepid)
Status: New => Fix Committed
** Tags added: verifica
ok, i am out next week and will do that after i returned...
--
A3 pdf file is cropped and printed on A4 paper
https://bugs.launchpad.net/bugs/310575
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs
ferro, that means that the PostScript which current Ghostscript and
current Poppler are producing from PDF input does not trigger paper tray
changes in your printer.
To investigate how PostScript has to look like so that tray changes will
happen (so that one can improve filters in the future) can
1st trial did not change anything
2nd trial did also not change anything, but already the debug output from
conversion has the same value for bboxx, pagew and pagel, which i expect
different for each size.
** Attachment added: "printout"
http://launchpadlibrarian.net/21556605/printout
--
A3
Do
sudo apt-get install netcat-traditional
if you do not have the "nc" command on your machine.
--
A3 pdf file is cropped and printed on A4 paper
https://bugs.launchpad.net/bugs/310575
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
Can you do the following:
gs -q -dNOPAUSE -dBATCH -dSAFER -sDEVICE=pswrite -dDEVICEWIDTHPOINTS=595
-dDEVICEHEIGHTPOINTS=842 -sOUTPUTFILE=%stdout -dLanguageLevel=3 combined.pdf >
combined.ps
nc -w1 9100 < combined.ps
Are the trays changed correctly now?
PPD=/etc/cups/ppd/.ppd /usr/lib/cups/fil
This did not change anything.
--
A3 pdf file is cropped and printed on A4 paper
https://bugs.launchpad.net/bugs/310575
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://list
If you have problems applying a patch, simply replace your
/usr/share/ghostscript/8.64/Resource/Init/opdfread.ps with the attached
file.
** Attachment added: "Fixed opdfread.ps file"
http://launchpadlibrarian.net/21518654/opdfread.ps
--
A3 pdf file is cropped and printed on A4 paper
https://b
Can you apply the patch shown in
http://bugs.ghostscript.com/show_bug.cgi?id=690236#c11
to your
/usr/share/ghostscript/8.64/Resource/Init/opdfread.ps
file and tell whether this makes your printer switching trays? Make sure
that you are still with my newest pdftopdf filter, my newest
Ghostscript
OK, i have your pdftopdf and pdftops filters and above commands give no errors.
I converted the file and sent it to cups, the result again is that it prints on
A4 paper with cropping.
--
A3 pdf file is cropped and printed on A4 paper
https://bugs.launchpad.net/bugs/310575
You received this bug n
You do not have to restore anything. You should have my proposed
pdftopdf and pdftops filters and Ghostscript 8.64.
Check whether Ghostscript works correctly running
gs -h
ldd /usr/bin/gs
These commands should not show any errors.
Try also running the command lines from
http://bugs.ghostscript
combined.pdf still prints on A4 paper with cropping. The pdftopdf filter
is still the binary that you proposed above, do i have to restore the
original files??? pdftops is a shell script that you proposed, it looks
to me like it uses ghostscript. I have installed jaunty package for
amd64 on intrepi
I have packaged Ghostscript 8.64 (development snapshot of two weeks
before release) for Jaunty now. Please test either on a Jaunty box or by
starting a live CD/USB stick and then load the updates to get the new
Ghostscript. Or install the packages on Intrepid. THen download them by
going here:
htt
I try to print on C5 envelopes.
original behaviour: render A4, crop to C5
with debdiff cups: render A4, scale to C5 (still incorrect)
with pdftops filter replacement: render to C5, print on A4 (printer asks for
A4).
It seems my bug 318718 is a dup from this here. I will try to close that
one.
The problem of the Ghostscript-based pdftops filter is caused by the
following Ghostscript bug:
http://bugs.ghostscript.com/show_bug.cgi?id=690236
The bug is fixed in the latest SVN state of Ghostscript which will turn
Ghostscript 8.64 on February 1st.
--
A3 pdf file is cropped and printed on A
Independent what pdftops filter is used, the tray seems to be generally
selected by the size of the first page.
This means that the PostScript data stream produced when running the
Ghostscript-based pdftops filter does not trigger tray changes when the
page size changes. Pages are not scaled to fi
single A3 pdfs are printed A3 paper, a combined A4+A3 pdf prints on A4
papaer with cropping.
--
A3 pdf file is cropped and printed on A4 paper
https://bugs.launchpad.net/bugs/310575
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubu
** Tags removed: pet-bug
--
A3 pdf file is cropped and printed on A4 paper
https://bugs.launchpad.net/bugs/310575
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubu
Can you replace your pdftops filter by this one
http://launchpadlibrarian.net/21262095/pdftops
Then the document page size should get conserved from the beginning to
the end.
--
A3 pdf file is cropped and printed on A4 paper
https://bugs.launchpad.net/bugs/310575
You received this bug notificat
1. Version 1.2 supported this, we have always been using this command line
printing for these print jobs, it used to work as long as we had debian sarge
with a self built vanilla v1.2 on the print server. It makes sense to support
paper picking.
2. pdftops filter works partly: paper is picked pr
** Tags added: pet-bug
--
A3 pdf file is cropped and printed on A4 paper
https://bugs.launchpad.net/bugs/310575
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubunt
Note: The attachments of the last three postings are probably not
perfect. They will probably make a paper size given by the PPD or the
command line completely ignored, at least when printing PostScript or
PDF files (what usually comes from applications). Especially if your
printer has A4 as standa
To be able to print also PostScript files you will have to replace also
the pstopdf filter by this attachment.
** Attachment added: "pstopdf filter which conserves document's page size."
http://launchpadlibrarian.net/21439975/pstopdf
--
A3 pdf file is cropped and printed on A4 paper
https://b
Can you try the attached pdftops filter? I have modified it to keep the
document's paper size as long as "fitplot" is NOT used.
Proceed the same way as with the pdftopdf filter.
** Attachment added: "Patched pdftops filter."
http://launchpadlibrarian.net/21439926/pdftops
--
A3 pdf file is cr
Here is the source code patch which lead to the filter of the previous
posting.
** Attachment added: "Source code patch for pdftops filter"
http://launchpadlibrarian.net/21439943/pdftops-document-pagesize.patch
--
A3 pdf file is cropped and printed on A4 paper
https://bugs.launchpad.net/bugs/
I am not sure whether CUPS really supports paper size selection by the
document. One could try to modify the pdftops and pstopdf filters to not
impose the paper size from the PPD to the document
Now I think we should at least be on the state that we have the same
behavior as in Hardy. Am I right?
Result with this newest pdftopdf filter is that it scales A3 documents to A4
paper, landscape and portrait rotation works ok.
It still does not choose A3 paper.
--
A3 pdf file is cropped and printed on A4 paper
https://bugs.launchpad.net/bugs/310575
You received this bug notification because you
I have also committed the new fix to the Debian BZR repository of CUPS
now to get it into Jaumty.
--
A3 pdf file is cropped and printed on A4 paper
https://bugs.launchpad.net/bugs/310575
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
Attached is the new debdiff to show the change in the source code.
** Attachment added: "New debdiff with the latest fix."
http://launchpadlibrarian.net/21357352/cups_1.3.9-2ubuntu6.1_1.3.9-2ubuntu7.debdiff
--
A3 pdf file is cropped and printed on A4 paper
https://bugs.launchpad.net/bugs/310
I have found another bug in the pdftopdf filter which I have fixed
now.Do
Download this new attachment and do again
sudo cp pdftopdf /usr/lib/cups/filter/pdftopdf
sudo chmod 755 /usr/lib/cups/filter/pdftopdf
and try again. Is everything working for you now?
** Attachment added: "Now pdftopdf C
this option does not change anything with A3landscape.pdf or
A4portrait.pdf. Also changing false to true does not change anything.
Result is: it prints cropped to A4 paper.
--
A3 pdf file is cropped and printed on A4 paper
https://bugs.launchpad.net/bugs/310575
You received this bug notification
What do you get with
lpr -o pdftopdfAutoRotate=false A3landscape.pdf
now?
--
A3 pdf file is cropped and printed on A4 paper
https://bugs.launchpad.net/bugs/310575
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing
The A3 files still print on A4 paper, but now cropping is lower left
corner for landscape instead of center cropping like before. If i
specify explicitly "-o PaperSize=A3" it chooses A3 paper and prints in
correct scaling with correct rotation.
--
A3 pdf file is cropped and printed on A4 paper
ht
** Changed in: cups (Ubuntu)
Status: Confirmed => Fix Committed
--
A3 pdf file is cropped and printed on A4 paper
https://bugs.launchpad.net/bugs/310575
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
The patch is also applied to the BZR repository of CUPS at Debian, so it
will also go into the next Jaunty package.
--
A3 pdf file is cropped and printed on A4 paper
https://bugs.launchpad.net/bugs/310575
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscri
The source of the proposed fix, as a debdiff for the CUPS of current
Intrepid, is attached.
** Attachment added: "debdiff to apply the proposed fix to Intrepid"
http://launchpadlibrarian.net/21268183/cups_1.3.9-2ubuntu6.1_1.3.9-2ubuntu7.debdiff
--
A3 pdf file is cropped and printed on A4 pap
I think I have found a fix for the bug in the pdftopdf CUPS filter. I
attach an x86_64 binary of the fixed filter. If you need I can also make
a 32-bit (i386) binary.
Do
sudo cp pdftopdf.new /usr/lib/cups/filter/pdftopdf
sudo chmod 755 /usr/lib/cups/filter/pdftopdf
and try again. Is everything w
So this means that supplying "-o pdftopdfAutoRotate=false" restores the
behavior of the old CUPS when the new filter chain is used?
--
A3 pdf file is cropped and printed on A4 paper
https://bugs.launchpad.net/bugs/310575
You received this bug notification because you are a member of Ubuntu
Bugs,
After previous instructions it printed scaled on A4.
With the pdftopdf filter restored it prints A3 to A4 paper with scaling down.
Rotations looks ok.
--
A3 pdf file is cropped and printed on A4 paper
https://bugs.launchpad.net/bugs/310575
You received this bug notification because you are a me
After you have tried out what happens after following the instructions
of my previous comment, please try the following:
sudo cp/usr/lib/cups/filter/pdftopdf.orig /usr/lib/cups/filter/pdftopdf
lpr -o pdftopdfAutoRotate=false A3landscape.pdf
--
A3 pdf file is cropped and printed on A4 paper
https
Can you now try
cat > pdftopdf.dummy << EOF
#!/bin/sh
cat \$6
EOF
sudo cp pdftopdf.dummy /usr/lib/cups/filter/pdftopdf
sudo chmod 755 /usr/lib/cups/filter/pdftopdf
sudo /etc/init.d/cups restart
and try to print again? Does this work now?
--
A3 pdf file is cropped and printed on A4 paper
https:/
It still prints A3 pdf on A4 paper, but it scales it down instead of
cropping.
--
A3 pdf file is cropped and printed on A4 paper
https://bugs.launchpad.net/bugs/310575
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs maili
Can you do
sudo mv /usr/lib/cups/filter/pdftops.orig /usr/lib/cups/filter/pdftops
sudo mv /usr/lib/cups/filter/pdftopdf ~
sudo /etc/init.d/cups restart
Does it now print as expected?
--
A3 pdf file is cropped and printed on A4 paper
https://bugs.launchpad.net/bugs/310575
You received this bug n
Same result.
--
A3 pdf file is cropped and printed on A4 paper
https://bugs.launchpad.net/bugs/310575
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mail
** Attachment added: "Ghostscript-based pdftops filter"
http://launchpadlibrarian.net/21262078/pdftops
--
A3 pdf file is cropped and printed on A4 paper
https://bugs.launchpad.net/bugs/310575
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ub
Can you rename your /usr/lib/cups/filter/pdftops file to
/usr/lib/cups/filter/pdftops.orig and put the attached file into its
place /usr/lib/cups/filter/pdftops? Make it world-executable ("chmod
a+rx /usr/lib/cups/filter/pdftops").
Now try to print. does it solve your problem?
--
A3 pdf file is
** Changed in: cups (Ubuntu)
Sourcepackagename: cupsys => cups
--
A3 pdf file is cropped and printed on A4 paper
https://bugs.launchpad.net/bugs/310575
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-b
** Changed in: cupsys (Ubuntu)
Sourcepackagename: evince => cupsys
--
A3 pdf file is cropped and printed on A4 paper
https://bugs.launchpad.net/bugs/310575
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubun
A combined printjob does also NOT print properly:
lpr -P xerox1 -o PageSize=A4 A4quer.pdf -o PageSize=A3 A3portrait.pdf -o
PageSize=A4 quer7232.pdf
The last option wins. That is not the expected behavior.
--
A3 pdf file is cropped and printed on A4 paper
https://bugs.launchpad.net/bugs/310575
Yo
A document which contains a combination of A4,A3,A4 pages prints
completely on A4 paper, the A3 page cropped. This is not good.
--
A3 pdf file is cropped and printed on A4 paper
https://bugs.launchpad.net/bugs/310575
You received this bug notification because you are a member of Ubuntu
Bugs, whic
I can confirm that if you specify explicitly A3 it prints correctly. But is
this the way it should be? If i print to Lenny cups queue or Sarge, i don't
have to specify anything and i have mixed format PDFs in a directory and just
do a
lpr -P xerox1 *.pdf
and each document is printed correctly,
For me your attached files print correctly if
1. You have installed the latest CUPS package (1.3.9-2ubuntu6). Note
that 2ubuntu5 is broken. Do not use it.
2. Either the default paper size for your print queue is set to A3 or
you select A3 paper size when sending the job.
The following test comma
This is the A3 portrait test file
** Attachment added: "A3portrait.pdf"
http://launchpadlibrarian.net/20680809/A3portrait.pdf
--
A3 pdf file is cropped and printed on A4 paper
https://bugs.launchpad.net/bugs/310575
You received this bug notification because you are a member of Ubuntu
Bugs, wh
** Attachment added: "A3landscape.pdf"
http://launchpadlibrarian.net/20634219/A3landscape.pdf
--
A3 pdf file is cropped and printed on A4 paper
https://bugs.launchpad.net/bugs/310575
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
65 matches
Mail list logo