cancel
Showing results for 
Search instead for 
Did you mean: 

Creating PDF

Former Member
0 Kudos

Hi,

I tryed to create PDF document with MII.

When i executed transaction it generates error below.

How can i solve this problem?

Thanks.

Errors

[ERROR]: com.lowagie.text.Rectangle.height()F

[ERROR]: The document is not open yet; you can only add Meta information.

[ERROR]: ACTION FAILED: End Action PDF_Text_0 : ()

[ERROR]: The document is not open yet; you can only add Meta information.

[ERROR]: ACTION FAILED: End Action PDF_Table_0 : ()

[ERROR]: ImageSaver: Encoded Image Length is 0

[ERROR]: ACTION FAILED: End Action Image_Saver_0 : ( )

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Cemil,

Does your transaction contains Actions in this order:

-XML Loader/SQL Qry

-PDF Doc

-PDF Table--configure to PDF doc and Source to QRY output

-ImageSaver-Documnet output

Former Member
0 Kudos

Hi Rao,

Yes . The order is like you ask.

Have you sample transaction to create .PDF?

If you have could you send me?

Thanks.

Former Member
0 Kudos

Hi Cemil,

I have sent sample Transaction for creating PDF to your mail.

Hope it helps.

Regards,

Padma

Answers (1)

Answers (1)

Former Member
0 Kudos

it needs iText-1.4.5.jar and necessary iTextAsian.jar.

See Note: 1109054

Former Member
0 Kudos

Hi Cemil,

Thanks for note and information