ngx-print icon indicating copy to clipboard operation
ngx-print copied to clipboard

Print PDF embed

Open Neorilas opened this issue 6 years ago • 1 comments

Hi.

Im trying to print a PDF file in tag but the page is in blank.

<div class="modal-body" >
      <embed id="printable" [src]="url | safe" frameborder="0" width="100%" height="500px">
  </div>
  <div class="modal-footer">
    <button printSectionId="printable" ngxPrint>Imprimir</button>
  </div>

Neorilas avatar Feb 12 '19 21:02 Neorilas

Hi @Findelias, Thank you very much for using ngx-print, I'll investigate on this, reproduce it to label it later and make a fix ASAP. Stay tuned !

selemxmn avatar Feb 14 '19 07:02 selemxmn