Chromiumly.configure().
convert(options)
Convert PDFs to PDF/A and/or PDF/UA.merge(options)
Merge multiple PDFs into one.split(options)
Split PDFs by page range or intervals.flatten(files)
Flatten forms and annotations.readMetadata(files)
Read metadata from PDFs.writeMetadata(options)
Write metadata to PDFs.encrypt(options)
Encrypt PDFs with user and optional owner password.embed(options)
Attach files to existing PDFs.generate(filename, buffer)
Convenience: write a buffer to__generated__/<filename> in the current working directory.
__generated__ if it does not exist.