[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 ima

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 els

[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 i

[Podofo-users] Reg: Support Required

2015-06-22 Thread Sriram Gopalan -ERS, HCL Tech
Hi all, We are using Podofo in one of our project and we face the following issue(s): 1) When we try to access object count with PdfDocument->GetObjects->GetObjectCount() we are getting junk value. But the other functionalities are working as expected. We are using Visual Studio 2010 and

Re: [Podofo-users] Reg: Support Required

2015-06-16 Thread Leonard Rosenthol
hakaran C Subject: [Podofo-users] Reg: Support Required 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) Sav

[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 whe