-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Initial update commit, some bindings are subject to change after finding out what's not included in the compat api * API changes based on index.d.ts found for the npm package Initial JsPDF HTML plugin support (bindings+jsPDF.html method) * AcroForm, AddImage, Annotations, AutoPrint, Arabic plugin bindings * fix * Context2d, Canvas, Cell, Outline, FileLoading plugin bindings * Last plugin bindings (SplitTextToSize, SVG, SetLanguage, TotalPages, ViewerPreferences, VFS, XmpMetadata) * HTMLWorker fix + tiny update in tests * AcroFormButton fix+JsPDFOptions param name * AcroForm changes+fixes * Sample pdf changes+tiny binding fixes * Removed WS.JsPDF.Resources
- Loading branch information
1 parent
e912605
commit 097b85e
Showing
10 changed files
with
1,892 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# WebSharper.JsPDF | ||
|
||
WebSharper Extension for JsPDF 1.3.4 | ||
WebSharper bindings for JsPDF 2.5.1 | ||
|
||
* [Source Repository](https://github.com/intellifactory/websharper.jspdf) |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"name": "websharper.jspdf.sample", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"dependencies": { | ||
"jspdf": "^2.5.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.