Top "Pdf-manipulation" questions

Documentation for using JavaScript code inside a PDF file

Where can I find documentation on running JavaScript code inside a PDF? I've never added a JavaScript action inside a …

javascript pdf documentation acrobat pdf-manipulation
How to convert a PDF to grayscale from command line avoiding to be rasterized?

I'm trying to convert to grayscale this PDF: https://dl.dropboxusercontent.com/u/10351891/page-27.pdf Ghostscript (v 9.10) with pdfwrite Device …

pdf ghostscript grayscale pdf-conversion pdf-manipulation
Parsing a PDF with no /Root object using PDFMiner

I'm trying to extract text from a large number of PDFs using PDFMiner python bindings. The module I wrote works …

python pypdf pdf-parsing pdf-manipulation
Merge Multiple PDF's into one PDF

I am having some issues with my code. I am trying to loop through a Drive folder that contains many …

pdf google-apps-script export-to-pdf pdf-manipulation
Change metadata of pdf file with pypdf2

I want to add a metadata key-value pair to the metadata of a pdf file. I found a several years …

python pdf pypdf2 pdf-manipulation