Skip to content

Image opacity in stories #3676

Discussion options

You must be logged in to vote

Yo must use separate stories or insert_html executions to achieve this.
A single story is intended to represent the output of one "flow" of text (actually the DOM content of the Story) across potentially multiple rectangles / pages. Although "text" may contain image references, there exists no explicit control to position details of the Story's content.
So use multiple rounds to achieve what you want. One round that writes text to pages (outputting to some memory), then re-open that new document and put your watermarks on the pages.
For round 2, insert_htmlbox is a convenient thing, but of course you can do whatever you want and e.g. use insert_image as well.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@StephanosPSteer
Comment options

@JorjMcKie
Comment options

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