Re: [iText-questions] [SPAM] Re: Differences btw text extraction from iText and Acrobat Reader?

2013-03-20 Thread wwkloo
Paulo Soares-4 wrote > Fixed in the SVN. > > Paulo Got the SVN code and compiled a new DLL. The output now is = 31 00 20 00 41 D8 47 DD 20 00 0A 00 32 00 20 00 DB 92 20 00 = Both characters are extracted correctly. Thanks a lot! Thank you all! Regards, wwkloo -- View this message in

[iText-questions] [Book]Bold and Italic not being rendered for some text fields

2013-03-20 Thread Madhuri Garigipati
Hi, I am using iText and Java to fill a pdf form. The font in the pdf form text field properties is set to "Arial Bold Italic 9". In the code I have embedded the font like this: BaseFont bfArialBoldItalic = BaseFont.createFont("c:\\windows\\fonts\\arialbi.ttf", BaseFont.CP1252, BaseFont.EMB

[iText-questions] Help! How to parse html image using XMLWorker?

2013-03-20 Thread z.ren
I'm using iText 5.4.0 and XMLWorker 1.2.1, and tried to parse HTML string from rich text editor to PDF. With image in HTML, it worked fine with static src path. But my image store in cloud and need to be accessed by secure web service. Which means I need to override some code from ImageProvider o

Re: [iText-questions] [SPAM] Re: Differences btw text extraction from iText and Acrobat Reader?

2013-03-20 Thread Paulo Soares
Fixed in the SVN. Paulo On Wed, Mar 20, 2013 at 12:17 PM, mkl wrote: > wwkloo, > > wwkloo wrote >> When create the PDF with another program, the text can be extracted by >> iText and Acrobat Reader XI correctly. >> - 1: 0xD841 0xDD47 >> - 2: 0x92DB >> >> However, the character is not displayed c

Re: [iText-questions] How to change the border of the last row(in current page) of a table when it gets splits

2013-03-20 Thread Fathima Farhana
I have a document (like Microsoft doc), It contains images,Html content, paragraphs, and etc... my work is to read the content one by one and write that in to the PDF file. -- View this message in context: http://itext-general.2136553.n4.nabble.com/How-to-change-the-border-of-the-last-row-in-c

[iText-questions] [SPAM] Re: Differences btw text extraction from iText and Acrobat Reader?

2013-03-20 Thread mkl
wwkloo, wwkloo wrote > When create the PDF with another program, the text can be extracted by > iText and Acrobat Reader XI correctly. > - 1: 0xD841 0xDD47 > - 2: 0x92DB > > However, the character is not displayed correctly. :( > iTextExtract_O.pdf >

Re: [iText-questions] Write timestamp in log

2013-03-20 Thread Leonard Rosenthol
On 3/20/13 8:49 AM, "Ainur" wrote: >Thanks for your answer, but that solution requires me to have a signature >with timestamp in order to collect data. OK. So the timestamp goes into the signature's data. >I think not explained my question well. I was wondering if itext allowed >to >make a ca

Re: [iText-questions] How to change the border of the last row(in current page) of a table when it gets splits

2013-03-20 Thread Mohammed AlSayani
Can You Send me Simple of your work Plz On 20 March 2013 12:20, Fathima Farhana wrote: > Thanks for your reply > > Iam adding different type of data like image, paragraph,lists, tables and > etc in a single Pdf file... so that i may start adding the table in the > middle(or any place) of the

Re: [iText-questions] How to change the border of the last row(in current page) of a table when it gets splits

2013-03-20 Thread Fathima Farhana
Thanks for your reply Iam adding different type of data like image, paragraph,lists, tables and etc in a single Pdf file... so that i may start adding the table in the middle(or any place) of the Pdf Page also, and the content of the cell can vary dynamically, in this case a single row can occupy

Re: [iText-questions] Differences btw text extraction from iText and Acrobat Reader?

2013-03-20 Thread wwkloo
Leonard Rosenthol-3 wrote > On 3/20/13 8:38 AM, "wwkloo" < > wklogoo@ > > wrote: > >>Additional information: >>When create the PDF with another program, the text can be extracted by >>iText >>and Acrobat Reader XI correctly. >>- 1: 0xD841 0xDD47 >>- 2: 0x92DB >>D > > That tells me that whatever

Re: [iText-questions] Write timestamp in log

2013-03-20 Thread Ainur
Thanks for your answer, but that solution requires me to have a signature with timestamp in order to collect data. I think not explained my question well. I was wondering if itext allowed to make a call to a timestamp server and put the data in PDF, as attachments, not into the firm. -- View th

Re: [iText-questions] Differences btw text extraction from iText and Acrobat Reader?

2013-03-20 Thread Leonard Rosenthol
On 3/20/13 8:38 AM, "wwkloo" wrote: >Additional information: >When create the PDF with another program, the text can be extracted by >iText >and Acrobat Reader XI correctly. >- 1: 0xD841 0xDD47 >- 2: 0x92DB >D That tells me that whatever program you are using to create the PDF is broken and you

Re: [iText-questions] Differences btw text extraction from iText and Acrobat Reader?

2013-03-20 Thread wwkloo
mkl wrote > wwkloo, > wwkloo wrote >> I followed to try similar things in .Net. With UTF16, the 1st Asian >> character returned is 0xFFFD. The 2nd is correct. > Please also indicate the iTextSharp version you are using. > > If it is fairly new, 5.3.x or 5.4.x, that might indeed be a current bug in

Re: [iText-questions] Differences btw text extraction from iText and Acrobat Reader?

2013-03-20 Thread wwkloo
wwkloo wrote > > mkl wrote >> wwkloo, >> wwkloo wrote >>> I have a PDF with Asian font >>> iTextExtract_W.pdf >>> >>> >>> >>> When I extract the text from it through TextRenderInfo.GetText() inside >>> RenderText() o

[iText-questions] [SPAM] Re: Differences btw text extraction from iText and Acrobat Reader?

2013-03-20 Thread mkl
wwkloo, wwkloo wrote > I followed to try similar things in .Net. With UTF16, the 1st Asian > character returned is 0xFFFD. The 2nd is correct. Please also indicate the iTextSharp version you are using. If it is fairly new, 5.3.x or 5.4.x, that might indeed be a current bug in the .Net port. If

Re: [iText-questions] How to change the border of the last row(in current page) of a table when it gets splits

2013-03-20 Thread Mohammed AlSayani
Hi Fatimah you can Make Condetion or loop to set fixed no of rows and add your Bottom Rowa in apage after that you can use pdfDoc.SetMargins(1, 1f, 1f, 1f); pdfDoc.NewPage(); this is Simple Example to Saprte the rows in multi pages. try { Document pdfDoc =