cancel
Showing results for 
Search instead for 
Did you mean: 

Create PDF from tabel content ?

Former Member
0 Kudos

hi @,

I need to conver the table contents into PDF.I have gone through various blogs but couldn't find any complete help to do the thing.

Is it possible to generate it wihtout Adobe Live designer directly

Regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You will have to itext api to create a pdf , or you can create a pdf in R/3 a spool(tdline and tformat) and then convert to pdf.

http://www.lowagie.com/iText/download.html

Regards

Pankaj Prasoon

Former Member
0 Kudos

Hi Pankaj,

I tried using yr Help and it is failing giving No Class Def exception and failing to deploy.

Any suggestion y it is failing even though it is build successfully.

Regards.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

You can create a PDF without using Adobe Life Cycle Designer by generating a XML file and using XSL for page layout as well as some PDF generating Java classes. However Dynamic PDF form with Dynamic Table with the help of Adobe Interactive form is much easier than these.

Regards,

Vivek.

former_member254270
Participant
0 Kudos

Hi ,

It is possible to generate a pdf without Adobe Life Cycle Designer and we can do that by coding.

Try this link,

I got the output.

Thanks.