Re: [iText-questions] itext supports for Adobe Acrobat X Pro

2011-02-24 Thread 1T3XT BVBA
Op 24/02/2011 8:09, Robert Lee schreef: Hi I want to know if iText supports Adobe Acrobat X? If it does, what version of iText supports Adobe Acrobat X Pro. I am interested generating digital signature on Adobe Acrobat X The phrasing of the question is very strange. You shouldn't ask

[iText-questions] itext supports for Adobe Acrobat X Pro

2011-02-23 Thread Robert Lee
Hi I want to know if iText supports Adobe Acrobat X? If it does, what version of iText supports Adobe Acrobat X Pro. I am interested generating digital signature on Adobe Acrobat X Thanks in advance, Robert -- Free

Re: [iText-questions] iText-questions Digest, Vol 57, Issue 92

2011-02-22 Thread Lasantha Peththawadu
hi i have a gridview in my aspx page. I need to add that grid to the pdf. I'm using a PDF template with TextFeilds. currently i added data to predefined TextFeilds sucessfully. but coudn't add the gridview. We can't push the gridview like we adding text to textfeilds. what can i do. From:

Re: [iText-questions] iText-questions Digest, Vol 57, Issue 92

2011-02-22 Thread 1T3XT BVBA
Op 22/02/2011 9:13, Lasantha Peththawadu schreef: hi i have a gridview in my aspx page. I assume that you have an HTML page with labels and input fields. I need to add that grid to the pdf. ??? You sound as if you want to fill out an existing PDF. The labels and the fields on the existing

Re: [iText-questions] iText-questions Digest, Vol 57, Issue 92

2011-02-22 Thread Lasantha Peththawadu
hi i have a gridview with data in my aspx page. What i need is add this gridview data to the existing PDF (with AcroFeilds). thanks From: itext-questions-requ...@lists.sourceforge.net Subject: iText-questions Digest, Vol 57, Issue 92 To: itext-questions@lists.sourceforge.net Date: Tue, 22

Re: [iText-questions] iText-questions Digest, Vol 57, Issue 92

2011-02-22 Thread mkl
1T3XT BVBA wrote: I can't help you because I don't understand you. DEFINE gridview! I think the OP is referring to the GridView .net class in the System.Web.UI.WebControls; if there was something in the iTextSharp like the Java Graphics2D integration, the OP might be helped onto terrain she

Re: [iText-questions] iText-questions Digest, Vol 57, Issue 92

2011-02-22 Thread 1T3XT BVBA
Op 22/02/2011 9:34, Lasantha Peththawadu schreef: hi i have a gridview with data in my aspx page. What i need is add this gridview data to the existing PDF (with AcroFeilds). You are repeating a question that was unclear. I've asked you for clarification, but you're creating more noise

Re: [iText-questions] iText-questions Digest, Vol 57, Issue 92

2011-02-22 Thread 1T3XT BVBA
Op 22/02/2011 9:44, mkl schreef: 1T3XT BVBA wrote: I can't help you because I don't understand you. DEFINE gridview! I think the OP is referring to the GridView .net class in the System.Web.UI.WebControls; if there was something in the iTextSharp like the Java Graphics2D integration, the OP

Re: [iText-questions] iText-questions Digest, Vol 57, Issue 93

2011-02-22 Thread Lasantha Peththawadu
Date: Tue, 22 Feb 2011 14:13:08 +0600 From: Lasantha Peththawadu lasantha...@hotmail.com Subject: Re: [iText-questions] iText-questions Digest, Vol 57, Issue 92 To: itextsharp itextsharp itext-questions@lists.sourceforge.net Message-ID: snt123-w5a568f6160aadb5e7e648e9...@phx.gbl Content

Re: [iText-questions] iText-questions Digest, Vol 57, Issue 93

2011-02-22 Thread 1T3XT BVBA
Op 22/02/2011 10:05, Lasantha Peththawadu schreef: hi here my code Snippet 1: a regular PdfReader/PdfStamper app using setField() to fill out fields in an existing PDF. Snippet 2: an app that creates a new document from scratch using HTMLWorker. and my requirement is how can we add a

Re: [iText-questions] iText-questions Digest, Vol 57, Issue 93

2011-02-22 Thread lasanthapw
hi all how can i achieve this. what is the best way. thanks - Lasantha SE(.net) http://mycodingerrors.blogspot.com/ My Coding Issues -- View this message in context: http://itext-general.2136553.n4.nabble.com/Re-iText-questions-Digest-Vol-57-Issue-93-tp3318805p3318931.html Sent from

Re: [iText-questions] iText-questions Digest, Vol 57, Issue 93

2011-02-22 Thread Balder
Hi On 22/02/2011 11:49, lasanthapw wrote: hi all how can i achieve this. what is the best way. No pun intended but the best way is to provide a working *standalone *example. And wait for a reply see rule #2 at http://www.lowagie.com/rule1 (and while you are reading it, take a note of rule

[iText-questions] iText FAQ

2011-02-21 Thread 1T3XT BVBA
Hello all, in an attempt to reduce the number of questions that have already been solved over and over again, I'm introducing an FAQ top 5 that will be posted every three weeks. This FAQ will consist of questions that are also posted on http://support.itextpdf.com/ or http://lowagie.com/ 1.

Re: [iText-questions] Itext 5.0.6- Set richtext field with format e.g StrongBinod/Strong

2011-02-21 Thread aswartha.rupa
Thank you, Mark. I tried setting the acroFields.setGenerateAppearances(false) resulting nothing being displayed on the form. Please find the code snippet below ( you may please refer to one of the examples available @ http://itextpdf.com/examples/iia.php?id=157) public void

Re: [iText-questions] Itext 5.0.6- Set richtext field with format e.g StrongBinod/Strong

2011-02-21 Thread Mark Storer
@lists.sourceforge.net Subject: Re: [iText-questions] Itext 5.0.6- Set richtext field with format e.g StrongBinod/Strong Thank you, Mark. I tried setting the acroFields.setGenerateAppearances(false) resulting nothing being displayed on the form. Please find the code snippet below ( you may please

Re: [iText-questions] Itext 5.0.6- Set richtext field with format e.g StrongBinod/Strong

2011-02-21 Thread Leonard Rosenthol
-questions] Itext 5.0.6- Set richtext field with format e.g StrongBinod/Strong You cannot flatten rich text and expect it to appear, UNLESS THE APPEARANCE IS ALREADY THERE. The only way for that to happen is to open and save the PDF in Acrobat (unless the form is Reader Enabled, in which case Reader

Re: [iText-questions] Itext 5.0.6- Set richtext field with format e.g StrongBinod/Strong

2011-02-17 Thread Mark Storer
legalese.Disclaimer; DisclaimerCardiff DisCard = null; From: aswartha.rupa [mailto:aswartha.r...@in.pega.com] Sent: Thursday, February 17, 2011 12:57 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Itext

Re: [iText-questions] iText Text Chopping Issue with Embedded Fonts

2011-02-15 Thread Mir Tanvir Hossain
[mailto:mir.tanvir.hoss...@gmail.com] *Sent:* Wednesday, February 09, 2011 11:42 AM *To:* itext-questions@lists.sourceforge.net *Subject:* [iText-questions] iText Text Chopping Issue with Embedded Fonts Hello everyone, this is my first email to this list. I am trying to use iText to create

Re: [iText-questions] iText-questions Digest, Vol 57, Issue 49

2011-02-14 Thread Iain Wilson
Hi All I am trying to merge multiple 'pdf images' into a single pdf document. All well so far. I need to rotate some of the images (where the height width). In my code (see below) sourceXStart and sourceYStart are the x, y co-ordinates. if (rotation == 90 || rotation == 270) { //

[iText-questions] iText Text Chopping Issue with Embedded Fonts

2011-02-09 Thread Mir Tanvir Hossain
Hello everyone, this is my first email to this list. I am trying to use iText to create pdfs with simple text using different fonts. I am having an issue with the text being chopped off when I try to align the text based on ascender and descender. I have attached the pdf in question with this

Re: [iText-questions] iText Text Chopping Issue with Embedded Fonts

2011-02-09 Thread Mark Storer
[mailto:mir.tanvir.hoss...@gmail.com] Sent: Wednesday, February 09, 2011 11:42 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] iText Text Chopping Issue with Embedded Fonts Hello everyone, this is my first email to this list. I am trying to use

[iText-questions] iText FAQ

2011-02-07 Thread 1T3XT BVBA
Hello all, in an attempt to reduce the number of questions that have already been solved over and over again, I'm introducing an FAQ top 5 that will be posted every three weeks. This FAQ will consist of questions that are also posted on http://support.itextpdf.com/ 1. Can I create a

[iText-questions] iText 5.0.6 is released

2011-02-04 Thread 1T3XT BVBA
Hello all, iText 5.0.6 has just been released. The most substantial changes are in the HTMLWorker functionality. Some new features were added, but most of all: the code has been rewritten to make it easier to extend. This will allow us to support more tags and styles soon (in iText 5.1.0). We

[iText-questions] iText/VBA issue

2011-01-31 Thread marcobee
Hi all, I need to setup a simple routine in VBA/Access (2003 or 2007), which opens an already existing PDF, writes a text extra line with some simple formatting at a specificed position (in Word I would use a text box) with data taken from an underlying Access query, and then opens Adobe Reader

Re: [iText-questions] iText/VBA issue

2011-01-31 Thread Paulo Soares
: Monday, January 31, 2011 3:32 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] iText/VBA issue Hi all, I need to setup a simple routine in VBA/Access (2003 or 2007), which opens an already existing PDF, writes a text extra line with some simple formatting at a specificed position

Re: [iText-questions] iText/VBA issue

2011-01-31 Thread Kevin Brown
=result.pdf/ /stamp And then write the EXE to take only the XML as an argument and do the work. Kevin Brown -Original Message- From: marco...@infinito.it [mailto:marco...@infinito.it] Sent: Monday, January 31, 2011 3:32 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions

Re: [iText-questions] iText HTML Convert into Document

2011-01-23 Thread Jochen Schreiber
Hello, Op 22/01/2011 16:39, Jochen Schreiber schreef: Hello to everybody, i have a Problem with converting html into the document. The following code will insert the html string which is contained in desc into the document. But the informations will be added at the top left of the

Re: [iText-questions] iText HTML Convert into Document

2011-01-23 Thread 1T3XT BVBA
Op 23/01/2011 16:55, Jochen Schreiber schreef: The Code which is executed before is looking like that: doc.newPage(); Paragraph preface = new Paragraph(); preface.add(new Paragraph(kapitel + + node.getTitel() + - + node.getID(), headline3)); addEmptyLine(preface, 2); preface.add(new

[iText-questions] iText HTML Convert into Document

2011-01-22 Thread Jochen Schreiber
Hello to everybody, i have a Problem with converting html into the document. The following code will insert the html string which is contained in desc into the document. But the informations will be added at the top left of the document not on the last position in the document where the last

Re: [iText-questions] iText HTML Convert into Document

2011-01-22 Thread 1T3XT BVBA
Op 22/01/2011 16:39, Jochen Schreiber schreef: Hello to everybody, i have a Problem with converting html into the document. The following code will insert the html string which is contained in desc into the document. But the informations will be added at the top left of the document not on

Re: [iText-questions] iText Newbie Problem

2011-01-19 Thread 1T3XT BVBA
Op 18/01/2011 22:32, Heckler, Bruce schreef: I ran across a problem (more of a wrinkle) with txt2Pdf in the toolbox, but it could happen to anyone using iText. Thank you for sharing. The toolbox is quite old and no longer part of the main iText distribution, but as you rightly point out: it

[iText-questions] iText Newbie Problem

2011-01-18 Thread Heckler, Bruce
I ran across a problem (more of a wrinkle) with txt2Pdf in the toolbox, but it could happen to anyone using iText. First, I'm using iText on an IBM mainframe (a Z10 z/OS 1.10). IText works just fine on big iron. It lays rubber if you have a specialty Java processor (ZAAP). I ran across a

Re: [iText-questions] [itext] Incorrect naming for maven

2011-01-13 Thread 1T3XT BVBA
Op 13/01/2011 13:50, Bileychik, Ivan schreef: Hi guys, It seems, that there is a small issue with pom.xml file naming for the latest revision of the iText library in your maven repo. I mean that pom.xml in http://maven.itextpdf.com/com/itextpdf/itextpdf/5.0.5/ should be renamed to

Re: [iText-questions] iText-questions Digest, Vol 51, Issue 25

2010-12-30 Thread ashishdhingra04
can you share some code of yours what you did. -- View this message in context: http://itext-general.2136553.n4.nabble.com/Re-iText-questions-Digest-Vol-51-Issue-25-tp2319655p3169151.html Sent from the iText - General mailing list archive at Nabble.com.

[iText-questions] iText version 2.1.5

2010-12-07 Thread Joydeep Chowdhury
We are using iText 2.1.5 and 2.1.7. Can anybody let us know which version of PDF spec does it conform to? -- Regards. -- Joydeep. -- What happens now with your Lotus Notes apps - do you make another costly upgrade, or

Re: [iText-questions] iText version 2.1.5

2010-12-07 Thread 1T3XT BVBA
Op 7/12/2010 12:27, Joydeep Chowdhury schreef: We are using iText 2.1.5 and 2.1.7. What a pity, you're using iText version that aren't supported anymore. Any reason why you don't use iText 5? Can anybody let us know which version of PDF spec does it conform to? No, nobody can let you know,

Re: [iText-questions] iText version 2.1.5

2010-12-07 Thread TvT
All (current) versions. But the questions is why do you ask? Any specific issues/problems? Could be that some fixes are only fixed/added in a later version (5.0.X) But if you migrate to the 5.0.X version be aware that you have to pay for that version (due to the license change) if you are using

[iText-questions] iText library

2010-11-26 Thread rhianty alfa
I wanted to ask if iText library supports J2ME? if so, can I modify the source code to read pdf files with iText library and applying it to a mobile phone that supports java MIDP thanx, Sir -- Increase Visibility of Your

Re: [iText-questions] iText-questions Digest, Vol 54, Issue 69

2010-11-20 Thread Raghunandan Kavi
Is there any possibility of printing Swing components in frame before converting it into a pdf? On Sat, Nov 20, 2010 at 5:38 PM, itext-questions-requ...@lists.sourceforge.net wrote: Send iText-questions mailing list submissions to itext-questions@lists.sourceforge.net To subscribe or

[iText-questions] [itext-questions] Digital Signature Position

2010-11-19 Thread Rui Silva
Sorry, if you received this message in duplicate. - Hi there, I've developed a small program to digital signing using the Portuguese e-ID. I'm having troubles doing three things: 1- Positioning the signature on the pdf page (signature stamp) 2- Related to the above, calculating the exact

Re: [iText-questions] [itext-questions] Digital Signature Position

2010-11-19 Thread mkl
Rui, rukinhas wrote: I'm having troubles doing three things: 1- Positioning the signature on the pdf page (signature stamp) [...] I think that the size of the signature is the difference between the coordinates, but can't seem to find out to what point of the document is used as a

Re: [iText-questions] [itext-questions] Digital Signature Position

2010-11-19 Thread Rui Silva
Saw your response and it was very insightfull. I'm not generating the pdfs with itext. These files I want to sign are word documents converted to PDF. Do I still have to iniatialize the CropBox?? I would like to change the Reason header. It seems I'm going to need to recompile the whole DLL for

Re: [iText-questions] [itext-questions] Digital Signature Position

2010-11-19 Thread mkl
Rui, rukinhas wrote: I'm not generating the pdfs with itext. These files I want to sign are word documents converted to PDF. Do I still have to iniatialize the CropBox?? You don't need to /initialize/ the CropBox, you need to read the CropBox values to determine where on (or off) your page

[iText-questions] iText stamp

2010-11-17 Thread Steve Anderson
Hi: I have no idea how to log in to the forum. Is it itext or itextsharp? What's the difference.Anyhow, I did sign up and I hope I have an account. Anyhow, there is this code below. All I want to do is place a piece of horizontal text in the lower right corner. Apparently, this code

Re: [iText-questions] iText-questions Digest, Vol 54, Issue 38

2010-11-10 Thread Iain Wilson
Hi All Another question Can anyone tell me what the 4 arguments are in this function after the page argument. AddTemplate(page, 0, 1f, -1f, 0, Many thanks in advance Iain -- The Next 800 Companies to Lead America's

Re: [iText-questions] iText-questions Digest, Vol 54, Issue 38

2010-11-10 Thread Leonard Rosenthol
Read the documentation From: Iain Wilson [mailto:email.iainwil...@gmail.com] Sent: Wednesday, November 10, 2010 8:36 AM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] iText-questions Digest, Vol 54, Issue 38 Hi All Another question Can anyone tell me what the 4

Re: [iText-questions] itext does not return any signature

2010-11-10 Thread mkl
Tomas, Tomas Vojtech wrote: I have a problem with reading PDF sent as attachment. There are 3 signatures that Adobe Reader 9 shows but iText's AcroFields class doesn't return. [...] My question is. Is something bad with the document or is it bug of iText? Something is bad with the

Re: [iText-questions] iText in Action - the paper version

2010-10-28 Thread Glen Hamel
[mailto:br...@lowagie.com] Sent: Thursday, October 28, 2010 8:28 AM To: Post all your questions about iText here Subject: [iText-questions] iText in Action - the paper version Hello all, it's always a magical moment when you receive the result of your work in a tangible form. I experienced

[iText-questions] iText changed document and Adobe extended features no longer available.

2010-10-27 Thread Margaret Leonny Biggs
Hi all, Most of the discussion about privileges in pdf forms seems to be about locking the thing down. I'm having problems in the other direction. I have a website where a user, after login, can download pdf forms. Since I already know a few things about the user, I can prefill some of the

Re: [iText-questions] iText changed document and Adobe extended features no longer available.

2010-10-27 Thread 1T3XT info
On 27/10/2010 7:32, Margaret Leonny Biggs wrote: Hi all, Most of the discussion about privileges in pdf forms seems to be about locking the thing down. No, it doesn't. Section 8.7 of the second edition of iText in Action describes what to do when you encounter this dreaded dialog:

Re: [iText-questions] iText changed document and Adobe extended features no longer available.

2010-10-27 Thread John Renfrew
-questions] iText changed document and Adobe extended features no longer available. Hi all, Most of the discussion about privileges in pdf forms seems to be about locking the thing down. I'm having problems in the other direction. I have a website where a user, after login, can download pdf

[iText-questions] iText-5.0.4 adding footer and table header in every page

2010-10-26 Thread Jaya Prabahar
Dear All, I am using iText-5.0.4.jar I have a clarification. I have a list of Employee status (Employee name and their status as a Bean object). I need to populate that in a table with 2 columns as follows. +---+--+ +Employee

Re: [iText-questions] iText-5.0.4 adding footer and table header in every page

2010-10-26 Thread 1T3XT info
On 26/10/2010 8:14, Jaya Prabahar wrote: Dear All, I am using iText-5.0.4.jar I have a clarification. I have a list of Employee status (Employee name and their status as a Bean object). I need to populate that in a table with 2 columns as follows.

Re: [iText-questions] iText-5.0.4 adding footer and table header in every page

2010-10-26 Thread Shah Malik M. Quadri
Message- From: Jaya Prabahar [mailto:jpoffic...@gmail.com] Sent: Tuesday, October 26, 2010 9:14 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] iText-5.0.4 adding footer and table header in every page Dear All, I am using iText-5.0.4.jar I have

Re: [iText-questions] iText in Action, Second Edition

2010-10-24 Thread Bruno Lowagie
On 24/10/2010 2:42, Keith O wrote: received an email from manning this morning, the ebook is finished! congratulations and thanks to Bruno for all the hard work on the book! Thanks! Let's hope the paper version arrives in Europe in time for Devoxx. I'll do a signing session on Wednesday

[iText-questions] iText in Action, Second Edition

2010-10-23 Thread Keith O
recevied an email from manning this morning, the ebook is finished! congratulations and thanks to Bruno for all the hard work on the book! -- Nokia and ATT present the 2010

[iText-questions] iText: The document has no pages error

2010-10-20 Thread fiurli88
Hi everybody, sorry for my bad english :) I'm trying to generate a pdf file in a java class, I'm using itext 2.0.8, tomcat 4.1.39 and j2sdk1.4.2_19. The java code is:

Re: [iText-questions] iText: The document has no pages error

2010-10-20 Thread 1T3XT info
On 19/10/2010 11:01, fiurli88 wrote: Hi everybody, sorry for my bad english :) This is wrong: writer.open(); writer.add(new Paragraph(NM_PRC : + NM_PRC)); writer.close(); Where did you learn to do it this way? If you found some documentation that teaches to open the writer and use

Re: [iText-questions] iText: The document has no pages error

2010-10-20 Thread Mark Storer
[mailto:gianluca.for...@gmail.com] Sent: Tuesday, October 19, 2010 2:02 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] iText: The document has no pages error Hi everybody, sorry for my bad english :) I'm trying to generate a pdf file in a java class, I'm using

[iText-questions] itext 2.1.0, image size in pdf/ jasper reports 3.6.2

2010-10-14 Thread tomkast
hello, i have an itext-related problem in jasper reports 3.6.2 where the image in a pdf is 35% too big, by that, i mean that the image in the pdf is 35% bigger than the actual size of the image even though i use the realSize setting in jasper reports. teodor from jasper reports suggested that

Re: [iText-questions] itext 2.1.0, image size in pdf/ jasper reports 3.6.2

2010-10-14 Thread 1T3XT info
On 14/10/2010 5:07, tomkast wrote: 1 - any tips on where to start for a quick fix/ custom itext 2.1.0 version that simply makes the images 35% smaller (in height and width) than they would otherwise be? is there an easy-to-find image scaling variable just waiting for me somewhere?? )) Take a

Re: [iText-questions] itext 2.1.0, image size in pdf/ jasper reports 3.6.2

2010-10-14 Thread tomkast
thanks. that worked. but then, fyi, i decided to make the change on the jasperreport side. all is working now )). tom. -- View this message in context: http://itext-general.2136553.n4.nabble.com/itext-2-1-0-image-size-in-pdf-jasper-reports-3-6-2-tp2994744p2996416.html Sent from the iText -

Re: [iText-questions] itext 2.1.0, image size in pdf/ jasper reports 3.6.2

2010-10-14 Thread tomkast
thanks.  that worked.  but then, fyi, i decided to make the change on the jasperreport side. all is working now )). tom. --- On Thu, 10/14/10, 1T3XT info [via iText - General] ml-node+2994851-1648887672-199...@n4.nabble.com wrote: From: 1T3XT info [via iText - General]

[iText-questions] Itext rtf 2.17 and reading/editing inplace of an RTFDocument.

2010-10-12 Thread Me Myself and I
-Is this the place to ask questions about the older versions ot IText, particularly 2.1.7? -In order to reader and edit a document in place, Does one call RTFDocument.mapElement(Chunk.class); to get an aggregate Chunk of Chunks which represents the entirely of the RTF? -When one calls

Re: [iText-questions] itext context menu

2010-10-03 Thread 1T3XT info
On 3/10/2010 7:57, K, Ajay wrote: Is there any sample code or training material available which explains this ? I can get context menu at document level but struggling to get it on a text. Also not sure how can I put actions(hyper-link) in context menu. Start by reading chapter 7 of the

Re: [iText-questions] iText and right-to-left languages (esp. Hebrew) - Rendering issues.

2010-10-03 Thread 1T3XT BVBA
Op 2/10/2010 20:38, Christopher Kimball schreef: The book formatting is great, but the rendering of the Hebrew vowel and cantillation marks is awful. The software needs to support R2L and you need to have fonts that have the correct glyphs. Does iText handle right-to-left text correctly? I'm

Re: [iText-questions] iText and right-to-left languages (esp. Hebrew) - Rendering issues.

2010-10-03 Thread Leonard Rosenthol
To: Post all your questions about iText here Subject: Re: [iText-questions] iText and right-to-left languages (esp. Hebrew) - Rendering issues. Op 2/10/2010 20:38, Christopher Kimball schreef: The book formatting is great, but the rendering of the Hebrew vowel and cantillation marks is awful

Re: [iText-questions] iText and right-to-left languages (esp. Hebrew) - Rendering issues.

2010-10-03 Thread 1T3XT info
On 3/10/2010 15:35, Leonard Rosenthol wrote: Those pieces are both fine but NEITHER contain vowels or cantillation marks. Aha, as I said: I don't know how to read Hebrew. I can't say if iText supports vowels or cantillation marks. Maybe: if those glyphs have zero advance. Maybe not: if

Re: [iText-questions] iText and right-to-left languages (esp. Hebrew) - Rendering issues.

2010-10-03 Thread Paulo Soares
- From: 1T3XT info To: Post all your questions about iText here Sent: Sunday, October 03, 2010 2:56 PM Subject: Re: [iText-questions] iText and right-to-left languages (esp. Hebrew) - Rendering issues. On 3/10/2010 15:35, Leonard Rosenthol wrote: Those pieces are both fine

Re: [iText-questions] itext context menu

2010-10-03 Thread K, Ajay
How does I add action (pdfaction ?) in context menu ? It's still not clear to me. Regards Ajay -Original Message- From: 1T3XT info [mailto:i...@1t3xt.info] Sent: Sunday, October 03, 2010 1:27 PM To: Post all your questions about iText here Subject: Re: [iText-questions] itext context

Re: [iText-questions] itext context menu

2010-10-03 Thread Leonard Rosenthol
iText here Subject: Re: [iText-questions] itext context menu How does I add action (pdfaction ?) in context menu ? It's still not clear to me. Regards Ajay -Original Message- From: 1T3XT info [mailto:i...@1t3xt.info] Sent: Sunday, October 03, 2010 1:27 PM To: Post all your questions

[iText-questions] itext context menu

2010-10-02 Thread K, Ajay
Can I create a context menu which comes when I click on a particular text in PDF. And the context menu has many actions (internal/external links) - clicking on them takes me to appropriate place. Do I need to use java script for context menu ? Regards Ajay

Re: [iText-questions] itext context menu

2010-10-02 Thread Leonard Rosenthol
Yes, you can do this via JavaScript in PDF. -Original Message- From: K, Ajay [mailto:aja...@mentor.com] Sent: Saturday, October 02, 2010 5:05 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] itext context menu Can I create a context menu which comes when I click

Re: [iText-questions] itext context menu

2010-10-02 Thread K, Ajay
[mailto:lrose...@adobe.com] Sent: Sunday, October 03, 2010 4:50 AM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] itext context menu Yes, you can do this via JavaScript in PDF. -Original Message- From: K, Ajay [mailto:aja...@mentor.com] Sent: Saturday, October 02, 2010 5

[iText-questions] iText Question - Enabling saving form data for user

2010-09-23 Thread Raghu Madiraju
Hi, Can we enable the saving form data rights to user for the PDF we are creating by iText? If so, can you please let me know, how we can do this? Thanks in advance! Raghu -- Nokia and ATT present the 2010 Calling All

Re: [iText-questions] iText Question - Enabling saving form data for user

2010-09-23 Thread 1T3XT info
On 23/09/2010 14:27, Raghu Madiraju wrote: Hi, Can we enable the saving form data rights to user for the PDF we are creating by iText? If so, can you please let me know, how we can do this? Yes, purchase a copy of Adobe Acrobat and you can reader enable the form created with iText. -- This

Re: [iText-questions] Itext / question about hash calculation from plain PDF files without digital signatures

2010-09-16 Thread Harri Virtala
Aihe: Re: [iText-questions] Itext / question about hash calculation from plain PDF files without digital signatures On 16/09/2010 5:32, Harri Virtala wrote: the library still generates some unique ID's to the document based on system time This is how it SHOULD be. Apart from the date

Re: [iText-questions] Itext / question about hash calculation from plain PDF files without digital signatures

2010-09-16 Thread 1T3XT info
On 16/09/2010 7:56, Harri Virtala wrote: Hello, I understand your comment, but I have to point out that our intention is not to re-invent the wheel in electronic signing Yes, you are. I hope Leonard will second me. but to ease up the signing process. I fail to see why you think real

Re: [iText-questions] Itext / question about hash calculation from plain PDF files without digital signatures

2010-09-16 Thread mkl
Harri, harriv wrote: our intention is not to re-invent the wheel in electronic signing but to ease up the signing process. I.e. how users can create contract signign requests, find which users are are legally allowed to represent different companies and of course finally sign the conracts.

[iText-questions] iText prints * characters randomly over PDF output

2010-09-16 Thread alrts
I have a strange phenomenom. iText prints a * (star) character over my output. I am absolutely sure that none of my text that I generate even contains a * character. Most of the time, the * character appears within the first line of text on a page, but not on all pages (see picture 1, *

Re: [iText-questions] iText prints * characters randomly over PDF output

2010-09-16 Thread 1T3XT info
On 16/09/2010 9:26, alrts wrote: I have a strange phenomenom. iText prints a * (star) character over my output. I am absolutely sure that none of my text that I generate even contains a * character. Most of the time, the * character appears within the first line of text on a page, but not

Re: [iText-questions] Itext / question about hash calculation from plain PDF files without digital signatures

2010-09-16 Thread 1T3XT info
On 16/09/2010 9:20, mkl wrote: You might consider applying a certification signature yourself to the initial document distributed to the other users disallowing PDF viewers to do any changes at all. IMO, that's both the easiest and the best solution, but from the initial post, I assumed that

Re: [iText-questions] Itext / question about hash calculation from plain PDF files without digital signatures

2010-09-16 Thread mkl
1T3XT info wrote: You might consider applying a certification signature yourself IMO, that's both the easiest and the best solution, but from the initial post, I assumed that the OP rejected this solution. (Maybe that was a misinterpretation.) I'm not sure my interpretation of the OP's

Re: [iText-questions] Itext / question about hash calculation from plain PDF files without digital signatures

2010-09-16 Thread kuehne
for the signature-related stuff and you should focus on things like the PAdES support ... Greetings Andreas - original Nachricht Betreff: Re: [iText-questions] Itext / question about hash calculation from plain PDF files without digital signatures Gesendet: Do, 16. Sep 2010 Von: mklm

Re: [iText-questions] IText Pdf final version.

2010-09-16 Thread mkl
Antonio, cyberchak wrote: I have a PDF file with two fields of signatures. The first signature is a signature of certification and level CERTIFIED_FORM_FILLING. The second signature is a normal sign that creates a new version of the document. How do I can do to make the document is

Re: [iText-questions] iText prints * characters randomly over PDF output

2010-09-16 Thread alrts
You are right. It was an error in the generic event that should not have been activated. I often forget to check for the events when something goes wrong. I'm very sorry having bothered you with this. Alexander -- View this message in context:

[iText-questions] iText cannot find any acrofields in this pdf

2010-09-15 Thread Jonas Ekstrand
Hi, I'm using iText 5.04 for java and it's working like a charm. But for some pdf's it wont find any form fields, like for this one: http://www.amf.se/upload/Dokument/PDF/Blanketter_Villkor/820.176.pdf Any ideas why? / Jonas

Re: [iText-questions] iText cannot find any acrofields in this pdf

2010-09-15 Thread mkl
Jonas, Jonas Ekstrand-2 wrote: I'm using iText 5.04 for java and it's working like a charm. But for some pdf's it wont find any form fields, like for this one: http://www.amf.se/upload/Dokument/PDF/Blanketter_Villkor/820.176.pdf Any ideas why? As far as I can see, there simply aren't any

Re: [iText-questions] iText cannot find any acrofields in this pdf

2010-09-15 Thread Mark Storer
Senior Software Engineer Cardiff.com import legalese.Disclaimer; DisclaimerCardiff DisCard = null; -Original Message- From: mkl [mailto:m...@wir-sind-cool.org] Sent: Wednesday, September 15, 2010 1:58 AM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions

[iText-questions] Itext / question about hash calculation from plain PDF files without digital signatures

2010-09-15 Thread Harri Virtala
Dear all, Could you help me or give advice with the following problem? We are developing a digital signature service, where our customers can register, identify themselves and sign PDF documents. The signing is technically implemented by appending a generated signature page at the end of PDF

Re: [iText-questions] Itext / question about hash calculation from plain PDF files without digital signatures

2010-09-15 Thread 1T3XT info
On 16/09/2010 5:32, Harri Virtala wrote: the library still generates some unique ID's to the document based on system time This is how it SHOULD be. Apart from the date in the metadata, there's also a unique ID that is added every time a PDF is generated from scratch. Is there a way to

[iText-questions] iText Framework

2010-09-12 Thread Julio Oliveira
Hi I'm working tod o an itext framework ( dynamic creation of it), i can't do the head and footer work, any idea what happen . I add the source, for users how need something like this, if any have another one, please add comments to it. Execute main and you have a simple framework for iText

Re: [iText-questions] iText Framework

2010-09-12 Thread 1T3XT info
On 12/09/2010 14:08, Julio Oliveira wrote: Hi I'm working tod o an itext framework ( dynamic creation of it), i can't do the head and footer work, any idea what happen . Are you writing something like JasperReports or Eclipse/BIRT from scratch? Why would you do that? Frameworks are the

[iText-questions] iText Generated Pdf Viewing Problem in IE7

2010-09-11 Thread Sam1973
Hi Friends, I am generating a pdf using iText. When I open the pdf through the link it does not open in IE 7 but works fine in Chrome. I also noticed if I remove the url-pattern/*/url-pattern from web.xml then it opens perfectly fine in IE 7. My security-constraint in web.xml is:

Re: [iText-questions] iText Generated Pdf Viewing Problem in IE7

2010-09-11 Thread 1T3XT info
On 11/09/2010 10:56, Sam1973 wrote: Hi Friends, I am generating a pdf using iText. When I open the pdf through the link it does not open in IE 7 but works fine in Chrome. I also noticed if I remove theurl-pattern/*/url-pattern from web.xml then it opens perfectly fine in IE 7. You have

[iText-questions] iText combine size large and fonts/backgrounds duplicated

2010-09-02 Thread mukkakishore
Hello Everyone, We have an issue with huge size of combined PDF File using iText. We have written a logic to combine the pdf files using iText and we observed that, iText Combines PDF successfully. But, not removing duplicate fonts, backgrounds. We tried to perform the same merge using Adobe

Re: [iText-questions] iText combine size large and fonts/backgroundsduplicated

2010-09-02 Thread Mark Storer
] Sent: Thursday, September 02, 2010 2:28 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] iText combine size large and fonts/backgroundsduplicated Hello Everyone, We have an issue with huge size of combined PDF File using iText. We have written a logic

Re: [iText-questions] iText Flattening causing data loss/distortion?

2010-09-01 Thread Craig Garvis
Thanks to Mark Storer for help identifying the files as Half Baked PDF files with missing field appearances for fields in the PDF. I am working with a programmatic fix with the regenerateField function of the AcroFields object. Is there a way to inspect a file for this defect before attempting

[iText-questions] iText GeoPDF

2010-09-01 Thread Barbarino, Frank P (IS)
There is an older thread referring to iText GeoPDF or perhaps more accurately, using iText to create PDFs that take advantage of Adobe's geospatial extensions to ISO 32000. Was an example provided somewhere? Are there examples available? Perhaps my question is a bit naïve as I am not

Re: [iText-questions] iText GeoPDF

2010-09-01 Thread Mark Storer
Subject: [iText-questions] iText GeoPDF There is an older thread referring to iText GeoPDF or perhaps more accurately, using iText to create PDFs that take advantage of Adobe's geospatial extensions to ISO 32000. Was an example provided somewhere? Are there examples available

<    2   3   4   5   6   7   8   9   10   11   >