summaryrefslogtreecommitdiff
path: root/gs/base/gdevpdfu.c
Commit message (Expand)AuthorAgeFilesLines
* Move output devices to their own directory.Chris Liddell2013-03-061-2589/+0
* pdfwrite/ps2write - enable 64-bit file handlingKen Sharp2012-11-011-12/+13
* pdfwrite - bug #691653 Regression: /undefined in --run-- with pdfwrite starti...Ken Sharp2012-10-191-2/+7
* Introduce GS_THREADSAFE define and modify printing calls.Robin Watts2012-09-181-1/+1
* ps2write - correct %%BoundingBox commentKen Sharp2012-09-131-8/+10
* Temporary commit for linearisation code in pdfwriteKen Sharp2012-09-081-2/+4
* ps2write - create document %%BoundingBox from teh individual page Bounding boxesKen Sharp2012-07-161-3/+23
* pdfwrite - code cleanupKen Sharp2012-07-131-0/+2
* Update copyright "headers".Chris Liddell2012-06-131-7/+9
* Rename pdf_open_document() to pdfwrite_pdf_open_document() to avoid aAlex Cherepanov2012-06-031-5/+5
* pdfwrite - address memory leaksKen Sharp2012-05-041-16/+28
* pdfwrite - first pass at PDF/A-2 outputKen Sharp2012-03-131-1/+1
* ps2write - fix conversion of escaped string to Hex stringKen Sharp2011-11-251-1/+20
* Replace all uses of 'template' with 'templat'.Robin Watts2011-11-101-19/+19
* Include only one copy of hte Adbove Glyph ListKen Sharp2011-07-261-9/+16
* Remove the last traces of OPDFReadProcsetPathKen Sharp2011-07-251-50/+4
* Allow pdfwrite and ps2write to use 64-bit file pointers raising the 4Gb file ...Ken Sharp2011-06-211-7/+7
* Indent with spaces and strip trailing whitespace.Tor Andersson2011-04-191-1264/+1253
* Fix (ps2write) : Enable ps2write on PCLKen Sharp2011-02-021-1/+1
* Fix ps2write : Don't depend on the PS file system for resources.Ken Sharp2011-02-021-0/+64
* Fix three compiler warnings in revision 11997Ken Sharp2011-01-051-3/+3
* ps2write DSC enhancement. Belt and braces approach when emitting a serialised...Ken Sharp2011-01-051-1/+41
* More DSC-compliant ps2write work.Ken Sharp2011-01-041-2/+53
* Fix unterminated string used by "%%CreationDate:" comment in ps2writeAlex Cherepanov2010-12-271-4/+5
* ps2write enhancementKen Sharp2010-12-231-0/+1
* pdfwrite enhancement : Final DSC changesKen Sharp2010-12-151-1/+1
* pdfwrite enhancement : more DSC related activityKen Sharp2010-12-151-47/+83
* pdfwrite enhancement : DSC outputKen Sharp2010-12-131-0/+8
* pdfwrite enhancement : More work towards DSC complianceKen Sharp2010-12-101-54/+173
* undo revision 11941 and 11942 as this causes seg faults on Linux.Ken Sharp2010-12-091-155/+51
* pdfwrite enhancement : More work towards DSC complianceKen Sharp2010-12-091-51/+155
* pdfwrite enhancement : more work towards DSC compliant ps2write outputKen Sharp2010-12-071-3/+22
* Remove a spurious space that was causing a compiler warning, and remove an un...Ken Sharp2010-10-221-22/+1
* More DSC work. Altered Procset emission to strip comments (but not line endin...Ken Sharp2010-10-211-18/+112
* Correct a bug in revision 11828 which tried to copy too many bytes from the s...Ken Sharp2010-10-211-1/+1
* Remove some unused variables to silence compiler warnings.Ken Sharp2010-10-211-3/+2
* Initial work on DSC compliant PostScript. When ProduceDSC is true, do not str...Ken Sharp2010-10-201-3/+31
* Put back some statements. It turns out that we can either have gcc be warning...Ken Sharp2010-10-071-4/+4
* More changes to silence static analysis warnings. Mostly removing unused vari...Ken Sharp2010-10-071-1/+9
* Fix (pdfwrite) : try not to write out invalid xrefKen Sharp2010-07-291-1/+24
* Silence some compiler warnings about not checking the return value from fread.Ken Sharp2010-05-071-4/+4
* As part of the work for bug 691207 (remove global variables) we introduceRobin Watts2010-05-041-2/+5
* Another set of very simple tweaks to a range of source files to removeRobin Watts2010-04-211-2/+2
* git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@9987 a1074d23-0009-0...Ken Sharp2009-08-131-0/+1
* The "ps2write" output device produces PostScript which is not DSC-conforming,...Till Kamppeter2009-05-211-1/+1
* Reformat a conditional sprintf to silence a Coverity warning.Ken Sharp2009-04-201-2/+4
* Enhancement (pdfwrite) : Allow pdfwrite to produce multiple copies of pages. ...Ken Sharp2009-04-041-2/+3
* Check the return value from pdf_open_docuemnt to fix a Coverity warning.Ken Sharp2009-03-311-1/+4
* Remove a bunch of unused headers to silence Coverity warnings.Ken Sharp2009-03-311-1/+0
* New feature (pswrite): Center pages on output, new switch -dCenterPagesKen Sharp2009-02-051-0/+2