We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a18aee0 commit cdff7e2Copy full SHA for cdff7e2
apps/OpenSign/src/pages/SignyourselfPdf.js
@@ -851,7 +851,7 @@ function SignYourSelf() {
851
852
//function for get pdf page details
853
const pageDetails = async (pdf) => {
854
- const firstPage = await pdf.getPage(2);
+ const firstPage = await pdf.getPage(1);
855
const scale = 1;
856
const { width, height } = firstPage.getViewport({ scale });
857
setPdfOriginalWH({ width: width, height: height });
0 commit comments