Re: [Podofo-users] Add image in existing pdf

2013-02-17 Thread Lidia Kalinovsky
There is another great free pdf library - www.pdfhummus.com - try it. On Sun, Feb 17, 2013 at 7:57 PM, Dominik Seichter < domseich...@googlemail.com> wrote: > Hi Paolo, > > In your sample code, you do not save the PdfMemDocument back to the > harddisk! > try adding: > > painter.FinishPage() > d

Re: [Podofo-users] Add image in existing pdf

2013-02-17 Thread Dominik Seichter
Hi Paolo, In your sample code, you do not save the PdfMemDocument back to the harddisk! try adding: painter.FinishPage() document.Save("someotherpdf.pdf"); Regards, Dom On Sat, Feb 16, 2013 at 5:51 PM, Paolo Gerini wrote: > Hi all, > > I'm new with this library, so I need your help for (I t