Guest User

Untitled

a guest
Jan 16th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. /nix/store/c6x2rl9xfxm15cxin6zaj53fdls3d8cz-qpdf-8.3.0
  2. ├── bin
  3. │   ├── fix-qdf
  4. │   ├── qpdf
  5. │   └── zlib-flate
  6. ├── include
  7. │   └── qpdf
  8. │   ├── Buffer.hh
  9. │   ├── BufferInputSource.hh
  10. │   ├── ClosedFileInputSource.hh
  11. │   ├── Constants.h
  12. │   ├── DLL.h
  13. │   ├── FileInputSource.hh
  14. │   ├── InputSource.hh
  15. │   ├── JSON.hh
  16. │   ├── Pipeline.hh
  17. │   ├── Pl_Buffer.hh
  18. │   ├── Pl_Concatenate.hh
  19. │   ├── Pl_Count.hh
  20. │   ├── Pl_DCT.hh
  21. │   ├── Pl_Discard.hh
  22. │   ├── Pl_Flate.hh
  23. │   ├── Pl_QPDFTokenizer.hh
  24. │   ├── Pl_RunLength.hh
  25. │   ├── Pl_StdioFile.hh
  26. │   ├── PointerHolder.hh
  27. │   ├── QPDFAcroFormDocumentHelper.hh
  28. │   ├── QPDFAnnotationObjectHelper.hh
  29. │   ├── qpdf-c.h
  30. │   ├── QPDFDocumentHelper.hh
  31. │   ├── QPDFExc.hh
  32. │   ├── QPDFFormFieldObjectHelper.hh
  33. │   ├── QPDF.hh
  34. │   ├── QPDFNameTreeObjectHelper.hh
  35. │   ├── QPDFNumberTreeObjectHelper.hh
  36. │   ├── QPDFObjectHandle.hh
  37. │   ├── QPDFObjectHelper.hh
  38. │   ├── QPDFObject.hh
  39. │   ├── QPDFObjGen.hh
  40. │   ├── QPDFOutlineDocumentHelper.hh
  41. │   ├── QPDFOutlineObjectHelper.hh
  42. │   ├── QPDFPageDocumentHelper.hh
  43. │   ├── QPDFPageLabelDocumentHelper.hh
  44. │   ├── QPDFPageObjectHelper.hh
  45. │   ├── QPDFSystemError.hh
  46. │   ├── QPDFTokenizer.hh
  47. │   ├── QPDFWriter.hh
  48. │   ├── QPDFXRefEntry.hh
  49. │   ├── QTC.hh
  50. │   ├── QUtil.hh
  51. │   ├── RandomDataProvider.hh
  52. │   └── Types.h
  53. ├── lib
  54. │   ├── libqpdf.la
  55. │   ├── libqpdf.so -> libqpdf.so.21.3.0
  56. │   ├── libqpdf.so.21 -> libqpdf.so.21.3.0
  57. │   ├── libqpdf.so.21.3.0
  58. │   └── pkgconfig
  59. │   └── libqpdf.pc
  60. └── share
  61. ├── doc
  62. │   └── qpdf
  63. │   ├── qpdf-manual.html
  64. │   ├── qpdf-manual.pdf
  65. │   └── stylesheet.css
  66. └── man
  67. └── man1
  68. ├── fix-qdf.1.gz
  69. ├── qpdf.1.gz
  70. └── zlib-flate.1.gz
  71.  
  72. 10 directories, 59 files
Add Comment
Please, Sign In to add comment