How to pull all pdfs from PDM?
I don't use solidworks myself, I am a programmer for a company that uses solidworks. I was tasked with pulling pdfs from our PDM server into a separate server we have, that is on the same network. Initially, I had set up a share for our other server to be able to read the PDM folder, and using the file paths stored in the PDM database, I was going to have a service pull those files and put them into the non PDM server. I did this, however I realized very few of the pdfs from the file paths from the PDM database actually existed. From searching/talking to ai, it seems that this is because only cached files remain in the PDM vault, and the other PDFs are just binaries stored in a way that only solidworks can read. So that plan seemed to have failed.
What are my options to achieve this, if any?