Aman-zishan / DocScanner

:fire:Document Scanner and PDF Creator app
GNU General Public License v3.0
81 stars 27 forks source link

Take multiple images and merge to single pdf #18

Closed iamjithinjohnson closed 4 years ago

iamjithinjohnson commented 4 years ago

issue solved it can take multiple images and merge together.

I just changed pdf.addPage(pw.Page to pdf.addPage(pw.MultiPage and also added image count

Screenshot_20201015-165812

Aman-zishan commented 4 years ago

Can you clear the conflicts? and open a PR

Aman-zishan commented 4 years ago

The resolved code is having errors now. I guess you forked this repo way back and didn't pull the changes to your local from the upstream, I had to revert the merged PR. Please do update the changes added to the code and then make the changes.

The app got updated with

since your fork

Thank you

iamjithinjohnson commented 4 years ago

ok