Code:
export to <export file name> of del lobs to <lobdir> modified by lobsinsepfiles select select <pri key columns>,<blobcol> from <tablename>
this will export the pdf files to a path specified as lobdir.
the names as guy says will be <something>.001.lob, <something>.002.lob etc.
the pk to blob mapping can be found in <export file name>, using which you can rename the blob files to pdf
hth