VBA code for simple modification of PDF files (read in, combine, write out) with no external libraries
Stars
28
Forks
0
Watchers
28
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
45
commits
Support basic text extraction, minor speedup by caching xref portion of stream object streams
c5c3b14View on GitHubinitial content stream processing to enable basic text extraction
26fbc92View on GitHubimprove pdf parsing (fix handling of lack of space before ] e.g. 22 0 R]/name )
161063aView on GitHubUpdate USAGE.md - add link to API.md and minor edits
b9a2be4View on GitHubminor API update, add openPdf as convenience wrapper to call loadPdf then parsePdf
ec512b8View on GitHub