Hi,
I have checked online on the documentation site and cannot find any information regarding this: I am trying to create PDF file using an ASPX URL with parameters. Example of the URL: http://testsite/generatefile.aspx?Code1=1&Code2=2&Code3=3
When I execute "prince -i http://testsite/generatefile.aspx?Code1=1&Code2=2&Code3=3 -o c:\testpdf.pdf" the following errors were returned:
'Code1' is not recognized as an internal or external command, operable program or batch file.
'Code2' is not recognized as an internal or external command, operable program or batch file.
'Code3' is not recognized as an internal or external command, operable program or batch file.
Does this mean that Prince is unable to process dynamic files and can only process static HTML and (static/dynamic) XML files?
Thanks.
I have checked online on the documentation site and cannot find any information regarding this: I am trying to create PDF file using an ASPX URL with parameters. Example of the URL: http://testsite/generatefile.aspx?Code1=1&Code2=2&Code3=3
When I execute "prince -i http://testsite/generatefile.aspx?Code1=1&Code2=2&Code3=3 -o c:\testpdf.pdf" the following errors were returned:
'Code1' is not recognized as an internal or external command, operable program or batch file.
'Code2' is not recognized as an internal or external command, operable program or batch file.
'Code3' is not recognized as an internal or external command, operable program or batch file.
Does this mean that Prince is unable to process dynamic files and can only process static HTML and (static/dynamic) XML files?
Thanks.