I'm trying to create a single pdf from multiple source files, using the ActiveX/COM interface. Is there a way to do this?
I can't get any of the following syntaxes to work:
pr.Convert("full_url_1 full_url_2",pdf_path)
//multiple urls separated by spaces as a single argument
pr.Convert("full_url_1,full_url_2",pdf_path)
//multiple urls separated by commas as a single argument
pr.Convert("full_url_1","full_url_2",pdf_path)
//urls as separate arguments
If the above is not possible, could you show me how to do what I want by using ASP to run command-line Prince? Tips on setting IIS 6 permissions to allow this are welcome.
Whichever way I do it, I'd like to put page breaks in the pdf between content from different files.
Thanks
I can't get any of the following syntaxes to work:
pr.Convert("full_url_1 full_url_2",pdf_path)
//multiple urls separated by spaces as a single argument
pr.Convert("full_url_1,full_url_2",pdf_path)
//multiple urls separated by commas as a single argument
pr.Convert("full_url_1","full_url_2",pdf_path)
//urls as separate arguments
If the above is not possible, could you show me how to do what I want by using ASP to run command-line Prince? Tips on setting IIS 6 permissions to allow this are welcome.
Whichever way I do it, I'd like to put page breaks in the pdf between content from different files.
Thanks