G
Guest
Greetings;
I'm a (young) .NET developer and I have this problem: I'm building an
application (with C#) that creates PDF files. To display a JPEG image within
the PDF I need to copy the data from the JPEG file to the PDF (intended as a
text file); I've tryied with the FileStream class, but it won't work, maybe
bacause, somehow, the binary data "changed" during the read/write process.
Is there any method to copy the data without changing it?
Thank you very much in advance
I'm a (young) .NET developer and I have this problem: I'm building an
application (with C#) that creates PDF files. To display a JPEG image within
the PDF I need to copy the data from the JPEG file to the PDF (intended as a
text file); I've tryied with the FileStream class, but it won't work, maybe
bacause, somehow, the binary data "changed" during the read/write process.
Is there any method to copy the data without changing it?
Thank you very much in advance