summaryrefslogtreecommitdiff
path: root/lib/pdf/pdf.cc
AgeCommit message (Expand)AuthorFilesLines
2010-12-10UTF-8 support for getInfoStringRicardo Pedroso1-7/+4
2010-11-18removed stray printfMatthias Kramm1-1/+0
2010-11-18new internal option '-s threadsave'Matthias Kramm1-12/+32
2010-11-11fixed breakonwarningMatthias Kramm1-0/+3
2010-09-23new option 'unique_unicode'Matthias Kramm1-0/+3
2010-09-22fixed another type of transparent text selection overlaysMatthias Kramm1-0/+3
2010-09-22fixed transparent text selection overlaysMatthias Kramm1-0/+3
2010-09-21new preprocessing options marker_glyph, normalize_fonts, remove_font_transfor...Matthias Kramm1-0/+12
2010-09-17bugfixesMatthias Kramm1-2/+9
2010-09-17split GFXOutputDev into CharOutputDev and VectorGraphicOutputDevMatthias Kramm1-8/+5
2010-08-12-s multiply is now a fractional valueMatthias Kramm1-4/+3
2010-07-21implemented link text extractionMatthias Kramm1-1/+1
2010-06-16poppler: use new PDF version methodsAsbjørn Sloth Tønnesen1-1/+10
2010-05-17fixed mem leaksMatthias Kramm1-0/+8
2010-03-25fixed segfaultMatthias Kramm1-1/+1
2010-03-25new parameter addspacecharsMatthias Kramm1-0/+3
2010-02-26added filter support to ruby moduleMatthias Kramm1-1/+0
2009-12-22moved image rescaler to lib/gfximage.cMatthias Kramm1-1/+7
2009-12-21more parameter refactoringMatthias Kramm1-63/+20
2009-08-25applied getinfo_crash.patch and info_only.patch by Ricardo PedrosoMatthias Kramm1-1/+1
2009-08-19implemented '-s detectspace' functionalityMatthias Kramm1-1/+12
2009-08-13testsuite: added first five testsMatthias Kramm1-1/+3
2009-05-28added '-s zoomtowidth' option to pdf2swfMatthias Kramm1-16/+13
2009-04-13pdf2swf: added support for print mode (-s asprint), as3: small optimizationsMatthias Kramm1-8/+13
2009-02-02fixed segfault with -s multiplyMatthias Kramm1-2/+1
2009-01-22re-added copy checkMatthias Kramm1-2/+8
2009-01-22re-added copy checkMatthias Kramm1-0/+5
2009-01-21pass per-document parameters to the output device, tooMatthias Kramm1-0/+6
2009-01-21fixed a mem leakMatthias Kramm1-0/+2
2009-01-16added text field and jpeg countingMatthias Kramm1-1/+1
2009-01-16initialize outputdev per page, not per documentMatthias Kramm1-109/+130
2009-01-16const char* compiler fixesMatthias Kramm1-5/+5
2008-07-08re-inserted device parameterskramm1-22/+82
2008-06-19removed persistent parameter storagekramm1-61/+13
2008-06-19fixed page extraction problem together with gfx modulekramm1-4/+0
2008-06-09don't parse 'fontquality' as a fontkramm1-1/+1
2008-05-14added new function finishPage(), to be called after links are processedkramm1-0/+2
2008-04-14added more documentation to -s helpkramm1-4/+8
2008-04-06remove parameter listing upon cleanupkramm1-0/+2
2008-04-05fixed mismatched free/deletekramm1-1/+2
2008-03-26fixed typos in -s helpkramm1-1/+1
2008-03-19fixed mem leakkramm1-2/+10
2008-03-19removed DummyOutputDev referencekramm1-1/+0
2008-03-19added 'bitmap' optionkramm1-1/+10
2008-03-12implemented gfxsource->destroykramm1-1/+15
2008-03-12allow to overload old global parameterskramm1-1/+11
2008-02-08moved the 'PDF disallows copying' to a lower levelkramm1-2/+6
2008-02-08removed default protect callkramm1-1/+0
2008-01-13fixed poly2bitmap parameter switchkramm1-1/+1
2007-12-09implemented 'multiply' optionkramm1-11/+35