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
While using ember-pdf-js component. By, default 100% scaling only applied for the PDF pages. On pdf initial load, I would like to use DEFAULT_SCALE_VALUE='page-width'. After applying that property also it seems pdf js taking the value from DEFAULT_SCALE and applies.
If I modify DEFAULT_SCALE to 0.5/0.75, PDF pages are rendered according to that scaling. But, I would like to set page-width. How can I do this ?
The text was updated successfully, but these errors were encountered:
While using ember-pdf-js component. By, default 100% scaling only applied for the PDF pages. On pdf initial load, I would like to use DEFAULT_SCALE_VALUE='page-width'. After applying that property also it seems pdf js taking the value from DEFAULT_SCALE and applies.
If I modify DEFAULT_SCALE to 0.5/0.75, PDF pages are rendered according to that scaling. But, I would like to set page-width. How can I do this ?
The text was updated successfully, but these errors were encountered: