Hi JLCantara
>Why do you need to SAVE PDF format.
>but if you have a full version of your PDF reader you
>can save the file using standard character sets...
>unless you have pictures in it!
I do not need to save file in PDF format.
I have the same problem with all type of pictures...
Hi JLCantara
I did'nt andestand Your post.
Anyway I have solved my problem with this code:
Public Function EncodeFileToBase64Binary(strPicPath As String) As String
' read the filestream from filesystem
Const adTypeBinary = 1 ' Binary file is encoded
' Variables for...
I have a longtext field in an Access 2013 table with .PDF document in it.
I would like to export this field converted in Base64Binary format in an XML <[CDATA[ ]]> tag.
Is it possible?
How can I do?
Many thanks in advance to anybody.
Marco Dell’Oca