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
Having issues rendering PDFs that are in landscape orientation correctly on generated PDFs. The PDFs are included as a <img src> tag in HTML. Landscaped PDFs will bleed off the page whereas portrait oriented PDFs will respect the container they are in and scale correctly.
Adding the landscaped PDFAsImage in a landscaped rendered PDF results in a issue similar to 315
I created a test case here which attempts to render PDFs (via PDFAsImages) in different orientations.
Could someone help me track down a potential fix or if I'm missing something?
The text was updated successfully, but these errors were encountered:
Having issues rendering PDFs that are in landscape orientation correctly on generated PDFs. The PDFs are included as a
<img src>
tag in HTML. Landscaped PDFs will bleed off the page whereas portrait oriented PDFs will respect the container they are in and scale correctly.Adding the landscaped PDFAsImage in a landscaped rendered PDF results in a issue similar to 315
I created a test case here which attempts to render PDFs (via PDFAsImages) in different orientations.
Could someone help me track down a potential fix or if I'm missing something?
The text was updated successfully, but these errors were encountered: