cancel
Showing results for 
Search instead for 
Did you mean: 

Tables in PDF

Former Member
0 Kudos

Hi,

I am reading data from SQL Query into a Grid and then place the data from the Grid into a PDF document.

When i read data into the PDF in form of tables, all the columns have the equal width and the width is maintained as per the page. I need to set variable width to the columns.

Eg. I have 3 columns say PO_No, Material Number and Comments.

Currently, each of the columns have the same width say 33% each of the tables.

I want it to be 20% for PO_No, 20% for Material Number and 60% for Comments.

How can i achieve that ?? Note that i am using SAP MII 12.0 for developments.

Thanks,

Amit

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

For more control over PDF files, you can check out XSL-FO (fo = formatting objects).

[http://www.w3schools.com/xslfo/default.asp]

But, be warned - it isn't fun.

Former Member
0 Kudos

How do you get your FSO stuff into your PDF document?

Former Member
0 Kudos

Amit,

that would be a nice feature, but as far as I know, the PDF Tools that work with MII are limited, and you cannot change the width, it is calculated.

Michael