Skip to content

Commit 837affa

Browse files
author
Alexander Weidt
committed
AcroFormPlugin: Added 'Class' for each object, the user can add to the Form
The User now should create a object (e.g. new CheckBox) , give it the properties needed and then hand it to doc.addForm()
1 parent 3679591 commit 837affa

2 files changed

Lines changed: 1078 additions & 291 deletions

File tree

jspdf.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1091,6 +1091,9 @@ var jsPDF = (function (global) {
10911091
'getCurrentPageInfo': function () {
10921092
var objId = (currentPage - 1) * 2 + 3;
10931093
return {objId: objId, pageNumber: currentPage, pageContext: pagesContext[currentPage]};
1094+
},
1095+
'getPDFVersion': function(){
1096+
return pdfVersion;
10941097
}
10951098
};
10961099

0 commit comments

Comments
 (0)