Re: [iText-questions] HTML to PDF with XMLWorker

2012-07-23 Thread abhinav5000
Hi Mark I have also the same task as u r doing with ckeditor +liferay+pdf I am also not getting good result, So can u help me for this if u have any clue or u have solved this issue? Thanks in adavance. -- View this message in context: http://itext-general.2136553.n4.nabble.com/HTML-to-PDF

Re: [iText-questions] HTML to PDF with XMLWorker

2011-10-15 Thread Mark Ramos
Hi Balder, I most certainly agree with that. It was not our expected scenario before. :) Thanks for all the info and guide you've provided. I'll check on them and see what I can come up with. Will keep in touch once I have update on it. Your help is very much appreciated! Sincerely, Mark On Su

Re: [iText-questions] HTML to PDF with XMLWorker

2011-10-15 Thread Balder VC
Pasted content from word, ( /me shivers ). Word aint the best thing for producing html :) it's word then that uses tag. Maybe word can be configured to output pt instead of px and in, and to produce fixed width tables, or not to nest tables. But I fear for it. I think your best option is to

Re: [iText-questions] HTML to PDF with XMLWorker

2011-10-15 Thread Mark Ramos
Thanks again Balder, The only challenge we had is that the input of all these html is from a CKEditor to make contents in liferay. Also, by using CKEditor, one of the scenarios/cases is to paste contents from a word document directly to CKEditor. Then when the content is rendered in html we have to

Re: [iText-questions] HTML to PDF with XMLWorker

2011-10-15 Thread Balder VC
Hi, A PDF is not a browser, while creating your HTML you should still bare in mind that the end result will be a PDF. Couple tips: It's better to write measures in points (pt). Then no conversion is done by the XMLWorker. It's a good idea to check the supported tags (in the documentation or