如何在 android 中使用 nig iText 库创建 PDF 并添加内容...?
我正在使用 iText 库创建 PDF 文档。 我能够以编程方式创建内容并将其添加到文档中,例如“new Paragraph("This is new pdf")”。 我的问题是
- 我可以添加 内容通过在 文档并将其保存为 PDF 使用 iText 库?就像我们一样 创建 Word 文档...?
- 假设如果我想在我的 文件,这将通过选择来完成 我的外部存储中的图像 使用对话框...?
- 是否可以使用 iText 库 安德里奥...?
I am using iText library to create PDF documents.
I am able to create and add contents to the document programmetically like "new Paragraph("This is new pdf")".
My question are
- Can I add the
contents by typing something in the
document and save it as PDF using
iText library? As like we are
creating word documents...? - Suppose if I want to insert an image in my
document, it will be done by picking
an image from my External storage
using a dialog box...? - Is it possible using iText library in
andriod...?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是多个问题。我会尝试全部回答。然而,似乎所有问题的答案都是,首先尝试、研究、了解 iText 是什么,然后提出问题
不,你必须以编程方式进行。 iText 不是像 Adobe Acrobat 或其他 GUI-PDF 编辑器那样的所见即所得工具。
如果您创建对话框和代码逻辑以将其添加到 iText 中的 PDF方式是可能的。
一般可用的 iText 不适合 Android。您可以联系 iText 销售部门了解更多有关 iText Android 的信息。
These are multiple questions. I'll try answering them all. However it seems one answer to all your questions is, first try, study, learn what iText is about, then ask questions
No, you have to do it programmatic. iText is not a WYSIWYG tool like Adobe Acrobat or other GUI-PDF Editors.
If you create the dialog box and the code logic to add it to a PDF in the iText way it is possible.
The general available iText is not fit for Android. You can contact iText Sales department to know more about iText Android.