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...