You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I'm using this library to open and modify PDF forms.
The problem I am encountering is that for some PDFs that I have very large, I compress them through a service using the ABCPdf library of .NET. When I do this the name of the fields in my PDFs change from this form "idcompanycontractor" to have this other form "idempresacontratist\n�". This only happens with the fields that have a length equal or superior to 20 characters, but in Adobe acrobat the names are displayed correctly.
Why this field is encoded only from character 20 onwards? Can I decode it? How?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey, I'm using this library to open and modify PDF forms.
The problem I am encountering is that for some PDFs that I have very large, I compress them through a service using the ABCPdf library of .NET. When I do this the name of the fields in my PDFs change from this form "idcompanycontractor" to have this other form "idempresacontratist\n�". This only happens with the fields that have a length equal or superior to 20 characters, but in Adobe acrobat the names are displayed correctly.
Why this field is encoded only from character 20 onwards? Can I decode it? How?
Beta Was this translation helpful? Give feedback.
All reactions