[Desktop-packages] [Bug 1220826] Re: PDFs of scanned documents are incompatible with Adobe Reader

2014-04-19 Thread tremu
The only workaround that works for me is using pdftk to repair the pdf: pdftk file.pdf output file-repaired.pdf -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to simple-scan in Ubuntu. https://bugs.launchpad.net/bugs/1220826 Title: PDFs

[Desktop-packages] [Bug 1220826] Re: PDFs of scanned documents are incompatible with Adobe Reader

2014-04-20 Thread tremu
Broken pdf directly from simple-scan ** Attachment added: "broken.pdf" https://bugs.launchpad.net/simple-scan/+bug/1220826/+attachment/4090055/+files/broken.pdf -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to simple-scan in Ubuntu. h

[Desktop-packages] [Bug 1220826] Re: PDFs of scanned documents are incompatible with Adobe Reader

2014-04-20 Thread tremu
The same pdf after repairing with pdftk ** Attachment added: "fixed.pdf" https://bugs.launchpad.net/simple-scan/+bug/1220826/+attachment/4090057/+files/fixed.pdf -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to simple-scan in Ubuntu.

[Desktop-packages] [Bug 1220826] Re: PDFs of scanned documents are incompatible with Adobe Reader

2014-04-20 Thread tremu
Ok, using the online validator web both seem damaged. Using the latest version of Adobe Reader for Android (Apr 17, 2014) all the pdfs I tried open without warning, including simple-scan-test.pdf provided by till-kamppeter. With previous versions of Adobe Reader (in android) damaged pdfs wouldn

[Desktop-packages] [Bug 1220826] Re: PDFs of scanned documents are incompatible with Adobe Reader

2014-04-29 Thread tremu
I can't try this branch, it doesn't compile. I get an error: page.vala:146.19-146.45: error: only automatic properties can have default values default = ScanDirection.TOP_TO_BOTTOM; ^^^ -- You received this bug notification because you are a mem

[Desktop-packages] [Bug 1220826] Re: PDFs of scanned documents are incompatible with Adobe Reader

2014-04-30 Thread tremu
Now I have compiled it successfully and it works! With the branch lp:~robert-ancell/simple-scan/fix-pdf-trailer the pdf opens in acroread without warning. I have finally used valac-0.20 because using valac-0.16 like it says on the README.md failed with the error I said. Thank you for fixing it