JoanZapata / android-pdfview

[DEPRECATED] A fast PDF reader component for Android development
http://joanzapata.com/android-pdfview/
GNU General Public License v3.0
2.84k stars 784 forks source link

concatenate pdf files #229

Open coder4567 opened 7 years ago

coder4567 commented 7 years ago

I have a huge pdf files, that would take long to load, I want to split it into more than pdf file, and download it progressively on the app. The problem is that I'm not sure how to concatenate the pdf files loaded on the app. Any help kindly