ksimpson61
Registered User.
- Local time
- Today, 14:26
- Joined
- Sep 8, 2016
- Messages
- 36
I have a table that has a text field for a URL. The URL is a pdf and I would like to save this pdf as an image (jpg or gif, doesn't matter). I have about 180 records in the table so I need to set up a loop that will go through each record, open the url, convert to image and save the image to a folder. I could do this manually, but the pdfs are updated periodically, so I want to be able to just click a button and go through this loop before I run a report to ensure I have the most up-to-date image.
I have found code to loop through a recordset, code to open a pdf and save to a different type, and code to follow a hyperlink, but I can't seem to put this all together myself. Any help would be greatly appreciated.
I have found code to loop through a recordset, code to open a pdf and save to a different type, and code to follow a hyperlink, but I can't seem to put this all together myself. Any help would be greatly appreciated.