Re: [Podofo-users] watermark

2018-03-06 Thread Matthew Brincke
Hello ChunHsia Tang, hello all, > On 21 February 2018 at 10:16 chunhsia_t...@mazak.co.jp wrote: > > hi, I'm sorry I'm replying only now, I just got your email from the mailing list (approved there: Tue, 06 Mar 2018 01:07:23 +) as there was an outage/reliability problem at SourceForge.net.

[Podofo-users] watermark

2018-03-05 Thread ChunHsia_Tang
hi, a pdf page has some text and image add watermark, watermark appear on top text and image doc.Load("D:\\test.pdf"); PdfExtGState gstate(&doc); pPage = doc.GetPage(0); painter.SetPage(pPage); painter.SetFont(pFont); gstate.SetFillOpacity(0.5); gstate.SetStrokeOpacity(0.5); painter.SetExtGStat

[Podofo-users] watermark

2017-07-18 Thread ChunHsia_Tang
Dear Sir / Madam, PdfMemDocument doc("D:\\sample pdf\\test.pdf"); PdfPainter painter; PdfPage*pPage; PdfRect rect; PdfFont*pFont = doc.CreateFont("Arial Unicode MS", false, new PdfIdentityEncoding(0, 0x