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
Load the attatched PDF as base64 into the PDF Viewer. The PDF itself is landscape.
Without Orientation="PdfOrientation.Landscape" it is shown in portrait.
With Orientation="PdfOrientation.Landscape" it is flipped upside down.
Could it be that "Landscape" just rotates the PDF 90 degrees?
What is expected?
The PDF Viewer should use the correct File Orientations.
What is actually happening?
The Orientation is wrong.
What browsers do you see the problem on?
Firefox, Microsoft Edge
Any additional comments?
Tested with Firefox and Edge.
Opening the pdf in Firefox or Edge shows the intended Orientation.
The text was updated successfully, but these errors were encountered:
Blazorise Version
1.7.1
What Blazorise provider are you running on?
Bootstrap5
Link to minimal reproduction or a simple code snippet
test.pdf
Steps to reproduce & bug description
Load the attatched PDF as base64 into the PDF Viewer. The PDF itself is landscape.
Without
Orientation="PdfOrientation.Landscape"
it is shown in portrait.With
Orientation="PdfOrientation.Landscape"
it is flipped upside down.Could it be that "Landscape" just rotates the PDF 90 degrees?
What is expected?
The PDF Viewer should use the correct File Orientations.
What is actually happening?
The Orientation is wrong.
What browsers do you see the problem on?
Firefox, Microsoft Edge
Any additional comments?
Tested with Firefox and Edge.
Opening the pdf in Firefox or Edge shows the intended Orientation.
The text was updated successfully, but these errors were encountered: