Inventor VBA forums are not really for task requests - for that try Fiverr.com
If you have a specific problem with some code you're writing, try sharing that and we can help.
To offer some general guidance - you'll need to do the following:
- open the iPart Factory file, then
- define PDF settings
- For each row in the iPart factory table:
- Activate iPart Model
- Generate PDF
You question is vague - so I've taken it literally here, as in you want a PDF (image) of each member of an iPart Factory.
If you have an iPart Factory with a drawing that represents it, then you'll need to do similar steps, except you'll open the Drawing containing the iPart Factory, set the drawing views to the first element in the factory, generate the PDF, then cycle to the next element and so on.
Hope that helps.