jpdfcat.rst 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. .. RST source for jpdfcat(1) man page. Convert with:
  2. .. rst2man.py jpdfcat.rst > jpdfcat.1
  3. .. rst2man.py comes from the SBo development/docutils package.
  4. .. |version| replace:: 0.6.0
  5. .. |date| date::
  6. =======
  7. jpdfcat
  8. =======
  9. ----------------------------------------------------
  10. extract and print the text content in a PDF document
  11. ----------------------------------------------------
  12. :Manual section: 1
  13. :Manual group: SlackBuilds.org
  14. :Date: |date|
  15. :Version: |version|
  16. SYNOPSIS
  17. ========
  18. jpdfcat [*-P pass*] **filename.pdf**
  19. DESCRIPTION
  20. ===========
  21. **jpdfcat** extracts and prints the text content in a PDF document. It's
  22. part of the **jfbview** suite.
  23. OPTIONS
  24. =======
  25. -P,--password=pass
  26. Unlock PDF document with the given password.
  27. -h,--help
  28. Show built-in help message.
  29. COPYRIGHT
  30. =========
  31. jpdfcat is distributed under the Apache License v2.
  32. AUTHORS
  33. =======
  34. jpdfcat was written by Chuan Ji.
  35. This man page written for the SlackBuilds.org project
  36. by B. Watson, and is licensed under the WTFPL.
  37. SEE ALSO
  38. ========
  39. **jfbview**\(1), **jpdfgrep**\(1), **pdftotext**\(1)