在ANDROID中将数据库数据转换为PDF
我想构建一个 Android 应用程序,它将一些数据转换为 pdf 文件,我需要 为了将其保存在我的Android手机中,我搜索了很多文档,但它没有 帮忙。 我正在尝试使用 iText,但我不知道如何在 Android 上使用它。 请让我知道代码。 提前致谢 。
I want to build a android app ,which converts some data to pdf file and i need
to save it in my android phone, i have searched for lot of documents but its not
helping out.
I am trying to use iText but i don't no how to use it for android.
Please let me know the code.
Thanks in advance .
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您已经在普通 Java 中使用过 iText,我认为您在 Android 中使用它不会遇到任何困难。将 iText jar 添加到构建路径中。
以下代码向 pdf 文档添加一个段落。
欢迎提问。
If you have already used iText in normal Java, I don't think you will face any difficulty using it in Android. Add the iText jar in the build path.
Following code adds a paragraph to the pdf document.
Feel free to ask questions.