Merge pull request #3695 from SSk123/transform

Adding transformation to the extract code
This commit is contained in:
Yury Delendik 2013-09-19 18:45:59 -07:00
commit a8320b2e18
3 changed files with 137 additions and 0 deletions

View file

@ -1919,6 +1919,7 @@ var PageView = function pageView(container, id, scale,
textLayerDiv: textLayerDiv,
pageIndex: this.id - 1,
lastScrollSource: PDFView,
viewport: this.viewport,
isViewerInPresentationMode: PDFView.isPresentationMode
}) : null;