Page 1 of 1

Job Collection

Posted: Thu Jan 12, 2023 3:50 pm
by joaodaffonsojr
Hi !

I was testing job collection and upload some PDFs.
After processing them they got stucked.
Where can I delete these pdfs ?

thanks

Re: Job Collection

Posted: Thu Jan 12, 2023 10:38 pm
by magnussandstrom
I'm not sure that this will solve your issue but maybe:

You can delete 'ghost jobs' in PDF Review with this API with your web browser:

Code: Select all

http://192.168.0.0:8080/switch?delete=[{"file":"6fb79d6611854d459f57c07e8b99c439"}]
Change the IP to the IP of your PDF Review server and change 6fb79d6611854d459f57c07e8b99c439 to your PDF Review job ID (you can find it in Switch Messages).

Paste the url in your browser and hit enter (nothing will show, but this should delete the stucked PDF Review job).

Re: Job Collection

Posted: Fri Jan 13, 2023 6:24 pm
by joaodaffonsojr
Hi !

Just tried but didn´t worked :cry:

thanks anyway


magnussandstrom wrote: Thu Jan 12, 2023 10:38 pm I'm not sure that this will solve your issue but maybe:

You can delete 'ghost jobs' in PDF Review with this API with your web browser:

Code: Select all

http://192.168.0.0:8080/switch?delete=[{"file":"6fb79d6611854d459f57c07e8b99c439"}]
Change the IP to the IP of your PDF Review server and change 6fb79d6611854d459f57c07e8b99c439 to your PDF Review job ID (you can find it in Switch Messages).

Paste the url in your browser and hit enter (nothing will show, but this should delete the stucked PDF Review job).