PDFsharp & MigraDoc Foundation

PDFsharp - A .NET library for processing PDF & MigraDoc Foundation - Creating documents on the fly
It is currently Sat Apr 27, 2024 7:58 pm

All times are UTC


Forum rules


Please read this before posting on this forum: Forum Rules



Post new topic Reply to topic  [ 3 posts ] 
Author Message
PostPosted: Tue Mar 18, 2008 1:05 pm 
Offline

Joined: Tue Mar 18, 2008 11:51 am
Posts: 2
Hi everyone,

I am facing a problem, when placing a watermark behind a PDF. I m using third method of applying the watermark i.e.

XPen pen = new XPen(XColor.FromArgb(50, 75, 0, 130), 3);
XBrush brush = new XSolidBrush(XColor.FromArgb(50, 106, 90, 205));

// Stroke the outline of the path
gfx.DrawPath(pen, brush, path);

Most of the PDFs are working fine, but few of the PDFs generated from MS Word and Adobe Professional 7 are causing problem. When I place watermark on those PDFs, the text and scanned images got dimmed even not readable.

While the same PDf works fine with the other two methods provided for watermark. But I have to use the third one which causes issue. Could anyone please help me in this issue.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Tue Mar 18, 2008 2:30 pm 
Offline
PDFsharp Guru
User avatar

Joined: Mon Oct 16, 2006 8:16 am
Posts: 3096
Location: Cologne, Germany
Don't forget to set PDF version to 1.4 or higher.
The first parameter of FromArgb specifies the opacity of the watermark - you could try other values with higher transparency.

The third method places watermarks before (not behind) the original content of the PDF file.

_________________
Regards
Thomas Hoevel
PDFsharp Team


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Wed Mar 19, 2008 6:26 pm 
Offline

Joined: Tue Mar 18, 2008 11:51 am
Posts: 2
Hi,

I am working on the PDF with version higher than 1.4. The version of the PDF used is 1.6.
I am still working on it and found that the problem only occurs when I want to manipulate a PDF which is generated from a PDF using adobe PDF printer.
In the third method I set option to Append instead of prepend, then why it appears before text instead of behind text.
Please let me know what fix should be done.
Thanks


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 372 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Privacy Policy, Data Protection Declaration, Impressum
Powered by phpBB® Forum Software © phpBB Group