Click here to Skip to main content
15,898,993 members
Home / Discussions / C#
   

C#

 
GeneralRe: Generic framework or pattern for adding colomns to a WPF ListView Pin
Vincent Beek17-Aug-11 20:19
Vincent Beek17-Aug-11 20:19 
QuestionRemove Water Mark frm existing PDF Pin
satish chary garu 16-Aug-11 23:45
satish chary garu 16-Aug-11 23:45 
AnswerRe: Remove Water Mark frm existing PDF PinPopular
Richard MacCutchan17-Aug-11 0:03
mveRichard MacCutchan17-Aug-11 0:03 
AnswerRe: Remove Water Mark frm existing PDF Pin
Hari Om Prakash Sharma17-Aug-11 0:04
Hari Om Prakash Sharma17-Aug-11 0:04 
GeneralRe: Remove Water Mark frm existing PDF Pin
satish chary garu 17-Aug-11 0:08
satish chary garu 17-Aug-11 0:08 
GeneralRe: Remove Water Mark frm existing PDF PinPopular
Dave Kreskowiak17-Aug-11 1:51
mveDave Kreskowiak17-Aug-11 1:51 
GeneralRe: Remove Water Mark frm existing PDF Pin
Simon Bang Terkildsen17-Aug-11 5:51
Simon Bang Terkildsen17-Aug-11 5:51 
AnswerRe: Remove Water Mark frm existing PDF PinPopular
BobJanova17-Aug-11 0:07
BobJanova17-Aug-11 0:07 
What you need to do is
- parse the PDF drawing stream
- determine what part of it is creating the watermark
- remove it
- rewrite the PDF drawing stream
- fix up the PDF xref table

Any decent watermark will make part 2 hard, probably mixing the drawing in with some state setup so if you just remove it wholesale it messes up the drawing on the rest of the page. If the PDF is encrypted then getting to the drawing objects might itself be hard (not sure how PDF encryption works though – if readers can read them then they can't be inaccessible).

Unless you can explain why you want to do this (and the result is morally non-objectionable) I won't help any further than that.

Ed: the most effective way is to buy a licence for the software you're using to create the PDFs Roll eyes | :rolleyes:
QuestionCheck user permission on drives Pin
Tanuja12316-Aug-11 21:37
Tanuja12316-Aug-11 21:37 
AnswerRe: Check user permission on drives Pin
Dave Kreskowiak17-Aug-11 2:08
mveDave Kreskowiak17-Aug-11 2:08 
QuestionPDF417 Barcode generator SDK. Pin
A.Machan Kachan16-Aug-11 19:49
A.Machan Kachan16-Aug-11 19:49 
AnswerRe: PDF417 Barcode generator SDK. Pin
Richard MacCutchan16-Aug-11 22:37
mveRichard MacCutchan16-Aug-11 22:37 
AnswerRe: PDF417 Barcode generator SDK. Pin
louthy17-Aug-11 2:20
louthy17-Aug-11 2:20 
QuestionException Handling and Logging in windows application Pin
arun_pk16-Aug-11 19:10
arun_pk16-Aug-11 19:10 
AnswerRe: Exception Handling and Logging in windows application Pin
DaveAuld16-Aug-11 19:34
professionalDaveAuld16-Aug-11 19:34 
AnswerRe: Exception Handling and Logging in windows application Pin
jschell17-Aug-11 9:07
jschell17-Aug-11 9:07 
QuestionLinking the scroll bars of two controls Pin
Dewald16-Aug-11 3:58
Dewald16-Aug-11 3:58 
AnswerRe: Linking the scroll bars of two controls Pin
Luc Pattyn16-Aug-11 4:28
sitebuilderLuc Pattyn16-Aug-11 4:28 
GeneralRe: Linking the scroll bars of two controls Pin
Dewald16-Aug-11 21:55
Dewald16-Aug-11 21:55 
AnswerRe: Linking the scroll bars of two controls Pin
BobJanova16-Aug-11 4:54
BobJanova16-Aug-11 4:54 
GeneralRe: Linking the scroll bars of two controls Pin
Dewald16-Aug-11 22:30
Dewald16-Aug-11 22:30 
GeneralRe: Linking the scroll bars of two controls Pin
BobJanova17-Aug-11 0:03
BobJanova17-Aug-11 0:03 
GeneralRe: Linking the scroll bars of two controls Pin
Dewald17-Aug-11 0:34
Dewald17-Aug-11 0:34 
GeneralRe: Linking the scroll bars of two controls Pin
BobJanova17-Aug-11 3:11
BobJanova17-Aug-11 3:11 
GeneralRe: Linking the scroll bars of two controls Pin
Dewald17-Aug-11 4:00
Dewald17-Aug-11 4:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.