Releases: Gkemon/Android-XML-to-PDF-Generator
Releases · Gkemon/Android-XML-to-PDF-Generator
android-xml-to-pdf v2.6.8
android-xml-to-pdf v2.6.7
#49 Fix pdf blank pdf generation after saving in shared storage
android-xml-to-pdf v2.6.4
#42 Save and share PDFs easily from the file manager
android-xml-to-pdf v2.6.3
Add enhancement on #40 issue
android-xml-to-pdf v2.6.2
Release v.2.5 (Alpha)
#24 Resolve conflict of provider #25 Remove setting width/height mechanism
Release v.2.4
Solve #17 by resetting values of each page generation
Release v.2.3
- Rearrange params for conflicting layout id and resource id.
- Add dummy invoice to generate PDF and reproduce the following bugs.
- Fix crash if any user insert a view ids for print and which is not belonging to the current host activity
- Change provider name to fix the conflict if any other app currently installed in the phone which is also using the same library. So it needs to be unique.
Release v.2.2
Try to fix PDF creation and open after creation in Android 9+
Fixes for scaling
- Handle PDF generation when the provided view has a size that is less than the standard A4, A5 page.
- Remove custom view size input method because it sometimes let the developer in a misguiding situation.
- Try to resolve child auto scaling issues.