Top "Xmlworker" questions

XML Worker is an add-on for iText®. It allows developers to convert XML files to PDF documents in a programmer-friendly way.

How to convert HTML to PDF using iTextSharp

I want to convert the below HTML to PDF using iTextSharp but don't know where to start: <style> .…

c# pdf-generation itextsharp xmlworker
ItextSharp Error on trying to parse html for pdf conversion

I was using the ItextSharp module to convert the below listed html in to a pdf page. <div style="…

c# itext html-parsing html-agility-pack xmlworker
Converting HTML to PDF using iText

I am posting this question because many developers ask more or less the same question in different forms. I will …

html pdf itext pdf-generation xmlworker
Using itextsharp xmlworker to convert html to pdf and write text vertically

Is there possible to achieve writing text direction bottom-up in xmlworker? I would like to use it in table. My …

c# html asp.net itextsharp xmlworker
iTextSharp HTMLWorker.ParseToList() throws NullReferenceException

I am using iTextSharp v.4 to merge a whole bunch of html files. It was working fine until I needed …

c# html .net itext xmlworker
ASP.NET Compiler errors with iTextSharp xmlworkerhelper

I'm trying to write an application that will fire off a series of web reports that I've built in ASP.…

c# asp.net pdf itextsharp xmlworker
Convert HTML to PDF by iText & XMLWorker with Polish Letters

I've got a string with an example in it - it works really great, but when I'm adding polish letters, …

java itext xmlworker
How can I use iText to convert HTML with images and hyperlinks to PDF?

I'm trying to convert HTML to PDF using iTextSharp in an ASP.NET web application that uses both MVC, and …

pdf itext html-parsing html-agility-pack xmlworker
place text next to image html to pdf using itextsharp

I am converting html to pdf using itextsharp. I have to place text next to the image not below the …

html image itext xmlworker