-2

I want to make an receipt in pdf file, like the below image, in android programmatically? The following is an example of a printed receipt, please help.

enter image description here

newOnAndroid
  • 141
  • 3
  • 16

1 Answers1

3

You can try to use itext. http://sourceforge.net/projects/itext/

You can find a good eBook in itext library here: https://www.manning.com/books/itext-in-action-second-edition and if you want free books, take a look at The Best iText Questions on StackOverflow and ZUGFeRD: The Future of Invoicing (the ZUGFeRD book explains how to create invoices, which is very similar to creating receipts).

And a good tutorial (vogella) can be found here: http://www.vogella.com/tutorials/JavaPDF/article.html

Alternatively, you can try APW Library http://sourceforge.net/projects/apwlibrary/

Bruno Lowagie
  • 75,994
  • 9
  • 109
  • 165
corti.nico
  • 91
  • 8
  • 1
    I like the fact that you linked to my book dating from 2010, but I also added some links to more recent books that are available for free. – Bruno Lowagie Nov 09 '15 at 12:30