I am trying to visualize a base64 document through the ngx-extended-pdf-viewer library, however, when the library shows me the document, the images in it appear in a different place than the one I defined in the original document. The original document looks like this:
But the library shows me like this:
I would like to know if there is any way to preserve the original format of the document or if there is any property that allows it. The code I am using is the following:
<ngx-extended-pdf-viewer [base64Src]="srcTMP2" [useBrowserLocale]="true" [showDownloadButton]="false"
[enablePrint]="false" [showPrintButton]="false" [textLayer]="true" delayFirstView="1000" language="es-Es">
</ngx-extended-pdf-viewer>