You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, big thanks to everyone who's worked on this excellent package. It's been great using it so far.
We have a very specific issue where we need to fit some dynamic legal text exactly inside its bounding box so that it doesn't go outside the box or cause page breaks. The only way to reliably do that is to make the type small enough that the whole block of text fits inside the box. Is there a way of doing that in react-pdf?
If not, do you think it would be possible to do inside the code of react-pdf so that my team could have a go at it and create a PR? Any pointers are very welcome!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey!
First of all, big thanks to everyone who's worked on this excellent package. It's been great using it so far.
We have a very specific issue where we need to fit some dynamic legal text exactly inside its bounding box so that it doesn't go outside the box or cause page breaks. The only way to reliably do that is to make the type small enough that the whole block of text fits inside the box. Is there a way of doing that in react-pdf?
If not, do you think it would be possible to do inside the code of react-pdf so that my team could have a go at it and create a PR? Any pointers are very welcome!
Thanks
Beta Was this translation helpful? Give feedback.
All reactions