Can cfpdf read a binary database column directly?
I currently have it where I run a query to get the column.
Use cffile to write the file to a directory
Then read with cfpdf so I can extracttext.
Is it possible to do this without the cffile write and read the binary file directly?
If so, could I get an example.