Re: [iText-questions] Concern in splitting PDF document

2013-07-29 Thread iText Software
On Mon, 29 Jul 2013 11:22:06 +0200, Geeta Bapat geeta.ba...@arrkgroup.com wrote:I have one observation from the code I wrote from PDF file split up using iText.The observation is that you're doing it wrong. Please read the documentation to find out how to do it

Re: [iText-questions] Concatenate Tagged Document

2013-07-04 Thread iText Software
On Thu, 04 Jul 2013 15:20:01 +0200, salvo...@alice.it salvo...@alice.it wrote:Hi, I'm working on tagged documents for accessibility reason, I've produced a couple of them and I need as well to produce a big document resulting from the concatenation of the single ones.I would ask you if is there

Re: [iText-questions] UTF-8 support

2013-07-01 Thread iText Software
On Mon, 01 Jul 2013 12:08:01 +0200, manolis prekas x...@hotmail.com wrote:In my database i save some utf-8 characters. How i can add them at pdf the characters?Did you read p26 of http://manning.com/lowagie2/samplechapter2.pdf ?If not, start by doing so. Reading documentation saves both you and

Re: [iText-questions] XFAHelper - embedded images

2013-07-01 Thread iText Software
On Mon, 01 Jul 2013 16:02:26 +0200, EdGioja edward_gi...@ilnb.uscourts.gov wrote: Is there some way to correct this? I've made an internal ticket for this. Did you fill out the feedback form in the online demo? This allows us to test the template you're using.

Re: [iText-questions] [SPAM] Re: [SPAM] Error on PDF decryption

2013-06-27 Thread iText Software
On Thu, 27 Jun 2013 12:04:45 +0200, Valentin Ivanov vliva...@bobs.bg wrote: Paulo Soares-4 wrote You'll have to provide more information, like a complete stack trace. Here it is: Best Regards, Valentin Nabble is doing something wrong. It isn't sending the stack trace to the

Re: [iText-questions] Over content not shown

2013-06-27 Thread iText Software
On Thu, 27 Jun 2013 16:21:11 +0200, Taha Mohammed El Kahlaoui taha1...@gmail.com wrote:Hi,I add some text to the attached document on the over content but when I open thee produced document I don't see any change to the original.The code applied to other pdf work fine. Can any one help to

Re: [iText-questions] Over content not shown

2013-06-27 Thread iText Software
On Thu, 27 Jun 2013 16:39:34 +0200, Taha Mohammed El Kahlaoui taha1...@gmail.com wrote:Hi,Thanks for u r quick response but I use the original page size to set Y :final Rectangle psize = reader.getPageSizeWithRotation(1);..y = (psize.getHeight() - 3) Is not correct ??No, it should be:y =

Re: [iText-questions] Consultancy for iText

2013-06-13 Thread iText Software
On Thu, 13 Jun 2013 16:41:25 +0200, Anders Wong anders_w...@163.com wrote:But how about the second part in my last email ?You attempted to describe a workflow, but either you weren't being clear, or you were being

Re: [iText-questions] appearance.setReason I18n

2013-06-12 Thread iText Software
On Wed, 12 Jun 2013 12:52:56 +0200, Marot Laurent laurent.ma...@alliacom.com wrote: Hello, I’d like to insert my own «reason» tag in the stamper. But when using appearance.setReason(«MyReason») i always get: Reason : myReason. Is it possible to change the word « Reason » for example

Re: [iText-questions] appearance.setReason I18n

2013-06-12 Thread iText Software
On Wed, 12 Jun 2013 13:33:47 +0200, Marot Laurent laurent.ma...@alliacom.com wrote: I’ve found following code in PdfSignatureAppearance class, but i dont want to recompile so I’m going to hava a look at 2.4.1 Defining a custom PdfSignatureAppearance and following chapters if (reason != null)

Re: [iText-questions] Consultancy for iText

2013-06-12 Thread iText Software
On Wed, 12 Jun 2013 13:41:43 +0200, Anders Wong anders_w...@163.com wrote:I want to know if there is something like layout designer or templating so that we can design the report first and then populate it from business database or other datasource.I know iText is more directly to operate PDF.

Re: [iText-questions] Alignment

2013-06-11 Thread iText Software
On Tue, 11 Jun 2013 13:43:48 +0200, John Renfrew r...@btclick.com wrote:In the PdfContentByte show text aligned is there any way of getting decimal alignment??? This is for the use case of fraction parts of pricing where 12.00 and 14.375 will not line up if aligned right.I'm sorry, that's not

Re: [iText-questions] Can TextField be locked ?

2013-06-06 Thread iText Software
On Thu, 06 Jun 2013 16:40:41 +0200, _ k...@dataverse.gr wrote:Can a TextField be locked the same way a PdfFormField can? As far as I saw these two are not related in any way.Not related???Suppose that textfield is an instance of TextField, then you can do this:PdfFormField field =

Re: [iText-questions] Itextsharp and Slovak/czech language

2013-06-05 Thread iText Software
On Wed, 05 Jun 2013 13:52:22 +0200, Peter Racký rapet@gmail.com wrote:Hii want to askis possible with your itextsharp to code text with slovak/czech special letters ( á,é ) ?Text is ok but special slovak/czech letters are not fine. i searched web for 6 hours and i cannot find solutionI am

Re: [iText-questions] PDFStamper weird situation.

2013-06-05 Thread iText Software
On Wed, 05 Jun 2013 15:39:40 +0200, _ k...@dataverse.gr wrote: But now it doesn't save the PDF correctly... If only you told us WHY you want to keep the stream open. You're not supposed to do that, because adding stuff after the %%EOF marker of a valid PDF usually breaks the PDF (unless

Re: [iText-questions] PDFStamper weird situation.

2013-06-05 Thread iText Software
On Wed, 05 Jun 2013 15:58:49 +0200, _ k...@dataverse.gr wrote: I need to keep the memory stream open so that I save it to a file later (I save it at the same path as the source file, meaning that I overwrite it). I could specify another file for saving, but it changes my whole code. I

Re: [iText-questions] Insufficient data for an image error using PDFSmartCopy

2013-05-31 Thread iText Software
On Fri, 31 May 2013 16:09:16 +0200, Komathukattil, Deepa dkomathukat...@kemper.com wrote:Did the code and the sample PDF help? Were you able to recreate the problem?I don't know. I made a support ticket in the internal support system at iText Software and I attached your PDFs

Re: [iText-questions] regarding itextasian

2013-05-30 Thread iText Software
On Thu, 30 May 2013 08:37:38 +0200, Vishal S D vishal.doij...@gmail.com wrote:Does itext asian support Indian language ?Asian in the context of iText Asian means: Chinese, Japanese, Korean (often referred to as CJK).--

Re: [iText-questions] Ligature pdf examples

2013-05-30 Thread iText Software
On Thu, 30 May 2013 08:49:58 +0200, Vishal S D vishal.doij...@gmail.com wrote:ok does any one know how many languages itext Sharp support as of now ? any indian ?Here's your answer: http://examples.itextpdf.com/results/part3/chapter11/peace.pdfWe've received about three code contributions from

Re: [iText-questions] iTextSharp - Extract images

2013-05-30 Thread iText Software
On Thu, 30 May 2013 10:07:41 +0200, Alessio Balloni alessio.ball...@outlook.com wrote:this is why I’m writing to the support.Er... Just to make sure you understand: YOU ARE NOT MAILING TO iText SUPPORT!!!You are mailing to the online mailing list AND THAT'S TOTALLY DIFFERENT.In order for you to

Re: [iText-questions] iTextSharp - Extract images

2013-05-30 Thread iText Software
On Thu, 30 May 2013 10:07:41 +0200, Alessio Balloni alessio.ball...@outlook.com wrote:What's your problem?My problem is that you're taking away precious time that could have been used on the next release (due tomorrow, but postponed because people fail to ask question in a correct way). I hope

Re: [iText-questions] iTextSharp - Extract images

2013-05-30 Thread iText Software
On Thu, 30 May 2013 10:07:41 +0200, Alessio Balloni alessio.ball...@outlook.com wrote:This sub works well but images extracted (the ones that have BITSPERCOMPONENTS = 8) can’t be used.As nobody can reproduce this problem without having access to the PDFs you're talking about, you shouldn't expect

Re: [iText-questions] iTextSharp - Extract images

2013-05-30 Thread iText Software
On Thu, 30 May 2013 10:43:48 +0200, Alessio Balloni alessio.ball...@outlook.com wrote:Still do not know why inserting an image I can not have the same bytes when I reread them. That was explained yesterday:quoteYour statement "I only know that serializing and deserializing objects must produce

Re: [iText-questions] Itext 4.2.0

2013-05-30 Thread iText Software
On Thu, 30 May 2013 12:13:17 +0200, Celes Vongola celes_d_vong...@hotmail.fr wrote:I need some library that you used for itext 4.2.0 , could it be possible that you help me? (really urgent)No, because:1. We have never oficially released iText 4.2.0, so you're probably using an unauthorized fork.

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

2013-05-24 Thread iText Software
On Fri, 24 May 2013 10:35:03 +0200, Leonard Rosenthol lrose...@adobe.com wrote: I haven't see an actual PDF, so not sure what Acrobat/Reader is doing that is not expected. I wouldn't say it's a bug. When you have the following XMP metadata x:xmpmeta xmlns:x=adobe:ns:meta/ rdf:RDF

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

2013-05-24 Thread iText Software
On Fri, 24 May 2013 11:15:00 +0200, Leonard Rosenthol lrose...@adobe.com wrote: That doesn't make sense. Can you send me a PDF? Sure, see attachment. If you manually change dc:subjectrdf:Bagrdf:liThis example shows how to add metadata/rdf:li/rdf:Bag/dc:subject into something else,

Re: [iText-questions] (no subject)

2013-05-24 Thread iText Software
attached sample file for sameI don't have the time to look at your attached file unless you hire me or unless you're a customer of iText Software.-- Try New Relic Now We'll Send You this Cool Shirt New Relic is the only SaaS

Re: [iText-questions] (no subject)

2013-05-24 Thread iText Software
On Fri, 24 May 2013 15:31:48 +0200, nqtemp nqt...@gmail.com wrote:Can you provide me any sample reference or link for reference.That will be more fruitfullThis is THE reference:

Re: [iText-questions] (no subject)

2013-05-24 Thread iText Software
On Fri, 24 May 2013 16:32:15 +0200, suresh dhanapal gd_sur...@yahoo.com wrote:Hi, I am trying to create border with two line on pdf content,I am unable to achive , please help on this.Please read http://whathaveyoutried.com and answer that question.Think about this:

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

2013-05-24 Thread iText Software
On Fri, 24 May 2013 16:51:21 +0200, linuxunil matheusarle...@gmail.com wrote: the two problems are related? When you fix one the problem with pdfa-1b will be fixed too? Maybe there's a problem with the way the XMP is built. It's the first time I've heard about this problem. We'll

Re: [iText-questions] (no subject)

2013-05-24 Thread iText Software
On Fri, 24 May 2013 17:02:16 +0200, nqtemp nqt...@gmail.com wrote:We are interested in buying itext license ,would you please share licencse cost details.This mail has been forwarded to sales.Note that very specific development isn't covered by

Re: [iText-questions] Insufficient data for an image error using PDFSmartCopy

2013-05-24 Thread iText Software
On Fri, 24 May 2013 16:31:45 +0200, Komathukattil, Deepa dkomathukat...@kemper.com wrote:Any suggestions?Which version of iText are you using?Do you have a sample PDF that can be used to reproduce the problem?-- Try New

Re: [iText-questions] [SPAM] Re: Sign digital signature at the bottom of every page

2013-05-21 Thread iText Software
On Tue, 21 May 2013 08:45:09 +0200, mkl m...@wir-sind-cool.org wrote: While creating a single signature with multiple appearances is technically possible, iText's signature creation API does not support doing that out-of-the-box. Note that providing multiple appearances for a signature

Re: [iText-questions] Problem with version 5.4.1

2013-05-11 Thread iText Software
On Fri, 10 May 2013 19:57:14 +0200, Lorenzo Pozzetti lorenzo.pozze...@giplo.com wrote:Hello, and thank you in advance for any help that you can provide for myproblem.I'using version 5.4.1 in Java.When I add Chunks to a Paragraph, output is missingI'm using the trunk version (SNAPSHOT version of

Re: [iText-questions] Problem with version 5.4.1

2013-05-11 Thread iText Software
On Sat, 11 May 2013 14:04:18 +0200, Lorenzo Pozzetti lorenzo.pozze...@giplo.com wrote:Please show me where I can download the version 5.4.2It isn't released yet.There are three options:1. You can wait until the end of May for the official release,2. You can download it from the SVN trunk on

Re: [iText-questions] NullPointerException in StandardDecryption.finish

2013-05-10 Thread iText Software
On Fri, 10 May 2013 12:28:38 +0200, Radek Kotowicz rd...@o2.pl wrote:I suspect there might be an illegal construct in the source PDF but the Adobe reader has no issue reading the file. Would it be hard to trace the problematic construct down?It would be extremely hard because you're using an