I have been following the information on storing PDFs inside of R:Base. I found the hints useful in reading PDFs into the database. How does one go about retrieving the PDF information from the varbit field to either view on the screen or to create a file for printing?
Thanks much. Bill Niehaus From: 'Tony IJntema' via RBASE-L <[email protected]> Sent: Saturday, November 29, 2025 4:03 AM To: [email protected] Subject: Re: [RBASE-L] - Saving PDF inside DB Dear Dewan, I apologize for the error I have created. I added by mistake the brackets () to the statement, which created the error message. It should be: SET VAR V_PDF_File VARBIT = ['C:\PDF\Report001.pdf'] Where Report001.pdf is an existing file in the directory C:\PDF See also the documentation for the LOAD statement in the Help file Tony Op 29-11-2025 om 06:38 schreef Dewan Monjoruzzaman: SET VAR V_PDF_File VARBIT = ( ['C:\PDF\Report001.pdf'] ) -- For group guidelines, visit http://www.rbase.com/support/usersgroup_guidelines.php --- You received this message because you are subscribed to the Google Groups "RBASE-L" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected] <mailto:[email protected]> . To view this discussion visit https://groups.google.com/d/msgid/rbase-l/78926a13-4f26-4589-8422-465a8b9e8c94%40cio-bv.nl <https://groups.google.com/d/msgid/rbase-l/78926a13-4f26-4589-8422-465a8b9e8c94%40cio-bv.nl?utm_medium=email&utm_source=footer> . -- For group guidelines, visit http://www.rbase.com/support/usersgroup_guidelines.php --- You received this message because you are subscribed to the Google Groups "RBASE-L" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/rbase-l/027201dcad9d%247d86cfd0%2478946f70%24%40gmail.com.

