Hooks in ghostscript

Posted by anon on Stack Overflow See other posts from Stack Overflow or by anon
Published on 2010-04-11T20:29:41Z Indexed on 2010/04/11 20:33 UTC
Read the original article Hit count: 374

Filed under:

Anyone know the right places to hook into ghostscript, so that when interpreting a ps file, I can get logs of all calls of the form:

draw_character(float x, float y, string font_name, int char_id); ?

Basically I want to take a postscript file, and get a list of where all characters are drawn to the screen.

Thanks!

© Stack Overflow or respective owner

Related posts about ghostscript