Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

PDF Generation from command line

Hi, I want to generate a pdf with a command line. I'm reloading inside the application and it generate the pdf perfectly.

But when I use this command line: "C:\Program Files\QlikView\QV.exe" /R /vvCreatePDF=1 /NoSecurity E:\Produccion\QlikViewStorage\Admisiones\Aplicaciones\Admisiones_Reporte.qvw, I have a problem, the aplicattion reload perfect, but when it has to generate the pdf the status is SPOOLING so it doesn´t generate it.

Any ideas???

Labels (1)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Try to use two separate command lines in a batch, one is for reload:
C:\Program Files\QlikView\QV.exe" /R... (no /vvCreatePDF=1 here)
another for PDF:
C:\Program Files\QlikView\QV.exe" /vvCreatePDF=1... (no /R here)

View solution in original post

3 Replies
Anonymous
Not applicable
Author

Try to use two separate command lines in a batch, one is for reload:
C:\Program Files\QlikView\QV.exe" /R... (no /vvCreatePDF=1 here)
another for PDF:
C:\Program Files\QlikView\QV.exe" /vvCreatePDF=1... (no /R here)

Not applicable
Author

It works, When I try with this line: C:\Program Files\QlikView\QV.exe" /vvCreatePDF=1 without /R

Many thanks Michael

Not applicable
Author

Hello

I have the same problem of SPOOLING

How can it possible to run in batch mode the 2 commands ?

C:\Program Files\QlikView\QV.exe" /R "file.qvw"

C:\Program Files\QlikView\QV.exe" /vvCreatePDF=1 "file.qvw"

If I run qv without /R qlikview start and remains open without close itself

Regards

Oronzo