Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created April 11, 2020 04:28
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 r-ryantm/3943dae79a7e020922516c87d5112abd to your computer and use it in GitHub Desktop.
Save r-ryantm/3943dae79a7e020922516c87d5112abd to your computer and use it in GitHub Desktop.
/nix/store/0wylqhh6pla8r84v2sg8mv87x7j0szx1-qpdf-10.0.0
├── bin
│   ├── fix-qdf
│   ├── qpdf
│   └── zlib-flate
├── include
│   └── qpdf
│   ├── Buffer.hh
│   ├── BufferInputSource.hh
│   ├── ClosedFileInputSource.hh
│   ├── Constants.h
│   ├── DLL.h
│   ├── FileInputSource.hh
│   ├── InputSource.hh
│   ├── JSON.hh
│   ├── Pipeline.hh
│   ├── Pl_Buffer.hh
│   ├── Pl_Concatenate.hh
│   ├── Pl_Count.hh
│   ├── Pl_DCT.hh
│   ├── Pl_Discard.hh
│   ├── Pl_Flate.hh
│   ├── Pl_QPDFTokenizer.hh
│   ├── Pl_RunLength.hh
│   ├── Pl_StdioFile.hh
│   ├── PointerHolder.hh
│   ├── QIntC.hh
│   ├── QPDFAcroFormDocumentHelper.hh
│   ├── QPDFAnnotationObjectHelper.hh
│   ├── qpdf-c.h
│   ├── QPDFCryptoImpl.hh
│   ├── QPDFCryptoProvider.hh
│   ├── QPDFDocumentHelper.hh
│   ├── QPDFExc.hh
│   ├── QPDFFormFieldObjectHelper.hh
│   ├── QPDF.hh
│   ├── QPDFNameTreeObjectHelper.hh
│   ├── QPDFNumberTreeObjectHelper.hh
│   ├── QPDFObjectHandle.hh
│   ├── QPDFObjectHelper.hh
│   ├── QPDFObject.hh
│   ├── QPDFObjGen.hh
│   ├── QPDFOutlineDocumentHelper.hh
│   ├── QPDFOutlineObjectHelper.hh
│   ├── QPDFPageDocumentHelper.hh
│   ├── QPDFPageLabelDocumentHelper.hh
│   ├── QPDFPageObjectHelper.hh
│   ├── QPDFSystemError.hh
│   ├── QPDFTokenizer.hh
│   ├── QPDFWriter.hh
│   ├── QPDFXRefEntry.hh
│   ├── QTC.hh
│   ├── QUtil.hh
│   ├── RandomDataProvider.hh
│   └── Types.h
├── lib
│   ├── libqpdf.la
│   ├── libqpdf.so -> libqpdf.so.28.0.0
│   ├── libqpdf.so.28 -> libqpdf.so.28.0.0
│   ├── libqpdf.so.28.0.0
│   └── pkgconfig
│   └── libqpdf.pc
└── share
├── doc
│   └── qpdf
│   ├── qpdf-manual.html
│   ├── qpdf-manual.pdf
│   └── stylesheet.css
└── man
└── man1
├── fix-qdf.1.gz
├── qpdf.1.gz
└── zlib-flate.1.gz
10 directories, 62 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment