Have been looking for a work around for this problem for awhile now but can't seem to get anywhere. Is it possible to have fonts bigger than 72pt? If not that is a massive fail.
I'm not sure I follow, are you refering to the zoom level in Reader? If so try putting "event.target.zoom = 300;" as JavaScript in the docReady event at the root of your form. Or do you want the default font size in Designer to be 300, if so I'm not sure you can do that. I don't have the font size reverting on my system.
cool thanks here is the URL https://acrobat.com/#d=gACaCmDHJP9uXEmD3X1B2g
What version of livecycle designer are you using?
sorry about that try now https://acrobat.com/#d=gACaCmDHJP9uXEmD3X1B2g
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
Thanks mate that's awesome, it's a pain it doesn't work just by typing it into the font size box but that work around will do! I might need to open another topic for this but the next problem I'm having is when inserting a .PNG image it is putting a white background around it don't suppose you know how to fix that one as well? I'm pretty sure it never used to do that as well.
Thanks for your help!
You have me there, and the website I used to refer to for this sort of stuff seems to be no more. There are some limitations in how Acrobat handles images with transparent color but I'm not sure exactly what it is now, something to do with only using 8 bit color (I think PNG is usually 24bit), or maybe it was something about only using palette color.
Sorry, I think you will have to start another thread.
North America
Europe, Middle East and Africa
Asia Pacific