Re: [iText-questions] [SPAM] Re: Extracting Text

2014-10-10 Thread FDnC Red
Michael, Thanks for the thorough answer. Here's the part that I don't understand yet. I see that T = 84 decimal = /g55 Difference and 84 - 55 is 29, and so on for the Arial,Bold font text "TABLE OF CONTENTS". What I don't see is how do I know that the Text Stream [()40.2(\()18.3(")0()]TJ (ch

[iText-questions] Extract Png image with detached palette

2014-10-10 Thread Demone75
Hi, I have a problem extracting one image from a particular pdf. Analyzing with iTextRups I can see that the image has a colorSpace with a binary palette inside. My problem is that I'm not able to apply the palette to the image data recreating the rendered image. How to do that ? Please find atta

[iText-questions] [help] Itext sign prbolem

2014-10-10 Thread tanshishu
Dear all, I encountered a problem when I tried to sign a signature field in a pdf file with itext.Here is the code:IExternalSignature externalSignature = new X509Certificate2Signature(sign_cert, hashAlg); pdfReader = new PdfReader(pdf_src_filename);signedPdf = new

Re: [iText-questions] create barcode as an image

2014-10-10 Thread bobbell2
xiaoyuandlg wrote > I am afraid that I am in a similar situation like you described. This also > makes me remember the issue on a > java barcode generator > > I've met before. Hi,did you solve your problem?I seem to meet the sim