jnweiger / pdfcompare

compare two PDF files, write a resulting PDF with highlighted changes
GNU General Public License v2.0
54 stars 16 forks source link

Simplified while loop as a with statement #1

Closed tomschr closed 11 years ago

tomschr commented 11 years ago

No need to initially set lnr to zero. This is done by the enumerate() function/iterator