我知道有一份类似问题的清单,但所有处理网页都没有用户互动(尽管有些j可能存在,但平息不动)。
假设我们有一个用户可以互动的页面(例如, svg 多于更改,或有解码-内容变化的 html 表格)。这些互动会改变页面。在输入问题时,同样会发生堆叠流...
想法是添加一个按钮, “ 转换到 pdf ”, 取用 html 的状态, 然后向用户发送 pdf 版本( 我们浏览 Java 服务器 ) 。
使用浏览器的打印不是我要寻找的答案:-) 。
这是月亮上的棍子吗?
我知道有一份类似问题的清单,但所有处理网页都没有用户互动(尽管有些j可能存在,但平息不动)。
假设我们有一个用户可以互动的页面(例如, svg 多于更改,或有解码-内容变化的 html 表格)。这些互动会改变页面。在输入问题时,同样会发生堆叠流...
想法是添加一个按钮, “ 转换到 pdf ”, 取用 html 的状态, 然后向用户发送 pdf 版本( 我们浏览 Java 服务器 ) 。
使用浏览器的打印不是我要寻找的答案:-) 。
这是月亮上的棍子吗?
您需要存储生成 HTML 视图的参数( 即用户点击的参数、 选择的参数等 ) 。 如果您可以拥有生成 HTML 视图的参数列表, 您可以使用一种方法来接受参数列表( JSON 日志 ), 生成 HTML 视图并将其传递到您的 PDF 生成程序 。 我对此不太熟悉 Java 库, 但是 PHP 拥有 TPDF 的 TPDF 可以使用 html 输出来为您创建 PDF 。 当然, 有 Java 库可以允许您做同样的事情, 或者您可以使用这些参数来获取一个可以循环并使用您选择的 PDF 库输出的行/ 列表 。
既有“强”的TextPDF 强”又有“强”的应用程序。PDF 强”允许你这样做(我曾看到两个不同的项目使用过),但“强”没有魔法,你必须做一些工作。
这些步骤大致如下:
我也建议医生Raptor, 一种HTML 给PDF API, 由我的公司,预期行为。
DocRaptor利用XML王子生产PDFs, 从而产生比类似产品质量更高的结果。
使用我们的服务将 PDF 生成添加到您自己的网络应用程序中, 就像向服务器提出 HTTP POST 请求一样简单 。
请在此链接到DocRaptors的主页 :
< a href=> "http://docraptor.com/" rel="no follow" >DocRaptor
和我们的API文件的链接:
I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....
I have a div <div id="masterdiv"> which has several child <div>s. Example: <div id="masterdiv"> <div id="childdiv1" /> <div id="childdiv2" /> <div id="...
I m writing a php script to crop an image. The script overwrites the old image with the new one, but when I reload the page (which is supposed to pickup the new image) I still see the old one. ...
<form><input type="file" name="first" onchange="jsFunction(2);"> <input type="file" name="second" onchange="jsFunction(3);"</form> Possible to pass just numbers to the js ...
So I ve got a menu with a hover/selected state and it loads fine in IE6/IE7. However when I scroll down the page and put the element outside of the viewport and then back in I get a broken image! I ...
I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...
Is it possible to reload a form after file-input change? I have a form where the user can chose an image for upload. I also have a php script which displays that image resized. I only wonder if it ...
I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!