cancel
Showing results for 
Search instead for 
Did you mean: 

Convert WD java view to PDF

siddharth_jain
Active Contributor
0 Kudos

Hello Expert,

Any idea if there is any simplest way available to export view format(data ,layout) in PDF without writing much code or using opensource apis or ADS.

Any suggestions will be useful.

thanks,

Siddharth

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

No..you will have to go for custom coding.

If you will do it...you will find it is not very complex.

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/2b6db1c4-0801-0010-faa5-ff4b4df55...

If you dont want to use adobe forms in java...then you can opt for mime types:

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/00062266-3aa9-2910-d485-f1088c3a4...

siddharth_jain
Active Contributor
0 Kudos

THanks Saurabh,

ADS is not an option for us,Any idea if i can dump the view content in byte as PDF using some internal method ,something like getting the innerhtml of view and passing it to wdtypes as PDF as my requirement is to convert the view to PDF as it is .

did not found any standard way or API for the same.

Thanks,

Siddharth