I have two buttons named “reset”. I can’tretrieve the content in normalCaption property or AlternateName.
for the first button, I seek “RESET FIELD” content.
The second one, “RESET”.
Document pdfDocument = new Document(@“…\formpdftron.pdf”);
Field[] pdfForm = pdfDocument.Form.Fields;
foreach (var field in pdfForm)
{
if (field.FullName == “reset” && field is ButtonField btn)
{
var alternateName = btn.AlternateName;
var normalCaption = btn.NormalCaption;
}
}
I know the two buttonfield are in a collection of widget annotation and I can’t see where the content are store with aspose.
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.
Issue ID(s): PDFNET-60041
You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.
More info on that issue, I have found that content into the pdf file, it’s into the MK dictionnary from widget annotation and the Caption (/CA) is what I want :
Thanks for sharing more information about the issue. We have updated the ticket information accordingly and will perform investigation from this perspective as well. As soon as we make some progress towards ticket resolution, we will surely inform you. Please be patient and spare us some time.