0

I need to know where the page breaks are in the output file?

gs -dSAFER -dBATCH -dNOPAUSE -sDEVICE=txtwrite -sOutputFile=output.txt input.PDF 

**Sorry about my english.

Marc.Adans
  • 203
  • 2
  • 4

1 Answers1

0

There are no page breaks in the output file. Use -sOutputFile=output%d.txt to get each page in a separate file.

KenS
  • 30,202
  • 3
  • 34
  • 51