Skip to content

Instantly share code, notes, and snippets.

@AaronNGray
Created May 23, 2025 17:21
Show Gist options
  • Save AaronNGray/0f441fcc164a5b61406719b2f191d316 to your computer and use it in GitHub Desktop.
Save AaronNGray/0f441fcc164a5b61406719b2f191d316 to your computer and use it in GitHub Desktop.
pdfalto/libs
├── freetype
│   ├── include
│   │   ├── dlg
│   │   │   ├── dlg.h
│   │   │   └── output.h
│   │   ├── freetype
│   │   │   ├── config
│   │   │   │   ├── ftconfig.h
│   │   │   │   ├── ftheader.h
│   │   │   │   ├── ftmodule.h
│   │   │   │   ├── ftoption.h
│   │   │   │   ├── ftstdlib.h
│   │   │   │   ├── integer-types.h
│   │   │   │   ├── mac-support.h
│   │   │   │   └── public-macros.h
│   │   │   ├── freetype.h
│   │   │   ├── ftadvanc.h
│   │   │   ├── ftbbox.h
│   │   │   ├── ftbdf.h
│   │   │   ├── ftbitmap.h
│   │   │   ├── ftbzip2.h
│   │   │   ├── ftcache.h
│   │   │   ├── ftchapters.h
│   │   │   ├── ftcid.h
│   │   │   ├── ftcolor.h
│   │   │   ├── ftdriver.h
│   │   │   ├── fterrdef.h
│   │   │   ├── fterrors.h
│   │   │   ├── ftfntfmt.h
│   │   │   ├── ftgasp.h
│   │   │   ├── ftglyph.h
│   │   │   ├── ftgxval.h
│   │   │   ├── ftgzip.h
│   │   │   ├── ftimage.h
│   │   │   ├── ftincrem.h
│   │   │   ├── ftlcdfil.h
│   │   │   ├── ftlist.h
│   │   │   ├── ftlogging.h
│   │   │   ├── ftlzw.h
│   │   │   ├── ftmac.h
│   │   │   ├── ftmm.h
│   │   │   ├── ftmodapi.h
│   │   │   ├── ftmoderr.h
│   │   │   ├── ftotval.h
│   │   │   ├── ftoutln.h
│   │   │   ├── ftparams.h
│   │   │   ├── ftpfr.h
│   │   │   ├── ftrender.h
│   │   │   ├── ftsizes.h
│   │   │   ├── ftsnames.h
│   │   │   ├── ftstroke.h
│   │   │   ├── ftsynth.h
│   │   │   ├── ftsystem.h
│   │   │   ├── fttrigon.h
│   │   │   ├── fttypes.h
│   │   │   ├── ftwinfnt.h
│   │   │   ├── otsvg.h
│   │   │   ├── t1tables.h
│   │   │   ├── ttnameid.h
│   │   │   ├── tttables.h
│   │   │   └── tttags.h
│   │   └── ft2build.h
│   ├── linux
│   │   ├── 64
│   │   │   └── libfreetype.a
│   │   └── arm64
│   │   └── libfreetype.a
│   └── mac
│   ├── 64
│   │   └── libfreetype.a
│   └── arm64
│   └── libfreetype.a
├── icu
│   ├── include
│   │   └── unicode
│   │   ├── alphaindex.h
│   │   ├── appendable.h
│   │   ├── basictz.h
│   │   ├── brkiter.h
│   │   ├── bytestream.h
│   │   ├── bytestrie.h
│   │   ├── bytestriebuilder.h
│   │   ├── calendar.h
│   │   ├── caniter.h
│   │   ├── casemap.h
│   │   ├── char16ptr.h
│   │   ├── chariter.h
│   │   ├── choicfmt.h
│   │   ├── coleitr.h
│   │   ├── coll.h
│   │   ├── compactdecimalformat.h
│   │   ├── curramt.h
│   │   ├── currpinf.h
│   │   ├── currunit.h
│   │   ├── datefmt.h
│   │   ├── dbbi.h
│   │   ├── dcfmtsym.h
│   │   ├── decimfmt.h
│   │   ├── displayoptions.h
│   │   ├── docmain.h
│   │   ├── dtfmtsym.h
│   │   ├── dtintrv.h
│   │   ├── dtitvfmt.h
│   │   ├── dtitvinf.h
│   │   ├── dtptngen.h
│   │   ├── dtrule.h
│   │   ├── edits.h
│   │   ├── enumset.h
│   │   ├── errorcode.h
│   │   ├── fieldpos.h
│   │   ├── filteredbrk.h
│   │   ├── fmtable.h
│   │   ├── format.h
│   │   ├── formattednumber.h
│   │   ├── formattedvalue.h
│   │   ├── fpositer.h
│   │   ├── gender.h
│   │   ├── gregocal.h
│   │   ├── icudataver.h
│   │   ├── icuplug.h
│   │   ├── idna.h
│   │   ├── listformatter.h
│   │   ├── localebuilder.h
│   │   ├── localematcher.h
│   │   ├── localpointer.h
│   │   ├── locdspnm.h
│   │   ├── locid.h
│   │   ├── measfmt.h
│   │   ├── measunit.h
│   │   ├── measure.h
│   │   ├── messageformat2.h
│   │   ├── messageformat2_arguments.h
│   │   ├── messageformat2_data_model.h
│   │   ├── messageformat2_data_model_names.h
│   │   ├── messageformat2_formattable.h
│   │   ├── messageformat2_function_registry.h
│   │   ├── messagepattern.h
│   │   ├── msgfmt.h
│   │   ├── normalizer2.h
│   │   ├── normlzr.h
│   │   ├── nounit.h
│   │   ├── numberformatter.h
│   │   ├── numberrangeformatter.h
│   │   ├── numfmt.h
│   │   ├── numsys.h
│   │   ├── parseerr.h
│   │   ├── parsepos.h
│   │   ├── platform.h
│   │   ├── plurfmt.h
│   │   ├── plurrule.h
│   │   ├── ptypes.h
│   │   ├── putil.h
│   │   ├── rbbi.h
│   │   ├── rbnf.h
│   │   ├── rbtz.h
│   │   ├── regex.h
│   │   ├── region.h
│   │   ├── reldatefmt.h
│   │   ├── rep.h
│   │   ├── resbund.h
│   │   ├── schriter.h
│   │   ├── scientificnumberformatter.h
│   │   ├── search.h
│   │   ├── selfmt.h
│   │   ├── simpleformatter.h
│   │   ├── simplenumberformatter.h
│   │   ├── simpletz.h
│   │   ├── smpdtfmt.h
│   │   ├── sortkey.h
│   │   ├── std_string.h
│   │   ├── strenum.h
│   │   ├── stringoptions.h
│   │   ├── stringpiece.h
│   │   ├── stringtriebuilder.h
│   │   ├── stsearch.h
│   │   ├── symtable.h
│   │   ├── tblcoll.h
│   │   ├── timezone.h
│   │   ├── tmunit.h
│   │   ├── tmutamt.h
│   │   ├── tmutfmt.h
│   │   ├── translit.h
│   │   ├── tzfmt.h
│   │   ├── tznames.h
│   │   ├── tzrule.h
│   │   ├── tztrans.h
│   │   ├── ubidi.h
│   │   ├── ubiditransform.h
│   │   ├── ubrk.h
│   │   ├── ucal.h
│   │   ├── ucasemap.h
│   │   ├── ucat.h
│   │   ├── uchar.h
│   │   ├── ucharstrie.h
│   │   ├── ucharstriebuilder.h
│   │   ├── uchriter.h
│   │   ├── uclean.h
│   │   ├── ucnv.h
│   │   ├── ucnv_cb.h
│   │   ├── ucnv_err.h
│   │   ├── ucnvsel.h
│   │   ├── ucol.h
│   │   ├── ucoleitr.h
│   │   ├── uconfig.h
│   │   ├── ucpmap.h
│   │   ├── ucptrie.h
│   │   ├── ucsdet.h
│   │   ├── ucurr.h
│   │   ├── udat.h
│   │   ├── udata.h
│   │   ├── udateintervalformat.h
│   │   ├── udatpg.h
│   │   ├── udisplaycontext.h
│   │   ├── udisplayoptions.h
│   │   ├── uenum.h
│   │   ├── ufieldpositer.h
│   │   ├── uformattable.h
│   │   ├── uformattednumber.h
│   │   ├── uformattedvalue.h
│   │   ├── ugender.h
│   │   ├── uidna.h
│   │   ├── uiter.h
│   │   ├── uldnames.h
│   │   ├── ulistformatter.h
│   │   ├── uloc.h
│   │   ├── ulocale.h
│   │   ├── ulocbuilder.h
│   │   ├── ulocdata.h
│   │   ├── umachine.h
│   │   ├── umisc.h
│   │   ├── umsg.h
│   │   ├── umutablecptrie.h
│   │   ├── unifilt.h
│   │   ├── unifunct.h
│   │   ├── unimatch.h
│   │   ├── unirepl.h
│   │   ├── uniset.h
│   │   ├── unistr.h
│   │   ├── unorm.h
│   │   ├── unorm2.h
│   │   ├── unum.h
│   │   ├── unumberformatter.h
│   │   ├── unumberoptions.h
│   │   ├── unumberrangeformatter.h
│   │   ├── unumsys.h
│   │   ├── uobject.h
│   │   ├── upluralrules.h
│   │   ├── uregex.h
│   │   ├── uregion.h
│   │   ├── ureldatefmt.h
│   │   ├── urename.h
│   │   ├── urep.h
│   │   ├── ures.h
│   │   ├── uscript.h
│   │   ├── usearch.h
│   │   ├── uset.h
│   │   ├── usetiter.h
│   │   ├── ushape.h
│   │   ├── usimplenumberformatter.h
│   │   ├── uspoof.h
│   │   ├── usprep.h
│   │   ├── ustdio.h
│   │   ├── ustream.h
│   │   ├── ustring.h
│   │   ├── ustringtrie.h
│   │   ├── utext.h
│   │   ├── utf.h
│   │   ├── utf16.h
│   │   ├── utf32.h
│   │   ├── utf8.h
│   │   ├── utf_old.h
│   │   ├── utmscale.h
│   │   ├── utrace.h
│   │   ├── utrans.h
│   │   ├── utypes.h
│   │   ├── uvernum.h
│   │   ├── uversion.h
│   │   └── vtzone.h
│   ├── linux
│   │   ├── 64
│   │   │   ├── libicudata.a
│   │   │   ├── libicui18n.a
│   │   │   ├── libicuio.a
│   │   │   ├── libicutest.a
│   │   │   ├── libicutu.a
│   │   │   └── libicuuc.a
│   │   └── arm64
│   │   ├── libicudata.a
│   │   ├── libicui18n.a
│   │   ├── libicuio.a
│   │   ├── libicutest.a
│   │   ├── libicutu.a
│   │   └── libicuuc.a
│   └── mac
│   ├── 64
│   │   ├── libicudata.a
│   │   ├── libicui18n.a
│   │   ├── libicuio.a
│   │   ├── libicutest.a
│   │   ├── libicutu.a
│   │   └── libicuuc.a
│   └── arm64
│   ├── libicudata.a
│   ├── libicui18n.a
│   ├── libicuio.a
│   ├── libicutest.a
│   ├── libicutu.a
│   └── libicuuc.a
├── image
│   ├── png
│   │   ├── include
│   │   │   ├── libpng16
│   │   │   │   ├── png.h
│   │   │   │   ├── pngconf.h
│   │   │   │   ├── pnginfo.h
│   │   │   │   ├── pnglibconf.h
│   │   │   │   ├── pngpriv.h
│   │   │   │   └── pngstruct.h
│   │   │   ├── png.h
│   │   │   ├── pngconf.h
│   │   │   ├── pnginfo.h
│   │   │   ├── pnglibconf.h
│   │   │   ├── pngpriv.h
│   │   │   └── pngstruct.h
│   │   ├── linux
│   │   │   ├── 64
│   │   │   │   ├── libpng.a
│   │   │   │   └── libpng16.a
│   │   │   └── arm64
│   │   │   ├── libpng.a
│   │   │   └── libpng16.a
│   │   └── mac
│   │   ├── 64
│   │   │   ├── libpng.a
│   │   │   └── libpng16.a
│   │   └── arm64
│   │   ├── libpng.a
│   │   └── libpng16.a
│   └── zlib
│   ├── include
│   │   ├── zconf.h
│   │   └── zlib.h
│   ├── linux
│   │   ├── 64
│   │   │   └── libz.a
│   │   └── arm64
│   │   └── libz.a
│   └── mac
│   ├── 64
│   │   └── libz.a
│   └── arm64
│   └── libz.a
└── libxml
├── include
│   └── libxml
│   ├── HTMLparser.h
│   ├── HTMLtree.h
│   ├── SAX.h
│   ├── SAX2.h
│   ├── c14n.h
│   ├── catalog.h
│   ├── chvalid.h
│   ├── debugXML.h
│   ├── dict.h
│   ├── encoding.h
│   ├── entities.h
│   ├── globals.h
│   ├── hash.h
│   ├── list.h
│   ├── nanoftp.h
│   ├── nanohttp.h
│   ├── parser.h
│   ├── parserInternals.h
│   ├── pattern.h
│   ├── relaxng.h
│   ├── schemasInternals.h
│   ├── schematron.h
│   ├── threads.h
│   ├── tree.h
│   ├── uri.h
│   ├── valid.h
│   ├── xinclude.h
│   ├── xlink.h
│   ├── xmlIO.h
│   ├── xmlautomata.h
│   ├── xmlerror.h
│   ├── xmlexports.h
│   ├── xmlmemory.h
│   ├── xmlmodule.h
│   ├── xmlreader.h
│   ├── xmlregexp.h
│   ├── xmlsave.h
│   ├── xmlschemas.h
│   ├── xmlschemastypes.h
│   ├── xmlstring.h
│   ├── xmlunicode.h
│   ├── xmlversion.h
│   ├── xmlwriter.h
│   ├── xpath.h
│   ├── xpathInternals.h
│   └── xpointer.h
├── linux
│   ├── 64
│   │   └── libxml2.a
│   └── arm64
│   └── libxml2.a
└── mac
├── 64
│   └── libxml2.a
└── arm64
└── libxml2.a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment