PDFsharp - moved to http://forum.pdfsharp.net/ Forum Index PDFsharp - moved to http://forum.pdfsharp.net/
Please visit the new PDFsharp forum at http://forum.pdfsharp.net/
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Important Notice: We regret to inform you that our free phpBB forum hosting service will be discontinued by the end of June 30, 2024. If you wish to migrate to our paid hosting service, please contact billing@hostonnet.com.
Image Watermark

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    PDFsharp - moved to http://forum.pdfsharp.net/ Forum Index -> Support - moved to http://forum.pdfsharp.net/
View previous topic :: View next topic  
Author Message
cschrenk



Joined: 16 Apr 2008
Posts: 1

PostPosted: Wed Apr 16, 2008 10:05 am    Post subject: Image Watermark Reply with quote

Hello,

I need your help Smile

We get invoices from a customer in PDF format and need to add images (in German: Falzmarken) on the pages. A cutter reads those images and cuts the invoices at specific points. The printer works with continous paper and the cutter cuts the single pages.

My problem is that I cannot simply add images to a specific existing page without creating a new page. Maybe I do something wrong, but whenever I try to add something to an existing PDF, PDFSharp creates a new page.

I tried watermarking. With text it works fine, but with images it compiles and the output PDF is the same as the input PDF.


The questions are:
- (How) is it possible to do watermarking with images at a specific position and page?
- (How) is it possible to add images to existing pages without adding new pages?

Thanks in advance!

Christoph
Back to top
View user's profile Send private message
Thomas Hoevel



Joined: 16 Oct 2006
Posts: 387
Location: Cologne, Germany

PostPosted: Mon Apr 21, 2008 2:23 pm    Post subject: Reply with quote

Hello!

I'm not sure what's the problem.

Adding watermarks to an existing file is quite simple:
Code:
PdfDocument document = PdfReader.Open(pdfFileName);
foreach (PdfPage page in document.Pages)
{
  XGraphics gfx = XGraphics.FromPdfPage(page);
[... do some drawing here ...]
}
document.Save(pdfFileName);


HTH
_________________
Regards
Thomas Hoevel
PDFsharp Team
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    PDFsharp - moved to http://forum.pdfsharp.net/ Forum Index -> Support - moved to http://forum.pdfsharp.net/ All times are GMT
Page 1 of 1

 
Jump to:  
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 vote in polls in this forum


Powered by phpBB © phpBB Group. Hosted by phpBB.BizHat.com


Start Your Own YouTube Clone

Free Web Hosting | Free Forum Hosting | FlashWebHost.com | Image Hosting | Photo Gallery | FreeMarriage.com

Powered by PhpBBweb.com, setup your forum now!
For Support, visit Forums.BizHat.com