Expand my Community achievements bar.

SOLVED

LiveCycle Designer PDF file size

Avatar

Level 1

Hello.

I have the trial of LiveCycle Designer ES2 (v9.0.0.0.2009....) installed.  I created a seemingly simple PDF form, but the file size is over 1MB.  Is that "normal"?  It seems like it would/should only be a few hundred kb, if that.

1 Accepted Solution

Avatar

Correct answer by
Level 10

Hi Srini,

That bug was fixed in an earlier version, so should not be a problem in ES2.

One thing to bear in mind is that by default LC Designer embeds fonts into a form (see File > Form Properties > Save Options). This does not add too much to a form if you are using an efficient font like Myriad Pro. However if you use other fonts, like Times New Roman, then this can add several hundred kb.

Also if you are using images in the form, then untick embed images in the Object > Field palette. The image will still be available when the user opens the form in Acrobat/Reader, but will be more efficient.

Hope that helps,

Niall

View solution in original post

3 Replies

Avatar

Level 10

Your form might have the following line of code multiple times which will cause your form to grow in size.

      <?templateDesigner StyleID aped3?>

To fix this, goto XML Source tab of your form. (View menu -> XML Source).

Search for the above line of code and delete.

Then save changes.

Thanks

Srini

Avatar

Correct answer by
Level 10

Hi Srini,

That bug was fixed in an earlier version, so should not be a problem in ES2.

One thing to bear in mind is that by default LC Designer embeds fonts into a form (see File > Form Properties > Save Options). This does not add too much to a form if you are using an efficient font like Myriad Pro. However if you use other fonts, like Times New Roman, then this can add several hundred kb.

Also if you are using images in the form, then untick embed images in the Object > Field palette. The image will still be available when the user opens the form in Acrobat/Reader, but will be more efficient.

Hope that helps,

Niall

Avatar

Level 1

The embedded fonts was the problem.  Thank you!