Dmitri Sotnikov
Dmitri Sotnikov
Thanks, just saw the PR, and trying it out locally everything looks good to me. I think the helper functions would be useful to add. Might make sense to expose...
Fantastic, and I'm good to do a release as soon as we get this ironed out.
I'm ok with that, if some common patterns emerge we can add declarative syntax to cover those via the standard API at a later point. I can push out a...
Fantastic, thanks for adding the docs and I just pushed out `2.3.2` with the updates.
Hi, I think this is what you're looking for: ``` (pdf [{:footer{:text "page" :footer-separator " of "} :pages true} [:paragraph "hello"]] "pages.pdf") ``` The above produces a footer that reads...
It's one or the other. This way you can make a fancier footer that should do everything the regular footer does.
Ah yeah a footer table is the way to go there. Regarding collating, I don't think there's a way to do that currently. It might be possible to provide page...
Watermarks are already supported, so it could be a similar hook to that. There's a callback when each page is generated, and it could be exposed for an arbitrary function...
I don't think I'll have time to look at this in the near future, but if you'd be up for making a pr I can help with that.
Nothing jumps out at me there, but could have to do with sizing again. All my use cases have been printing on A4 size paper, so I haven't tested what...