Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. $ brew search xpdf
  2. homebrew/x11/xpdf
  3. $ brew install homebrew/x11/xpdf
  4. ...
  5.  
  6. $ pdfinfo Main.pdf
  7. Title: Title
  8. Subject: Some subject
  9. Keywords:
  10. Author: Joe A. Bloggs
  11. Creator: LaTeX with hyperref package
  12. Producer: pdfTeX-1.40.16
  13. CreationDate: Tue Apr 12 18:59:38 2016
  14. ModDate: Tue Apr 12 18:59:38 2016
  15. Tagged: no
  16. Form: none
  17. Pages: 10
  18. Encrypted: no
  19. Page size: 595.276 x 841.89 pts (A4) (rotated 0 degrees)
  20. File size: 60057 bytes
  21. Optimized: no
  22. PDF version: 1.5
  23.  
  24. $ mdls Main.pdf
  25. kMDItemAuthors = (
  26. "Joe A. Bloggs"
  27. )
  28. kMDItemContentCreationDate = 2016-04-12 17:56:08 +0000
  29. kMDItemContentModificationDate = 2016-04-12 17:59:39 +0000
  30. kMDItemContentType = "com.adobe.pdf"
  31. kMDItemContentTypeTree = (
  32. "com.adobe.pdf",
  33. "public.data",
  34. "public.item",
  35. "public.composite-content",
  36. "public.content"
  37. )
  38.  
  39. kMDItemCreator = "LaTeX with hyperref package"
  40. kMDItemDateAdded = 2016-04-12 17:56:08 +0000
  41. kMDItemDescription = "Some subject"
  42. kMDItemDisplayName = "Main.pdf"
  43. kMDItemEncodingApplications = (
  44. "pdfTeX-1.40.16"
  45. )
  46. kMDItemFSContentChangeDate = 2016-04-12 17:59:39 +0000
  47. kMDItemFSCreationDate = 2016-04-12 17:56:08 +0000
  48. kMDItemFSCreatorCode = ""
  49. kMDItemFSFinderFlags = 0
  50. kMDItemFSHasCustomIcon = (null)
  51. kMDItemFSInvisible = 0
  52. kMDItemFSIsExtensionHidden = 0
  53. kMDItemFSIsStationery = (null)
  54. kMDItemFSLabel = 0
  55. kMDItemFSName = "Main.pdf"
  56. kMDItemFSNodeCount = (null)
  57. kMDItemFSOwnerGroupID = 20
  58. kMDItemFSOwnerUserID = 501
  59. kMDItemFSSize = 60057
  60. kMDItemFSTypeCode = ""
  61. kMDItemKind = "Portable Document Format (PDF)"
  62. kMDItemLastUsedDate = 2016-04-12 18:00:54 +0000
  63. kMDItemLogicalSize = 60057
  64. kMDItemNumberOfPages = 10
  65. kMDItemPageHeight = 841.89
  66. kMDItemPageWidth = 595.276
  67. kMDItemPhysicalSize = 61440
  68. kMDItemSecurityMethod = "None"
  69. kMDItemTitle = "Title"
  70. kMDItemUseCount = 3
  71. kMDItemUsedDates = (
  72. "2016-04-11 23:00:00 +0000"
  73. )
  74. kMDItemVersion = "1.5"
  75.  
  76. $ mdls -raw -name kMDItemNumberOfPages Main.pdf
  77. 10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement