Problem displaying columns in a table

  • Hi !
    We are creating pdf files programatically and when we display them in Adobe Reader 7.0, they look fine. But when we display them in PDFViewer we have a slight problem. It seems like PDFViewer does not see the length of a column in a table and therefor puts all the text to the left - left-shifted.
    Example:
    Should do this:
    col1 __________ col2 __________ col3 (without the line, of course)
    But does this:
    col1 col2 col3

    Regards,
    Kristjan