Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to write border on multipage #25

Closed
faspadaro opened this issue Dec 13, 2018 · 1 comment
Closed

How to write border on multipage #25

faspadaro opened this issue Dec 13, 2018 · 1 comment

Comments

@faspadaro
Copy link

I have pdf with more page and I would like to write line separator from each other.
I just tried with PDFBorder but it doesn't work
How can I do this ?

@DavBfr
Copy link
Owner

DavBfr commented Dec 21, 2018

To draw something, the only option is PDFPage::getGraphics() to get a canvas, then you can use the drawLine method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants