+This repository provides a minimal PDF (Portable Document Format) reading and writing set of routines in pure VBA - no external libraries required. Note: included Dictionary.cls can be removed and a reference to Microsoft.Scripting.Dictionary can be used instead. [Future versions may switch to using memory copy routines, deflate, and other support provided by imported libraries from Cristian Buse's MIT licensed code.] This is a much less complete tool using only VBA similar to better tools such as qpdf. This does *not* support displaying PDF documents and currently there is no support for extracting text (a future version will support minimal text extraction but there is no intention to support OCR nor NNs to extract text from images or complex formating).
0 commit comments