Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 18, 2018 15:53
Show Gist options
  • Save ryantm/a969fc6ac97d9f12a657019acc639ea9 to your computer and use it in GitHub Desktop.
Save ryantm/a969fc6ac97d9f12a657019acc639ea9 to your computer and use it in GitHub Desktop.
/nix/store/a1a8b9iwmsrbw40m25sg0dam7fwhkzhk-podofo-0.9.6
├── bin
│   ├── podofobox
│   ├── podofocolor
│   ├── podofocountpages
│   ├── podofocrop
│   ├── podofoencrypt
│   ├── podofogc
│   ├── podofoimg2pdf
│   ├── podofoimgextract
│   ├── podofoimpose
│   ├── podofoincrementalupdates
│   ├── podofomerge
│   ├── podofopages
│   ├── podofopdfinfo
│   ├── podofosign
│   ├── podofotxt2pdf
│   ├── podofotxtextract
│   ├── podofouncompress
│   └── podofoxmp
├── include
│   └── podofo
│   ├── base
│   │   ├── Pdf3rdPtyForwardDecl.h
│   │   ├── PdfArray.h
│   │   ├── PdfCanvas.h
│   │   ├── PdfColor.h
│   │   ├── PdfCompilerCompat.h
│   │   ├── PdfCompilerCompatPrivate.h
│   │   ├── PdfContentsTokenizer.h
│   │   ├── PdfData.h
│   │   ├── PdfDataType.h
│   │   ├── PdfDate.h
│   │   ├── PdfDefines.h
│   │   ├── PdfDefinesPrivate.h
│   │   ├── PdfDictionary.h
│   │   ├── PdfEncodingFactory.h
│   │   ├── PdfEncoding.h
│   │   ├── PdfEncrypt.h
│   │   ├── PdfError.h
│   │   ├── PdfExtension.h
│   │   ├── PdfFileStream.h
│   │   ├── PdfFilter.h
│   │   ├── PdfFiltersPrivate.h
│   │   ├── PdfImmediateWriter.h
│   │   ├── PdfInputDevice.h
│   │   ├── PdfInputStream.h
│   │   ├── PdfLocale.h
│   │   ├── PdfMemoryManagement.h
│   │   ├── PdfMemStream.h
│   │   ├── PdfName.h
│   │   ├── PdfObject.h
│   │   ├── PdfObjectStreamParserObject.h
│   │   ├── PdfOutputDevice.h
│   │   ├── PdfOutputStream.h
│   │   ├── PdfParser.h
│   │   ├── PdfParserObject.h
│   │   ├── PdfRect.h
│   │   ├── PdfRefCountedBuffer.h
│   │   ├── PdfRefCountedInputDevice.h
│   │   ├── PdfReference.h
│   │   ├── PdfStream.h
│   │   ├── PdfString.h
│   │   ├── PdfTokenizer.h
│   │   ├── PdfVariant.h
│   │   ├── PdfVecObjects.h
│   │   ├── PdfVersion.h
│   │   ├── PdfWriter.h
│   │   ├── PdfXRef.h
│   │   ├── PdfXRefStream.h
│   │   ├── PdfXRefStreamParserObject.h
│   │   ├── podofoapi.h
│   │   ├── podofo_config.h
│   │   └── util
│   │   ├── PdfMutex.h
│   │   ├── PdfMutexImpl_noop.h
│   │   ├── PdfMutexImpl_pthread.h
│   │   ├── PdfMutexImpl_win32.h
│   │   └── PdfMutexWrapper.h
│   ├── doc
│   │   ├── PdfAcroForm.h
│   │   ├── PdfAction.h
│   │   ├── PdfAnnotation.h
│   │   ├── PdfCMapEncoding.h
│   │   ├── PdfContents.h
│   │   ├── PdfDestination.h
│   │   ├── PdfDifferenceEncoding.h
│   │   ├── PdfDocument.h
│   │   ├── PdfElement.h
│   │   ├── PdfEncodingObjectFactory.h
│   │   ├── PdfExtGState.h
│   │   ├── PdfField.h
│   │   ├── PdfFileSpec.h
│   │   ├── PdfFontCache.h
│   │   ├── PdfFontCID.h
│   │   ├── PdfFontConfigWrapper.h
│   │   ├── PdfFontFactoryBase14Data.h
│   │   ├── PdfFontFactory.h
│   │   ├── PdfFont.h
│   │   ├── PdfFontMetricsBase14.h
│   │   ├── PdfFontMetricsFreetype.h
│   │   ├── PdfFontMetrics.h
│   │   ├── PdfFontMetricsObject.h
│   │   ├── PdfFontSimple.h
│   │   ├── PdfFontTrueType.h
│   │   ├── PdfFontTTFSubset.h
│   │   ├── PdfFontType1Base14.h
│   │   ├── PdfFontType1.h
│   │   ├── PdfFontType3.h
│   │   ├── PdfFunction.h
│   │   ├── PdfHintStream.h
│   │   ├── PdfIdentityEncoding.h
│   │   ├── PdfImage.h
│   │   ├── PdfInfo.h
│   │   ├── PdfMemDocument.h
│   │   ├── PdfNamesTree.h
│   │   ├── PdfOutlines.h
│   │   ├── PdfPage.h
│   │   ├── PdfPagesTreeCache.h
│   │   ├── PdfPagesTree.h
│   │   ├── PdfPainter.h
│   │   ├── PdfPainterMM.h
│   │   ├── PdfShadingPattern.h
│   │   ├── PdfSignatureField.h
│   │   ├── PdfSignOutputDevice.h
│   │   ├── PdfStreamedDocument.h
│   │   ├── PdfTable.h
│   │   ├── PdfTilingPattern.h
│   │   └── PdfXObject.h
│   ├── podofo-base.h
│   └── podofo.h
├── lib
│   ├── libpodofo.so -> libpodofo.so.0.9.6
│   ├── libpodofo.so.0.9.6
│   └── pkgconfig
│   └── libpodofo-0.pc
├── nix-support
│   └── propagated-build-inputs
└── share
└── man
└── man1
├── podofobox.1.gz
├── podofocolor.1.gz
├── podofocountpages.1.gz
├── podofocrop.1.gz
├── podofoencrypt.1.gz
├── podofogc.1.gz
├── podofoimg2pdf.1.gz
├── podofoimgextract.1.gz
├── podofoimpose.1.gz
├── podofoincrementalupdates.1.gz
├── podofomerge.1.gz
├── podofopages.1.gz
├── podofopdfinfo.1.gz
├── podofotxt2pdf.1.gz
├── podofotxtextract.1.gz
├── podofouncompress.1.gz
└── podofoxmp.1.gz
12 directories, 145 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment