'Need help to write regex to earch for this string: "/Type/Font"

I appeal to those fluent in regex: it would take you less then a minute to give me the anwser, but I spent ALL DAY looking for solution. Tried the regex online testing, blogs and Google, but something is not lining up for me, sorry.

I need to use this to find a string in PDF file using findstr in command line.

I need to seach for /Type/Font or /Type /Font and ideally that neither is followed immediately by >> or << (/Type/Font>> etc..)

I tried \/Type.*Font\/ but I find nothing, without forward slash I find too many.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source