Hi
I am genrating the pdf using itext .
i need to display the fck editor content in the pdf . this is stored as blob in the database ,
we need to display same content in the pdf wth same format .
for example there is data like this
<p> </p> <p><span style="font-size: larger;">HI</span></p> <p> </p>
<p><span style="backgrou nd-color: rgb(255, 204, 0);"><span style="font-size:
larger;">Hill</span></span></p> <p> </p> <p><em><span
style="backgrou nd-color: rgb(255, 204, 0);"><span style="font-size:
larger;">Hello </span></span></em></p>
if the font of text is increased same thing should be applied in the pdf also .
before content was displaying as <p> Hi </p> I used HTML WOrker (Itext class) THEN the content is displaying corectly now the style is not getting applied .
is there any way to display the fck editor content in the pdf with same style . Please help me on this . thanks
I am genrating the pdf using itext .
i need to display the fck editor content in the pdf . this is stored as blob in the database ,
we need to display same content in the pdf wth same format .
for example there is data like this
<p> </p> <p><span style="font-size: larger;">HI</span></p> <p> </p>
<p><span style="backgrou nd-color: rgb(255, 204, 0);"><span style="font-size:
larger;">Hill</span></span></p> <p> </p> <p><em><span
style="backgrou nd-color: rgb(255, 204, 0);"><span style="font-size:
larger;">Hello </span></span></em></p>
if the font of text is increased same thing should be applied in the pdf also .
before content was displaying as <p> Hi </p> I used HTML WOrker (Itext class) THEN the content is displaying corectly now the style is not getting applied .
is there any way to display the fck editor content in the pdf with same style . Please help me on this . thanks
Comment