Quantcast
Channel: Aspose.Pdf Product Family
Viewing all articles
Browse latest Browse all 3131

XFA to Standard PDF form field length

$
0
0
Hello,

I have an Adobe LiveCycle form that I am using Aspose.Pdf to convert to a standard PDF form. This results in field names such as "topmostsubform[0].page[0].fieldname[0]". Unfortunately, the next step in my process is to pass the converted document to another 3rd party module, and it has a limit of 32 characters on form field names, which the converted field names sometimes exceed. From what I can tell, the other module looks at the Field.FullName property, which is of course readonly. I'm looking for a way to either shorten all the field names during conversion (I don't need the form or page) or to change the Field.FullName after the fact. 

The closest I have come was using the FormEditor.RenameField function, but that only changes the part of the FullName after "topmostsubform[0].page[0].", which is usually not enough to accommodate the length constraint.

Any help would be appreciated.

Z

Viewing all articles
Browse latest Browse all 3131

Trending Articles