Chromiumly.configure().
convert(options)
Convert PDFs to PDF/A and/or PDF/UA.merge(options)
Merge multiple PDFs into one.rotate(options)
Rotate pages of one or more PDFs (dedicated Gotenberg rotate route).split(options)
Split PDFs by page range or intervals.PdfEngineRotate type from chromiumly when typing rotate options.
watermark(options)
Apply a watermark to one or more PDFs.stamp(options)
Apply a stamp to one or more PDFs.flatten(files)
Flatten forms and annotations.readMetadata(files)
Read metadata from PDFs.writeMetadata(options)
Write metadata to PDFs.readBookmarks(files, webhook?)
Read bookmarks from PDFs.writeBookmarks(options)
Write bookmarks 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.