Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Generate PDF by command line in Qlikview 8.5

Hi everyone,

I have read some post about generate PDF by command line but when I try to do it it doesnt work.

I have my document in here: C:\reports\print_pdf.qvw

And my Report ID is: RP01

When I execute this command line

"C:\Program Files\QlikView\QV.exe" /vvCreatePDF=RP01 /NoSecurity C:\reports\print_pdf.qvw

the document open I do nothing.

Whats is my mistake?

Thanks a lot

2 Replies
Not applicable
Author

Do you need to call QV first ie Call "C:\Program Files\QlikView\QV.exe" and run your qvw file in double quotes ie /r "C:\reports\print_pdf.qvw"? I usually test my command files under Command prompt to see if they work and the syntax can get pretty tricky sometimes.

Not applicable
Author

Hi Jeanne,

Thanks for your answer.

The problem is that if I run my document with /r "C:\reports\print_pdf.qvw" it spend a lot of time while it is reloading, and I´d like to get the pdf quickly and avoid run it.

Thanks.