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

Best way to keep running track of cursor while composing mixed text-table page #1

Open
ewinbarnett opened this issue May 22, 2018 · 0 comments

Comments

@ewinbarnett
Copy link

I am composing a page that starts out with a few lines of text (using the newLine() and showText() methods) but has two embedded tables that are build using the boxable library.

What is the best way to keep track of my position on the page as I lay down lines of text, so I can make a pagination decision when I need to add a table? Boxable allows me to know the size of the table, but I how do I know what my cursor position is on the PDPage?

--Ewin

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

1 participant