如何在 android 中使用 nig iText 库创建 PDF 并添加内容...?

发布于 2024-11-06 12:19:37 字数 261 浏览 0 评论 0原文

我正在使用 iText 库创建 PDF 文档。 我能够以编程方式创建内容并将其添加到文档中,例如“new Paragraph("This is new pdf")”。 我的问题是

  1. 我可以添加 内容通过在 文档并将其保存为 PDF 使用 iText 库?就像我们一样 创建 Word 文档...?
  2. 假设如果我想在我的 文件,这将通过选择来完成 我的外部存储中的图像 使用对话框...?
  3. 是否可以使用 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

  1. 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...?
  2. 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...?
  3. Is it possible using iText library in
    andriod...?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

只想待在家 2024-11-13 12:19:37

这是多个问题。我会尝试全部回答。然而,似乎所有问题的答案都是,首先尝试、研究、了解 iText 是什么,然后提出问题

但我的问题是我可以添加
输入内容
文档并将其保存为 PDF 使用
iText 库?就像我们正在创造的
Word 文档...?

不,你必须以编程方式进行。 iText 不是像 Adob​​e Acrobat 或其他 GUI-PDF 编辑器那样的所见即所得工具。

假设如果我想在文档中插入图像,可以通过使用对话框从外部存储中选择图像来完成...

如果您创建对话框和代码逻辑以将其添加到 iText 中的 PDF方式是可能的。

是否可以使用 iText 库
安卓...?

一般可用的 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

but my question is can i able to add
the contents by typing something in
the document and save it as PDF using
iText library? like we are creating
word documents...?

No, you have to do it programmatic. iText is not a WYSIWYG tool like Adobe Acrobat or other GUI-PDF Editors.

suppose if i want to insert a image in my document, it will be done by picking an image from my External storage using a dialog box...

If you create the dialog box and the code logic to add it to a PDF in the iText way it is possible.

is it possible using iText library in
android...?

The general available iText is not fit for Android. You can contact iText Sales department to know more about iText Android.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文