Job Collection

Post Reply
joaodaffonsojr
Member
Posts: 23
Joined: Wed Sep 08, 2021 4:36 pm

Job Collection

Post 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
User avatar
magnussandstrom
Advanced member
Posts: 342
Joined: Thu Jul 30, 2020 6:34 pm
Location: Sweden
Contact:

Re: Job Collection

Post 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).
joaodaffonsojr
Member
Posts: 23
Joined: Wed Sep 08, 2021 4:36 pm

Re: Job Collection

Post 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).
Post Reply