summaryrefslogtreecommitdiff
path: root/poppler/PDFDoc.cc
AgeCommit message (Expand)AuthorFilesLines
2014-11-13write correct size in trailer dictThomas Freitag1-5/+2
2014-11-03Update (C)Albert Astals Cid1-2/+2
2014-11-03Fix memory leaks when running pdfseparateAlbert Astals Cid1-61/+41
2014-10-21PDFDoc: fix crash when getPage() returns NULLAdrian Johnson1-1/+1
2014-10-21PDFDOC: Check for EOF when reading raw streamAdrian Johnson1-0/+4
2014-07-26pdfseparate: additonal handling for annotationsThomas Freitag1-18/+28
2014-06-03Change pagenum arguments in PDFDoc::markAnnotations from Guint to intHib Eris1-2/+2
2014-05-07Only add annotations of the current page when splittingThomas Freitag1-2/+151
2014-02-26Try harder to open broken filesAlbert Astals Cid1-11/+22
2014-01-27[qt] Improve compilation under Win 8 with Visual Studio 2012Bogdan Cristea1-3/+1
2013-05-16Fix printf format specifiers (Goffset is a long long, not a int)Fabio D'Urso1-3/+3
2013-04-06Add missing free()Albert Astals Cid1-0/+1
2013-04-06implement Crypt filterThomas Freitag1-3/+34
2013-04-05Add a GooFile class to encapsulate file read access using offsetsAdam Reichold1-27/+10
2013-03-25Only write the file once when savingAlbert Astals Cid1-1/+1
2013-03-03Small improvements over locker classAlbert Astals Cid1-6/+6
2013-03-03Add a locker helper and a bool -> enum changesThomas Freitag1-16/+5
2013-01-28A few more missing GoffsetsAdrian Johnson1-8/+8
2013-01-25Adrian C for 2013 because of the big files supportAlbert Astals Cid1-0/+1
2013-01-25Large file supportAdrian Johnson1-25/+29
2013-01-25Add Int64 object typeAdrian Johnson1-2/+2
2013-01-19Make rendering thread-safeThomas Freitag1-16/+50
2012-12-28Repair pdfuniteThomas Freitag1-2/+4
2012-12-28dos2unixAlbert Astals Cid1-18/+18
2012-12-27Fix arg typoAlbert Astals Cid1-1/+1
2012-12-01Do not use 'size' uninitializedHib Eris1-3/+3
2012-09-17Support encrypted pdf files in pdfseparateThomas Freitag1-3/+32
2012-09-06Mark XRef streams as Unencrypted and DontRewriteFabio D'Urso1-0/+5
2012-09-06Encrypt strWeird streams before writing them in PDFDoc::writeObjectFabio D'Urso1-0/+10
2012-09-06Encrypt strings before writing them in PDFDoc::writeStringFabio D'Urso1-0/+20
2012-09-06Propagate encryption parameters to PDFDoc's write functionsFabio D'Urso1-18/+36
2012-09-06Separated header and footer write commands from the rest of PDFDoc::writeObjectFabio D'Urso1-18/+33
2012-09-06Do not change encrypted documents' ID, not even in case of full rewriteFabio D'Urso1-1/+4
2012-09-06Initial support for saving encrypted documentsFabio D'Urso1-29/+20
2012-09-06Added field XRefEntry::flags, and turned XRefEntry::updated into a flagFabio D'Urso1-2/+2
2012-09-06Be able to output overflown integers backFabio D'Urso1-0/+3
2012-06-24copy resources content defined in the pages dictThomas Freitag1-2/+14
2012-04-26Output XRef stream when incrementally updating if there's already a XRef streamFabio D'Urso1-2/+43
2012-04-26Refactoring of XRef table write support (in preparation for XRef stream write...Fabio D'Urso1-31/+30
2012-03-23Added XRef::removeIndirectObjectFabio D'Urso1-5/+10
2012-02-18Rework XRef getNumObjects and getSizeAlbert Astals Cid1-5/+5
2012-02-06Merge branch 'master' into xpdf303mergeAlbert Astals Cid1-46/+78
2012-02-05[xpdf303] Merge PDFDoc encryption related codeAlbert Astals Cid1-1/+4
2012-02-03pdfseparate fixes by Thomas after his last commitThomas Freitag1-1/+7
2012-02-01pdfseparate: Produce PDF/X conformant pdf pages if the original PDF was PDF/X...Thomas Freitag1-24/+39
2012-01-15Fix stack overflow in PDFDoc::markObject()Thomas Freitag1-1/+3
2012-01-07xpdf303: Merge some stuff in Splash [Thomas Freitag]Albert Astals Cid1-1/+1
2011-12-04Do not fail if we are trying to save a file with Encrypt but that we have not...Albert Astals Cid1-20/+29
2011-11-16xpdf303: make strToUnsigned "safer"Albert Astals Cid1-4/+7
2011-11-16xpdf303: Add PDFDoc::fileNameU to windows buildsAlbert Astals Cid1-8/+35