Re: [iText-questions] APGL version of iText on Github

2014-07-13 Thread iText mailing list
On 7/13/2014 12:13 PM, göktürk mavuş wrote: I have created a project using APGL version of iText. Now, I want to share this code in the Github account of mine. But, I donot know what should I do so that not breaking the rule. May you help me with clear instruction? If licence.txt is enough,

Re: [iText-questions] name for project

2014-07-12 Thread iText mailing list
On 7/12/2014 7:53 AM, Eduard Drenth wrote: Dear all, I used to base my iText development on 2.1.7. Recently I decided to stop this and only go with the agpl version. I am almost done refectoring and now looking for a new name. I would appreciate your input for this. The goal of the software

Re: [iText-questions] agpl license header

2014-07-10 Thread iText mailing list
On 7/9/2014 8:15 AM, Eduard Drenth wrote: Dear all, How should the license header in source files look like when building on top of iText 5? Can you show an example? Right now my header looks like this: At first sight, it looks OK. When you jar your project, you should also add a NOTICES (or

Re: [iText-questions] Why is PdfName.ON lower case and how to submit patch/trigger a code change?

2014-07-10 Thread iText mailing list
On 7/9/2014 2:11 PM, Linda Briesemeister wrote: so could someone from iText comment on whether there will be a bug fix? I'll take care of this. You'll see the fix in the next release. -- Open source business process

Re: [iText-questions] [SPAM] Re: itext with dynamic headers

2014-07-08 Thread iText mailing list
On 7/8/2014 1:10 PM, mkl wrote: I.e. essentially a generic programming task. That was the point I tried to make. I fail to see the problem as far as iText is concerned. -- Open source business process management suite

Re: [iText-questions] Extracting content from Pdf document throws exception

2014-07-08 Thread iText mailing list
On 7/8/2014 1:45 PM, göktürk mavuş wrote: reference = (PRIndirectReference) dictionary.get(PdfName.CONTENTS); /*line 166*/contentStream = (PRStream) PdfReader.getPdfObject(reference); You are assuming that the Contents of a page is ALWAYS a

Re: [iText-questions] Extracting content from Pdf document throws exception

2014-07-08 Thread iText mailing list
On 7/8/2014 2:04 PM, göktürk mavuş wrote: I donot understand what you are trying to say in the below paragraph; thus, may you clearify it. To remind, I just tried to extract the text from pdf. You assume that all text is in the Content stream. That assumption is wrong. Text can be in an

Re: [iText-questions] itextsharp headers

2014-07-06 Thread iText mailing list
This seems like a task for a page event (more specifically onEndPage()) On 7/6/2014 10:10 AM, Randy E. Hoover wrote: I have written headers for the double table/column format on my PDF ... all is great except I want the headers to dynamically be placed with the day and area in the header as

Re: [iText-questions] itext with dynamic headers

2014-07-06 Thread iText mailing list
On 7/6/2014 4:57 PM, Randy E. Hoover wrote: and i tried onEndPage - i cant get the data i need passed up to the FTNs What are the FTNs? I've never heard of that abbreviation. -- Open source business process management

Re: [iText-questions] itext with dynamic headers

2014-07-06 Thread iText mailing list
On 7/7/2014 7:43 AM, iText mailing list wrote: On 7/6/2014 4:57 PM, Randy E. Hoover wrote: and i tried onEndPage - i cant get the data i need passed up to the FTNs What are the FTNs? I've never heard of that abbreviation. If you're referring to the event class and the onEndPage() you've

Re: [iText-questions] tables in columns (multiple pages) event schedule PDF file

2014-07-02 Thread iText mailing list
On 7/1/2014 10:40 PM, Randy E. Hoover wrote: i figured out using iTextSharp very quickly and was reading from MS SQL DB right away and creating tables in the PDF like i wanted to - except i need to create 2 columns and multiple pages (4 in total) ... i tried using multi columns with tables

Re: [iText-questions] coordinate of /FITH seems wrong

2014-06-27 Thread iText mailing list
On 6/27/2014 6:27 PM, minsu wrote: Thanks, but why it doesn't target me to its previous page? Each page is a separate entity in a PDF document. Page 3 doesn't know it's between page 2 and 4. Page 3 doesn't even know it's page 3. The order of the pages (and the page number) is derived from the

Re: [iText-questions] coordinate of /FITH seems wrong

2014-06-27 Thread iText mailing list
On 6/27/2014 7:22 PM, minsu wrote: Got it. Another question here. I try to edit the link i mentioned above in Acrobat pro. I got two lines about target info, one is the target page, the other is fit window width. But I got /FITH and the top coordinate from iText for the same target. Is this a

Re: [iText-questions] coordinate of /FITH seems wrong

2014-06-27 Thread iText mailing list
On 6/27/2014 7:35 PM, minsu wrote: According to the info from Acrobat pro, the link should target to page n and fit window width. But the info I got from iText library about that link is /FITH Please explain in your own words what you think is different when somebody says fit the window

Re: [iText-questions] coordinate of /FITH seems wrong

2014-06-27 Thread iText mailing list
On 6/27/2014 7:45 PM, minsu wrote: Sorry, I thought FITH means Fit Height. Please read The ABC of PDF for the details: https://leanpub.com/itext_pdfabc -- Open source business process management suite built on Java and

Re: [iText-questions] PDF not retaining hyperlink

2014-06-26 Thread iText mailing list
On 6/26/2014 5:34 PM, Gaurang Haldankar wrote: Hi, I am using the latest version of IText (itextpdf-5.5.1.jar). I am trying to load a PDF using IText and saving it again without making any changes in another PDF. I am attaching the code for your reference. The issue is that when I create

Re: [iText-questions] Edit text and images from PDF

2014-06-23 Thread iText mailing list
On 6/23/2014 3:28 PM, dewitte wrote: What is the best and quickest way to achieve this? The answer entirely depends on the nature of the document. If the document can be any document, the question is unanswerable. If the internal organization is predictable, it could be easy to achieve or

Re: [iText-questions] Does XML MetaData exist?

2014-06-10 Thread iText mailing list
On 6/10/2014 3:35 PM, Ray Morris wrote: When attempting to read and display XML metadata, how can I test whether any such data exists? I am using code that I got from the Internet and it reads the XML metadata into a byte array. I tried testing if (array.length == 0 ) but got a

Re: [iText-questions] Getting Color of Font from Preexisting PDF (Java)

2014-06-08 Thread iText mailing list
On 6/8/2014 1:26 AM, -A wrote: I have seen examples to determine all of the fonts within a file, but that example only returned the BaseFont; and as I can tell there is no way to deduce the color from the BaseFont. Color is not a property of a font. I am assuming (at this point) that for

Re: [iText-questions] Can I get page number(not label) from a reader and a specific page dictionary

2014-06-04 Thread iText mailing list
On 6/4/2014 1:16 AM, minsu wrote: I have a page dictionary and i want to know the page number of the page(eg. 2nd page in this pdf). How can i do that. I tried to get a Simplebookmark of the reader, but get null. The concept of page numbers doesn't exist in PDF. The number of the page is

Re: [iText-questions] colorspace exception during images extraction on a existing pdf

2014-05-28 Thread iText mailing list
On 5/27/2014 11:02 PM, giansluca wrote: byte[] barray = PdfReader.getStreamBytesRaw((PRStream) stream); You're reading the stream, but... this stream is useless without the corresponding stream dictionary. The stream dictionary will inform you about the Filter that is used, e.g. DCTDecode means

Re: [iText-questions] Problems when using iTextSharp in a multithreaded application.

2014-05-28 Thread iText mailing list
On 5/28/2014 10:31 AM, Kostas wrote: We are using iTexSharp in an ASP.NET MVC web site and we have noticed that when two requests arrive that utilize the same iTextSharp functionality we get an exception. Which version of iTextSharp are you using?

Re: [iText-questions] Problem with remaining space

2014-05-28 Thread iText mailing list
On 5/28/2014 11:24 AM, Aritz wrote: Hope you can help me, because I don't understand why it works in some cases. I opened the ZIP-file and I saw that your code contains plenty of things that is irrelevant to the question. Use Occam's Razor to simplify your example. You are asking me to spend

Re: [iText-questions] Problems when using iTextSharp in a multithreaded application.

2014-05-28 Thread iText mailing list
On 5/28/2014 11:11 AM, Kostas wrote: Note that we are using iTextSharp version 5.4.5.0. Hmm... That's strange. I expected you to say it was a version predating 5.4.2.0 because that's when we made the FontFactoryImp class threadsafe.

Re: [iText-questions] colorspace exception during images extraction on a existing pdf

2014-05-27 Thread iText mailing list
On 5/27/2014 12:00 AM, giansluca wrote: i can extract almost all image (CMYK and RGB), but in some cases i have this exception : com.itextpdf.text.exceptions.UnsupportedPdfException You get this exception if extraction of a specific type of image isn't supported in iText.

Re: [iText-questions] Problem with remaining space

2014-05-27 Thread iText mailing list
On 5/27/2014 6:30 PM, Aritz wrote: Could you please help me? I could send some examples if you want Send us a SSCCE and tell us which version of iText you're using. If the version isn't recent, there's very little chance we'll be able to help because the table functionality has been rewritten

Re: [iText-questions] How Verify Pades LTV from code?

2014-05-27 Thread iText mailing list
On 5/27/2014 5:17 PM, Andrés wrote: I signed a pdf document using itext 5.0, and would like to check that it meets the PADES-LTV format. iText 5.0 doesn't support the PAdES-LTV format, you need a more recent version of iText to do that. Once you use a more recent version, read the final

Re: [iText-questions] BAD ITEXT PDF CONVERTION FROM OPEN OFFICE FORM CONFIGURATION?

2014-05-23 Thread iText mailing list
First this: you weren't subscribed to the mailing-list. Somebody had to manually approve your question. In the future, your mail may be overlooked or discarded as SPAM. You should subscribe to avoid this, or post your question on StackOverflow. Also: you are SHOUTING in your SUBJECT line. This is

Re: [iText-questions] BAD ITEXT PDF CONVERTION FROM OPEN OFFICE FORM CONFIGURATION?

2014-05-23 Thread iText mailing list
Please use the mailing-list correctly. You have replied to a business address, not to the mailing-list address. Also: your question is off-topic: On 5/23/2014 1:46 PM, Maria Luisa Marucci wrote: Finally, could I know how to (with OpenOffice Writer): - create a field (without a corresponding

[iText-questions] iText 5.5.1 has been released

2014-05-20 Thread iText mailing list
Hello all, yesterday, we've released iText 5.5.1; today we released iTextSharp 5.5.1. The Central Maven Repository is being updated as we speak. For more info about this release, please take a look at the - release notes: http://itextpdf.com/release/iText551 - changelog:

Re: [iText-questions] Convert tiff image to a pdf

2014-05-16 Thread iText mailing list
On 5/15/2014 8:22 PM, Kishen Lala wrote: Hello, Using vb.net, I am looking for a process by which I can convert a tiff image to a pdf? I converted the tiff to a [byte] and attached that to a pdf content type but that does not work. Any help would be appreciated. Did you read the

Re: [iText-questions] Read PDF table content using iTextSharp

2014-05-14 Thread iText mailing list
On 5/14/2014 7:44 AM, Vipin Kapoor wrote: Is there any way to read the PDF table data using iTextSharp dll. The main question is: is your PDF a Tagged PDF? If not, then there is no table in your PDF. You may think there is because you see a table with the naked eye, but when looked at the

Re: [iText-questions] com.itextpdf.text.pdf.parser.InlineImageUtils$InlineImageParseException: EI not found after end of image data

2014-05-12 Thread iText mailing list
On 5/12/2014 9:44 PM, Chandrashekhar Pandhare wrote: I am receiving the EI not found error in a pdf out of 100 other pdfs. I am using itextpdf-5.4.1 jar. Please let me know about the resolutions available. Please read

Re: [iText-questions] PDF with elements side by side

2014-04-28 Thread iText mailing list
On 4/28/2014 7:43 AM, Saurabh Mayekar wrote: As shown in the image I was able to write Table 1 successfully that goes in multiple pages. But how do i come at the starting page of the document again to plot the image at it's absolute position at first page? Once a page is written to the output

Re: [iText-questions] Disabling PDF Toolbar in browser pdf preview - iText

2014-04-28 Thread iText mailing list
Hello Shivaji Dole, [1.] You are not subscribed to the mailing-list. Somebody had to approve your question manually. Please read the blog-post: http://itextpdf.com/nabble and watch https://www.youtube.com/watch?v=IV4dzXDRzJE After watching the short video, you'll understand that you should at

Re: [iText-questions] Disabling PDF Toolbar in browser pdf preview - iText

2014-04-28 Thread iText mailing list
On 4/28/2014 1:42 PM, Shivaji Dole wrote: Hi, Thanks for the information provided which is helpful to us. Wondering if we can set the below mentioned properties via itext. Yes, that was part of my answer. I quote: This can be achieved by encrypting your document. A document can be encrypted

Re: [iText-questions] Query : iTextSharp, a .NET PDF library Web Site

2014-04-28 Thread iText mailing list
Dear Aditya, You are not subscribed to the mailing-list. Somebody had to approve your question manually. Please read the blog-post: http://itextpdf.com/nabble and watch https://www.youtube.com/watch?v=IV4dzXDRzJE After watching the short video, you'll understand that you should at least

Re: [iText-questions] pdf extractpages function

2014-04-24 Thread iText mailing list
This question was answered on StackOverflow: http://stackoverflow.com/questions/23256944/itextsharp-when-extracting-a-page-it-fails-to-carry-over-adobe-rectangle-highl You're probably throwing away an annotation (and you shouldn't copy/paste from bad examples). On 4/24/2014 1:04 AM, Stephen

Re: [iText-questions] [SPAM] Re: pdf extractpages function

2014-04-24 Thread iText mailing list
On 4/24/2014 8:21 AM, mkl wrote: You'll find some background information in this stackoverflow answer: http://stackoverflow.com/a/15945467/1729265 In essence: If you want to copy all aspects of a page, you have to use PdfCopy*. If you merely want to insert the contents of a page, you may use

Re: [iText-questions] Heartbleed Patch

2014-04-16 Thread iText mailing list
On 4/15/2014 9:30 PM, Potvin, Chet wrote: Thank you for your response. I believe I understand iText’s position on this matter. Just to make sure that I understand you correctly, iText utilizes the OpenSSL library for encrypting and signing PDF documents on the client-side. iText utilizes

Re: [iText-questions] convert Pdf to xml

2014-04-11 Thread iText mailing list
On 4/10/2014 8:16 AM, ankit.jain wrote: I want to know that how to convert pdf into xml using itext. Add pdf![CDATA[ in front of the file and add ]]/pdf at the end. Your PDF file is now an XML file. You don't need iText to achieve this ;-)

Re: [iText-questions] iText Asian Query

2014-04-09 Thread iText mailing list
On 4/9/2014 3:28 AM, Lata Choudhary wrote: I am trying to understand the licencing part of iText-2.1.7 All is explained on this page: http://itextpdf.com/salesfaq -- Put Bad Developers to Shame Dominate Development with

Re: [iText-questions] Heartbleed Patch

2014-04-09 Thread iText mailing list
On 4/9/2014 12:55 PM, Potvin, Chet wrote: iText has OpenSSL capabilities. Why would a PDF generation library need OpenSSL functionality? Sure, we use encryption for: - encrypting PDFs, - either using passwords (owner password and optionally a user password), - or using a certificate -

Re: [iText-questions] Question about if/when itext will be able to handle PDF-Extension

2014-04-08 Thread iText mailing list
On 4/7/2014 5:16 PM, Peter Thung wrote: To whom it may concern, (Response from application developer) Sorry that PDFill can not open this PDF. This file does not strictly follow PDF standard. It use so called PDF-Extension that adobe trys to play trick. What is PDFill and how is it related

Re: [iText-questions] Need help to find the location in PDF

2014-04-02 Thread iText mailing list
1. You aren't subscribed to the mailing-list. Your question had to be approved manually. We'll do this once, but possible not twice. See https://www.youtube.com/watch?v=IV4dzXDRzJE to find out why (it's a practical reason, not a personal one). 2. It isn't clear what you mean when you write get

Re: [iText-questions] Help - I am not able to write Arabic text in unix os. Arabic text is printed as blank

2014-03-30 Thread iText mailing list
On 3/31/2014 5:44 AM, Vimal Malani wrote: I am not able to write Arabic text in unix os. Arabic text is printed as blank. below is my java code for same. Font f = new Font(BaseFont.createFont(fontPath, BaseFont.IDENTITY_H, BaseFont.EMBEDDED), 8, Font.NORMAL); Font f1 = new

Re: [iText-questions] different source

2014-03-26 Thread iText mailing list
On 3/26/2014 1:47 AM, Ate Peeringa wrote: Hello, The sourcecode of iTextsharp core is different than the dll version 5.5.0 The Function iTextSharp.text.Image.GetInstance(System.Drawing.Image, System.Drawing.Imaging.ImageFormat) is missing from the source code! Can i get a source with the

Re: [iText-questions] PdfSpotColor tint?

2014-03-19 Thread iText mailing list
On 3/19/2014 9:35 AM, de Beus, Eric wrote: I noticed that the tint value has been removed from the PdfSpotColor constructor, although it's still listed in the comments. Is there some alternate way to set tint? The tint value is defined as soon as you use the PdfSpotColor instance, for

Re: [iText-questions] Question about PdfPCell and setHorizontalAlignment

2014-02-28 Thread iText mailing list
On 2/28/2014 8:54 AM, willegy wrote: is your problem had resolved? That was a question dating from 2005. Please don't reopen a thread that old. In any case: I see that you've found the solution on StackOverflow. --

Re: [iText-questions] iText - create PDF/A Problem

2014-02-27 Thread iText mailing list
On 2/27/2014 3:22 PM, Gabriella wrote: but also with this correct pdf A, there is the same error. There's a bug in your code. There's a bug in iText. I've fixed both, but only customers get hotfixes. -- Flow-based

Re: [iText-questions] iText - create PDF/A Problem

2014-02-27 Thread iText mailing list
On 2/27/2014 3:56 PM, Gabriella wrote: Sorry, but I thought that this forum give me back a solution of problem The main problem is that we see that the AGPL version of iText is used in many cases where a commercial license is mandatory. We've had situations where a company discovered that an

Re: [iText-questions] Best Practice in designing different Chapters etc.

2014-02-27 Thread iText mailing list
On 2/27/2014 7:30 PM, Christian Schneider wrote: I've put this Question also on SO: http://stackoverflow.com/questions/22077254/how-to-structure-a-project-to-generate-a-pdf-report-with-different-chapters-with I don't think anybody will answer. I didn't (and won't) answer because Chapter and

Re: [iText-questions] iText - create PDF/A Problem

2014-02-27 Thread iText mailing list
On 2/27/2014 5:55 PM, Gabriella wrote: I already have iText 5 Yes, but are you a customer? -- Flow-based real-time traffic analytics software. Cisco certified tool. Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with

Re: [iText-questions] PdfTextExtractor.GetTextFromPage Fails to Extract Text

2014-02-22 Thread iText mailing list
On 2/22/2014 7:13 AM, Barathvaj wrote: Version of itextsharp is 5.5.0. I guess i using the latest version of itextsharp In that case show us the PDF, because we do look at the unicode tables, and we have had success reading PDFs with strange fonts. You shouldn't expect us to fix something we

Re: [iText-questions] PdfTextExtractor.GetTextFromPage Fails to Extract Text

2014-02-21 Thread iText mailing list
On 2/21/2014 6:07 PM, Barathvaj wrote: How to overcome this issue. Which version of iText(Sharp) are you using? If not the most recent one, we can't help you. -- Managing the Performance of Cloud-Based Applications Take

Re: [iText-questions] Problem with iTextSharp

2014-02-18 Thread iText mailing list
On 2/18/2014 5:12 PM, Leonard Rosenthol wrote: There are no issues with iText No, but we made some minor changes in the latest release so that the behavior of keywords is more in line with what Adobe Reader expects. --

Re: [iText-questions] Uncompressed Image Data Problems

2014-02-17 Thread iText mailing list
On 2/17/2014 9:10 PM, FDnC Red wrote: I'd like to submit this to the iTextSharp team but I'm not sure who that is. You've posted your bug report to the right address, but it would help us if you could share a PDF that demonstrates the problem.

Re: [iText-questions] Probleme to Convert PDF to PDF/A

2014-02-14 Thread iText mailing list
Hi Fabrice, please subscribe to the mailing list. Your mail had to be approved manually and that costs time. When we implemented PDF/A-2 and PDF/A-3 (including level A and including the ZUGFeRD standard), we redesigned the API. You can find examples here:

Re: [iText-questions] About prominent metadata in the output file

2014-01-27 Thread iText mailing list
On 1/26/2014 2:18 PM, Ali Servet Donmez wrote: Hi, http://itextpdf.com/agpl states the following: * Prominent mention of iText and inclusion of the iText copyright and the AGPL license in output file metadata I would like to know in which bases AGPL forces users to prominently mention

Re: [iText-questions] Proguard with android and itext

2014-01-23 Thread iText mailing list
On 1/23/2014 4:58 PM, florian.gir...@free.fr wrote: Dear all, I try to use proguard on my android project with itext. It isn't worked correctly, there are many warnings, e.g : Warning: com.itextpdf.text.pdf.security.TSAInfoBouncyCastle: can't find referenced class

Re: [iText-questions] Making text fields grow to accommodate text

2014-01-15 Thread iText mailing list
On 1/14/2014 9:37 AM, Leonard Rosenthol wrote: I realize this is an iText list and Bruno can smack me when he gets back from the US No need for smacking ;-) It's always good for technology to have the support of multiple vendors.

Re: [iText-questions] Making text fields grow to accommodate text

2014-01-13 Thread iText mailing list
On 1/13/2014 7:58 AM, Kostas wrote: I would like to do something like that too, using iText. If you create a dynamic form using XFA technology using Adobe LiveCycle Designer, you can fill it out with iText and flatten it with XFA Worker. You can't expect an AcroForm based form to expand

Re: [iText-questions] Need info : iTEXT File size limitation

2014-01-10 Thread iText mailing list
On 1/10/2014 3:07 PM, Bedekar, Vivek(AWF) wrote: We are having iTEXT version 2.1.7. Let us know, if this version is capable of processing such a large file No, you need at least iText 5.3. See http://itextpdf.com/salesfaq in case you have further questions about using obsolete versions of

Re: [iText-questions] How to use source code

2014-01-04 Thread iText mailing list
On 1/4/2014 3:10 PM, samantha joseph wrote: Please can anyone suggest me how to use source code of iText in eclipse. There are many different ways to do this: - Add the iText.jar to your project settings - Add iText as a dependency to your POM and use the Maven plug-in - Use the iText code in a

Re: [iText-questions] national characters in iText pdf / android app pdf

2014-01-04 Thread iText mailing list
On 1/4/2014 3:19 PM, e...@wri.pl wrote: For example łąóż, this char are not display. Never use UNICODE in source code the way you do. Always use the \u notation. For instance, never write: String text = AêñüC; Instead write: String text = A\u00ea\u00f1\u00fcC; That way you avoid all kinds

Re: [iText-questions] Fix-Patch for TiffImage Bug for Multi-Page colored (JPEG) tiff file

2013-12-28 Thread iText mailing list
On 12/28/2013 12:45 AM, owolabi oyapero wrote: The attached patch is a single character bug-fix that resolves exception with processing multi-page-colored tiff-file that uses JPEG compression. TiffImage Line 441, Changed: posFilePointer = jpegOffset; to posFilePointer += jpegOffset; I

Re: [iText-questions] LTV problem?

2013-12-15 Thread iText mailing list
On 12/14/2013 6:37 PM, Rinkesh wrote: Anything else I need to do? You are responsible to add all the revocation info (CRL and/or OSCP) for ALL the certificates involved (except, of course, the root certificates). If Adobe Reader says your signed PDF isn't LTV-enabled, you forgot at least

Re: [iText-questions] LTV problem?

2013-12-15 Thread iText mailing list
On 12/13/2013 8:41 AM, Eric Chow wrote: But after the PDF signed, I open with Acrobat reader, it just shows LTV not enabled! You are responsible to add all the revocation info (CRL and/or OSCP) for ALL the certificates involved (except, of course, the root certificates). If Adobe Reader says

Re: [iText-questions] Looking for Digital Signature (Hash Sign + LTV-enabled) Java example in iText5.4.x?

2013-12-15 Thread iText mailing list
On 12/14/2013 10:34 AM, Eric Chow wrote: Any iText experts can show me a simple example in Java to do digital signature by using hash sign and LTV-enabled? You are responsible to add all the revocation info (CRL and/or OSCP) for ALL the certificates involved (except, of course, the root

Re: [iText-questions] LTV problem?

2013-12-15 Thread iText mailing list
On 12/15/2013 12:13 PM, Eric Chow wrote: what else I need to added? Did you add revocation info for the time stamp (if any)? Did you use the logging system to find out if all revocation info was actually found? You need to verify all of this yourself.

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

2013-12-12 Thread iText mailing list
On 12/12/2013 11:25 AM, Anita wrote: We planning to use iTextSharp-4.1.6 DLL. We are not indenting to modify any code. We will need to reference the dll. In the site https://github.com/itextsharper/iTextSharp-4.1.6 it is mentioned, this is The MPL / LGPLv2 version of the iTextSharp library

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

2013-12-12 Thread iText mailing list
On 12/12/2013 12:39 PM, TestUser wrote: if somebody is happy with the old version and don't feel need to upgrade it to newer version can still use 4.1.6.0 version under the MPL and LGPL licenses, which allowed them to be used in closed-source software projects. It depends. Do you have

Re: [iText-questions] Accessibility compliance issue

2013-12-11 Thread iText mailing list
Isn't Teranet a customer entitled to support? I've forwarded this question to our paid ticketing system. One of our support engineers will check who's our contact at your company and look into it. On 12/11/2013 11:07 PM, Dejan Milosavljevic wrote: Hi, I am having some issues with PDF files

Re: [iText-questions] document.close() fails in Mobile

2013-12-10 Thread iText mailing list
On 12/10/2013 8:05 PM, maxmcc wrote: the paragraphs still fail to write, and I am left with a blank document. I think that _this_ problem is related to the not.found.as.resource error An exception is thrown and all exceptions in iText are localized, which means the actual text is stored in a

Re: [iText-questions] document.close() fails in Mobile

2013-12-10 Thread iText mailing list
On 12/11/2013 12:45 AM, maxmcc wrote: Where in the itextpdf-x.x.x.jar file tree should my .afm files be? itextpdf-x.x.x.jar??? Surely you meant to say itextg-x.y.z.jar Please read the documentation: http://itextpdf.com/product/itextg Download iTextG and you'll find the files you need under

Re: [iText-questions] help needed regarding itext error

2013-12-05 Thread iText mailing list
On 12/5/2013 6:46 PM, pallawee c wrote: Hi there, I am getting the following error The '#' character, hexadecimal value 0x23, cannot be included in a name on the below line:- pdfFormFields.SetField(form1[0].Page4[0].Table1[0].Row4[0].#field[5], 476) Your code looks like you're trying to

Re: [iText-questions] Logo - Re-use Image

2013-11-27 Thread iText mailing list
On 11/27/2013 4:47 PM, Diego Villatora wrote: Hi guys, I'm working on a series of reports using iText and a problem I've got now it's the increasing size of the final pdf. I would like to re-use the same image we use as a logo for each page.This would definitely improve the memory

Re: [iText-questions] Converting from itextdotNet to itextSharp

2013-11-26 Thread iText mailing list
On 11/26/2013 5:57 PM, Sondra Servais wrote: Do you have a list of functions/methods in itextdotNet and their corresponding function/method name in itextSharp? iText.NET has never been released by a company of the iText Software Group. It's not an official iText implementation. Therefore

Re: [iText-questions] Need helping document on itextsharp for automating XFA form fill up using c#

2013-11-24 Thread iText mailing list
On 11/25/2013 4:53 AM, Avay Singh wrote: Hello, I am new to the dynamic forms. My objective is to fill the data, which I parse from the windows word document, into a xfa pdf form through my C# application. Hence I will be manipulating form objects like dropdowns, checkboxes and testboxes

Re: [iText-questions] barcode question

2013-11-18 Thread iText mailing list
On 11/18/2013 11:50 AM, Chris Wyld - DSV wrote: Hello I am busy right now with the creation of a pdf table with a barcode in a cell in VB.Net Code example: Dimcb1 As PdfContentByte = writer.DirectContent Dim code128 As New Barcode128() code128.CodeType = Barcode128.CODE128_UCC

Re: [iText-questions] Problem signing pdf

2013-11-14 Thread iText mailing list
On 11/14/2013 11:23 AM, Marco Serioli wrote: I'm trying to digitally sign a pdf file from a java Maven project. This is: (1) a BouncyCastle question presented as if it were an iText question; (2) a duplicate question (you've already posted on SO 20 hours ago):

Re: [iText-questions] Problem signing pdf

2013-11-14 Thread iText mailing list
On 11/14/2013 11:50 AM, Marco Serioli wrote: if it is posted in this mailing list is because with the proposed StackOverflow I have not solved anything If the answer on SO didn't solve your problem, why post an identical question on the mailing-list? With an identical question, you'll get an

Re: [iText-questions] iTextSharp SmallCaps

2013-11-14 Thread iText mailing list
On 11/14/2013 4:14 PM, Jerry Hohler wrote: I have business cards that use small caps. How to I create a pdf using small caps? Using a small caps font. How else? Can you elaborate on the background of your question? What have you tried? What didn't work? Did you try these examples:

Re: [iText-questions] xfaworker - flattens - sort of?

2013-11-02 Thread iText mailing list
On 11/1/2013 10:51 PM, edward_gi...@ilnb.uscourts.gov wrote: Is there something I am missing? Can you show us some code? Did you use XFA Worker? http://demo.itextsupport.com/xfademo Flattening an XFA form isn't supported when using the core iText library. You need the closed source XFA Worker

Re: [iText-questions] Security aspect of iText

2013-11-01 Thread iText mailing list
On 11/1/2013 8:51 AM, Bapuji Nakka wrote: Can I do the certificate encryption of a document after signing it? Of course not, that would break the signature. -- Android is increasing in popularity, but the open

Re: [iText-questions] Pdf Copy loosing xObjects on first reader

2013-10-26 Thread iText mailing list
On 10/26/2013 1:47 AM, Brander, Patricia wrote: I am doing this to copy two pdf documents that have form elements and signature blocks. Everything copies as expected however on the first document ONLY it looses the XObject references causing me not able to complete my task. Which version of

Re: [iText-questions] Security aspect of iText

2013-10-21 Thread iText mailing list
On 10/21/2013 8:03 AM, Bapuji Nakka wrote: I am using AES 256 bit encryption. Is this secure from bruit force attack? Because i read in articles, above encryption can be cracked easlily in the adobe 9. This question is wrong. It should read: Is password encryption secure? The answer is No!

Re: [iText-questions] Page disappears after concatenation

2013-10-21 Thread iText mailing list
On 10/21/2013 5:55 PM, Doug Peterson wrote: Hi, We are currently using iText to concatenate PDF's for printing. These PDF's come from a variety of sources. We are using the addTemplate method in the class PdfContentByte to do this. We can stop reading here. That's the wrong approach.

Re: [iText-questions] Make Cell Background color transparent

2013-10-12 Thread iText mailing list
On 10/12/2013 12:59 PM, Noisebreath wrote: Hi im trying to set an alpha for the transparency of a color (background color of a table cell). Using Color java.awt with alpha value is not working You were very close to the solution. There was only one line missing. I've added it to your snippet

Re: [iText-questions] PDF tagging document tag

2013-10-09 Thread iText mailing list
I'm attaching 2 pdf files. 1.pdf is the one from our test suite. It contains root Document tag which includes Header (H1) and Paragraph tags. This is absolutely correct PDF/UA document. 2.pdf is generated in the same way as 1.pdf with the only exception. I've set role=null to Document. In

Re: [iText-questions] Print prview of report

2013-10-08 Thread iText mailing list
On 10/8/2013 11:27 AM, Ish Bandhu wrote: Can see the print preview of pdf before generate the pdf by itextsharp. This is a statement. What is the question? Are you aware that iTextSharp is a library, not a WYSIWYG? --

Re: [iText-questions] Fwd: watermark image is not fitting in all the page sizes

2013-10-08 Thread iText mailing list
On 10/8/2013 12:47 PM, Bapuji Nakka wrote: Pls ignore my previous mail. i Could do this by watermark_image.scaleAbsolute(stamp.getReader().getPageSize(i)); That solves the problem for some PDF files, but not for all. What if the coordinate of the lower-left corner isn't (0,0)? In that case,

Re: [iText-questions] Add table to footer element

2013-10-07 Thread iText mailing list
On 10/7/2013 12:45 PM, Paolo Galizzi wrote: I'm trying to add a table into footer using iText 4.2.1 There is no such thing as iText 4.2.1. See http://itextpdf.com/changelog If there is, it's made by a third party and we wouldn't know what the intentions of that third party were. So... I wouldn't

Re: [iText-questions] Possible bug on PdfSignatureAppearance.preClose()

2013-10-07 Thread iText mailing list
On 10/7/2013 10:28 AM, Emanuele Paterna wrote: Hi all, I've notice a strange behaviour signing an existing invisible signature field. I've noticed that the field was created multiple times every time i try to sign it. The signature specialist is on holiday. You'll have to wait for 2 weeks

Re: [iText-questions] Add table to footer element

2013-10-07 Thread iText mailing list
On 10/7/2013 5:21 PM, Paolo Galizzi wrote: The version used is thishttps://github.com/ymasory/iText-4.2.0 . That's a fork! Why on earth would we answer questions about a fork??? Go and ask ymasory, and while you're at it, ask him if he introduced malware. You should really read more articles

Re: [iText-questions] Add table to footer element

2013-10-07 Thread iText mailing list
On 10/7/2013 5:43 PM, Paolo Galizzi wrote: To be clear i used it from clojure so i don't see which version or type is the jar code. I think your link is not appropriate for the situation but is a good lecture. It's as appropriate as your question to the iText mailing-list is appropriate

Re: [iText-questions] Add table to footer element

2013-10-07 Thread iText mailing list
On 10/7/2013 6:05 PM, Paolo Galizzi wrote: Agree, i suggest the author of the clojure library to use the last supported version. Less trouble also for me. I don't think iText isn't a good software and i never say that. ;-) No, you didn't. But there's always the fear that people will think

Re: [iText-questions] Resize an image by itextsharp

2013-10-05 Thread iText mailing list
On 10/5/2013 12:27 PM, Ish Bandhu wrote: When I am using ScaleAbsolute method of iTextSharp, image does not maintain the quality As iText doesn't change the bytes of the image, I find this hard to believe. Of course: the image quality will look bad if you scale the image to a size bigger than

Re: [iText-questions] add bookmark to merged documents

2013-10-03 Thread iText mailing list
On 10/4/2013 5:07 AM, Jon Jay wrote: I used concat_pdf.java from iText tutorial. Which tutorial might that be? The official documentation is the book: http://itextpdf.com/book and chapter 7 tells you how to concatenate files with bookmarks: http://itextpdf.com/examples/iia.php?id=141

Re: [iText-questions] java.io.IOException: trailer not found

2013-10-02 Thread iText mailing list
On 10/2/2013 9:20 PM, Daniel Borlean wrote: I have just tested with iText-2.1.7.jar and the problem is resolved! and at the same time, you admit denying your customer from all the other bug fixes since July 2009. That's really good promo...

<    1   2   3   >