Avatar

Correct answer by
Level 10

I see what you mean now, it seems to be an issue with artwork PDF forms, I don't have a problem with a standard PDF form.

I did get the font size to stick, https://acrobat.com/#d=RnEQbNdhe26z-bPYyVnEYQ is my sample.

But I had to edit the XML Source (from the View menu), so the line;

<body xmlns="http://www.w3.org/1999/xhtml" xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/"><p>99</p></body>

 

became

<body xmlns="http://www.w3.org/1999/xhtml" xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/"><p style="font-size:300pt">99</p></body>

That is I added the font-size style attribute.

Hope that helps.

Bruce

View solution in original post