Difference: HTMLTagsInPDF (6 vs. 7)

Revision 72008-04-08 - SteveFrizzell

Line: 1 to 1
 
META TOPICPARENT name="APPX43Features"

HTML Elements in PDF Output

Line: 54 to 54
   
Added:
>
>
BIG - The enclosed text should be printed one size larger than the current font size.  <BIG>...</BIG> is the same as <FONT SIZE="+1">...</FONT>.  BIG tags can be nested in which case the inner text is one size larger than the outer text.

SMALL - The enclosed text should be printed one size smaller than the current font size. <SMALL>...</SMALL> is the same as <FONT SIZE="-1">...</FONT>.  SMALL tags can be nested in which case the intter text is one size smaller than the outer text.

 font size="+n"  where n = +1 thru +7

font color=#nnnnnn where #nnnnnn is a RGB hex value.

Line: 61 to 65
 font color=name is not supported.

font size=1 thru 7

Added:
>
>

Bugs:

  1. Field with no widget defined attempts to print formated html text.  Fields with no widget should not print formated html text.
  2. Field with Raw Text widget attempts to print formated html text.  Raw Text widgets should not print formated html text.
  3. SMALL does not work.  There is no noticeable difference in the size of the enclosed text.
 

Comments:

Read what other users have said about this page or add your own comments.
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback