从数据库中的数据创建 PDF
如何将android的sql数据库转换成pdf文件。 实际上我必须将通过android制作的简历转换为pdf文件,以便可以上传到网站。
How to convert sql database of android into pdf file.
Actually I have to convert a resume made through android into pdf file so that it can be uploaded to a website.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以从 sql 数据库读取数据并使用 iText 库将数据写入 pdf。
You can read data from the sql db and use the iText Library to write data into a pdf.