Rotating, counting Multipage tiffs and PDFs
Can anyone tell me how to, or where to look, rotate and count tiff images? I also need to count pages in PDFs. I believe I should use ADO for the connection and look at the properties for page counts and rotating. I've use MS Access 97, 2003 to write VBA codes so I'm not a complete newbie but I am out of my league as far as skill set goes on this one. Any advise would be most welcomed.
Re: Rotating, counting Multipage tiffs and PDFs
Count tiff images in a folder shouldn't be a problem.
Rotating them might be.
I think you may need an API or you'd need to know how to make the tiff into a chunk of memory then run through the memory a different way to rotate it.
API being someone elses coding to manipulate Tiffs.
Same for Pdfs using an API call - not sure which one and licencing issues, probably adobe would be the best bet for pdfs, possibly you can use the reader api calls. Again, go to adobe or search online for help.
Good luck