Click here to Skip to main content
15,890,717 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hello,

Any Library that help us to generate invoice and print them?
I am using android studio to develop this mobile application

Thanks in advance.

What I have tried:

I have try this demo https://github.com/hejiawang/PrintDemo/blob/master/src/com/zj/printdemo/PrintDemo.java but it does not print arabic
Posted
Updated 1-Sep-16 10:08am

1 solution

What sort of reports are you looking for? PDF would be a good standard to use in this case and you should use it to generate the reports. iText library would be useful for Java projects; Android would work too. Read this article, Android iText Pdf Example[^], to learn more about how you can render the reports. Once you have created the PDF, send the file for printing. Read this documentation for more on this, Printing Content | Android Developers[^].
Quote:
it does not print arabic
That is not a problem of the library, Arabic is a matter of Unicode support in the library. Android supports Unicode, check the library for more on this matter to determine whether that can be used or not.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900