2 other options that may help1- Do not make the field RTF. That way the copy and paste will be whatever the field properties are set forif that will not work...2- have a duplicate field that is hidden and not RTF. Use a script such as this.rawValue = otherfield.rawValue. Then on the save or print ac...
How many of the fields are RTF? you could put it on an exit script once the user leaves the field. That is easy enough if there are only a couple marked as RTF
Select your picture and text within the flowed subform. Right click and select wrap in subform and make the subform a positioned subform. This will allow you to move the objects within that positioned subform the way you like them.
Ok. I am wondering if there is a page with some bad code on it. Deleting the page would solve the problem. if you decide you want to trouble shoot try to narrow down which of the 5 pages you deleted may be the issue. I would recommend deleting one and testing etc. Good luck
I do not think the number of pages is the issue. I would think it is the size of the file. Do the pages you removed have images on them? How did you build the document? did you build it from scratch or convert from another file i.e. word, pdf etc.
Are you getting an error when trying to open it in Acrobat or Reader? Have you tried resaving it. When you Save As junk gets cleared out of the file and sometimes that can help.
You have a syntax error. You want to change this.rawValue = "No" to be this.rawValue == "No". In your script this.rawValue = "No" you are actually setting the value of the field to be No so it will always be true.