Pdfview

Discussions related to customizing hooks. Hooks are documented at http://bigprof.com/appgini/help/advanced-topics/hooks/
Post Reply
haitalla
Posts: 3
Joined: 2023-04-04 11:38

Pdfview

Post by haitalla » 2024-02-08 09:45

Hi everyone, can someone help me integrate pdfview into my AppGini application?

Leving Tinoco
Posts: 12
Joined: 2018-01-04 18:39
Location: Canada

Re: Pdfview

Post by Leving Tinoco » 2024-03-23 21:09

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>

Post Reply