summaryrefslogtreecommitdiff
path: root/poppler/PDFDoc.cc
AgeCommit message (Expand)AuthorFilesLines
2011-08-29Rework writing of PDF filesThomas Freitag1-39/+350
2011-07-26Update (C)Albert Astals Cid1-1/+1
2011-07-26Handle missing startxref properlyHib Eris1-2/+3
2011-07-21Fix calculation of startXRefPosAxel Struebing1-3/+6
2011-07-20Make sure the dict is a page dictAlbert Astals Cid1-1/+1
2011-05-29Needs to be freedAxel StrĂ¼bing1-2/+4
2011-05-28No need to check for NULLAlbert Astals Cid1-11/+10
2011-03-01fix copyright yearsAlbert Astals Cid1-1/+1
2011-03-01Merge Link and AnnotLink codeCarlos Garcia Campos1-3/+1
2010-12-19Fix last commitAlbert Astals Cid1-2/+2
2010-12-19Windows fixesPhilip Lorenz1-2/+3
2010-11-10Linearization improvementsHib Eris1-43/+241
2010-09-22Make the internal get_id() not fail because of null bytes in the ID.Pino Toscano1-5/+6
2010-09-20Fix copyrightAlbert Astals Cid1-0/+1
2010-09-17Add a method to get the PDF file identifiersrinivas adicherla1-0/+65
2010-08-20Fix failure to parse PDF with damaged internal structureIlya Gorenbein1-5/+19
2010-08-03Catalog page array might contain NULL for some pages in invalid documentsCarlos Garcia Campos1-12/+15
2010-07-12Use MAX_PATH instead of _MAX_PATH everywhereHib Eris1-2/+2
2010-05-01Use strtok_r instead strtokJakub Wilk1-1/+3
2010-04-07Parse Outline on demand in PDFDocHib Eris1-5/+12
2010-04-07Fix saving update docs that have a compressed xref tableCarlos Garcia Campos1-5/+4
2010-04-05Add PDFDoc::ErrorPDFDocHib Eris1-0/+14
2010-04-05Cleanup PDFDocHib Eris1-25/+15
2009-12-05Add a empty space after nullAxel Struebing1-1/+2
2009-10-05Use _WIN32 instead of WIN32Kovid Goyal1-2/+2
2009-10-02Strings can have 0 inside so use the lengthAlbert Astals Cid1-1/+1
2009-10-02Increase decimals from 5 to 10, a double has that precisionAlbert Astals Cid1-1/+1
2009-10-02If the stream was wrongly formed save the correct lengthAlbert Astals Cid1-0/+12
2009-09-26Do not crash when saving files that come from a stream without nameKovid Goyal1-1/+5
2009-09-26Write the Info into the trailer dict if there is oneAlbert Astals Cid1-1/+7
2009-09-21Print with a . and not with a , in all localesAlbert Astals Cid1-1/+5
2009-08-17Move poppler core away from using a double as PDF file versionAlbert Astals Cid1-3/+4
2009-08-17Forgot to update copyright infoAlbert Astals Cid1-1/+1
2009-08-17No need to change the locale since we use gatof that does the right thingAlbert Astals Cid1-5/+1
2009-08-17Use gatof instead of atofAlbert Astals Cid1-1/+2
2009-03-25Remove case-insensitive matching of filenames in PDFDoc constructorEric Toombs1-29/+10
2009-03-22Improved error reporting of ErrOpenFile errorsEric Toombs1-22/+32
2009-02-28Return an error code instead of a GBool when savingCarlos Garcia Campos1-11/+11
2008-12-30We need spaces here too to satify other consumer parsersAlbert Astals Cid1-2/+2
2008-12-29More improvements in document writingAlbert Astals Cid1-2/+5
2008-12-28Move PSOutputDev::filterPSName to GooString::sanitizedName so i can use it fr...Albert Astals Cid1-1/+6
2008-10-04free the objectAlbert Astals Cid1-0/+4
2008-10-04If we try saving a document that was encrypted, we break everything, so just ...Albert Astals Cid1-0/+7
2008-09-01All poppler commiters to these files agreed to GPLv2+Albert Astals Cid1-0/+3
2008-08-24Add more correct copyright statements on fofi, goo, poppler and util director...Albert Astals Cid1-0/+15
2008-07-25Need this or otherwise it crashes on complete overwriteAlbert Astals Cid1-0/+1
2008-07-25Fix my last fix about saving, i think this is the correct oneAlbert Astals Cid1-2/+2
2008-03-22It's really only an error if < 0Albert Astals Cid1-1/+1
2008-03-22remove unneeded variableAlbert Astals Cid1-1/+0
2008-03-22Check the document stream is seekable when opening itAlbert Astals Cid1-0/+7