This information is not obliging.
Name |
Supported |
Supported Attributes |
Comments |
<a> |
Y |
class="class name" |
Anchor. „Title“ attribute defines target caption to appear in the PDF bookmarks list. |
<abbr> |
Y |
class="class name" |
abbreviated form (e.g. WDVL) |
<acronym> |
Y |
class="class name" |
|
<address> |
Y |
class="class name" |
information on author |
<applet> |
N |
|
Java applet |
<area> |
N |
|
client-side image map area |
<b> |
Y |
class="class name" |
bold text style |
<base> |
Y |
href="URI for linked resource" |
document base URI |
<basefont> |
N |
|
base font size |
<bdo> |
N |
|
I18N BiDi over-ride |
<big> |
Y |
class="class name" |
large text style |
<blockquote> |
Y |
class="class name" |
long quotation |
<body> |
Y |
background="URL of background
image" |
document body |
<br> |
Y |
|
forced line break |
<button> |
N |
|
push button |
<caption> |
N |
|
table caption |
<center> |
Y |
class="class name" |
shorthand for: div align="center" |
<cite> |
Y |
class="class name" |
citation |
<code> |
Y |
class="class name" |
computer code fragment |
<col> |
N |
|
table column |
<colgroup> |
N |
|
table column group |
<dd> |
Y |
class="class name" |
definition description |
<del> |
Y |
class="class name" |
deleted text |
<dfn> |
Y |
class="class name" |
instance definition |
<dir> |
Y |
class="class name" |
directory list |
<div> |
Y |
align="left
- center - right - justify" |
generic language/style container |
<dl> |
Y |
class="class name" |
definition list |
<dt> |
Y |
class="class name" |
definition term |
<em> |
Y |
class="class name" |
emphasis |
<fieldset> |
N |
|
form control group |
<font> |
Y |
class="class name" |
local change to font |
<form> |
Y |
|
interactive form |
<frame> |
N |
|
subwindow |
<frameset> |
N |
|
window subdivision |
<h1>,<h2>,<h3> |
Y |
align="left
- center - right - justify" |
heading |
<head> |
Y |
|
document head |
<hr> |
Y |
align="left
- center - right" |
horizontal rule |
<html> |
Y |
|
document root element |
Y |
class="class name" |
italic text style |
|
<iframe> |
N |
|
inline subwindow |
<img> |
Y |
align="left
- middle - right - top" |
embedded image |
<input> |
Y |
align="left
- middle - right - top" |
form control |
<ins> |
Y |
class="class name" |
inserted text |
<isindex> |
N |
|
single line prompt |
<kbd> |
Y |
class="class name" |
|
<label> |
Y |
class="class name" |
form field label text |
<legend> |
Y |
|
fieldset legend |
<li> |
Y |
class="class name" |
list item |
<link> |
Y |
href="URI for linked resource" |
a media-independent link |
<map> |
N |
|
client-side image map |
<menu> |
Y |
class="class name" |
menu list |
<meta> |
Y |
name="author - description - keywords" |
generic meta information. "description" defines subject of PDF document |
<noframes> |
Y |
class="class name" |
alternate content container for non frame-based rendering |
<noscript> |
Y |
class="class name" |
alternate content container for non script-based rendering |
<object> |
N |
|
generic embedded object |
<ol> |
Y |
class="class name" |
ordered list |
<optgroup> |
N |
|
option group |
<option> |
Y |
selected |
selectable choice |
<p> |
Y |
align="left
- center - right - justify" |
paragraph |
<param> |
N |
|
named property value |
<pre> |
Y |
class="class name" |
preformatted text |
<q> |
N |
|
short inline quotation |
<s> |
Y |
class="class name" |
strike-through text style |
<samp> |
Y |
class="class name" |
sample program output, scripts, etc. |
<script> |
N |
|
script statements |
<select> |
Y |
class="class name" |
option selector |
<small> |
Y |
class="class name" |
small text style |
<span> |
Y |
class="class name" |
generic language/style container |
<strike> |
Y |
class="class name" |
strike-through text |
<strong> |
Y |
class="class name" |
strong emphasis |
<style> |
Y |
|
CSS style info. Allowed only in <head> |
<sub> |
Y |
class="class name" |
subscript |
<sup> |
Y |
class="class name" |
superscript |
<table> |
Y |
align="left
- center - right" |
|
<tbody> |
N |
|
table body |
<td> |
Y |
align="left - center - right -
justify" |
table data cell |
<textarea> |
Y |
class="class name" |
multi-line text field |
<tfoot> |
N |
|
table footer |
<th> |
Y |
align="left - center - right -
justify" |
table header cell |
<thead> |
N |
|
table header |
<title> |
Y |
|
document title |
<tr> |
Y |
bgcolor="color
name" |
table row |
<tt> |
Y |
class="class name" |
teletype or monospaced text style |
<u> |
Y |
class="class name" |
underlined text style |
<ul> |
Y |
class="class name" |
unordered list |
<var> |
Y |
class="class name" |
instance of a variable or program argument |
Proprietary tags |
|||
<pd4ml:attachment> |
Y |
description="text description" |
embeds external resource as PDF attachment. |
<pd4ml:page.break> |
Y |
ifSpaceBelowLessThan=
pixels |
forced page break. ifSpaceBelowLessThan allows to suppress the page break if the available space on the current page is more than the specified value. htmlWidth also forces PD4ML to change current htmlWidth (screenWidth) value and to affect HTML-to-PDF scaling factor. “reset” returns htmlWidth to the initial state. |
<pd4ml:footnote> |
PD4ML Pro |
noref |
defines HTML-enabled footnote text. By default it leaves an auto incremented
footnote index/reference in the place, where the tag defined, and moves the
footnote text to the bottom of the current PDF page.
noref suppresses the footnote index/reference generation. |
<pd4ml:footnote.caption> |
PD4ML Pro |
|
allows to define a separator between main content and footnotes. For example:
<pd4ml:footnote.caption> |
<pd4ml:page.footer> |
PD4ML Pro |
scope="scope" height="height" width="width" style="associated style info" |
defines dynamic PDF page footer. $[page], $[total] and $[title] placeholders are reserved. Affects all subsequent pages. Can be overriden by another footer definition.
Scope attribute explicitely predefines pages,
where the footer should appear. Example: scope="even,4,8-16,32+,skiplast"
Note: distinguish the HTML tag from <pd4ml:footer> JSP custom tag, which is mapped to PD4ML API calls. |
<pd4ml:page.header> |
PD4ML Pro |
scope="scope" height="height" width="width" style="associated style info" |
defines dynamic PDF page header. $[page], $[total] and $[title] placeholders are reserved. Affects all subsequent pages. Can be overriden by another header definition.
Scope attribute explicitely predefines pages,
where the header should appear. Example: scope="odd,5,15-25,45+,skiplast"
Note: distinguish the HTML tag from <pd4ml:header> JSP custom tag, which is mapped to PD4ML API calls. |
<pd4ml:toc> |
PD4ML Pro |
pncorr="number" |
table of contents. pncorr – a correction value to add to page numbers |