- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
I've looked at the flattened versions of the forms you supplied and I see the same error. I'm not sure why its happening (I'm using the very latest version of Acrobat and Reader).
As an experiment I took the MyForm-ES-AcroVersion8.pdf version of your form and ran it through Assembler with a noXFA operation. The result (attached) didn't have any of the errors you were having.
Here is the DDX I used:
<DDX xmlns="http://ns.adobe.com/DDX/1.0/">
<PDF result="NoXFA">
<PDF source="form"/>
<NoXFA/>
</PDF>
</DDX>
As I said, I'm not sure why your flat file got messed up. The Forms call resulting document looks fine, so my suspicion is that it is something in the flattening operation itself. Is there anything "unusual" in your DDX?
The other thing to consider is that something is corrupting the file between when Forms renders it and Assembler flattens it. Is the MyForm-ES-AcroVersion8 file what gets sent to Assembler, or is there something else that happens to it before Assmebler flattens the file?
Views
Replies
Total Likes