Questions tagged [xmlhelper]

7 questions
4
votes
1 answer

Image width and height not getting set while using XMLWorkerHelper in Itext

Hi i'm trying to add an image to my pdf. It's getting added but the problem is i'm not able to set user defined width and height. I'm using XMLWorkerHelper to convert the HTML code and write it in PDF. try { String image="\"Not
Sathesh S
  • 1,253
  • 3
  • 23
  • 54
1
vote
1 answer

Sluggish Performance using ITextSharp XMLWorkerHelper and Parsing HTML

I've recently encountered a performance issue involving ITextSharp taking extremely long times (often 30+ seconds) to render HTML content (being passed from an HTML Editor such as CKEditor, TinyMCE, etc). Previously, the HTMLWorker was used to parse…
Rion Williams
  • 74,820
  • 37
  • 200
  • 327
0
votes
1 answer

xslt for-each and sorting issues

Below is my XLST. My question is why is my output not being sorted correctly?? It should be sorted by ascending, I tried doing this without the secondary template and it worked, but once used within a template it will not output sorted. XSLT CODE: …
0
votes
1 answer

webp2y XML helper sanitize line breaks under python3

In my web2py app I’m processing a list of items, where the user can click on a link for each item to select this. An item has an UUID, a title and a description. For a better orientation the item description is also displayed as link title. To…
Clemens
  • 33
  • 8
0
votes
0 answers

Verify NodePath in XML File

I have particular value which is passed to a method ( which also takes an xmldocument as an argument) and the method needs to verify if the value (which has the node path) is in fact part of the xml file which the xml document represents. So for…
user3375390
  • 99
  • 1
  • 10
0
votes
1 answer

XMLWorkerHelper giving error in Java

I'm trying to create PDF using iText in Java. When i tried to write HTML tags in my PDF it created like Google instead of Google(as a link). After searching net i tried using XMLWorkerHelper. But my eclipse…
Sathesh S
  • 1,253
  • 3
  • 23
  • 54
0
votes
2 answers

loading from xml file

i am trying loading and saving data by Robert Harvey code in this topic. i can save. but load process is not success full. i have tried : var list = XmlHelper.FromXmlFile>(@"c:\folder\file.xml"); i did not find the correct namespase for…
majid mobini
  • 107
  • 1
  • 8