Skip to content
Discussion options

You must be logged in to vote

This is a mixture of different things: available PDF properties plus features of the viewer you are using (which may or may not correspond to PDF properties).
With PyMuPDF you can only set PDF properties of course. This comprises the following:

  1. PDF permissions: an integer consisting of bit flags explained here and to be used in method save. Whether your viewer means PDF_PERM_MODIFY when it says "editing" ... who knows.
  2. PDF page mode: what to show when viewing the PDF (TOC Yes/No, embedded files, etc). See here.
  3. PDF page layout: things like single or double pages, etc. See here.

You must try out how your viewer translates these PDF terms.

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by JorjMcKie
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants