iTextSharp HTMLWorker img not found 404

Posted by David on Stack Overflow See other posts from Stack Overflow or by David
Published on 2009-05-29T08:35:52Z Indexed on 2010/04/09 5:23 UTC
Read the original article Hit count: 653

Filed under:

Hi,

i got the problem that the HTMLWorker.ParseToList function will throw an exception ( 404 - not found ) when a tag like:

<img alt="none" src="/image.jpg" />

has a deadlink in the src... i'd like it to just not load the image and go on...

Does anyone now a way to configure this or has similar solution in mind?

© Stack Overflow or respective owner

Related posts about itextsharp