Automated extraction of parts list from pdf to compile complete drawing package
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
pdf drawings are king at our company. When we creat a product, pdfs (and sometimes stp files) are generated and placed in folders organized numerically by part number.
Our challenge is that finding all the current pdfs for an assembly is not automated. Thus, to get all the current drawing pdfs, someone has to open up the top level pdf, read all the part numbers, go get/print the pdfs of the parts, subassemblies, subassembly parts, etc. This is time consuming and error prone and getting worse as the number of parts we always increasing.
I'd like to automate the process. I'm thinking about a program/script that:
- Extract parts list from pdf of Inventor assembly drawing
- Copy pdf of individual parts/subassemblies to a directory
- Merge all pdf for that assembly into single pdf
Has anyone done anyting similar? Have any advice? See any reason why it wouldn't work? Able to articulate why pdfs as king is a horrible idea?
Thanks,