Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created December 6, 2019 19:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoerntx/d2a9061471f7f5d3e58d771877854082 to your computer and use it in GitHub Desktop.
Save bjoerntx/d2a9061471f7f5d3e58d771877854082 to your computer and use it in GitHub Desktop.
<div class="fileButtons">
<input (change)="onChangeLoad($event)" type="file" id="fileinput" />
<input (click)="onClickSave()" type="button" value="Save as PDF" />
</div>
<tx-document-editor width="1024" height="800" port="8080"></tx-document-editor>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment