Add /Order with all OCGs to OCG config

This will make the layers toggable in Adobe Reader.

Fixes #1
This commit is contained in:
Simon Segerblom Rex 2019-05-16 21:53:06 +02:00
parent afae3e9b07
commit e04390754e
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ def set_layer_visibility(pdf, layers_to_show):
ocgs_config = pikepdf.Dictionary(
BaseState=pikepdf.Name('/OFF'),
ON=ocgs_on,
Order=ocgs,
)
pdf.root.OCProperties = pikepdf.Dictionary(