Pdfview
Posted: 2024-02-08 09:45
Hi everyone, can someone help me integrate pdfview into my AppGini application?
A place where AppGini users can exchange ideas and help each other.
https://forums.appgini.com:443/phpbb/
https://forums.appgini.com:443/phpbb/viewtopic.php?f=7&t=5315
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>