1
0
mirror of https://github.com/Llewellynvdm/pdflayers.git synced 2024-06-01 22:10:51 +00:00

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

View File

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