Difference: HTMLTagsInPDF (12 vs. 13)

Revision 132008-04-16 - SteveFrizzell

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

HTML Elements in PDF Output

Line: 37 to 37
  The HTML element contains the entire html document.  A field whose contents is to be formated by embedded html tags must begin with an HTML element starting in position 1. The end tag of an HTML element is optional.

Generic Block Level Elements:

Changed:
<
<
>
>
Block level elements print a leading line break before the block and and a trailing line break after the block. This results in double line spacing between block level elements.  However, a block level element which is the first element after the HTML element does not print a leading line break.  Another execption is that a CENTER element never prints a leading line break resulting in single line spacing between a CENTER element and the preceding block level element.  A block level element may not be nested within another block level element.  If a block level element is not terminated by an ending tag and another block level element is encountered, then the termination of the first block level element is implied and a trailing line break is printed.
 

CENTER - Centered block

<CENTER>...</CENTER> 
Line: 85 to 85
 

...

Changed:
<
<
The P element defines a paragraph.  The closing tag for a P element is optional.  A P element cannot include other block-level elements such as CENTER, PRE, or H1 thru H6.
>
>
The P element defines a paragraph.  Extra white space is compressed out of the text and a word that does not fit on the end of a line is wrapped to the beginning of the next line. 
 

PRE - Preformated text

<PRE>...</PRE>
Line: 263 to 263
 
  1. Consecutive BR tags are not all being honored.
  2. Specification of absolute font size does not change size of text. <FONT SIZE=6> should render the text using the report's default font size with a scale factor of 80%.
  3. Text which overflows the boundaries of the field is not clipped.  For example, the top of superscripts on the first line of the field print above the top of the field boundary.
Changed:
<
<
  1. A CENTER element which immediately follows the HTML element should not have a preceding line break.
>
>
  1. A CENTER element should only perform a leading line break if the position of the CENTER element is not at the left margin of the field.  In other words, if a CENTER element is preceded by a BR tag or a closing tag of any other block level element (such as </P>) which forces a line break, the CENTER element should not perform an leading line break since the previous block was explicitly terminated resulting in a line break.
 
  1. A P element which immediately follows the HTML element should not have two preceding line breaks (I think one line break is common).

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