[Podofo-users] Reg; Support Required - Podofo Transparent Images

2015-12-30 Thread Sriram Gopalan -ERS, HCL Tech
Hi, Thank you for your support. This is regarding support for transparency in PdfImage. Out requirement is to insert an image into a PDF Page and we are achieving that using PdfPainter and PdfImage classes. Based on our understanding and study, Podofo(PdfImage) doesn't support transparent

Re: [Podofo-users] Reg: Support Required

2015-08-21 Thread zyx
On Fri, 2015-08-21 at 07:07 +, Sriram Gopalan -ERS, HCL Tech wrote: Only the highlighted line take time. Whatever might be the page Number, the first use of GetPage() takes time. Hi, did you try to debug what the GetPage() call does? I think it's much easier than asking anyone else

[Podofo-users] Reg: Support Required

2015-08-21 Thread Sriram Gopalan -ERS, HCL Tech
Hi, We are using Podofo for inserting images into a PDF file. It works as expected for most files but for some files we are facing issue: The problem is when we use PdfDocument-getPage() after initializing an image, it takes huge time. It takes time only for reading the first page after image

Re: [Podofo-users] Reg: Support Required

2015-06-16 Thread Leonard Rosenthol
Is the size increased by the size of the image or by more than the size of the image? From: Sriram Gopalan -ERS, HCL Tech Date: Tuesday, June 16, 2015 at 4:43 AM To: podofo-us...@lists.sf.netmailto:podofo-us...@lists.sf.net Cc: Ahongsangbam Dorendro, Hariprabhakaran C Subject: [Podofo-users] Reg

[Podofo-users] Reg: Support Required

2015-06-16 Thread Sriram Gopalan -ERS, HCL Tech
Hi, We are using Podofo for one of our project. We have a requirement to insert an image to PDF. We are trying that with the following logic: 1) Create a PdfPainter for a PDFPage 2) Use that PdfPainter and add an image 3) Save the PDF File When doing that, we find a problem