user451555
user451555

Reputation: 308

Converting pdf to image - prevent text output

I know Ghostscript can translate pdf into png.

Can you tell which lines in the source code to comment out so that blocks with text are simply skipped (ignored) when converting pdf to png.

Upvotes: 0

Views: 104

Answers (1)

KenS
KenS

Reputation: 31141

Don't modify the source. Instead use -dFILTERTEXT which will drop text rather than rendering it. See here

Upvotes: 1

Related Questions