|
Query |
Details | |
|
The print button does nothing. |
We were unable to reproduce the reported issue with the sample in which you have shared. We suspect that the issue may occur due to some network problem. Our online serviceUrl is only for demo purposes. So, we suggest you create your web service by using the below KB link,
KB link for creating web service:
Note: The service URL ('https://ej2services.syncfusion.com/production/web-services/api/pdfviewer') is only for demo purposes. We need to create the own web service and run the same and refer to the localhost link in the serviceUrl property of our PDF Viewer control.
Kindly try this and let us know that you are still facing the same issue. | |
|
The Submit Form butting download the JSON for the filled form but how do I capture the JSON output without it downloading. |
In our PDF Viewer, we have the exportFormFieldsAsObject to get the result of the JSON object instead of downloading the JSON file as like below code snippet. And we have shared the sample for your reference.
Sample:
Code snippet:
| |
|
What does the serviceUrl suppose to do? |
Our PDF Viewer component is both client and server-side. In our PDF Viewer, we have used the serviceUrl property that is necessary to access the service from which the PDF document is loaded and processed for the control with value as https://js.syncfusion.com/ejServices/api/PdfViewer for server-side document processing. We have shared the UG documentation link for your reference.
UG Documentation to add and use the PDF Viewer control in your web application
| |
|
The example FormFillingDocument.pdf, where does it exists? How is it downloaded? |
We have shared the sample for opening the formFilling document. Using the download icon from the toolbar, we can download the formFilling document.
| |
|
After getting the Signature, where is it stored? |
We can add the signature in a PDF document and use the download icon from the toolbar to save the pdf document. Can you please let us know the exact requirement about where you want to store the signature? It will be helpful for us to investigate further and provide details.
| |
|
After filling the form is the data going to written (save) back to the PDF? |
In our PDF Viewer control on downloading the document, we will save the changes in a new PDF document. But, we do not make any changes to the document loaded( i.e., original document) in our PDF Viewer control. If we performing the save action back to PDF, then the original PDF document will get modified. So, can you please let us know whether your requirement is to modify the original loaded PDF document? |
|
Query |
Details | |
|
1) The print button on your sample pages does not print. When the print button is clicked there is a circular progress bar but after a few seconds and it just goes away without the usual print dialog. I have tested on multiple PCs and on different ISP. |
We were unable to reproduce the reported issue. we suspect that some plugins has been added in your window. It will restrict the popup window. So that the issue occurs. Kindly try it in Incognito mode or disable the plugin in your window. And let us know, still you have any concerns about this.
| |
|
I guess the only way is to save the PDF and the signature, is to render the print on the server side and save that image on the backup DB. |
We can get the image for each page of the PDF document in the server side while printing. We can save the each page image in DB. We have shared the code snippet for getting image of pages.
Code snippet:
| |
|
I have one suggestion, can you update the documentation to reflect that for the ej2 PDF viewer to working there must be a server to load/render the PDF. Please point to the KB documentation https://www.syncfusion.com/kb/11063/how-to-create-the-pdf-viewer-web-service-application-in-net-core-3-0-and-above-version |
We will refresh the KB documentation in our Volume 1 release which will be in the end of March. |