Guest User

Untitled

a guest
Jul 18th, 2018
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.56 KB | None | 0 0
  1. /nix/store/a1a8b9iwmsrbw40m25sg0dam7fwhkzhk-podofo-0.9.6
  2. ├── bin
  3. │   ├── podofobox
  4. │   ├── podofocolor
  5. │   ├── podofocountpages
  6. │   ├── podofocrop
  7. │   ├── podofoencrypt
  8. │   ├── podofogc
  9. │   ├── podofoimg2pdf
  10. │   ├── podofoimgextract
  11. │   ├── podofoimpose
  12. │   ├── podofoincrementalupdates
  13. │   ├── podofomerge
  14. │   ├── podofopages
  15. │   ├── podofopdfinfo
  16. │   ├── podofosign
  17. │   ├── podofotxt2pdf
  18. │   ├── podofotxtextract
  19. │   ├── podofouncompress
  20. │   └── podofoxmp
  21. ├── include
  22. │   └── podofo
  23. │   ├── base
  24. │   │   ├── Pdf3rdPtyForwardDecl.h
  25. │   │   ├── PdfArray.h
  26. │   │   ├── PdfCanvas.h
  27. │   │   ├── PdfColor.h
  28. │   │   ├── PdfCompilerCompat.h
  29. │   │   ├── PdfCompilerCompatPrivate.h
  30. │   │   ├── PdfContentsTokenizer.h
  31. │   │   ├── PdfData.h
  32. │   │   ├── PdfDataType.h
  33. │   │   ├── PdfDate.h
  34. │   │   ├── PdfDefines.h
  35. │   │   ├── PdfDefinesPrivate.h
  36. │   │   ├── PdfDictionary.h
  37. │   │   ├── PdfEncodingFactory.h
  38. │   │   ├── PdfEncoding.h
  39. │   │   ├── PdfEncrypt.h
  40. │   │   ├── PdfError.h
  41. │   │   ├── PdfExtension.h
  42. │   │   ├── PdfFileStream.h
  43. │   │   ├── PdfFilter.h
  44. │   │   ├── PdfFiltersPrivate.h
  45. │   │   ├── PdfImmediateWriter.h
  46. │   │   ├── PdfInputDevice.h
  47. │   │   ├── PdfInputStream.h
  48. │   │   ├── PdfLocale.h
  49. │   │   ├── PdfMemoryManagement.h
  50. │   │   ├── PdfMemStream.h
  51. │   │   ├── PdfName.h
  52. │   │   ├── PdfObject.h
  53. │   │   ├── PdfObjectStreamParserObject.h
  54. │   │   ├── PdfOutputDevice.h
  55. │   │   ├── PdfOutputStream.h
  56. │   │   ├── PdfParser.h
  57. │   │   ├── PdfParserObject.h
  58. │   │   ├── PdfRect.h
  59. │   │   ├── PdfRefCountedBuffer.h
  60. │   │   ├── PdfRefCountedInputDevice.h
  61. │   │   ├── PdfReference.h
  62. │   │   ├── PdfStream.h
  63. │   │   ├── PdfString.h
  64. │   │   ├── PdfTokenizer.h
  65. │   │   ├── PdfVariant.h
  66. │   │   ├── PdfVecObjects.h
  67. │   │   ├── PdfVersion.h
  68. │   │   ├── PdfWriter.h
  69. │   │   ├── PdfXRef.h
  70. │   │   ├── PdfXRefStream.h
  71. │   │   ├── PdfXRefStreamParserObject.h
  72. │   │   ├── podofoapi.h
  73. │   │   ├── podofo_config.h
  74. │   │   └── util
  75. │   │   ├── PdfMutex.h
  76. │   │   ├── PdfMutexImpl_noop.h
  77. │   │   ├── PdfMutexImpl_pthread.h
  78. │   │   ├── PdfMutexImpl_win32.h
  79. │   │   └── PdfMutexWrapper.h
  80. │   ├── doc
  81. │   │   ├── PdfAcroForm.h
  82. │   │   ├── PdfAction.h
  83. │   │   ├── PdfAnnotation.h
  84. │   │   ├── PdfCMapEncoding.h
  85. │   │   ├── PdfContents.h
  86. │   │   ├── PdfDestination.h
  87. │   │   ├── PdfDifferenceEncoding.h
  88. │   │   ├── PdfDocument.h
  89. │   │   ├── PdfElement.h
  90. │   │   ├── PdfEncodingObjectFactory.h
  91. │   │   ├── PdfExtGState.h
  92. │   │   ├── PdfField.h
  93. │   │   ├── PdfFileSpec.h
  94. │   │   ├── PdfFontCache.h
  95. │   │   ├── PdfFontCID.h
  96. │   │   ├── PdfFontConfigWrapper.h
  97. │   │   ├── PdfFontFactoryBase14Data.h
  98. │   │   ├── PdfFontFactory.h
  99. │   │   ├── PdfFont.h
  100. │   │   ├── PdfFontMetricsBase14.h
  101. │   │   ├── PdfFontMetricsFreetype.h
  102. │   │   ├── PdfFontMetrics.h
  103. │   │   ├── PdfFontMetricsObject.h
  104. │   │   ├── PdfFontSimple.h
  105. │   │   ├── PdfFontTrueType.h
  106. │   │   ├── PdfFontTTFSubset.h
  107. │   │   ├── PdfFontType1Base14.h
  108. │   │   ├── PdfFontType1.h
  109. │   │   ├── PdfFontType3.h
  110. │   │   ├── PdfFunction.h
  111. │   │   ├── PdfHintStream.h
  112. │   │   ├── PdfIdentityEncoding.h
  113. │   │   ├── PdfImage.h
  114. │   │   ├── PdfInfo.h
  115. │   │   ├── PdfMemDocument.h
  116. │   │   ├── PdfNamesTree.h
  117. │   │   ├── PdfOutlines.h
  118. │   │   ├── PdfPage.h
  119. │   │   ├── PdfPagesTreeCache.h
  120. │   │   ├── PdfPagesTree.h
  121. │   │   ├── PdfPainter.h
  122. │   │   ├── PdfPainterMM.h
  123. │   │   ├── PdfShadingPattern.h
  124. │   │   ├── PdfSignatureField.h
  125. │   │   ├── PdfSignOutputDevice.h
  126. │   │   ├── PdfStreamedDocument.h
  127. │   │   ├── PdfTable.h
  128. │   │   ├── PdfTilingPattern.h
  129. │   │   └── PdfXObject.h
  130. │   ├── podofo-base.h
  131. │   └── podofo.h
  132. ├── lib
  133. │   ├── libpodofo.so -> libpodofo.so.0.9.6
  134. │   ├── libpodofo.so.0.9.6
  135. │   └── pkgconfig
  136. │   └── libpodofo-0.pc
  137. ├── nix-support
  138. │   └── propagated-build-inputs
  139. └── share
  140. └── man
  141. └── man1
  142. ├── podofobox.1.gz
  143. ├── podofocolor.1.gz
  144. ├── podofocountpages.1.gz
  145. ├── podofocrop.1.gz
  146. ├── podofoencrypt.1.gz
  147. ├── podofogc.1.gz
  148. ├── podofoimg2pdf.1.gz
  149. ├── podofoimgextract.1.gz
  150. ├── podofoimpose.1.gz
  151. ├── podofoincrementalupdates.1.gz
  152. ├── podofomerge.1.gz
  153. ├── podofopages.1.gz
  154. ├── podofopdfinfo.1.gz
  155. ├── podofotxt2pdf.1.gz
  156. ├── podofotxtextract.1.gz
  157. ├── podofouncompress.1.gz
  158. └── podofoxmp.1.gz
  159.  
  160. 12 directories, 145 files
Add Comment
Please, Sign In to add comment