Android:如何将收据转换为pdf文件?

时间:2015-11-09 11:50:47

标签: android file itext android-pdf-api

我想以编程方式在android中制作pdf文件中的收据,如下图所示?以下是打印收据的示例,请帮忙。

enter image description here

1 个答案:

答案 0 :(得分:3)

您可以尝试使用 itext http://sourceforge.net/projects/itext/

你可以在这里找到一个很好的电子书: https://www.manning.com/books/itext-in-action-second-edition如果您需要免费图书,请查看The Best iText Questions on StackOverflowZUGFeRD: The Future of Invoicing(ZUGFeRD手册解释了如何创建发票,这与创建收据非常相似)。

在这里可以找到一个好的教程( vogella ): http://www.vogella.com/tutorials/JavaPDF/article.html

或者,您可以尝试 APW Library http://sourceforge.net/projects/apwlibrary/