Skip to content
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

Signing Document in a browser #9

Closed
Origi27 opened this issue Jul 29, 2019 · 9 comments
Closed

Signing Document in a browser #9

Origi27 opened this issue Jul 29, 2019 · 9 comments

Comments

@Origi27
Copy link

Origi27 commented Jul 29, 2019

In the Jnlp_test page,it send only the hello world word right?
Can we sign pdf document in the browser and upload somewhere in another folder?
and how do you call the function to select file and sign in the webpage?
Thank You

@damianofalcioni
Copy link
Owner

Hi,
to sign a pdf document you have to first read it in a HTML Input field and then provide it to the engine as done in the Hello World example. The file selection is just a matter of JS code.

@Origi27
Copy link
Author

Origi27 commented Jul 29, 2019

I'm not much into programming..Can you be specific where to put and to call?
Thank You

@damianofalcioni
Copy link
Owner

@Origi27
Copy link
Author

Origi27 commented Jul 29, 2019 via email

@damianofalcioni
Copy link
Owner

@Origi27
Copy link
Author

Origi27 commented Jul 29, 2019 via email

@damianofalcioni
Copy link
Owner

Try to debug here:

public static void performSignLocally(String[] dllList){

@Origi27
Copy link
Author

Origi27 commented Jul 29, 2019 via email

@damianofalcioni
Copy link
Owner

if you sign using the web page then with the signed file you can or download locally or upload where you want (of course you need an uploading service) via JS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants