Menu

Concatenate PDFs in-memory

2006-12-04
2013-05-01
  • David Hernández Díez

    Does anyone has some example code to concatenate PDFs in memory?

    I can find code to concatenate PDFs files stored in the hard drive and save the concatenation result in the harddrive. but I cannot see any example that can load two PDFs from byte arrays and then return another byte array with the concatenation of the input...

    This has to be done because it is a Web App and reading/writing from disk will give a very poor performance (Apart from permission problems).

    Thanks,
    David

     
    • Kazuya Ujihara

      Kazuya Ujihara - 2006-12-11

      There is PdfReader(SByte[]) or PdfReader(Byte[]) contructor.
      You can do it by using them instead of PdfReader(String filename) constructor.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.