Re: [iText-questions] sample code

2011-01-27 Thread 1T3XT BVBA
Op 28/01/2011 4:38, Michael Lazarus schreef: Not sure why the sample code online doesn't match the itextsharp 5.0.5 - am I not looking in the right place? Where are you looking? The samples use Table - I found I have to use PdfTable - and then I am trying to find how to adjust cell borders, etc

[iText-questions] sample code

2011-01-27 Thread Michael Lazarus
Not sure why the sample code online doesn't match the itextsharp 5.0.5 - am I not looking in the right place? The samples use Table - I found I have to use PdfTable - and then I am trying to find how to adjust cell borders, etc. Any guidance where to find the matching samples would be greatly

Re: [iText-questions] Sample code for same-named fields

2007-09-05 Thread EagleEye666666
Bruno Lowagie (iText) wrote: > > EagleEye66 wrote: >> by the PDF Reference they should have now the wanted behaviour or not? >> (Same >> Value, ... etc.) > > My experience with same-named fields, is that not all viewers > (not even Adobe Reader) immediately update the other same-named > fi

Re: [iText-questions] Sample code for same-named fields

2007-09-05 Thread Bruno Lowagie (iText)
EagleEye66 wrote: > by the PDF Reference they should have now the wanted behaviour or not? (Same > Value, ... etc.) My experience with same-named fields, is that not all viewers (not even Adobe Reader) immediately update the other same-named field(s) when one field is updated. Maybe you could

Re: [iText-questions] Sample code for same-named fields

2007-09-05 Thread EagleEye666666
steve poling wrote: > > Paolo, > > Thanks for this information. > >> That's not a bug. Fields with the same name must be created with a >> single field dictionary and several widget kids, one for each visible >> instance. Create in acrobat two fields with the same name. Then, use the >> Java t

[iText-questions] Sample code for same-named fields

2006-11-09 Thread steve poling
Paolo, Thanks for this information. > That's not a bug. Fields with the same name must be created with a > single field dictionary and several widget kids, one for each visible > instance. Create in acrobat two fields with the same name. Then, use the > Java toolbox to see the field structure, yo

Re: [iText-questions] Sample code : iText with the new belgian eID card

2006-03-03 Thread Peter West
bruno wrote: Frankinet Philippe wrote: Dear Danny, Bruno and Paulo, As promised on the forum (http://homes.esat.kuleuven.be/~decockd/wiki/bin/view.cgi/Eid/EidForum - 28 feb 2006), you can find as attachment a sample

Re: [iText-questions] Sample code : iText with the new belgian eID card

2006-03-03 Thread bruno
Frankinet Philippe wrote: Dear Danny, Bruno and Paulo, As promised on the forum (http://homes.esat.kuleuven.be/~decockd/wiki/bin/view.cgi/Eid/EidForum - 28 feb 2006), you can find as attachment a sample code with iTe

[iText-questions] Sample code : iText with the new belgian eID card

2006-03-03 Thread Frankinet Philippe
  Dear Danny, Bruno and Paulo,   As promised on the forum (http://homes.esat.kuleuven.be/~decockd/wiki/bin/view.cgi/Eid/EidForum - 28 feb 2006), you can find as attachment a sample code with iText and the new belgium EID card. Thanks to Danny for his wonderfull code ;-)   I've also tested

Re: [iText-questions] sample code

2004-10-18 Thread Leonard Rosenthol
At 08:52 AM 10/18/2004, Luigi Celano wrote: I am looking for some code to copy a non writeble -printable pdf file into a brand new one which is editable and printable. If the document does not have the rights for modification enabled, then doing this would be a violation of those rights.

[iText-questions] sample code

2004-10-18 Thread Luigi Celano
Hi there, I am looking for some code to copy a non writeble -printable pdf file into a brand new one which is editable and printable. Thanks LC _ Want to block unwanted pop-ups? Download the free MSN Toolbar now! http://toolbar.ms

Re: [iText-questions] sample code for writing PDF to screen instead of to a file

2004-08-30 Thread Liem Do
--- From: "Tom Chiou" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 27, 2004 8:01 AM Subject: [iText-questions] sample code for writing PDF to screen instead of to a file > Hi I want to thank to all of your replies. But unfortunately I am running

[iText-questions] sample code for writing PDF to screen instead of to a file

2004-08-28 Thread Tom Chiou
Hi I want to thank to all of your replies. But unfortunately I am running a Java Application. It's not in a web environment. So the response object does not apply here I don't think. It's just like the tutorial with absolute text positioning (chapter 10). When I run the Java Application, it

[iText-questions] sample code for writing PDF to screen instead of to a file

2004-08-28 Thread Tom Chiou
Once again, I want to thank you all for those replies. But unfortunately I am not running the program in a web environment. Therefore the Response object does not apply here I don't think. This is the Java application I am running. Take tutorial chapter 10 for example. When the program is r

RE: [iText-questions] sample code for writing PDF to screen instead of to a file

2004-08-27 Thread arne anka
Hi check the FAQ under Problems with the Internet Explorer plugin /B From: Tom Chiou <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: [iText-questions] sample code for writing PDF to screen instead of to a file Date: Thu, 26 Aug 2004 16:41:47 + (UTC) Hi again, I am going throu

RE: [iText-questions] sample code for writing PDF to screen instead of to a file

2004-08-26 Thread Kalpesh Raval
kutla Sent: Thursday, August 26, 2004 1:37 PM To: 'Tom Chiou'; [EMAIL PROTECTED] Subject: RE: [iText-questions] sample code for writing PDF to screen instead of to a file System.out.println ??? :-) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On B

RE: [iText-questions] sample code for writing PDF to screen instead of to a file

2004-08-26 Thread Dayal Murukutla
System.out.println ??? :-) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tom Chiou Sent: Thursday, August 26, 2004 11:42 AM To: [EMAIL PROTECTED] Subject: [iText-questions] sample code for writing PDF to screen instead of to a file Hi again, I am

[iText-questions] sample code for writing PDF to screen instead of to a file

2004-08-26 Thread Tom Chiou
Hi again, I am going through the tutorial and looking at samples that I downloaded from lowagie.com. All of the samples that I went through so far writes the PDF to a file and I am wondering if there is a way to write it to the screen. I would imagine instead of using FileOutputStream class,

Re: [iText-questions] Sample Code: Export PDF to JPG

2004-01-14 Thread Matt Benson
gs -dNOPAUSE -sDEVICE=jpeg -sOutputFile=myfile.jpg myfile.pdf ;) -Matt --- Scott Sprout <[EMAIL PROTECTED]> wrote: > Does anyone have a good sample of code converting a > pdf file to a jpg file? > > Thanks, > > Scott Sprout > [EMAIL PROTECTED] > > _

[iText-questions] Sample Code: Export PDF to JPG

2004-01-14 Thread Scott Sprout
Does anyone have a good sample of code converting a pdf file to a jpg file? Thanks, Scott Sprout [EMAIL PROTECTED] _ Get a FREE online virus check for your PC here, from McAfee. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=