Re: [iText-questions] How to insert a hyperlink rectangle at a desired position

2016-08-04 Thread iText mailing list
On 8/4/2016 14:36 PM, Shaning Yu wrote: Using the code posted at http://stackoverflow.com/questions/38568690/how-to-insert-a-itextsharp-text-rectangle-rectangle-at-an-absolute-position, I can create a hyperlink in the generated PDF. However, the Hyperlink rectangle is ALWAYS at the

Re: [iText-questions] Missing components

2016-06-20 Thread iText mailing list
On 6/16/2016 13:57 PM, Shaning Yu wrote: Dear Author: Hi! I downloaded the source code from http://www.4guysfromrolla.com/articles/030211-1.aspx (using itextsharp 4.1.6). That version is no longer supported (it dates from 2009 and

Re: [iText-questions] questions about create new forms without create new document(eg:radio buttons .check button.and so on)

2016-02-01 Thread iText mailing list
On 2/1/2016 5:37 AM, TTDET wrote: i have already ready this chapters" Manipulating existing PDF documents", in the chapter tell me how creating text fields、radio buttons check buttons 、list and combo box and so on.But these demo need create new document;just as: step1: Document document = new

Re: [iText-questions] Empty page generated at the end of the PDF document

2016-02-01 Thread iText mailing list
On 1/29/2016 13:23 PM, Gane R wrote: > Hi all, > > I am creating a PDF document by using document object like > document.add .. and so on the page keeps one adding, but some times I > see a empty page at the last of document with page headers. > > If a new page was added to add content, there is

Re: [iText-questions] How to use external css file?

2016-01-28 Thread iText mailing list
On 1/28/2016 12:09 PM, Srdjan Dejanovic wrote: Hi, I am using iTextSharp. Can you send me complete example how you generate pdf using external css file? If you look for the key word XML Worker on the official site, you'll find a lot of examples: http://itextpdf.com/tags/xml-worker You

Re: [iText-questions] Fwd: detect pdf rotation angle

2015-10-08 Thread iText mailing list
Hello, you introduced your mail like this: > > support help, However, you didn't mail to support. 1. You mailed to a mailing-list address that is being discontinued. Only a single person is monitoring the mailing-list. You should use the proper channel for questions, see

Re: [iText-questions] Marking table, ro and cell as DIV

2015-10-08 Thread iText mailing list
table.addCell(cellp6); > > How to solve this? > > > > -- > View this message in context: > http://itext.2136553.n4.nabble.com/Marking-table-ro-and-cell-as-DIV-tp4660908.html > Sent from the iText mailing list archive at Nabble.com. > > --

Re: [iText-questions] Are certificates used to sign PDF files the same as HTTPS certificates?

2015-09-01 Thread iText mailing list
On 8/31/2015 21:30 PM, Néstor Boscán wrote: > Hi > > I have a question: Are certificates used to sign PDF files the same as > HTTPS certificates? Any examples on how tu use those certificates to > sign a PDF file? Although it may be possible to sign a PDF using an HTTPS certificate (after all,

Re: [iText-questions] Creating pdf files with iText and utf8 symbols

2015-07-07 Thread iText mailing list
On 7/6/2015 19:27 PM, andrissig wrote: I’m testing creation of pdf files with itext library. I’ve tried this tutorial: http://www.vogella.com/tutorials/JavaPDF/article.html http://www.vogella.com/tutorials/JavaPDF/article.html All works fine, but when I add some non latinic symbols (such as

Re: [iText-questions] How to convert com.lowagie.test.image to a awt image

2015-07-07 Thread iText mailing list
On 7/7/2015 8:36 AM, artimizia dias wrote: Whenever I try to get raw bits by lowagieIMage.getOriginalData() it returns me null So does getRawData() You are using a class referring to Lowagie (the CEO of iText Group). This means that you are using an old iText version. Old iText versions are

Re: [iText-questions] How to convert com.lowagie.test.image to a awt image

2015-07-07 Thread iText mailing list
On 7/7/2015 11:31 AM, artimizia dias wrote: can u give me an example how to use pdfimageobject 1. Stop using the mailing list. 2. Use StackOverflow if you have a question. 3. Use Google first to avoid losing karma: http://lmgtfy.com/?q=iText+PdfImageObject

Re: [iText-questions] ItextSharp - Color Value Outside Range Error

2015-06-24 Thread iText mailing list
On 6/23/2015 23:09 PM, Kreusch, Doug K wrote: I am getting the error message “Color value outside range 0-255” with the following code: template.SetRGBColorFillF(0xFF, 0xFF, 0xFF); Isn’t “0xFF” = 255? Also, I get the same error with any value greater than “0x01”. 1. The mailing-list has

Re: [iText-questions] To set row height in table

2015-05-29 Thread iText mailing list
Please kindly read the documentation: http://pages.itextpdf.com/ebook-stackoverflow-questions.html More specifically, you should read the answer to the question How do setMinimumSize() and setFixedSize() interact? in the chapter entitled Tables. On 5/29/2015 11:36 AM, Shiva Kumar wrote:

Re: [iText-questions] PDF multiple signatures problem

2015-05-27 Thread iText mailing list
-Using-eToken-with-secondary-authentication-format-td3772022.html#a3776183 Do you know if this has been solved? Thanks in advance. Regards, -- View this message in context: http://itext.2136553.n4.nabble.com/PDF-multiple-signatures-problem-tp4660828.html Sent from the iText mailing list

Re: [iText-questions] Convert Image to Searchable PDF

2015-05-21 Thread iText mailing list
On 5/21/2015 7:18 AM, Gunasekaran Velu wrote: Hi All, I am working on convert image to searchable PDF( i can find the text in the PDF). How can i do that using itextsharp. i tried with itextsharp but did not get proper result. Please do the needful. 1. This mailing-list has been

Re: [iText-questions] loop annotations

2015-05-12 Thread iText mailing list
Can you post this on http://stackoverflow.com using the tag iTextSharp? We're no longer using the mailing-list. See http://itextpdf.com/support Also: please explain in more detail what you expect to extract. There's a list of 26 types in ISO-32000-1 (and there will be 29 types in ISO-32000-2

Re: [iText-questions] Base CRL and Delta CRL

2015-05-06 Thread iText mailing list
On 5/5/2015 20:11 PM, mgomez wrote: I read again PADES and certainly does not mention anything about DELTA CRL In that case, don't use the delta CRL because there's a high chance that the software validating the signature will not process it (correctly).

Re: [iText-questions] Base CRL and Delta CRL

2015-05-05 Thread iText mailing list
On 5/5/2015 17:30 PM, mgomez wrote: Hi all :) I'm using itext 5.5.5 to sign a PDF document and have a question: How I can combine a Base CRL and Delta CRL? I this to be included in the digital signature as revocation information, or I should add both CRLs? As far as I know, PAdES doesn't

Re: [iText-questions] How to obtain Field Font information

2015-04-09 Thread iText mailing list
On 4/8/2015 17:25 PM, daniel.far...@srs.gov wrote: I know this has to be a common question, but I can seem to find an answer soI want to know the font information of a field. Can someone point me to an example? Hi Daniel, the mailing-list is being discontinued. It still exists because

Re: [iText-questions] detecting fonts un a PDF

2015-03-30 Thread iText mailing list
1. Please use StackOverflow to post a question. The mailing-list is being abandoned. Response-time will be higher on SO. 2. Are you sure you posted the correct PDF? I opened the PDF in RUPS and I found the Calibri font in only a couple of clicks. See attachment: The XObject with name /Fm0 has a

Re: [iText-questions] Attachment at specific location of the pdf

2015-03-30 Thread iText mailing list
On 3/28/2015 9:24 AM, Bapuji Nakka wrote: Hi, Please guide me how to attach a document in the specific place of the pdf. Please post this question on StackOverflow: http://stackoverflow.com It will not be answered on this mailing-list as this mailing-list is being abandoned in favor of

Re: [iText-questions] java.lang.IllegalArgumentException: Element not allowed.

2015-03-26 Thread iText mailing list
://stackoverflow.com/questions/29076946/java-lang-illegalargumentexception-element-not-allowed But that is a question about XML Worker, not about attachments. Also: the iText mailing-list is being discontinued. Nobody at iText Group is officially following it anymore. Since you refer to StackOverflow in your

Re: [iText-questions] iTextSharp documentation

2015-03-20 Thread iText mailing list
On 3/19/2015 19:11 PM, Eric Scallin wrote: Hello, I am beginning a project using the iTextSharp library and have a problem with the included _iTextSharp.xml_ documentation file. Much of the documentation does not work with Intellisense because it is not formatted correctly. For example,

Re: [iText-questions] java.lang.IllegalArgumentException: Element not allowed.

2015-03-17 Thread iText mailing list
On 3/16/2015 10:15 AM, Sridhar Dhurjeti wrote: Hi All, I am facing one problem , I am using the following library in my program to convert Html to pdf. This question is a duplicate of http://stackoverflow.com/questions/29076946/java-lang-illegalargumentexception-element-not-allowed As

Re: [iText-questions] Setting different header footer in one document

2015-03-11 Thread iText mailing list
On 3/9/2015 16:48 PM, amol borate wrote: Hi all, I have one report which is having report header and page header. I want to create PDF using I text api and need to set report header and page header on first page only. On second page I will need page header n page footer. On third page I

Re: [iText-questions] Antw: Re: value of selected checkbox is Off

2015-02-09 Thread iText mailing list
On 2/9/2015 16:09 PM, Thomas Harre wrote: Where do I find this board? I'll have our admin sent you more info. -- Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in

Re: [iText-questions] Antw: Re: value of selected checkbox is Off

2015-02-09 Thread iText mailing list
On 2/9/2015 14:59 PM, Thomas Harre wrote: Hi, Thanks, that does the trick. But what is the difference between the /V and /AS values? Or what do they even stand for? A field is described using a field dictionary. The /V key is an entry in the field dictionary that gives you the value of the

Re: [iText-questions] Bug detected in TextRenderInfo.class

2015-02-06 Thread iText mailing list
On 2/6/2015 9:11 AM, mkl wrote: Sonia, Bilbao Arechabala, Sonia wrote When I called PdfTextExtractor.getTextFromPage(reader, pageNumber) some of the pages returned an IndexOutOfBounds Exception. Can you share a sample file to reproduce the issue? Hi Michael, there's no need for that. The bug

Re: [iText-questions] check if a checkbox is selected

2015-02-06 Thread iText mailing list
On 2/6/2015 10:23 AM, Thomas Harre wrote: But is this garanteed? See ISO-32000-1 section 12.7.4.2.3 Check Boxes: The appearance for the off state is optional but, if present, shall be stored in the appearance dictionary under the name Off. Yes should be used as the name for the on state.

Re: [iText-questions] Antw: Re: check if a checkbox is selected

2015-02-06 Thread iText mailing list
On 2/6/2015 15:28 PM, Thomas Harre wrote: If I have understood you correctly, it is safe to assume a checkbox is selected, if the value is a value from the available Values but not Off. Yes, a PDF in which the Off appearance doesn't corresponds with the off state is in violation with the PDF

Re: [iText-questions] Use of iTextSharp dll 4.1.6

2015-02-05 Thread iText mailing list
On 2/5/2015 17:02 PM, codemeister2 wrote: What you just described is called tortious interference or interference with contractual relations. Calling up someone's client and telling them their integrator did something wrong or bad by using the older, more liberally licensed version of

Re: [iText-questions] Use of iTextSharp dll 4.1.6

2015-02-05 Thread iText mailing list
On 2/5/2015 17:59 PM, mkl wrote: just in this case is merely more than a year ago... And the situation that is described, where the customer stopped working with the integrator, was a situation where the integrator had introduced the AGPL version of iText in a situation that either required

Re: [iText-questions] Itext : do not know how to remove watermark (filigrane)

2015-01-20 Thread iText mailing list
You sound like you know more about the nature of the watermark. Please share that information with us. For instance: - is the watermark added as an annotation or as content that is part of the content stream? - if it's part of the content stream, is it part of the same content stream as the

Re: [iText-questions] Column text issue with 5.5.4

2015-01-19 Thread iText mailing list
On 1/19/2015 10:42 AM, John Renfrew wrote: Further to my question on StackOverflow, the default setting in InDesign is to create a Tagged PDF and also one which is ‘optimised for Web’ I have been back through several years of backgrounds I have created for clients and they have all had

Re: [iText-questions] android app support

2015-01-14 Thread iText mailing list
You are not subscribed to the iText mailing list. This mail was approved manually. Any follow-up mails will be rejected. Please post your question on http://stackoverflow.com and use the tags iText and iTextG. Make sure that you include a code sample that shows what you have tried. If you

Re: [iText-questions] Itextsharp PDF Parsing Font Requirement

2015-01-06 Thread iText mailing list
On 1/6/2015 6:04 AM, Ajit Makvana wrote: why there is need of font files/[FontName.afm]/ in itextsharp library Those files contain font metrics (AFM = Adobe Font Metrics). They are needed to calculate the dimensions of snippets of text (height, width). The 14 AFM files shipped with

Re: [iText-questions] Table Columns Heights different with Constructors versus Add Methods

2014-12-31 Thread iText mailing list
On 12/30/2014 21:25 PM, rveach wrote: I couldn't find a bug tracking maillist, so I am posting this here. Well, we usually expect questions to be posted on StackOverflow. The best questions are bundled in a free ebook conveniently called The Best iText Questions on StackOverflow:

Re: [iText-questions] Wrong extraction of X (disParallelStart/disParallelEnd) coordinate

2014-12-30 Thread iText mailing list
goes to the end of a line after extraction. How to solve this problem? 1. You posted this question on Nabble, ignoring the warning that you are not subscribed on the iText mailing-list. Somebody had to manually approve your question. Please avoid this. Read http://itextpdf.com/nabble 2

Re: [iText-questions] Jaws not reading the tagged PDF

2014-12-23 Thread iText mailing list
On 12/23/2014 8:46 AM, Banawalikar, Omkar wrote: Any update on this? You are using iText 5.5.3. This assumes that you either (1.) use iText in an AGPL context or that you (2) use iText in a commercial context. If (1.) please give us a link to the complete source code of your project. If

Re: [iText-questions] Jaws not reading the tagged PDF

2014-12-23 Thread iText mailing list
On 12/23/2014 18:19 PM, Banawalikar, Omkar wrote: Hi, We are trying to test if iText can generate proper tagged pdf files, which can be accessed by JAWS screen reader. If our POC is successful, then we will integrate it with our product and buy the commercial license, else we will have to

Re: [iText-questions] PDF/A and LocalGoto not working

2014-12-22 Thread iText mailing list
On 12/22/2014 16:25 PM, Denzen, van Carl wrote: setLocalGoto doesn’t work when I create a PDF/A-1B document. When I change the document to ordinary pdf (the commented-out writer code), it works as expected. I've tested your code sample and I can reproduce the problem if we remove the

Re: [iText-questions] (no subject)

2014-12-20 Thread iText mailing list
On 12/20/2014 0:20 AM, w.c.hinkle wrote: Hello, I am debugging from a distance (I currently don't have access to the source code) as a favor to an organization I used to work for. I was wondering if someone could tell me, in general, what the message The name 'x' has no local destination

Re: [iText-questions] What's new on the last release of iTextSharp 5.5.4

2014-12-16 Thread iText mailing list
On 12/16/2014 18:32 PM, Antonio Méndez Granda wrote: Hi pals, can you tell me what's new on the last release of iTextSharp which was released a few hours ago? Well, officially, the release date is tomorrow, but iText 5.5.4 is already available. Is stable? Yes. What's new? The technical

Re: [iText-questions] Problem in justified paragraphs for right-to-left languages

2014-12-16 Thread iText mailing list
On 12/16/2014 21:40 PM, Hossein Noorikhah wrote: The problem is still there with iText 5.5.3. Is there any chance of review? Wasn't this fixed in 5.5.4? -- Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT

Re: [iText-questions] Source of checksum within the xfa form element

2014-12-15 Thread iText mailing list
On 12/15/2014 0:07 AM, Leonard Rosenthol wrote: Everything is documented - there is nothing private. If you can’t find it, I will be happy to obtain the details. I can't find it... -- Download BIRT iHub F-Type - The

Re: [iText-questions] Second edition: typo

2014-12-15 Thread iText mailing list
On 12/15/2014 11:33 AM, K.G.M. van Denzen wrote: At page 430, chapter 13, third (regular) line, /0 should read \0 (binary 0). Thanks! -- Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from

Re: [iText-questions] Broken link to AGPL on iText(R), a JAVA PDF library site

2014-12-15 Thread iText mailing list
On 12/15/2014 17:37 PM, John Hebert wrote: The following page contains a broken link: http://sourceforge.net/projects/itext/ Under Additional Details, the item: *License* Affero GNU Public License http://sourceforge.net/directory/license:osi-approved-open-source/affero-gnu-public-license/

Re: [iText-questions] Source of checksum within the xfa form element

2014-12-14 Thread iText mailing list
On 12/11/2014 15:13 PM, nandre wrote: When you save a xfa document in adobe, they add a checksum attribute to the form element. This checksum appears to be a SHA1 digest of the file. However, it's unclear as to what is actually fed to the hash. Does anyone have any idea as to how this is

Re: [iText-questions] PDF becomes Read only after filling values in XFA form

2014-12-12 Thread iText mailing list
On 12/11/2014 23:32 PM, Micky wrote: Sorry to say but it makes no difference in this case with my code. Pdf file generated, still opens in readonly mode. Did you change your entire code? Or did you just change the PdfStamper? Because your code looks very strange too. It doesn't look like the

Re: [iText-questions] PDF becomes Read only after filling values in XFA form

2014-12-11 Thread iText mailing list
On 12/11/2014 8:38 AM, Micky wrote: Please suggest me the right way to maintain editability of pdf file after modifications. This question has already been answered here: http://stackoverflow.com/questions/26629498/how-to-fill-xfa-form-using-itext

Re: [iText-questions] Tiff to PDF conversion using itext. Need to reduce PDF size

2014-12-01 Thread iText mailing list
On 12/1/2014 16:27 PM, susmita sil wrote: I am not able to share any of the tiff but those are scanned document. In that case, there's very little we can tell about your problem. -- Download BIRT iHub F-Type - The Free

Re: [iText-questions] Rounded image in iTextSharp

2014-11-30 Thread iText mailing list
On 11/30/2014 16:30 PM, Jatin Purba wrote: Can i display image as rounded corner in PDF generated using iTextsharp ? It will be like an circle image. That is explained in chapter 10 of the official documentation. See http://itextpdf.com/examples/iia.php?id=191 for an example. See

Re: [iText-questions] Is there a way to set the Document encoding?

2014-11-26 Thread iText mailing list
On 11/25/2014 14:13 PM, Sergio Daniel Flores Sottile wrote: Hello everyone; I'm trying to set the encoding in a PDF. There is no such thing as the encoding in a PDF. The encoding is defined at the level of the font. See the answer to the following question:

Re: [iText-questions] Tiff to PDF conversion using itext. Need to reduce PDF size

2014-11-26 Thread iText mailing list
On 11/25/2014 16:18 PM, susmita sil wrote: Hi, I am reading Tiff image from IBM filenet as java outputStream. I am converting the outputStream to itext Image and the converting that image to PDF. The converted PDF has good resolution but size is bigger than the tiff image for example it I

Re: [iText-questions] Make existing PDF readonly

2014-10-31 Thread iText mailing list
On 10/31/2014 8:28 AM, santhosh@hotmail.com wrote: I have an existing editable PDF which is not generated with i-text. And I am reading the values from pdf and i have to make the editable columns readonly. here is my following snippet of code The exception is caused by this error: new

Re: [iText-questions] iText returning Unicode characters

2014-10-30 Thread iText mailing list
IMPORTANT: you are not subscribed to the mailing-list. As a result, all mail you send to the mailing-list has to be accepted manually. Many genuine questions get lost in that process, because they are buried in SPAM. If you post further questions without being subscribed, DON'T BE SURPRISED

Re: [iText-questions] Can an Attributed String be written onto the PDF using iText?

2014-10-29 Thread iText mailing list
On 10/28/2014 18:31 PM, Navin Kumar wrote: Reply from itext support: It looks to me like you're taking a very elaborate path towards rendering bold and italic text. Unless there is a very specific use case that absolutely requires Graphics2D, iText has no need for the kind of low-level API

Re: [iText-questions] Can an Attributed String be written onto the PDF using iText?

2014-10-29 Thread iText mailing list
On 10/29/2014 8:53 AM, Harsha Kaundinya wrote: Please help us by answering the question. You didn't answer the counter-question: why are you using PdfGraphics2D to achieve something that can easily be done using normal iText functionality. Your main problem is caused by the way you designed

Re: [iText-questions] Link to specific coordinates within PDF?

2014-10-27 Thread iText mailing list
On 10/26/2014 21:53 PM, Feng Qing wrote: Hello, As http://helpx.adobe.com/acrobat/kb/link-html-pdf-page-acrobat.html http://helpx.adobe.com/acrobat/kb/link-html-pdf-page-acrobat.html%5D shown, to add html link to specific page in a PDF document one writes

Re: [iText-questions] Java iText Error while check pdf PDF/A-1A

2014-10-24 Thread iText mailing list
On 10/23/2014 17:17 PM, Jose Mª Viota wrote: Did you know if there is any bug tracking or email address for support? Yes, but it is only available for customers. -- ___

Re: [iText-questions] Java iText Error while check pdf PDF/A-1A

2014-10-23 Thread iText mailing list
On 10/22/2014 17:26 PM, Jose Mª Viota wrote: Hello, I am writting in reference to an error I get while a signing a concrete pdf file with Java iText libraries version 5.5.3. I've attached the conflict file. What does Adobe Pro tell you about the original PDF document? Does it pass the

Re: [iText-questions] Java iText Error while check pdf PDF/A-1A

2014-10-23 Thread iText mailing list
On 10/23/2014 8:20 AM, Jose Mª Viota wrote: Yes, after click on PDF/A verification, adobe pro tell me : documentos verified. Strange. I've never seen this behavior. Have you sent this to support? --

Re: [iText-questions] Merge PDFs with forms - PDF version7

2014-10-20 Thread iText mailing list
You are mixing all kinds of things you shouldn't mix. For instance: you are posting a question to the mailing-list for iText and iTextSharp, yet in your question you mention the copycat product PDFSharp, written by people who wanted to copy the success of iText. You are talking about PDF

Re: [iText-questions] Link annotation to a file attachment

2014-10-17 Thread iText mailing list
On 10/17/2014 12:00 PM, Marc Campforts wrote: Hello, Can I create a link annotation (7.3.2 in Itext in Action) to a file attachment( 7.3.3 in Itext in Action)? That is explained in section 16.2.4 of the same book. You need the gotoEmbedded() method. As defined in ISO-32000-1, this will only

Re: [iText-questions] Put Same signature on same locations on multiple pages

2014-09-17 Thread iText mailing list
On 9/16/2014 1:52 PM, TvT wrote: This has been discussed already in the past And I can re-confirm that this will be in violation with PDF 2.0. The requirement conflicts with the upcoming new PDF specification and should therefore be avoided.

Re: [iText-questions] pdf shifted down

2014-09-17 Thread iText mailing list
On 9/16/2014 8:54 PM, John Hancock wrote: using com.lowagie.text You're using a version that hasn't been supported for years. See http://itextpdf.com/salesfaq and also http://stackoverflow.com/questions/25696851/can-itext-2-1-7-or-earlier-can-be-used-commercially/25698526#25698526

Re: [iText-questions] pdf tagging problem

2014-09-17 Thread iText mailing list
On 9/16/2014 3:22 PM, ajit wrote: I am unable to continue further. You started the wrong way. It would take several days to explain how to meet your requirement and several weeks to build the solution. You should hire an iText expert.

Re: [iText-questions] pdf shifted down

2014-09-17 Thread iText mailing list
On 9/17/2014 1:23 PM, John Hancock wrote: We fixed everything by passing a rectangle sized 8.5 x 11 to Document. I.e. new Document(New Rectangle(... And the next thing you know is that you're adding a page in landscape to a 8.5 x 11 document discovering that the page is truncated again. As

Re: [iText-questions] pdf tagging problem

2014-09-17 Thread iText mailing list
On 9/17/2014 5:16 PM, ajit wrote: I need to complete this task ASAP. The word ASAP is forbidden on the free mailing list. Only paying customers can use it. Can this task be achieved using iText. Maybe, maybe not. You didn't describe your requirement well enough. Maybe it's impossible in

Re: [iText-questions] Need the help

2014-09-08 Thread iText mailing list
On 9/8/2014 8:01 AM, shanmuka01 wrote: I guess its 'named destinations'. Could you please help with this with some complete tutorial program. It could be named destinations. It could also be local destinations. In any case: you need link annotations. Please read chapter 7 of this book to find

Re: [iText-questions] Need the help

2014-09-07 Thread iText mailing list
On 9/8/2014 7:27 AM, Kamarti Maridi Babu (kamartimaridi_b...@infosys.com) wrote: I need the help. My requirement is this. I have byte[] array of PDF data with me. 1) I need to convert the byte[] data to PDF. If you have byte[] pdfbytes, then you can read them like this: PdfReader reader

Re: [iText-questions] InlineImageParseException: Could not find image data or EI

2014-09-04 Thread iText mailing list
On 9/4/2014 4:57 PM, Benjamin Allen wrote: Is there any active development going on that would solve this issue for some PDFs that addresses the whitespace issues? There's a discussion about this on the paid support system. Are you a paying customer? If so, use your access to paid support to

Re: [iText-questions] I am Not able to see colspan value in pdf adobe reader

2014-09-03 Thread iText mailing list
On 9/3/2014 6:30 AM, aamudhala wrote: any update? No. All Tagged PDF functionality was developed for paying customers. Non-paying customer should either be happy with what they get, or contribute the code that fixes their problem.

Re: [iText-questions] [SPAM] Re: Encrypting signed pdf file

2014-09-03 Thread iText mailing list
On 9/3/2014 9:27 PM, Paulo Melo wrote: I'm signing the file client-side and after I'm uploading it to S3, but when I download the file the signature becomes invalid. I was wondering if the HTTPS transport in between the client and the S3 end-point might be corrupting the signature. That

Re: [iText-questions] Sign and PDF with SmartCard and web browser only

2014-09-03 Thread iText mailing list
On 9/4/2014 5:53 AM, arnabroy wrote: hi michael/leonard please help me out This sounds very odd: i am sending it back to the server side to embed it into the pdf file using bouncy castle. Did you take a look at this example:

Re: [iText-questions] Add XFA form into a PDF

2014-09-02 Thread iText mailing list
On 9/2/2014 3:06 AM, YunYi wrote: Thanks for your help. I am not familiar with iText. Can you give me an example about that? What Leonard meant was that you're asking a ready-made solution for something that hasn't been developed yet and that would take many man-months to build. How much

Re: [iText-questions] Problem while copying PDF

2014-09-01 Thread iText mailing list
Please stay on the mailing-list regarding the technical question. Note that your question is still unclear. In your initial question you say that you have existing PDF documents with links and that you want to change these links upon merging. Now you say: On 9/1/2014 9:21 AM, Aritz wrote:

Re: [iText-questions] Chunk.GetWidthPoint() returns wrong width

2014-08-29 Thread iText mailing list
On 8/29/2014 4:45 PM, vadamovsky wrote: I forgot to note that I'm using iTextSharp v5.5.2. When you measure the characters in the Chunk, you measure the original characters. When you render the Arabic glyphs using ColumnText, the original characters in the Chunk are replaced by the

Re: [iText-questions] Chunk.GetWidthPoint() returns wrong width

2014-08-29 Thread iText mailing list
On 8/29/2014 6:19 PM, vadamovsky wrote: iText mailing list wrote When you measure the characters in the Chunk, you measure the original characters. When you render the Arabic glyphs using ColumnText, the original characters in the Chunk are replaced by the ligaturization process. It should

Re: [iText-questions] coloumn widths are not reflecting

2014-08-28 Thread iText mailing list
On 8/28/2014 12:40 PM, aamudhala wrote: is it correct way to set column widths to a table? It looks like a convoluted way and the snippet doesn't provide any context. For instance: what is ta? In any case: the question whether or not this is the correct way to set column widths to a table is

Re: [iText-questions] FontFactory.getFont(arial) returns undefined

2014-08-26 Thread iText mailing list
On 8/26/2014 7:33 AM, Dhulipd2984 wrote: Hi All, I am setting arial as paragraph font , but getFont always return undefined instead of arial Please let me know the right approach to set arial font to paragraph. Paragraph para = new Paragraph(p);

Re: [iText-questions] EndOfStreamException on TiffImage.GetTiffImage

2014-08-26 Thread iText mailing list
On 8/26/2014 1:25 PM, stefyg85 wrote: maybe the problem is that the tiff file is somehow corrupted but could you please give me some advice? I've tried several image viewers, they all tell me that the TIFF is corrupted. See for instance what GIMP tells you about your TIFF. You have a GIGO

Re: [iText-questions] Itext 5.4.1 - Metadata Bug?

2014-08-25 Thread iText mailing list
On 8/25/2014 6:05 PM, Abedellatif Hussein wrote: where can I find example usage of the iTextsharp.xmp package? In the iTextSharp project. http://sourceforge.net/p/itextsharp/code/HEAD/tree/trunk/src/core/iTextSharp/xmp/

Re: [iText-questions] Itext 5.4.1 - Metadata Bug?

2014-08-21 Thread iText mailing list
On 8/20/2014 8:57 PM, Abedellatif Hussein wrote: Hello, I am having the same validation error issue when generating PDF/A files. Did you have any solution or workaround for it? Have you tried upgrading to 5.5.1? --

Re: [iText-questions] Itext 5.4.1 - Metadata Bug?

2014-08-21 Thread iText mailing list
On 8/21/2014 11:12 AM, Abedellatif Hussein wrote: what can be an alternative for that in the new library? or is there a place where we can find the alternatives for the obsolete methods and classes? The old iText XMP classes were replaced with classes provided by Adobe. You can find these

Re: [iText-questions] corrupt PDF generated

2014-08-16 Thread iText mailing list
On 8/16/2014 2:08 PM, Jaime Hablutzel Egoavil wrote: Failing to regenerate appearances for the previous snippet would not display the Default value not shown if appearances are not regenerated, because this widget appearance is bound to new Rectangle(0,0) inmediately after the

Re: [iText-questions] i-text

2014-08-15 Thread iText mailing list
On 8/15/2014 5:14 PM, Erhan Ertaş wrote: I am trying to create PDF documents on a domino server using Java Agent with itext-2.0.1.jar. Is it required to have Acrobat Reader installed on the server in order to create a valid pdf file? Why on earth would you need Adobe Reader on the server?

Re: [iText-questions] Itext can't detect a link

2014-08-14 Thread iText mailing list
On 8/14/2014 12:10 AM, minsu wrote: In the file i just uploaded, on page 48, there are 3 links there, but when i use itext to parse it, it only gives me 2. Is there any thing wrong with the third link? You refer to a file management-basics.pdf but the link to that file doesn't work.

Re: [iText-questions] Need to check if ItextPDF can be used to adjust content of a page in same/different page

2014-08-14 Thread iText mailing list
On 8/14/2014 12:51 PM, Gaurang Haldankar wrote: Hi, I need to check if we can use ItextPDF for : 1. Identifying sections(collection of text/image content etc.) in my existing PDF. The start of the section can be identified by Headings in that PDF. Yes and No. No: you need to write code to

Re: [iText-questions] How to Create layers in pdf using itextpdf 5.5.1

2014-08-13 Thread iText mailing list
On 8/12/2014 7:24 AM, aamudhala wrote: I am new to itextpdf api, Can any one let me know how to create layers in pdf using itextpdf 5.5.1. Layers is a very generic word. Please be more specific. Are you referring to OCG?

Re: [iText-questions] method PdfCopy.fixTaggedStructure throws NullPointerException

2014-08-13 Thread iText mailing list
On 8/12/2014 8:27 AM, Pichtchikov, Alexandre wrote: What is the best way to check if my pdf tagged properly? It takes a human to do that. No machine can ever know if a PDF is properly tagged. Compare the PDF/UA specification with the Matterhorn protocol for more info.

Re: [iText-questions] method PdfCopy.fixTaggedStructure throws NullPointerException

2014-08-13 Thread iText mailing list
On 8/13/2014 1:19 PM, Pichtchikov, Alexandre wrote: Ok, I got, thanks a lot. As Michael indicated, I misunderstood the question because I didn't look at the context. Without you showing us the PDF that causes the problem (and a SSCCE), we can only guess about the nature of the problem. For

Re: [iText-questions] method PdfCopy.fixTaggedStructure throws NullPointerException

2014-08-08 Thread iText mailing list
On 8/8/2014 7:47 AM, Pichtchikov, Alexandre wrote: Is something missing? Maybe the document you're trying to copy isn't a properly tagged PDF. -- Want fast and easy access to all the code in your enterprise? Index and

Re: [iText-questions] method PdfCopy.fixTaggedStructure throws NullPointerException

2014-08-07 Thread iText mailing list
On 8/6/2014 10:01 AM, Pichtchikov, Alexandre wrote: I am merging tagged pdf with untagged pdf. I am getting exception when I close Document object: NullPointerException(PdfCopy.java:890) Call stack com.itextpdf.text.pdf.PdfCopy.fixTaggedStructure(PdfCopy.java:890)

Re: [iText-questions] method PdfCopy.fixTaggedStructure throws NullPointerException

2014-08-07 Thread iText mailing list
On 8/7/2014 10:39 AM, Pichtchikov, Alexandre wrote: target.addPage( target.getImportedPage( source, i ) ); This line is wrong, you should add the boolean value that tells iText to preserve the structure. --

Re: [iText-questions] White Paper on Large Scale pdf rendering using iText?

2014-08-01 Thread iText mailing list
On 8/1/2014 3:58 PM, pgandhi wrote: http://www.manning.com/lowagie/ That's the link for the old book and it's out of print now. This is the link for the most recent book: http://www.manning.com/lowagie2/ There's a series of new books in the works. These books will be available for free. Watch

Re: [iText-questions] Regarding genration of Pdf using itextpdf jar in android,

2014-07-24 Thread iText mailing list
On 7/24/2014 11:45 AM, gaurav bhoyar wrote: Actually i want to make PDF which has a length of 8page.Is it possible to generate that much long pdf length. The implementation notes in the PDF specification will inform you that the maximum size of a PDF page is 14400 by 14400 user units. By

Re: [iText-questions] Regarding genration of Pdf using itextpdf jar in android,

2014-07-24 Thread iText mailing list
On 7/24/2014 8:17 AM, Leonard Rosenthol wrote: Unless you simply mean that there will be 8 pages in the document - in which case that¹s a pretty small document. Yes, of course. If that was the question, I misinterpreted it... Thanks for the additional info, Leonard!

Re: [iText-questions] multiple digital signatures in pdf c#

2014-07-22 Thread iText mailing list
On 7/22/2014 1:33 PM, SamarthPatel wrote: Hi All, I am using Itextsharp.dll version 5.5.1.0 and I am using C#. please let me know the idea how to write multiple signature in a single pdf page. Please let me know the Idea how to do this. Start by reading

Re: [iText-questions] NullpointerException when merging pdf with form AND freeing reader

2014-07-14 Thread iText mailing list
On 7/14/2014 1:20 PM, Emiel Ackermann wrote: Is this a bug, or is it simply not possible to merge forms, while freeing readers? It's not possible to free the PdfReader in mergeFields mode. If we did allow freeing the reader, we'd not be able to properly build the fields tree. We will add an

  1   2   3   >