Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created May 2, 2019 01:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/d91bae795dc7ff654ba71d4b3de183a1 to your computer and use it in GitHub Desktop.
Save ryantm/d91bae795dc7ff654ba71d4b3de183a1 to your computer and use it in GitHub Desktop.
/nix/store/2jhpy23fg386zpfxrswwnl2fzak9c0z5-poppler-utils-0.76.0
├── bin
│   ├── pdfattach
│   ├── pdfdetach
│   ├── pdffonts
│   ├── pdfimages
│   ├── pdfinfo
│   ├── pdfseparate
│   ├── pdfsig
│   ├── pdftocairo
│   ├── pdftohtml
│   ├── pdftoppm
│   ├── pdftops
│   ├── pdftotext
│   └── pdfunite
├── lib
│   ├── libpoppler-cpp.so -> libpoppler-cpp.so.0
│   ├── libpoppler-cpp.so.0 -> libpoppler-cpp.so.0.7.0
│   ├── libpoppler-cpp.so.0.7.0
│   ├── libpoppler-glib.so -> libpoppler-glib.so.8
│   ├── libpoppler-glib.so.8 -> libpoppler-glib.so.8.12.0
│   ├── libpoppler-glib.so.8.12.0
│   ├── libpoppler.so -> libpoppler.so.87
│   ├── libpoppler.so.87 -> libpoppler.so.87.0.0
│   └── libpoppler.so.87.0.0
└── share
└── man
└── man1
├── pdfattach.1.gz
├── pdfdetach.1.gz
├── pdffonts.1.gz
├── pdfimages.1.gz
├── pdfinfo.1.gz
├── pdfseparate.1.gz
├── pdfsig.1.gz
├── pdftocairo.1.gz
├── pdftohtml.1.gz
├── pdftoppm.1.gz
├── pdftops.1.gz
├── pdftotext.1.gz
└── pdfunite.1.gz
5 directories, 35 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment