Tagged Questions
1
vote
3answers
298 views
XHTML editor wanted!
I need an editor that outputs clean HTML, and preferably strict XHTML with CSS, as I am going to display the resulting pages as help pages in a java application using xhmtlrenderer ("Flying Saucer") ...
1
vote
2answers
4k views
What's the easiest way of converting an xhtml string to PDF using Flying Saucer?
I've been using Flying Saucer for a while now with awesome results.
I can set a document via uri like so
ITextRenderer renderer = new ITextRenderer();
renderer.setDocument(xhtmlUri);
Which is ...
0
votes
2answers
121 views
Content overlapping when change doctype from HTML to XHTML
I want to change my doctype to XHTML but it breaks all the content in my page,
how to resolve the issue..?
I'll show you what was the change I've done on my document.
from this doc
<!DOCTYPE ...