문제

When converting a PDF file to a sequence of JPG images, Ghostscript renders also the comment icons from Adobe Reader (see: http://i.stack.imgur.com/fvno3.png). Is there a way to somehow disable this behavior? Should I understand this as a bug or feature?

도움이 되었습니까?

해결책

Those are annotations. From the Ghostscript documentation in gs/use.htm, section 5 "Using Ghostscript with PDF files":

-dShowAnnots=false

Don't enumerate annotations associated with the page objects through Annots attribute. Annotations are shown by default.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top