]> git.ipfire.org Git - thirdparty/cups-filters.git/log
thirdparty/cups-filters.git
12 years agoPermit use of Poppler’s pdftocairo for PDF→PostScript conversion.
James Cloos [Mon, 24 Jun 2013 02:48:18 +0000 (22:48 -0400)] 
Permit use of Poppler’s pdftocairo for PDF→PostScript conversion.

This allows one to select pdftocairo(1) rather than GhostScript, pdftops
or acroread for converting PDF files to PostScript.

GhostScript and Poppler’s PSOutputDev:: (used by pdftops) currently raster
an entire page whenever it contains non-opaque objects, whereas cairo will
only raster those areas of the page where the non-opacity exists.

Conversely, cairo only knows sRGB, and thus is unsuitable for files which
make use of any other Colour Space, so it is not yet suitable to be the
default option for the pdftops filter.

12 years agopdftops: Let Poppler generally generate PostScript level 3 if requested by PPD
Till Kamppeter [Fri, 21 Jun 2013 22:03:02 +0000 (00:03 +0200)] 
pdftops: Let Poppler generally generate PostScript level 3 if requested by PPD

12 years agocups-browsed: Another fix for a memory leak.
Till Kamppeter [Thu, 6 Jun 2013 15:22:13 +0000 (17:22 +0200)] 
cups-browsed: Another fix for a memory leak.

12 years agoInstall pcl.h, it is needed by cupsfilters.drv.
Till Kamppeter [Wed, 15 May 2013 18:48:53 +0000 (20:48 +0200)] 
Install pcl.h, it is needed by cupsfilters.drv.

12 years agoInstall also definitions (filter/pcl.h) for drv file.
Jiri Popelka [Wed, 15 May 2013 13:37:22 +0000 (15:37 +0200)] 
Install also definitions (filter/pcl.h) for drv file.

12 years agoAdded info about the Poppler requirement.
Till Kamppeter [Sun, 12 May 2013 12:08:21 +0000 (14:08 +0200)] 
Added info about the Poppler requirement.

12 years agoMake cups-filters building with automake 1.13.
Till Kamppeter [Sat, 11 May 2013 22:56:29 +0000 (00:56 +0200)] 
Make cups-filters building with automake 1.13.

12 years agoFixed several resource leaks and other problems.
Till Kamppeter [Tue, 7 May 2013 18:32:15 +0000 (20:32 +0200)] 
Fixed several resource leaks and other problems.

12 years agoFix several RESOURCE_LEAKs in filters
Jiri Popelka [Tue, 7 May 2013 07:01:52 +0000 (09:01 +0200)] 
Fix several RESOURCE_LEAKs in filters

Error: RESOURCE_LEAK (CWE-772):
filter/texttopdf.c:1215: var_assign: Assigning: "pagestr" = storage returned from "make_wide(tmp)".
filter/texttopdf.c:1225: leaked_storage: Variable "pagestr" going out of scope leaks the storage it points to.

Error: RESOURCE_LEAK (CWE-772):
filter/textcommon.c:534: var_assign: Assigning: "fp" = storage returned from "fopen(argv[6], "rb")".
filter/textcommon.c:612: leaked_storage: Variable "fp" going out of scope leaks the storage it points to.
filter/textcommon.c:623: leaked_storage: Variable "fp" going out of scope leaks the storage it points to.
filter/textcommon.c:634: leaked_storage: Variable "fp" going out of scope leaks the storage it points to.

Error: RESOURCE_LEAK (CWE-772):
cupsfilters/image-tiff.c:312: var_assign: Assigning: "in" = storage returned from "malloc(img->xsize * 3U + 3U)".
cupsfilters/image-tiff.c:660: leaked_storage: Variable "in" going out of scope leaks the storage it points to.

12 years agofontembed/embed_sfnt.c: OVERRUN
Jiri Popelka [Mon, 6 May 2013 17:08:25 +0000 (19:08 +0200)] 
fontembed/embed_sfnt.c: OVERRUN

Error: OVERRUN (CWE-119):
fontembed/embed_sfnt.c:337: cond_at_most: Checking "idx < 258" implies that the value of "idx" may be up to 257 on the true branch.
fontembed/embed_sfnt.c:339: overrun-local: Overrunning array "macRoman" of 1 8-byte elements at element index 257 (byte offset 2056) using index "idx" (which evaluates to 257).

12 years agopdftopdf/NupParameters::possible() fix condition
Jiri Popelka [Mon, 6 May 2013 16:26:11 +0000 (18:26 +0200)] 
pdftopdf/NupParameters::possible() fix condition

Error: DEADCODE (CWE-561):
filter/pdftopdf/nup.cc:54: cond_at_least: Condition "nup >= 1", taking true branch. Now the value of "nup" is at least 1.
filter/pdftopdf/nup.cc:54: cond_between: Condition "nup <= 16", taking true branch. Now the value of "nup" is between 1 and 16.
filter/pdftopdf/nup.cc:54: cond_const: Condition "nup != 5", taking false branch. Now the value of "nup" is equal to 5.
filter/pdftopdf/nup.cc:54: const: At condition "nup != 7", the value of "nup" must be equal to 5.
filter/pdftopdf/nup.cc:54: dead_error_condition: The condition "nup != 7" must be true.
filter/pdftopdf/nup.cc:54: dead_error_line: Execution cannot reach this expression "nup != 11" inside statement "return nup >= 1 && nup <= 1...".

12 years agocups-browsed: fix memleak in handle_cups_queues()
Jiri Popelka [Mon, 6 May 2013 16:23:52 +0000 (18:23 +0200)] 
cups-browsed: fix memleak in handle_cups_queues()

 331,936 (1,472 direct, 330,464 indirect) bytes in
 23 blocks are definitely lost in loss record
    by 0x4E71CCB: ippNew (ipp.c:2337)
    by 0x4E86C14: cupsGetResponse (request.c:398)
    by 0x4E87738: cupsDoIORequest (request.c:263)
    by 0x10BDB9: handle_cups_queues (cups-browsed.c:375)
    by 0x10B4F5: main (cups-browsed.c:1971)

12 years agocups-browsed: fix memleak in browse_poll()
Jiri Popelka [Mon, 6 May 2013 16:22:44 +0000 (18:22 +0200)] 
cups-browsed: fix memleak in browse_poll()

 20 bytes in 1 blocks are definitely lost in loss record
    by 0x7415159: strdup (strdup.c:42)
    by 0x10D727: browse_poll (cups-browsed.c:1477)
    by 0x10B48D: main (cups-browsed.c:1950)

12 years agocups-browsed: fix memory leaks in generate_local_queue()
Jiri Popelka [Mon, 6 May 2013 16:21:36 +0000 (18:21 +0200)] 
cups-browsed: fix memory leaks in generate_local_queue()

 1,748 bytes in 92 blocks are definitely lost in loss record
   by 0x7415159: strdup (strdup.c:42)
   by 0x10C9A3: generate_local_queue (cups-browsed.c:582)
   by 0x10D2DC: found_cups_printer (cups-browsed.c:1003)
   by 0x10D930: browse_poll (cups-browsed.c:1550)
   by 0x10B472: main (cups-browsed.c:1946)

 3,344 bytes in 92 blocks are definitely lost in loss record
   by 0x10CA22: generate_local_queue (cups-browsed.c:593)
   by 0x10D2DC: found_cups_printer (cups-browsed.c:1003)
   by 0x10D930: browse_poll (cups-browsed.c:1550)
   by 0x10B472: main (cups-browsed.c:1946)

12 years agocups-browsed: fix 'invalid read of size 8'
Jiri Popelka [Mon, 6 May 2013 16:17:54 +0000 (18:17 +0200)] 
cups-browsed: fix 'invalid read of size 8'

Invalid read of size 8
   at 0x10B45F: main (cups-browsed.c:1938)
 Address 0x9d42318 is 0 bytes after a block of size 8 alloc'd
   by 0x10E63B: read_configuration (cups-browsed.c:1692)
   by 0x10B179: main (cups-browsed.c:1734)

12 years agocups-filters 1.0.34 Release release-1-0-34
Till Kamppeter [Wed, 10 Apr 2013 17:42:00 +0000 (19:42 +0200)] 
cups-filters 1.0.34 Release

12 years agocups-browsed: Fixed build with OpenBSD.
Till Kamppeter [Wed, 10 Apr 2013 15:45:15 +0000 (17:45 +0200)] 
cups-browsed: Fixed build with OpenBSD.

12 years agoExperimentally enabled use of hardware copy generation in pdftopdf.
Tobias Hoffmann [Tue, 9 Apr 2013 17:56:54 +0000 (19:56 +0200)] 
Experimentally enabled use of hardware copy generation in pdftopdf.

12 years agofixed evenDuplex logic
Tobias Hoffmann [Tue, 9 Apr 2013 17:49:31 +0000 (19:49 +0200)] 
fixed evenDuplex logic

12 years agocups-browsed: Fill in/update Bonjour parameters in print queue data structure wheneve...
Till Kamppeter [Thu, 4 Apr 2013 18:48:26 +0000 (20:48 +0200)] 
cups-browsed: Fill in/update Bonjour parameters in print queue data structure whenever possible

12 years agocups-filters 1.0.33 Release release-1-0-33
Till Kamppeter [Thu, 4 Apr 2013 15:27:19 +0000 (17:27 +0200)] 
cups-filters 1.0.33 Release

12 years agocups-browsed: Added NULL check.
Till Kamppeter [Thu, 4 Apr 2013 15:25:31 +0000 (17:25 +0200)] 
cups-browsed: Added NULL check.

12 years agoNEWS: Added some missing Ubuntu bug references.
Till Kamppeter [Thu, 4 Apr 2013 08:59:23 +0000 (10:59 +0200)] 
NEWS: Added some missing Ubuntu bug references.

12 years agocups-filters 1.0.32 Release release-1-0-32
Till Kamppeter [Wed, 3 Apr 2013 18:40:00 +0000 (20:40 +0200)] 
cups-filters 1.0.32 Release

12 years agocups-browsed: CUPS broadcasting/browsing fixes.
Till Kamppeter [Wed, 3 Apr 2013 18:36:29 +0000 (20:36 +0200)] 
cups-browsed: CUPS broadcasting/browsing fixes.

12 years agoImproved documentation and cups-browsed.conf comments.
Till Kamppeter [Mon, 25 Mar 2013 23:30:59 +0000 (00:30 +0100)] 
Improved documentation and cups-browsed.conf comments.

12 years agocups-browsed: Added support for "...:<port>" extensions of BrowsePoll addresses.
Till Kamppeter [Mon, 25 Mar 2013 15:27:24 +0000 (16:27 +0100)] 
cups-browsed: Added support for "...:<port>" extensions of BrowsePoll addresses.

12 years agocups-browsed: handle port number specification for BrowsePoll
Tim Waugh [Mon, 25 Mar 2013 14:59:41 +0000 (14:59 +0000)] 
cups-browsed: handle port number specification for BrowsePoll

12 years agocups-filters 1.0.31 Release release-1-0-31
Till Kamppeter [Thu, 21 Mar 2013 15:24:27 +0000 (16:24 +0100)] 
cups-filters 1.0.31 Release

12 years agocups-browsed did not show all remote queues unclean shutdown and restart.
Till Kamppeter [Thu, 21 Mar 2013 15:19:55 +0000 (16:19 +0100)] 
cups-browsed did not show all remote queues unclean shutdown and restart.

12 years agoFixed build system to allow parallel or multilib builds.
Till Kamppeter [Tue, 19 Mar 2013 15:23:35 +0000 (16:23 +0100)] 
Fixed build system to allow parallel or multilib builds.

12 years agoadded pdftopdf error handling entry
Tobias Hoffmann [Thu, 14 Mar 2013 19:48:05 +0000 (20:48 +0100)] 
added pdftopdf error handling entry

12 years agoImproved error handling
Tobias Hoffmann [Thu, 14 Mar 2013 19:47:31 +0000 (20:47 +0100)] 
Improved error handling

12 years agoBetter handling of /Rotation values
Tobias Hoffmann [Thu, 14 Mar 2013 19:34:49 +0000 (20:34 +0100)] 
Better handling of /Rotation values

12 years agoFixed build system to install cups-browsed and config file correctly when building...
Till Kamppeter [Thu, 14 Mar 2013 18:44:10 +0000 (19:44 +0100)] 
Fixed build system to install cups-browsed and config file correctly when building without Avahi.

12 years agoBuild cups-browsed even without avahi support (bug #1102)
Tim Waugh [Tue, 12 Mar 2013 17:06:40 +0000 (17:06 +0000)] 
Build cups-browsed even without avahi support (bug #1102)

12 years agoFixed build system to allow building without Avahi.
Till Kamppeter [Fri, 8 Mar 2013 17:00:06 +0000 (18:00 +0100)] 
Fixed build system to allow building without Avahi.

12 years agocups-browsed: allow building without avahi (bug #1101)
Tim Waugh [Fri, 8 Mar 2013 12:17:12 +0000 (12:17 +0000)] 
cups-browsed: allow building without avahi (bug #1101)

12 years agocups-filters 1.0.30 Release release-1-0-30
Till Kamppeter [Thu, 7 Mar 2013 18:20:26 +0000 (19:20 +0100)] 
cups-filters 1.0.30 Release

12 years agoDocumentation for CUPS Browsing legacy support, bug fixes.
Till Kamppeter [Thu, 7 Mar 2013 18:10:09 +0000 (19:10 +0100)] 
Documentation for CUPS Browsing legacy support, bug fixes.

12 years agocups-browsed: some documentation for CUPS Browsing support
Tim Waugh [Thu, 7 Mar 2013 16:02:34 +0000 (16:02 +0000)] 
cups-browsed: some documentation for CUPS Browsing support

12 years agocups-browsed: BrowseAllow (only supports IPv4 networks and addresses)
Tim Waugh [Thu, 7 Mar 2013 16:02:19 +0000 (16:02 +0000)] 
cups-browsed: BrowseAllow (only supports IPv4 networks and addresses)

12 years agocups-browsed: use CUPS http_addr_t for storing IP addresses
Tim Waugh [Thu, 7 Mar 2013 16:01:57 +0000 (16:01 +0000)] 
cups-browsed: use CUPS http_addr_t for storing IP addresses

12 years agocups-browsed: don't poll remote/unshared printers or implicit classes
Tim Waugh [Thu, 7 Mar 2013 16:01:33 +0000 (16:01 +0000)] 
cups-browsed: don't poll remote/unshared printers or implicit classes

12 years agoFixed texttopdf crash and corrupt pdf when utf-8 title is given.
Tobias Hoffmann [Fri, 1 Mar 2013 12:19:04 +0000 (13:19 +0100)] 
Fixed texttopdf crash and corrupt pdf when utf-8 title is given.

12 years agocups-browsed: Added CUPS Broadcasting for sharing local printers
Till Kamppeter [Thu, 28 Feb 2013 17:07:01 +0000 (18:07 +0100)] 
cups-browsed: Added CUPS Broadcasting for sharing local printers

12 years agocups-browsed: CUPS Browsing for sharing.
Tim Waugh [Thu, 28 Feb 2013 12:06:01 +0000 (12:06 +0000)] 
cups-browsed: CUPS Browsing for sharing.

12 years agocups-browsed: fixed small configuration parsing bug.
Tim Waugh [Thu, 28 Feb 2013 12:05:38 +0000 (12:05 +0000)] 
cups-browsed: fixed small configuration parsing bug.

12 years agoUpdated NEWS.
Till Kamppeter [Wed, 20 Feb 2013 13:54:53 +0000 (14:54 +0100)] 
Updated NEWS.

12 years agocups-browsed: Added sample config file and ./configure options to set defaults.
Till Kamppeter [Wed, 20 Feb 2013 13:07:26 +0000 (14:07 +0100)] 
cups-browsed: Added sample config file and ./configure options to set defaults.

12 years agoGenerate a default cups-browsed.conf and install it.
Tim Waugh [Wed, 20 Feb 2013 12:38:33 +0000 (12:38 +0000)] 
Generate a default cups-browsed.conf and install it.

12 years agoAdded BrowsePoll and CUPS Browsing functionality
Till Kamppeter [Fri, 15 Feb 2013 21:23:46 +0000 (22:23 +0100)] 
Added BrowsePoll and CUPS Browsing functionality

Applied patches from Tim Waugh from Red Hat to add BrowsePoll (poll CUPS queues
from server specified in config file) and CUPS Browsing (listen to CUPS
broadcast packets of CUPS 1.5.x and older servers).

12 years agoIncorrect evenDuplex insretion fixed.
Tobias Hoffmann [Thu, 31 Jan 2013 21:57:19 +0000 (22:57 +0100)] 
Incorrect evenDuplex insretion fixed.

12 years agopdftoopvp: Let it build with Poppler 0.22.x.
Till Kamppeter [Wed, 9 Jan 2013 10:42:32 +0000 (11:42 +0100)] 
pdftoopvp: Let it build with Poppler 0.22.x.

12 years agocups-filters 1.0.29 Release release-1-0-29
Till Kamppeter [Wed, 2 Jan 2013 18:29:31 +0000 (19:29 +0100)] 
cups-filters 1.0.29 Release

12 years agoFixed ./configure option "--with-rcdir=no" and minor fixes.
Till Kamppeter [Wed, 2 Jan 2013 18:23:25 +0000 (19:23 +0100)] 
Fixed ./configure option "--with-rcdir=no" and minor fixes.

12 years agoconfigure.ac: Fix definition of RCLINKS conditional.
Jiri Popelka [Wed, 2 Jan 2013 16:41:25 +0000 (17:41 +0100)] 
configure.ac: Fix definition of RCLINKS conditional.

12 years agoMakefile.am: Add missing backslash.
Jiri Popelka [Wed, 2 Jan 2013 16:36:37 +0000 (17:36 +0100)] 
Makefile.am: Add missing backslash.

12 years agocups-browsed: Fix FSF address.
Jiri Popelka [Wed, 2 Jan 2013 16:34:22 +0000 (17:34 +0100)] 
cups-browsed: Fix FSF address.

12 years agocups-filters 1.0.28 Release release-1-0-28
Till Kamppeter [Sat, 29 Dec 2012 13:23:46 +0000 (14:23 +0100)] 
cups-filters 1.0.28 Release

12 years agocups-browsed: Do not create CUPS queues for shared local CUPS printers.
Till Kamppeter [Sat, 29 Dec 2012 13:21:58 +0000 (14:21 +0100)] 
cups-browsed: Do not create CUPS queues for shared local CUPS printers.

12 years agocups-filters 1.0.27 Release release-1-0-27
Till Kamppeter [Fri, 28 Dec 2012 20:25:30 +0000 (21:25 +0100)] 
cups-filters 1.0.27 Release

12 years agocups-browsed crashed if there is no local CUPS queue at all. Fixed.
Till Kamppeter [Fri, 28 Dec 2012 20:23:20 +0000 (21:23 +0100)] 
cups-browsed crashed if there is no local CUPS queue at all. Fixed.

12 years agocups-filters 1.0.26 Release release-1-0-26
Till Kamppeter [Thu, 27 Dec 2012 21:03:14 +0000 (22:03 +0100)] 
cups-filters 1.0.26 Release

12 years agoUpdated the README and INSTALL files.
Till Kamppeter [Thu, 27 Dec 2012 20:23:06 +0000 (21:23 +0100)] 
Updated the README and INSTALL files.

12 years agoAdded a startup script for cups-browsed and the appropriate "make (un)install" magic.
Till Kamppeter [Thu, 27 Dec 2012 19:55:44 +0000 (20:55 +0100)] 
Added a startup script for cups-browsed and the appropriate "make (un)install" magic.

12 years agoAdded cups-browsed to the build system, silenced warnings in cups-browsed.c.
Till Kamppeter [Thu, 27 Dec 2012 01:41:00 +0000 (02:41 +0100)] 
Added cups-browsed to the build system, silenced warnings in cups-browsed.c.

Note that startup scripts for cups-browsed are still missing.

12 years agoAdded cups-browsed, daemon for browsing Bonjour-broadcasted remote printers
Till Kamppeter [Wed, 26 Dec 2012 19:56:02 +0000 (20:56 +0100)] 
Added cups-browsed, daemon for browsing Bonjour-broadcasted remote printers

This is mainly a commit to save work. The integration in the build
system is still missing. See the README file on what cups-browsed does
and how to build it in the time being.

12 years ago"make dist" got broken in 1.0.25. Fixed.
Till Kamppeter [Wed, 28 Nov 2012 21:39:33 +0000 (22:39 +0100)] 
"make dist" got broken in 1.0.25. Fixed.

12 years agocups-filters 1.0.25 Release release-1-0-25
Till Kamppeter [Wed, 28 Nov 2012 17:37:24 +0000 (18:37 +0100)] 
cups-filters 1.0.25 Release

12 years agoUpdated documentation files for the new urftopdf filter.
Till Kamppeter [Sat, 17 Nov 2012 20:40:38 +0000 (21:40 +0100)] 
Updated documentation files for the new urftopdf filter.

12 years agoAdded urftopdf filter files.
Tobias Hoffmann [Fri, 16 Nov 2012 11:24:22 +0000 (12:24 +0100)] 
Added urftopdf filter files.

12 years agopdfautorotate functionality has been patched directly into pdftopdf
Tobias Hoffmann [Thu, 15 Nov 2012 14:22:39 +0000 (15:22 +0100)] 
pdfautorotate functionality has been patched directly into pdftopdf

12 years agopdftopdf did not correctly embedd XObjects when using the "mirror" option
Tobias Hoffmann [Wed, 7 Nov 2012 09:15:06 +0000 (10:15 +0100)] 
pdftopdf did not correctly embedd XObjects when using the "mirror" option

12 years agoFixed pdftopdf segfault on "page-ranges=1-2147483647"
Tobias Hoffmann [Wed, 7 Nov 2012 08:52:42 +0000 (09:52 +0100)] 
Fixed pdftopdf segfault on "page-ranges=1-2147483647"

12 years agorefactored collate option computation, fixed filler insertion bug.
Tobias Hoffmann [Thu, 18 Oct 2012 17:03:24 +0000 (19:03 +0200)] 
refactored collate option computation, fixed filler insertion bug.

12 years agofixed some minor compiler warnings
Tobias Hoffmann [Thu, 20 Sep 2012 22:53:10 +0000 (00:53 +0200)] 
fixed some minor compiler warnings

12 years agotexttopdf: Fixed deficient string escaping.
Tobias Hoffmann [Thu, 20 Sep 2012 22:31:37 +0000 (00:31 +0200)] 
texttopdf: Fixed deficient string escaping.

12 years agopdftoopvp: Get correct byte order definition when building under OpenBSD
Till Kamppeter [Mon, 10 Sep 2012 19:56:59 +0000 (21:56 +0200)] 
pdftoopvp: Get correct byte order definition when building under OpenBSD

12 years agoserial backend: Added check for sys/ioctl.h to configure.ac
Till Kamppeter [Mon, 10 Sep 2012 19:49:33 +0000 (21:49 +0200)] 
serial backend: Added check for sys/ioctl.h to configure.ac

12 years agoMade code building under OpenBSD
Till Kamppeter [Sun, 9 Sep 2012 23:24:09 +0000 (01:24 +0200)] 
Made code building under OpenBSD

12 years agoFixed wrong version number in last commit
Tobias Hoffmann [Sat, 8 Sep 2012 14:21:31 +0000 (16:21 +0200)] 
Fixed wrong version number in last commit

12 years agopdftopdf: Don't expect too much C++11 support from the compiler
Tobias Hoffmann [Sat, 8 Sep 2012 14:20:18 +0000 (16:20 +0200)] 
pdftopdf: Don't expect too much C++11 support from the compiler

12 years agocups-filters 1.0.24 Release release-1-0-24
Till Kamppeter [Fri, 7 Sep 2012 12:32:15 +0000 (14:32 +0200)] 
cups-filters 1.0.24 Release

12 years agoUpdated README file for Adobe Reader support.
Till Kamppeter [Fri, 7 Sep 2012 10:29:54 +0000 (12:29 +0200)] 
Updated README file for Adobe Reader support.

12 years agopdftopdf: Generate pdf comments to suppress duplicate transforms in pdftops.
Tobias Hoffmann [Thu, 6 Sep 2012 21:13:06 +0000 (23:13 +0200)] 
pdftopdf: Generate pdf comments to suppress duplicate transforms in pdftops.

12 years agopdftops: Added support for using Adobe Reader for turning PDF to PostScript
Till Kamppeter [Thu, 6 Sep 2012 10:30:52 +0000 (12:30 +0200)] 
pdftops: Added support for using Adobe Reader for turning PDF to PostScript

12 years agopdftopdf: Fix build on OpenBSD
Till Kamppeter [Tue, 4 Sep 2012 21:26:40 +0000 (23:26 +0200)] 
pdftopdf: Fix build on OpenBSD

12 years agopdftops: Fixed stripping of page management options from the pstops command line
Till Kamppeter [Tue, 4 Sep 2012 21:18:15 +0000 (23:18 +0200)] 
pdftops: Fixed stripping of page management options from the pstops command line

13 years agocups-filters 1.0.23 Release release-1-0-23
Till Kamppeter [Tue, 21 Aug 2012 17:55:43 +0000 (19:55 +0200)] 
cups-filters 1.0.23 Release

13 years agoRemoved pdftopdf.old.
Till Kamppeter [Tue, 21 Aug 2012 17:53:52 +0000 (19:53 +0200)] 
Removed pdftopdf.old.

13 years agocups-filters 1.0.22 Release release-1-0-22
Till Kamppeter [Mon, 20 Aug 2012 12:42:35 +0000 (14:42 +0200)] 
cups-filters 1.0.22 Release

13 years agocups-filters 1.0.21 Release release-1-0-21
Till Kamppeter [Mon, 20 Aug 2012 11:41:38 +0000 (13:41 +0200)] 
cups-filters 1.0.21 Release

13 years agopdftopdf: catch exceptions and exit gracefully instead of aborting
Tobias Hoffmann [Mon, 20 Aug 2012 09:22:46 +0000 (11:22 +0200)] 
pdftopdf: catch exceptions and exit gracefully instead of aborting

13 years agoUpdated NEWS file for the new QPDF-based pdftopdf filter
Till Kamppeter [Mon, 20 Aug 2012 06:38:56 +0000 (08:38 +0200)] 
Updated NEWS file for the new QPDF-based pdftopdf filter

13 years agoFixed bannertopdf page duplication to be compatible with major pdf consumers.
Tobias Hoffmann [Sun, 19 Aug 2012 22:31:27 +0000 (00:31 +0200)] 
Fixed bannertopdf page duplication to be compatible with major pdf consumers.

13 years agoFixed bannertopdf invalid output of a direct stream object
Tobias Hoffmann [Sun, 19 Aug 2012 21:44:45 +0000 (23:44 +0200)] 
Fixed bannertopdf invalid output of a direct stream object

13 years agoUpdated README for new pdftopdf.
Tobias Hoffmann [Sun, 19 Aug 2012 17:44:00 +0000 (19:44 +0200)] 
Updated README for new pdftopdf.

13 years agolatest fixes for pdftopdf
Tobias Hoffmann [Sun, 19 Aug 2012 17:29:50 +0000 (19:29 +0200)] 
latest fixes for pdftopdf

13 years agomakeshift fix for pdftopdf in some number-up without fitplot cases
Tobias Hoffmann [Sun, 19 Aug 2012 15:37:37 +0000 (17:37 +0200)] 
makeshift fix for pdftopdf in some number-up without fitplot cases