Avatar of eagle3344
eagle3344
 asked on

PDF slideshow on a dynamic folder

I have an issue where I am trying to display PDF's in a certain folder via a slideshow, but also pick up new PDF's that are placed into that folder. I am currently using Irfanview with the PDF plugin to display the PDF slideshow, but new PDF's that are placed into the folder are not picked up and displayed. Does anyone know how this can be accomplished?
Adobe AcrobatSystem UtilitiesNetworking

Avatar of undefined
Last Comment
Joe Winograd

8/22/2022 - Mon
Joe Winograd

Are they all one-page PDFs? If not, do you want the slideshow to show just the first page of each PDF or all the pages of each PDF?
eagle3344

ASKER
They are all one page PDF's.
Joe Winograd

Are you using the IrfanView GUI or command line?
Experts Exchange has (a) saved my job multiple times, (b) saved me hours, days, and even weeks of work, and often (c) makes me look like a superhero! This place is MAGIC!
Walt Forbes
eagle3344

ASKER
hmmm...didn't realize there was a command line. I am using the GUI and running the slide show option on a loop.
ASKER CERTIFIED SOLUTION
Joe Winograd

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
eagle3344

ASKER
Thanks Joe, I will try that tomorrow and report back. I really appreciate your expertise!
Joe Winograd

You're welcome. Looking forward to your results tomorrow.
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
eagle3344

ASKER
hi joe!

That worked perfectly! I appreciate that.

I did find out today that i'm going to need to pull from two different directories. at a risk of showing how terrible I am at batch here is what I have:

@echo on
cls
:start
C:\progra~2\irfanview\i_view32.exe /slideshow=C:\Users\username\Dropbox\vehicle_inspection\Assembly /reloadonloop
C:\progra~2\irfanview\i_view32.exe /slideshow=C:\Users\username\Dropbox\vehicle_inspection\Assembly2 /reloadonloop
goto start

Everything works perfectly (even adding in the new files), but it only loops the first directory. Any ideas what I may be missing to add that second directory into the mix?

Either way you answered my original question and will give you the full amount, but was hoping you may see what I might be missing.

thanks again! it's greatly appreciated.
Joe Winograd

Put this option at the end of both commands (after /reloadonloop with a space between them):

/closeslideshow

That should do it.
eagle3344

ASKER
and that did do it! Joe, you are a lifesaver! I REALLY appreciate it!!!
Experts Exchange is like having an extremely knowledgeable team sitting and waiting for your call. Couldn't do my job half as well as I do without it!
James Murphy
eagle3344

ASKER
Joe's the man!
Joe Winograd

You're very welcome! I'm glad that works for you. And thanks to you for the kind words.