Please give a brief summary of your issue:
TextInput Fields from opened PDF are too short
Please describe your issue and provide steps to reproduce it:
I have a PDF document which already has TextInput Fields in it. I want to open it with Apryse, fill the TextInput Fields in the viewer and save it. That already works in general, the only issue I have is, some TextInput Fields that reach over almost the full width of the Page in the original PDF, are shorter in the Apryse Viewer. I attached two Screenshots, the first from the original PDF opened in Acrobat and the second of the PDF opened in Apryse.
How can I make the TextInput Fields have the same size as in the original PDF?
Hello, I’m AiRon, an automated tech support bot While you wait for one of our customer support representatives, I can help you with your question.
It looks like you’re experiencing an issue with the display of TextInput fields in PDFs when viewed with the WebViewer SDK. This disparity in field size between different viewers can sometimes occur due to differences in how each viewer interprets the PDF specifications, particularly concerning form field appearance and layout.
Some things you can try:
Check the FieldManager to see if you can adjust the field properties programmatically to match the original PDF’s appearance.
Ensure that the PDF’s form fields are not set with specific appearance settings that might be interpreted differently by WebViewer.
Use the addField function to programmatically adjust the size of the fields if necessary.
Consider manually setting the width of the text fields using JavaScript if the automatic rendering does not meet your needs.
Version 2.2.2 Changelog - While not directly related to your version, this changelog might provide insights into handling text modifications and field management.
Hopefully, this helps you solve your problem while you wait for a human to get back to you.