opening and saving pdfs

  • Thread starter Thread starter Evgeny
  • Start date Start date
E

Evgeny

is there a way to read a pdf file into a binary array or a
stream and then write that binary array or stream to
another pdf. I've been trying to do this and can get it
to work with a text file but am guessing you cannot do
this with a pdf file
 
Evgeny said:
is there a way to read a pdf file into a binary array or a
stream and then write that binary array or stream to
another pdf. I've been trying to do this and can get it
to work with a text file but am guessing you cannot do
this with a pdf file

Yes, you can do that using the 'FileStream' class. What didn't work?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top