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 ?
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 ?