PDFsharp & MigraDoc Foundation
http://forum.pdfsharp.de/

delete all Text-Objects
http://forum.pdfsharp.de/viewtopic.php?f=2&t=429
Page 1 of 1

Author:  met [ Wed Jul 09, 2008 3:57 pm ]
Post subject:  delete all Text-Objects

Hello,

I'am new here.
How can I delete all Text-Objects from a PDF-Page with PDFSharp :?: ?

met

Author:  Emanuel [ Mon Jul 21, 2008 4:39 pm ]
Post subject: 

If someone knows the answer would be a great help:
I'm trying to remove an image using this code

PdfDictionary resources = document.Pages[page].Elements.GetDictionary("/Resources");
PdfDictionary xObjects = resources.Elements.GetDictionary("/XObject");
...find the key of the image to delete...
xObjects.Elements.Remove(key);

When opening the document Adobe Reader says
"Could not find the XObject named '/XXX'
where XXX is the key of the XObject I removed.

Why does Adobe Reader search that element if I deleted it.

Workaround:
I tried to remove (or even simply damage) the stream of that XObject, that works fine but is not that great solution to the problem.

Page 1 of 1 All times are UTC
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/