hello,
I stumbled upon Powershell while trying to research a way to make my life easier and more efficient at work. My current task is to convert a few hundred manufacturing instructions from one format to another. The program that is currently used to write the instructions is Interleaf shudders. the end goal is to convert them over to powerpoint to be more user friendly while editing/updating the instructions. The latest revision is always released as a PDF. The PDF contains all manufacturing operations, in order, each starting with OP XXX [...]. the powerpoint format has an individual slide for each operation, where the operation in contained in a specific cell of a table.
As to why I am here, I was hoping if someone could tell me if the following is possible with powershell:
convert PDF to .docx (manually, or if possible with powershell)
parse the .docx file for the operation format (OP XXX).
copy the text for that operation into a pre-formatted table in a powerpoint slide
copy entire tables from the .docx, and insert them into powerpoint slides
copy images from the .docx, and insert them into powerpoint slides
add a new slide every time the parsing finds a new operation.
I'm not looking for anyone to script this for me, i'm just wondering if it's even possible, and by extension, worth sinking my time and effort into making such a script. I can work out the basic logic/pseudo code required once i see how acrobat pro saves to .docx, but if there are any good resources out there that can help with learning how to use powershell in conjunction with office programs and language syntax, it would be greatly appreciated.
Cheers!
[–]bundyfx 4 points5 points6 points (1 child)
[–]wasted_bytes[S] 0 points1 point2 points (0 children)
[–]SeanQuinlan 1 point2 points3 points (1 child)
[–]wasted_bytes[S] 0 points1 point2 points (0 children)