Search code examples
pdfcommand-linecopying

How to find whether the content copying of pdf file is allowed or not?


How to find whether content copying of a pdf file is enabled or not in command line.


Solution

  • Try the community release of cpdf

    cpdf -info file.pdf
    

    And look at the contents of the "Permissions" line.