Replies: 1 comment
-
Hi @Tockra , Do you get any solution for this issue ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello folks,
I've a document view in my application which should be used to show A4 PDF files.
Its a rule only to upload A4 pdf files, but the shape of the document view suggest it.
But all other shapes should be supported too.
To get the correct scale factor for the pdf I did following. Otherwise the PDF was scaled to big and did not fit on a page:
Now following is happening if I visit the page:
The Logo is shown because of
loading={<Logo />}
Immediatly after that the pages are shown but they are empty:
I have a problem with step 2 and I would like to hide the whole thing until it is fully loaded. In the time between I would like to see .
Can you help me archiving this?
T
Beta Was this translation helpful? Give feedback.
All reactions