Facing a format problem in PDF output.!!
Hi ,
Facing a format problem in PDF output.!!
In the below mentioned way I have requirement , Can you provide a logic to display same format in PDF using rtf .
I am getting same output using rtf in excel format but comes to pdf  format it's merging/adding the data.
Column heading should not repeat more than once, and after everydeptno num , I have to divide with a line ,as mentioned below.
-----------------------------
DeptNo       | 10             | 
                   |---------------|
                   | 20             |
                   |--------------|
                   | 30            |
                   |--------------|
                  |40               |
-----------------------------|
DName      | Accting      |
                 |---------------|
                 | Resear       |
                 |--------------|
                 | Sales         |
                 |---------------|
                 | Operatio      |
-----------------------------|
Thanks,