Hi.Yes, it`s possible.Select the last cell and on Exit event (Client Java Scrip) add the scrip:Table1._Row1.addInstance(true);It's will work on the file I sent previously.But you need to add logic and specify condition for yours needs.
HiI'm not sure if I understand what you said.When you say: the excess text in the table is not flowing onto the next page... Ex: I create 10 rows.If the text of row 10 is large, this row jumps to the next page.Do you want row 10 to remain on the first page and continue the text on the 2 page?
Hi.Could you send me the file? - (The excess text remains concentrated on the first page while the second page that is created remains empty).andersonhrz@gmail.com Can you describer step-by-step exactly what you need?Thank you.
Hi.You're welcome. I made a mistake. I figured out the question of the master page. Another point. I use Adobe Acrobat Pro. I do not know if you know, but for completing the form in the free version, you need to enable form fill-in. I sent the form enabled. I deleted the button to add rows. Now cli...
Hello.I would like to do a conversion of some special characters.Example: I type "ç, ã, á" in the text field and after that happens the conversation for "c, a, a".Does anyone know any script?Thank you
If you use Saxon 8 the command is:java -jar saxon8.jar MYFILE.xdp extractstrings.xslt > MYFILE.s2xIf you use Saxon 9 the command is:java -jar saxon9.jar MYFILE.xdp extractstrings.xslt > MYFILE.s2x
Sorry, after step 1 I forgot that step:You need put the Saxon8.jar or Saxon9.jar inside the folder C:\TranslateFormsUnpack the Saxon.saxon8.jar.zip - Google Drive
Hello.I will help you.But, my focus will in procees and not in error reported by you.1 – Copy that files to inside de folder thas has de files for translation.For exemplo: in my case the folder is C:\TranslateForms.Put that files “mergestrings.xslt” and “extractstrings.xslt” inside the folder“Transl...