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 

Adding text to existing page

 
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
ponolson



Joined: 20 Dec 2006
Posts: 1

PostPosted: Wed Dec 20, 2006 3:03 pm    Post subject: Adding text to existing page Reply with quote

I am trying to add text to an existing page so that the text appears over the existing content. Basically my steps are:

1. Get page from existing PDF
2. Add page to new PDF
3. Draw text into the newly added page

No matter what I try I can never see the text. I assume it is behind the existing content. I have successfully produced the result with a different PDF library. I can't figure out how to get it to work with PDFSharp.

Thanks!

Peter Olson

Here is sample code:

PdfDocument templatePdf = PdfReader.Open(TEMPLATE_PDF_PATH, PdfDocumentOpenMode.Import);
PdfDocument finalPdf = new PdfDocument();

// Get the desired page
PdfPage page = templatePdf.Pages[0];
// Add the page to the final PDF
page = finalPdf.AddPage(page);

XGraphics gfx = XGraphics.FromPdfPage(page);
XFont font = new XFont("Courier", 12.0);

// Draw X's all over to see if anything shows up
for (int i = 0; i <= 1000; i+=25)
gfx.DrawString("X", font, XBrushes.Blue, i, i);

finalPdf.Save(OUTPUT_PDF_PATH);
Back to top
View user's profile Send private message
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