summaryrefslogtreecommitdiff
path: root/gs/base/gdevpdf.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-04pdfwrite - address memory leaksKen Sharp1-2/+285
2012-01-19Fix pdfwrite and other vector devices for changing filename and separate pagesRay Johnston1-3/+17
2012-01-19ps2write - alter /NumCopies handling.Ken Sharp1-1/+1
2011-08-10Bug 692367: add gs_memory_t arg to finalize methodChris Liddell1-2/+2
2011-07-25Remove the last traces of OPDFReadProcsetPathKen Sharp1-1/+1
2011-06-21Allow pdfwrite and ps2write to use 64-bit file pointers raising the 4Gb file ...Ken Sharp1-10/+11
2011-05-15Change in device ICC profile handlingMichael Vrhel1-1/+2
2011-04-19Indent with spaces and strip trailing whitespace.Tor Andersson1-670/+669
2011-01-06Minor enhancement to ps2write for DSC output, remove trailing EOF.Ken Sharp1-1/+2
2010-12-15pdfwrite enhancement : more DSC related activityKen Sharp1-15/+21
2010-12-13pdfwrite enhancement : DSC outputKen Sharp1-1/+6
2010-12-10pdfwrite enhancement : More work towards DSC complianceKen Sharp1-18/+23
2010-12-09undo revision 11941 and 11942 as this causes seg faults on Linux.Ken Sharp1-23/+18
2010-12-09fix pdfwriteKen Sharp1-1/+1
2010-12-09pdfwrite enhancement : More work towards DSC complianceKen Sharp1-18/+23
2010-12-07pdfwrite enhancement : more work towards DSC compliant ps2write outputKen Sharp1-0/+32
2010-10-21More DSC work. Altered Procset emission to strip comments (but not line endin...Ken Sharp1-152/+156
2010-10-21When producing DSC compliant PostScript from ps2write, do not emit the follow...Ken Sharp1-15/+17
2010-10-07Silence (hopefully) some compiler warnings.Ken Sharp1-2/+2
2010-10-07static analysis found that the result of fread was not being used. Add code t...Ken Sharp1-0/+4
2010-08-26Remove an unused local variable (gcc compiler warning)Ken Sharp1-1/+0
2010-08-02Fix a few minor compiler warnings from gcc. No differences expected.Ken Sharp1-2/+3
2010-07-29Fix (pdfwrite) : try not to write out invalid xrefKen Sharp1-19/+61
2010-05-07Silence some compiler warnings about not checking the return value from fread.Ken Sharp1-2/+2
2010-05-05More work for bug 691207 (remove global vars). Change the gp_ interface andRobin Watts1-3/+4
2010-05-04As part of the work for bug 691207 (remove global variables) we introduceRobin Watts1-12/+23
2010-04-21Another set of very simple tweaks to a range of source files to removeRobin Watts1-1/+1
2009-04-20Check the length of the 'binary mode' file access string before strcat'ing it...Ken Sharp1-0/+3
2009-04-04Enhancement (pdfwrite) : Allow pdfwrite to produce multiple copies of pages. ...Ken Sharp1-70/+79
2009-03-31Remove a bunch of unused headers to silence Coverity warnings.Ken Sharp1-1/+0
2008-12-23Fix (pdfwrite): DSC comments interfering with Page Tree Orientation.Ken Sharp1-0/+7
2008-09-22Remove a number of no longer required includes from the source, and update th...Ken Sharp1-1/+0
2008-09-04Check the return code from pdf_write_resource_objects when closing a page. Fi...Ken Sharp1-1/+3
2008-08-29Split the source tree into two new directories.Ralph Giles1-0/+1391