react-native-pdf-lib icon indicating copy to clipboard operation
react-native-pdf-lib copied to clipboard

How I get the page size to center an element?

Open ghost opened this issue 4 years ago • 1 comments

I want to center an element with respect to the width and height of the PDF document, but I can't find a way to do it, is there getSize or something similar?

ghost avatar Feb 11 '21 17:02 ghost

I haven't tested this, but playing around with the Media Box is where I'd start: https://github.com/Hopding/react-native-pdf-lib/blob/master/js/src/PDFPage.js#L66

thekevinbrown avatar Jun 26 '21 01:06 thekevinbrown