Page 1 of 1

Pdfview

Posted: 2024-02-08 09:45
by haitalla
Hi everyone, can someone help me integrate pdfview into my AppGini application?

Re: Pdfview

Posted: 2024-03-23 21:09
by Leving Tinoco
I guess you can try a iframe

Code: Select all

<iframe type="application/pdf" title="Expenses" src="<?php echo PREPEND_PATH ?>/images/<?php echo $results_expenses[$i]['receipt_file']; ?>#zoom=FitH" wframeBorder="0" scrolling="auto" height="500px" width="100%">
                            </iframe>