I need to solve my problem with printing of a lot of documents into one file and adding of these documents by batch.
I will try to explain:
I am using JIRA software for bug-tracking. For one project I have e.g. 50 open issues. Each issues has its' own web page. So I have e.g. following set of pages:
http://jira.mypage.com/project-ab/ab-1
http://jira.mypage.com/project-ab/ab-2
http://jira.mypage.com/project-ab/ab-3
http://jira.mypage.com/project-ab/ab-4
http://jira.mypage.com/project-ab/ab-5
http://jira.mypage.com/project-ab/ab-6
.............
http://jira.mypage.com/project-ab/ab-50
I need to print all these files into one PDF file.
Question: Is it possible somehow to add all these web pages into wait/collect window by batch action? I cannot click on each file - I have also projects with more than 1000 issues.
Thank you for help/
=============================================