I have one request to add a table on some excels where they will write
Designation :
Name :
Note:
In that box they need to electronically fill those and then save the pdf again and send it.
Now the tricky part. The PDF is received from other entities and not generated with XOJO. Is it possible to do that using XOJO or not ?
With PDFDocument you can create the PDF with Forms, those forms can have fields so the user can fill them when opened (and save them afterwards with the values entered). It is also possible to add an electronic signature to authenticate that the PDF has not been modified since it has been signed.
What is not possible to do using PDFDocument is open an existing PDF document and edit it (modify its contents)