-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PDF file does not open #79
Comments
Please check the developer console of the browser for any Javascript or network errors(Ex: cross-origin errors) |
Ok thanks I solved... but how do i save the pdf with the same name as the pdf file i open? |
You can pass the filename into the PDFJsAnnotations/pdfannotate.js Line 243 in 1b4946b
|
Hi and thanks, I would like the document to be saved to have the same name
as the open pdf.
Il giorno mar 29 ago 2023 alle ore 08:53 Ravisha Heshan <
***@***.***> ha scritto:
… You can pass the filename into the savePdf method
https://github.com/RavishaHesh/PDFJsAnnotations/blob/1b4946b095a713c7b7eda792b955b0deafc788e2/pdfannotate.js#L243
—
Reply to this email directly, view it on GitHub
<#79 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKMN6M3Y4E3CH5KTKWMOSPDXXWGVFANCNFSM6AAAAAA3MXI5H4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hi, It's possible to save the generated pdf file in a specific folder?
Thanks...
Il giorno mar 29 ago 2023 alle ore 08:53 Ravisha Heshan <
***@***.***> ha scritto:
… You can pass the filename into the savePdf method
https://github.com/RavishaHesh/PDFJsAnnotations/blob/1b4946b095a713c7b7eda792b955b0deafc788e2/pdfannotate.js#L243
—
Reply to this email directly, view it on GitHub
<#79 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKMN6M3Y4E3CH5KTKWMOSPDXXWGVFANCNFSM6AAAAAA3MXI5H4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
This doesn't support out-of-the-box. You should be able to achieve that by changing this line of the js |
how should this line be modified?
Il giorno lun 4 set 2023 alle ore 14:22 Ravisha Heshan <
***@***.***> ha scritto:
… This doesn't support out-of-the-box. You should be able to achieve that by
changing this
<https://github.com/RavishaHesh/PDFJsAnnotations/blob/1b4946b095a713c7b7eda792b955b0deafc788e2/pdfannotate.js#L273>
line of the js
—
Reply to this email directly, view it on GitHub
<#79 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKMN6M3K5OFVE4ZRNAKZ4QDXYXBWXANCNFSM6AAAAAA3MXI5H4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hi, it's possible to download the PDF as a original document uploaded and not as an image? |
When i launch the index.html file on my local user, the pdf doesn't open. The application must run on server-side?
The text was updated successfully, but these errors were encountered: