<< (1) Can PDF files be loaded into a Varbit field and displayed that way? I tried the usual and it doesn't load, no error just doesn't load: insert into imagefile (longvarbitcol) values ['invoice.pdf'] >>
I'm sure they can be loaded into blob fields, but not displayed (because blob can be hooked up to Image controls (for graphics) and RichText controls (for formatted RTF text), but there's no DB field for PDFs). << (2) Is there a way to convert a directory full of PDF files into JPG files? >> Yes, just google "batch convert pdf to jpg" for heaps of options. -- Larry

