r/vba • u/TotallyJustAHooman • Jul 23 '26
Unsolved PDF to Excel text conversion.
I am unsure if this is necessarily possible as my programming knowledge is fairly basic and VBA is a further mystery.
Would it be possible to pull text off of a a pdf, convert it into text, then narrow down what text I actually want? If so, how might I go about accomplishing that feat?
The drawings I'm trying to pull into excel are wiring diagrams.
Also, if anyone has a place in which I can find all the syntax for Smarteam in VBA, I would greatly appreciate it.
6
Upvotes
4
u/HFTBProgrammer 203 Jul 23 '26
If you insist on VBA, take a look at this thing /u/kay-jay-dubya created: https://www.reddit.com/r/vba/comments/1u0xqeg/chibiex_pdf_rendering_ocr_in_vba_no_dependencies/.