I have a request to create a batch print program that will print the contents of a web page as well any PDF documents that are linked to the page.
For example a user fills out a contact information web form and uploads a resume to the site. I would like to create a method that will print the user's contact information and his pdf resume all in one step. The interface will be an ASP.net web page and the PDFs will be stored in a SQL Server table.
Has anyone tried this before?
Eric
For example a user fills out a contact information web form and uploads a resume to the site. I would like to create a method that will print the user's contact information and his pdf resume all in one step. The interface will be an ASP.net web page and the PDFs will be stored in a SQL Server table.
Has anyone tried this before?
Eric