Skip to content

Commit

Permalink
add pdf forms showcase
Browse files Browse the repository at this point in the history
  • Loading branch information
pofider committed Mar 8, 2023
1 parent f76fc82 commit 1beee53
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 1 deletion.
Binary file added public/showcases/pdf-form.pdf
Binary file not shown.
Binary file added public/showcases/pdf-form.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 30 additions & 1 deletion views/showcases.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,4 +150,33 @@ <h2 id="excel-dashboard">docx students</h2>
</div>
</div>
</div>
</div>
</div>


<div class="bg-grayLightest section">
<div class="container">
<div class="grid">
<div class="row">
<div class="span6">
<h2 id="excel-dashboard">pdf forms</h2>
jsreport can create editable pdf forms with text fields, signature fields, check-boxes, combo-boxes or buttons.
<div class="top10">
<a href="https://playground.jsreport.net/w/admin/lbhULCsP" target="_blank">
<button class="span3 text-left bg-green padding10 bg-hover-gray">
<span class="fg-white">
live code in playground
<i class="icon-arrow-right-3 place-right fg-white"></i>
</span>
</button>
</a>
</div>
</div>
<div class="span6">
<a href="/showcases/pdf-form.pdf" download>
<img width="300px" src="/showcases/pdf-form.png" />
</a>
</div>
</div>
</div>
</div>
</div>

0 comments on commit 1beee53

Please sign in to comment.