I am trying to create a new pdf file file and save it to disk using iTextSharp.
I have bytes[] for pdf content but unable to understand how to use this with iTextSharp.
public bool CreatePdf(string filepath, byte[] content)
{
}
Can anyone help me with some sample code to generate pdf using byte[] in iTextSharp and save it to disk.
I found lots of tutorial on google with adding new paragraph or chunk.. but I want to use byte[].
25-50-44-46
and the last (or almost last) bytes should be25-25-45-4F-46
. – Chris Haas