HendrixString / Android-PdfMyXml

Convert android XML layouts into PDF document, works on all versions of Android.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

It takes too long when pages is added on the pdf

Ric17101 opened this issue · comments

It takes 1 mins. to produce the PDF... Is it possible to minimize the time or speed up the file generation? I tried this line on my Manifest but same result. Thank you!

<application
android:hardwareAccelerated="true" 
...
/>

Hi
Yes it does take long on some devices.
I believe the thread has very high priority.
Compiling a PDF is an intensive task

Okie, Thank you for your response... I will just try to implement the pdf on the backend as an option...