Skip to content
Discussion options

You must be logged in to vote

A Story is no PDF-relevant object at all.

In PDF, only certain objects can be subject to OC visibility control: images, Form XObjects, annotations and segments within a page's /Contents objects (to cover text and vector graphics).

BTW a PDF page cannot be subject to OC either.

Story obviously is none of the above. More than anything else it is a HTML DOM plus a number of methods to achieve placement on rectangles. A Story even doesn't even know what a PDF is.
Its output producing methods .place() and .draw() can be directed to a new PDF using the DocumentWriter class, at which point, the Story seizes to exist ... in a way.
Only the output to a PDF which it has created in cooperation with …

Replies: 4 comments 1 reply

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
Comment options

You must be logged in to vote
1 reply
@JorjMcKie
Comment options

Answer selected by Andreasox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants