How to Read and Parse PDFs with PDF.js and Create PDFs with PDF Lib in Node.js
A guide to using PDF.js for reading/parsing PDFs and PDF Lib for creating/modifying PDFs in Node.js, with code examples.
A guide to using PDF.js for reading/parsing PDFs and PDF Lib for creating/modifying PDFs in Node.js, with code examples.
Part two of automating fuzz testing for a PDF parser using Nix, focusing on building a corpus of edge-case PDFs.
A developer asks when to use ML for parsing PDF fields with typos, and receives advice on using Levenshtein distance and human-in-the-loop solutions.