Convert base64 string to pdf in c

Pass DEFAULT to decode standard Base64. Throws IllegalArgumentException if the input contains incorrect padding public static byte[] encode (byte[] input, int flags) Base64-encode the given data and return a newly allocated byte[] with the result. Parameters input byte: the data to encode flags int: controls certain features of the encoded output. ................
................