Re: [iText-questions] iText - Dynamic Table + Footer

2011-10-15 Thread Balder VC
On 14/10/2011 19:58, Lucas Francisco wrote: I tryed but doesn't work. It works for me It does respect it, perhaps you're using an outdated itext version . Provide a stand alone example to prove your case please. The table doesn't respect my bottom margin! -- twitter

Re: [iText-questions] PDF to PDF/A (b)

2011-10-15 Thread Balder VC
Only http://www.amazon.com/Adobe-Acrobat-6-PDF-Dummies/dp/0764537601 not what you're looking for lol On 12/10/2011 21:06, Leonard Rosenthol wrote: Nope - sorry :) On 10/12/11 3:00 PM, "AJ Weber" wrote: I suppose there isn't a "PDF Specification for Dummies" book written yet? ;) -- twitt

Re: [iText-questions] Concatenating multiple PDF's using Servlet

2011-10-15 Thread Balder VC
I don't have time to look into it now, but it's usually a good idea to try it in a stand alone app if it works there, there is something with your servlet code. For the page numbers you could use PageEvent. Note, without an example of your code we can't really help you. Kind regards Balder

Re: [iText-questions] ligature implementation for Indian languages / Devanagari script

2011-10-15 Thread Balder VC
Hi Dilip I think something like the ArabicLigaturizer class is needed but then for Indian On 15/10/2011 1:16, dilipvs...@hotmail.com wrote: Hi Paulo, What can be done to use iText for Indian languages? As I've mentioned in my earlier emails, I'm willing to put in time to implement one In

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