In this example, we add some italic text to a document.
Set theDoc = Server.CreateObject("ABCpdf11.Doc")
theText = "Gallia est omnis divisa in partes tres, quarum unam
incolunt Belgae, aliam Aquitani, tertiam qui ipsorum lingua Celtae,
nostra Galli appellantur."
theDoc.Rect.Inset 20, 40
theDoc.TextStyle.Size = 96
theDoc.TextStyle.Italic = True
theDoc.AddText theText
theDoc.Save "c:\mypdfs\styleitalic.pdf"

styleitalic.pdf
|
|
|