Advertisement
Guest User

Untitled

a guest
Mar 20th, 2020
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.44 KB | None | 0 0
  1. <form role="form" name="form">
  2.   <div class="col-md-8">
  3.   <p> test <p>
  4.     <!-- PDF viewer -->  
  5.     <object data="{{ camForm.variableManager.variable('mypdf.pdf').contentUrl }}" type="application/pdf" style="width:100%; height:585px;">
  6.          <p>
  7.             It appears you don't have a PDF plugin for this browser. No biggie... you can
  8.             <a cam-file-download="mypdf.pdf"> click here to download the PDF file.</a>
  9.          </p>
  10.     </object>
  11.  
  12.   </div>
  13. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement