Answered
Creating AVGrafSelect via python and com
I'm trying to select a rectangular area of a page via python, but I can't manage to do it. From what I've read, a rectangular selection is an AVGrafSelect object, but the command
selection = Dispatch("AcroExch.AVGrafSelect")is resulting in the error message 'Invalid class string'. What am I doing wrong? How do I make an AVGrafSelect object?
