输入字段并转换为pdf

时间:2022-05-02 16:32:59

i would like to know if anyone would have the answer for this sequence.

我想知道是否有人会有这个序列的答案。

on my android interface, i have 5 spinners that gather user inputs and then click send button that will send these inputs to a specific server. the server will receive these inputs and replace them into a template pdf to replace the blank fields on the pdf document. following that, the server will send back the completed pdf to the user's email id as an attachment.

在我的Android界面上,我有5个收集用户输入的微调器,然后单击发送按钮,将这些输入发送到特定的服务器。服务器将接收这些输入并将其替换为模板pdf以替换pdf文档上的空白字段。然后,服务器将完成的pdf作为附件发送回用户的电子邮件ID。

does anyone know how to script these sequences? much help appreciated.

有谁知道如何编写这些序列的脚本?非常感谢。

1 个解决方案

#1


0  

Use Flying Saucer to create PDF files. Flying Saucer takes XML or XHTML and applies CSS 2.1-compliant stylesheets to it, in order to render to PDF (via iText), images, and on-screen using Swing or SWT. The library implements (basically) the entirety of CSS 2.1 and aims to be fully compliant with the W3C specification; it includes a small handful of CSS 3 features.

使用Flying Saucer创建PDF文件。 Flying Saucer采用XML或XHTML并应用符合CSS 2.1的样式表,以便使用Swing或SWT渲染为PDF(通过iText),图像和屏幕。该库实现(基本上)整个CSS 2.1,旨在完全符合W3C规范;它包括一小部分CSS 3功能。

#1


0  

Use Flying Saucer to create PDF files. Flying Saucer takes XML or XHTML and applies CSS 2.1-compliant stylesheets to it, in order to render to PDF (via iText), images, and on-screen using Swing or SWT. The library implements (basically) the entirety of CSS 2.1 and aims to be fully compliant with the W3C specification; it includes a small handful of CSS 3 features.

使用Flying Saucer创建PDF文件。 Flying Saucer采用XML或XHTML并应用符合CSS 2.1的样式表,以便使用Swing或SWT渲染为PDF(通过iText),图像和屏幕。该库实现(基本上)整个CSS 2.1,旨在完全符合W3C规范;它包括一小部分CSS 3功能。