简体   繁体   English

如何同时打印多个网页?

[英]How can I print multiple webpages at the same time?

Right now the way I have it set up, there is a drop down of names for the user to click, each person is assigned anywhere from 0 to multiple forms (documents with specific information). 现在,按照我的设置方式,有一个下拉菜单供用户单击,每个人都可以从0分配到多种形式(带有特定信息的文档)。 The forms are created with html and are passed data through the url which populates certain fields with the persons information. 表单是使用html创建的,并通过url传递数据,该url用人员信息填充某些字段。 If they have multiple forms I want to print them all at once. 如果它们有多种形式,我想一次全部打印出来。 Is there a way to iterate through all the html documents so I can print them all at once. 有没有一种方法可以遍历所有html文档,因此我可以一次将它们全部打印出来。 Print preview seems to be a problem which I don't know if I can bypass. 打印预览似乎是一个问题,我不知道是否可以绕过。 Is there a way to append the html document on an iframe? 有没有一种方法可以将html文档附加到iframe上? Not one of them (the documents) but several on the same iframe so that when I try to print it, I would only have to deal with print preview once. 不是其中一个(文档),而是多个在同一iframe上,因此当我尝试打印时,只需要处理一次打印预览。

Basically I want to print multiple html documents easily and all at once. 基本上,我想轻松且一次全部打印多个html文档。

Any help would be appreciated. 任何帮助,将不胜感激。

If the webpages have a permisions to be load in iframe, you can use chrome extension to merge and print all opened tabs. 如果网页具有要在iframe中加载的权限,则可以使用chrome扩展程序合并并打印所有打开的标签页。

If they does not have, try this extention: 如果没有,请尝试以下扩展:

Website to PDF chrome extention 网站到PDF chrome扩展

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM