Tuesday, May 7, 2019

add pdf file in oracle apex region with download option

1. first upload  -->> Static Application Files or Static Workspace Files 
    copy (#WORKSPACE_IMAGES#FW Sales Incentive Plan.pdf)
2. Source
<div style="width:500px;height:600px;">
<embed height="100%" width="100%" name="embed_content" src="#WORKSPACE_IMAGES#FW Sales Incentive Plan.pdf" type="application/pdf" />
</div>

No comments:

Post a Comment

To generate a PDF using JavaScript in Oracle APEX from a collection

  To generate a PDF using JavaScript in Oracle APEX from a collection, you can follow these steps: 1. Create a button or link on your APEX p...