evrencoskun / TableView

TableView is a powerful Android library for displaying complex data structures and rendering tabular data composed of rows, columns and cells.
MIT License
3.14k stars 459 forks source link

make pdf from table #129

Closed farzadkamali20 closed 6 years ago

farzadkamali20 commented 6 years ago

hi friend how can I make pdf from Table? i want to create report.

evrencoskun commented 6 years ago

You can not create a pdf directly from the TableView.

To be able to generate a pdf file, you need to third-party libraries which works on Android OS.

Please check this.