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.
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
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