Hello experts,
how can i display pdf in windows form application an let the user choose the sign area so that in that area pdf sign can be placed
Hello experts,
how can i display pdf in windows form application an let the user choose the sign area so that in that area pdf sign can be placed
@SushilAgarwal-8271, If you want to Show pdf in winform, you could install nuget-package Spire.PDFViewer. After rebuild the project, Please drag a control named pdfviewer to form and use the code pdfViewer1.LoadFromFile("D:\\sample.pdf"); to load the pdf.
let the user choose the sign area so that in that area pdf sign can be placed
I am not full understand your meaning about the sentence. Could you explain it in more detail?
Llet the user choose the sign area so that in that area pdf sign can be placed
i want to let user choose blank area in pdf being signed where the visual signature will appear.
ikindly see latest acrobat pdf viewer there is an option to digitally sign a pdf, when you opt for it it let you mark area where visual digital signature will be placed by selecting that area using mouse, same i want to implement
@SushilAgarwal-8271 , Sorry for the late response, based on my further research, currently Microsoft haven't developed this function like you said. I suggest that you could request a feature about .NET in Developer Community.
8 people are following this question.