Print Page | Close Window

Add watermark behind text... ?

Printed From: Debenu Quick PDF Library - PDF SDK Community Forum
Category: For Users of the Library
Forum Name: I need help - I can help
Forum Description: Problems and solutions while programming with the Debenu Quick PDF Library and Debenu PDF Viewer SDK
URL: http://www.quickpdf.org/forum/forum_posts.asp?TID=1901
Printed Date: 29 Apr 25 at 11:41AM
Software Version: Web Wiz Forums 11.01 - http://www.webwizforums.com


Topic: Add watermark behind text... ?
Posted By: vizacc
Subject: Add watermark behind text... ?
Date Posted: 27 Jul 11 at 9:58PM
I need to add watermark behind text.

>  qp.DrawRotatedText(fLeft, fBottom, fAngle, sText);
 
This function draws rotated text, but the watermark is in-front of all the text. Is there a way for the text to be behind the main texts of the document?





Replies:
Posted By: Rowan
Date Posted: 01 Aug 11 at 4:46PM
So does this watermark already exist in the document prior to when the text is added to the PDF? Or are you adding the watermark at the same time?

If the watermark is in the existing PDF and the text is being drawn, unexpectedly behind that watermark, then you could try calling CombineLayers to combine all of the layers on the page before calling DrawRotatedText.

If that fails then please upload your PDF somewhere and post a link so that we can take a closer look at the issue.


Posted By: vizacc
Date Posted: 05 Aug 11 at 2:03PM
hi,
the text is already existing.


Posted By: Rowan
Date Posted: 08 Aug 11 at 3:13PM
Have you got a sample PDF that you can upload?

Also, can you post the code that you're using here? Any code related to drawing text, drawing an image, even the code you use to load the PDF and the actions you perform on it.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 11.01 - http://www.webwizforums.com
Copyright ©2001-2014 Web Wiz Ltd. - http://www.webwiz.co.uk