Changes

Jump to: navigation, search

PDF Writer Custom Tags

1,197 bytes removed, 17:47, 7 March 2013
no edit summary
==Special Characters==
Most western Latin Unicode characters will be displayed normally. If your PDF will contain non-Latin characters such as Japanese then they have tell PDF writer using TTF (True Type Font) and specify the font should be used. The font must be one that can render the characters correctly. You must also tell the PDF writer to use True Type Font by including the following anywhere with the [[Web Page View]]:* <font size="3">&lt;!--Use TTF--></font> For example, to display Japanese characters properly do the following:# Put this '''&lt;!--Use TTF-->''' somewhere within the web page view# Put this '''&lt;font face="VAL Gothic Regular">''' or '''&lt;font face="Bitstream Cyberbit">''' in front of the text that will contain the special/non-Latin characters. ::* Alternately you can define the font within a &lt;style> tag for each element. For example:<pre><style><!--@sslogic("@me.langid@" in (7,15))-->body,div,span,p,table,tr,th,td,a{ font-family: "Bitstream Cyberbit",'Arial',Verdana, Arial, 'MS Sans Serif', sans-serif; font-weight:normal;}<!--@end--></style></pre>
'''Note:''' Many fonts such as Japanese and Korean do not fully support bold text. Accordingly using "&lt;b>" or "&lt;strong>" tags, or style="font-weight:bold or 200 etc. (or CSS entries) may result in garbled output. Thus in the &lt;style> example above the font-weight is defined as normal. Note that any in-line styles in the Web Page View (i.e. &lt;span style="font-face:Arial">) will override the styles defined in the style tag.See [[Convert Special Characters to PDF|here]] for more information
==See Also==
* [http://pd4ml.com/taglib/pd4ml/tld-summary.html http://pd4ml.com/taglib/pd4ml/tld-summary.html] (external website)
* [[Web Page View]]
* [[Convert Special Characters to PDF]]
[[Category:PDF]]
0
edits

Navigation menu