Maksim Chartkou
Results
2
comments of
Maksim Chartkou
So far I've managed to fix it by adding a directive to change `maxCanvasPixels`: ```ts import { Directive, Host, OnDestroy, OnInit } from '@angular/core'; import { PdfViewerComponent } from 'ng2-pdf-viewer';...
> @MaxXx1313 How do I use this directive ? Is it to be used in the pdf-viewer component as an attribute directive or Is there some other way It's enough...