我想通过API获取PDF内容,wpsObj.WordApplication().ActiveDocument.Range好像只支持word
您好,PDF没有Range api 。 可以尝试通过GetTextSelection 来获取用户选中的内容。