Skip to Content
0
Former Member
Dec 09, 2009 at 04:47 AM

Got data from the TBL1024 table,but can;t able to open PDF

135 Views

Hi all,

I currently working on a program where I am reading an archived document(PDF file)

using the FM ARCHIVOBJECT_GET_TABLE.This FN returns the document in form of a table of type TBL1024.

For my application(Servlet class),I am reading x bytes of the binary representation of the document.Since the document is inside a table as binary format.

When i download the PDF file it will not open but it will error window "the current file is either not supported or becasue

the file has been damaged".

Is that I am missing some thing...