metebalci / pdftitle

a utility to extract the title from a PDF file
GNU General Public License v3.0
131 stars 21 forks source link

getting syntax error #16

Closed petroanveshak closed 3 years ago

petroanveshak commented 3 years ago

image

pls advise why I could be getting this syntax error

metebalci commented 3 years ago

pdftitle is a program that can be executed from the shell. If you would like to use it like a module/library, you can use for example get_title_from_file method.

petroanveshak commented 3 years ago

thank u