Re: [iText-questions] Loading specified Fonts on IBM iSeries

2013-04-10 Thread Simon Scott
You need to copy the font to the iSeries IFS and then embed it in your PDF, for example: public void addEmbeddedFont(String path) { try { BaseFont bf = BaseFont.createFont(path, BaseFont.CP1252, BaseFont.EMBEDDED); this.baseFont = new Font(bf); } catch (Exception e) { e.printStack

[iText-questions] Chinese font replacing in iText

2011-06-29 Thread Simon HSU
ditor, it still shows the correct words/paragraphs... Can anyone help me? Seems like the encoding of text... Thanks! Simon -- All of the data generated in your IT infrastructure is seriously valuable. Why? It conta

Re: [iText-questions] PdfPTable pushing susbsequent text down when switching between landscape and portait orientation.

2010-05-05 Thread Simon Goodfield
Thanks currently running tests but looks good so far. -Original Message- From: 1T3XT info [mailto:i...@1t3xt.info] Sent: 04 May 2010 18:15 To: Post all your questions about iText here Subject: Re: [iText-questions] PdfPTable pushing susbsequent text down when switching between landsc

[iText-questions] PdfPTable pushing susbsequent text down when switching between landscape and portait orientation.

2010-05-04 Thread Simon Goodfield
Our site is currently running on itext 5.0.1. We occasionally experience a problem when the size of a table being drawn on landscape pushes the text of the following section (which is portait) down the page. Below is some simple code which reproduces the problem. Any help would be appreciated

Re: [iText-questions] Problem with graphics when printing the PDF

2009-11-20 Thread Simon, Peter
Simon, Peter wrote: > The Pdf we generate contains several components. That's why I added a cell > and cell event, > to know the position where the graphics has to be added. > In the cell event I create a PdfTemplate with the size of the reactangle > (parameter of cell

Re: [iText-questions] Problem with graphics when printing the PDF

2009-11-20 Thread Simon, Peter
same problem. -Ursprüngliche Nachricht- Von: 1T3XT info [mailto:i...@1t3xt.info] Gesendet: Freitag, 20. November 2009 08:21 An: Post all your questions about iText here Betreff: Re: [iText-questions] Problem with graphics when printing the PDF Simon, Peter wrote: > Now I had some bugs to

[iText-questions] PDF checkbox - trying to check right away on click

2009-08-31 Thread Simon Comeau Martel
e page for the check to appear. Any idea how I could "fix" that? Thanks -- Simon Comeau Martel si...@comeau.info https://comeau.info -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day

Re: [iText-questions] overlapping layers (zindex/depth)

2009-07-09 Thread Simon
witch the two code blocks and create the image first, result is always the same. What I am looking for is a way to have this text being rendered below that image (without adding it to DirectContentUnder). I hope this demonstrates what I mean. Best regards, Simon Leonard Rosenthol schrieb: I do

[iText-questions] overlapping layers (zindex/depth)

2009-07-09 Thread Simon
cover parts of the text). Best regards, Simon -- Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App

[iText-questions] Dynamic XFA fill while preserving user permissions

2009-05-05 Thread Simon Freiberg
ave the filled PDF) or to use the stamper in append mode. Is there a way of combining these two to have a filled XFA with preserved enabling? Cheers, Simon Freiberg -- The NEW KODAK i700 Series Scanners deliver under A

Re: [iText-questions] Signatures with SHA256

2008-11-27 Thread Simon Jefferies
Robert?Many thanks for your time.- Simon Re: [iText-questions] Signatures with SHA256 Paulo Soares Thu, 01 Mar 2007 08:48:36 -0800 You can use an external signature. Now that the bouncycastle libraries are required I'm modifying PdfPKCS7.java to use the existing crypto libraries to do all the

[iText-questions] base64 encode/decode

2008-06-05 Thread simon sanjeev
.net 2.0. Could you please help me how “iTextSharp” name space will help in my implementation? I've used below link for testing server data, it is perfeclty creating the pdf file, http://www.rbl.jp/base64.php Thanks, Simon. __

[iText-questions] message at silent print since last acrobat aeader update

2008-02-21 Thread Simon Staiger
false,bSilent: false,bShrinkToFit: true});"); document.close(); Is there a way to disable the message? Thank you, Simon -- GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen! Jetzt dabei sein: http://www.shortview.de/[EMAIL

[iText-questions] Embedding TIFF with transparent background

2007-11-02 Thread Andreas Simon
Hi, I need to embed a tiff file with transparent background into my pdf files. unfortunately i get the following exception when opening the file with Image.getInstance(): Exception in thread "main" java.lang.IllegalArgumentException: Extra samples are not supported. i found an entry on the ma

[iText-questions] Numbered lists and sublists

2007-10-25 Thread Simon
Hi I'm trying to make numbered list and sublist that would look like this: 1. 1st list item 2. 2nd list item 2.1. 1st sublist item 2.2. 2nd sublist item 3. 3rd list item The problem is that sublists are not numbered with . but only with . Is it possible to solve this somehow? Thank you

[iText-questions] advice on table-like output formatting

2006-07-02 Thread Simon Baker
Hi all. I'm new to iText and would like to get some guidance on a good way to generate a pdf report where the data is a bunch of columns. Potentially, there may be a lot of data, so memory stingy techniques are desirable, such as incremantal generation, etc. My first thought is to use the T

[iText-questions] How to create a template pdf file

2006-03-20 Thread simon xu
I'like to use code like these " AcroFields form = stamp.getAcroFields();form.setField("Name", "test");form.setField("Age","26");" But how do I create my template pdf file?what tool is needed?

RE: [iText-questions] How to convert PDF format to RTF format

2005-08-10 Thread Kao, Simon
Title: RE: [iText-questions] How to convert PDF format to RTF format Bruno, I tried it again and it was working fine. I think that I didn't define the font size and that's why it gave me that kind of "terrible result". Thanks a lot and good night. Simon -

RE: [iText-questions] How to convert PDF format to RTF format

2005-08-10 Thread Kao, Simon
ced font for? Please advice. Thanks, Simon -Original Message- From: bruno [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 10, 2005 12:06 AM To: Kao, Simon; 'itext-questions@lists.sourceforge.net' Subject: Re: [iText-questions] How to convert PDF format to RTF format Kao,

RE: [iText-questions] How to convert PDF format to RTF format

2005-08-09 Thread Kao, Simon
ER")     inv = class com.lowagie.text.Phrase(INV_NUMBER, DEFAULT_FONT)     invoice = class com.lowagie.text.Cell(inv)     t0=class com.lowagie.text.Table(4)     t0.setWidths([20,20,25,35])     t0.addCell(invoice)     ..     ..  Thanks, Simon -Original Message- From:

RE: [iText-questions] How to convert PDF format to RTF format

2005-08-09 Thread Kao, Simon
Title: RE: [iText-questions] How to convert PDF format to RTF format Bruno, How to set the specify font in RTF document ? In the Document level , Table level or Cell level ? Please help. Thanks, Simon -Original Message- From: bruno [mailto:[EMAIL PROTECTED]] Sent: Sunday

RE: [iText-questions] How to convert PDF format to RTF format

2005-08-07 Thread Kao, Simon
paced font ? >>Using spaces would only work with a monospaced font. >>It's not a very elegant way to align text. Can RtfCell or Simpletable work better than paragraph in RTF format ? Please help. Thanks, Simon -Original Message- From: Bruno Lowagie [mailto:[EMAIL PROT

RE: [iText-questions] How to convert PDF format to RTF format

2005-08-05 Thread Kao, Simon
know any easy way to get it working ? Can cell work better than the paragraph ? Please help. Thanks, Simon Code: -- p1=SEQUENC_NUMBER+"    &

RE: [iText-questions] Question of iText (How to print the data in exactly location with RTF format)

2005-08-04 Thread Kao, Simon
Title: RE: [iText-questions] Question of iText (How to print the data in exactly location with RTF format) Bruno, How about the HTML format ? Can HTML print the data on the specific location of the blank paper ? Please help. Thanks, Simon -Original Message- From: bruno

[iText-questions] How to convert PDF format to RTF format

2005-08-04 Thread Simon Kao
of A4 paper. Please help. Simon .. writer = class com.lowagie.text.pdf.PdfWriter::getInstance(document, class java.io.FileOutputStream(outputDocFilePath)) if (document != null) { //Open the Document document

[iText-questions] Question of iText (How to print the data in exactly location with RTF format)

2005-08-04 Thread Kao, Simon
Title: Question of iText (How to print the data in exactly location with RTF format) Mark, This is Simon Kao. I am using the iText and I got a question regarding the RTF format. We would like to convert the PDF file to RTF format but I don't know what kind of RTF API can prin

Re: [iText-questions] PDF Signature for part of document

2005-08-02 Thread Kwan Simon
signature A is created. 3. User B modifies only page 2. 4. User B signs only page 2 and signature B is created. The signature A is required to be valid after step 4, can it be done? If yes, would you please give me the code or hint? Thanks, Simon --- Paulo Soares <[EMAIL PROTECTED]> wrot

[iText-questions] PDF Signature for part of document

2005-08-01 Thread Kwan Simon
ay be related to this topic. I have read some of the postings about PDF-Signatures in this list but I still don't have any idea, can anyone help me to solve this problem? Thanks, Simon __ Do You Yahoo!? Tired of spam? Yahoo! Mail h

[iText-questions] Being informed of new releases of itext

2005-07-10 Thread Simon Comeau Martel
Is there a low volume mailing list I can subscribe to to be informed about new releases of itext? I know I could watch itext-questions@lists.sourceforge.net, but I don't have mutch time to do so... Thank you -- Simon Comeau Martel Capella Technologies [EMAIL PROTECTED] (514)849-1494

[iText-questions] HTML webpage conversion using Itext and JSP

2004-11-01 Thread Simon Fuller
Hi, I am a novice to JSP and itext and wondered if it is possible to to use it to convert a webpage containing images to a pdf file? If so, is there any examples? Thanks, Simon This email and any files transmitted with it are confidential and may be privileged and intended solely for the use

Re: [iText-questions] Horizontal Rule

2004-10-12 Thread Simon Brunning
ontalLine); -- Cheers, Simon B, [EMAIL PROTECTED], http://www.brunningonline.net/simon/blog/ --- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Giv

[iText-questions] Generating a table of contents

2004-09-28 Thread Simon Brunning
ment), or do I need to take account of use of Document.setPageCount()? How can I tell how many pages their actually are? Is there an API call for this somewhere, or should I just count them myself with a PdfPageEvent.onPage event? I'm using iText version 1.01, but I can upgrade if it'

[iText-questions] Chaper/Section headings and bookmark labels

2004-09-21 Thread Simon Brunning
? I'm using version 1.01 at the mo', but that's not set in stone. -- Cheers, Simon B, [EMAIL PROTECTED], http://www.brunningonline.net/simon/blog/ --- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project A

Re: [iText-questions] how to hide table and cell borders

2004-09-17 Thread Simon Brunning
ble = new PdfPTable(2); currentCell = table.getDefaultCell(); currentCell.setBorder(0); Works for me... -- Cheers, Simon B, [EMAIL PROTECTED], http://www.brunningonline.net/simon/blog/ --- This SF.Net email is sponsored by: YOU BE THE JUDGE.

RE: [iText-questions] iText: PDF page break

2004-08-03 Thread Sherlock, Simon
document.newPage();   -Original Message-From: Louis Cornet [mailto:[EMAIL PROTECTED]Sent: 03 August 2004 15:18To: [EMAIL PROTECTED]Subject: [iText-questions] iText: PDF page break Hello,   I am experiencing your iText package. What a great and useful tool!   I am looking for a way

RE: [iText-questions] page breaks

2004-07-30 Thread Sherlock, Simon
document.newPage(); -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 30 July 2004 09:51 To: [EMAIL PROTECTED] Subject: [iText-questions] page breaks Hi, how do I force a page break in a document? I have sections in a report which contain large images so I want t

RE: [iText-questions] Adobe font in RTF's

2004-07-29 Thread Sherlock, Simon
Thanks Mark, that works a treat. Simon. > Ok. Have you tried creating a RTF document in Word with the correct font? If > that works, then instead of using the BaseFont, directly construct a RtfFont > with the correct font name. That should work. This e-mail and any attachment is for a

[iText-questions] RTFs in browser

2004-07-29 Thread Sherlock, Simon
e the browser window was closed. I'd like to do the same using RTF but I'm not sure it's possible. We're using J2EE so it's a web-based system, if that gives any other pointers. Thanks, Simon This e-mail and any attachment is for authorised use by the intended reci

[iText-questions] Adobe font in RTF's

2004-07-29 Thread Sherlock, Simon
aseFont.WINANSI, BaseFont.NOT_EMBEDDED); but the font does not display in the final doc (although if I place the cursor on it the name is displayed correctly) Is this a limitation of the RTF implementation, or is there a way round it? Thanks, Simon This e-mail and any attachment is for author

Re: [iText-questions] Mac OS X and iText Servlets

2004-07-08 Thread Simon Räss
Have you tried what I proposed in my response to your first e-mail? see http://article.gmane.org/gmane.comp.java.lib.itext.general/10615 Jesse Thouin wrote: With Tomcat running as a daemon or background process (version isn't relevant), there is no indication that it's running in the dock on the us

Re: [iText-questions] iText/Tomcat/Mac OS X

2004-07-02 Thread Simon Raess
variable to contain the above property. hope this helps simon Am 02.07.2004 um 00:22 schrieb Jesse Thouin: I have been using iText in a webapp for several months now, and I LOVE it. In conjunction with UJAC, I have not found a better solution for me or my demanding clients(!). I have been scouring

[iText-questions] Trying to combine several PDFs into one doco

2004-07-01 Thread Simon Ward
I have looked at the tutorials and searched for examples high and low, but they all deal with writing the Document object and not the PdfStamper object. The templates need to be in PDF form so the administrators can manage the report l

Re: [iText-questions] New release itext-paulo-132

2004-06-24 Thread Simon Räss
Paulo Soares wrote: Changes in itext-paulo-132 (2004-06-21) - DefaultFontMapper also maps the postscript font name I tested DefaultFontMapper on Mac OS X and it works just perfect now. Thanks! Simon --- This SF.Net email sponsored by

Re: [iText-questions] DefaultFontMapper on Mac OS X

2004-06-16 Thread Simon Räss
Simon Raess wrote: hi I've tried to use DefaultFontMapper on Mac OS X. I soon realized that I must convert the native fonts to TrueType fonts. I used a utility called fondu (http://fondu.sourceforge.net/). Still, the fonts did not appear correct inside the PDF (the default type 1 fonts

[iText-questions] DefaultFontMapper on Mac OS X

2004-06-15 Thread Simon Raess
ed inside the true type font? Can it be changed with an external program? If so, I'd consider doing it on all the converted true type fonts. Or is there a font conversion utility that does set the font name 'correct'? Any comments, help, suggestions...? I've digged through t

RE: [iText-questions] setFontAndSize(...) supposed problem ..

2004-03-31 Thread Sherlock Simon
I can't see where you instantiate myTable[Sherlock Simon] . If you debug your code I think you'll find that it's your null.  -Original Message-From: NICOLAU Raffaele [mailto:[EMAIL PROTECTED]Sent: 31 March 2004 10:51To: [EMAIL PROTECTED]Subject: [

RE: [iText-questions] add images to a header

2004-03-30 Thread Sherlock Simon
I'd like tables for header with image and text in.  Examples of some text bold, some normal and breakable lines (\n) etc would be great.  All standard pageEvent type stuff no doubt, but I struggled like hell when I went through for the first time.   Thanks, Simon -Original Me

RE: [iText-questions] Centring watermark

2004-03-24 Thread Sherlock Simon
Well now I'm embarrassed! Thanks Paulo, that worked a treat. Cheers, Simon -Original Message- From: Paulo Soares [mailto:[EMAIL PROTECTED] Sent: 24 March 2004 10:49 To: Sherlock Simon; [EMAIL PROTECTED] Subject: RE: [iText-questions] Centring watermark You don't have to

[iText-questions] Centring watermark

2004-03-23 Thread Sherlock Simon
ve me some pointers? Thanks, Simon Internet email is not to be treated as a secure means of communication. PITO monitors all internet email activity and content. This communication is intended for the addres

RE: [iText-questions] pdf file protection

2004-03-23 Thread Sherlock Simon
You can't disable saving but use docWriter.setEncryption for everything else. See http://www.lowagie.com/iText/tutorial/ch01.html for further details) Simon -Original Message- From: Rémi Guilbert [mailto:[EMAIL PROTECTED] Sent: 22 March 2004 17:46 To: [EMAIL PROTECTED] Subject: [

RE: [iText-questions] Generating an PDF from a Servlet

2004-03-09 Thread Sherlock Simon
If you follow the link on http://www.lowagie.com/iText/ to the onJava article you can read how to do it and download the sample app.   Simon -Original Message-From: Luis Velando [mailto:[EMAIL PROTECTED]Sent: 09 March 2004 18:22To: [EMAIL PROTECTED]Subject: [iText

RE: [iText-questions] Please Help me..

2004-03-02 Thread Sherlock Simon
If you mean stop the PDF from being re-saved once displayed then you can't.  You can disable printing etc but not save, and yes it is a right pain! -Original Message-From: Deepak [mailto:[EMAIL PROTECTED]Sent: 02 March 2004 13:26To: [EMAIL PROTECTED]Subject: [iText-questions]

RE: [iText-questions] Vertical alignment in table cells

2004-02-26 Thread Sherlock Simon
>Maybe I'll have to put a big warning above the Table Chapter. With some pointers (not necessarily a new turoial) towards what shopuld be being used? I've fallen over here in the past as well :) Simon -Original Message- From: Bruno [mailto:[EMAIL PROTECTED] Sent: 26 Februa

RE: [iText-questions] servlet display pdf problems with IE 5.50

2004-02-25 Thread Sherlock Simon
All you can really say here is that MS don't release new software for nothing - IE 5.5 was always horrible to the extent that you can think of 6 as not much more than a bug fix (IMHO of course). Simon -Original Message- From: Alessandro Termignone [mailto:[EMAIL PROTECTED] Sen

[iText-questions] Deployment problem

2004-02-16 Thread Sherlock Simon
Running a local web server on my machine I am producing PDF's using Servlets in J2EE. Howver, if I deploy on our development server at a different site I get: java.lang.RuntimeException: The document is not open. I'm sure it's something simple, but cannot spot it. Any ideas?

RE: [iText-questions] warning with J2SE 1.5.0

2004-02-12 Thread Sherlock Simon
Alittle off topic but how do you find JDK1.5.0? Does it have the performance improvements Sun claim? And to bring it back on topic, aside from the issue below does iText work OK with it? Simon -Original Message- From: Huttin Pierre [mailto:[EMAIL PROTECTED] Sent: 11 February 2004 13:33

RE: [iText-questions] Wish list

2004-02-09 Thread Sherlock Simon
Unless I'm missing something: >>2. Be able to set exact height and width of an image rather than just scale >>it >> >setAbsoluteWidth and setAbsoluteHeight. Neither of these appear to be available from com.lowagie.text.Image Simon -Original Message- From: Br

RE: [iText-questions] Wish list

2004-02-09 Thread Sherlock Simon
5. Include images within the header -Original Message- From: Sherlock Simon [mailto:[EMAIL PROTECTED] Sent: 09 February 2004 10:23 To: [EMAIL PROTECTED] Subject: [iText-questions] Wish list Is there a wish list anywhere for iText? I've only been using it a while but would lik

[iText-questions] Wish list

2004-02-09 Thread Sherlock Simon
n the header and footer i.e. using \n for example. 4. Mixed font size within header/footer (if not already possible). Regards, Simon Internet email is not to be treated as a secure means of communication.

RE: [iText-questions] Using iText with Acrobat 6.0

2004-02-05 Thread Sherlock Simon
I have with 6.0 whereby a watermark (JPG) was displayed OK in 5.x but was incorrectly in 6.0. Downloading 6.0.1 fixed the problem. Simon -Original Message- From: Larry * [mailto:[EMAIL PROTECTED] Sent: 05 February 2004 12:59 To: [EMAIL PROTECTED] Subject: [iText-questions] Using iText

[iText-questions] Copying annotations

2004-01-31 Thread Tourville Simon
e original documents). Thanks Simon

RE: [iText-questions] Problems opening PDF's

2004-01-28 Thread Sherlock Simon
>In either case, be sure that your browser is properly configured with the >Acrobat plugin. You can do this by choosing Edit|Preferences and checking the 'Display PDF in Browser' option (on both Reader 5 and 6), otherwise you may find you get a blank page in your browser. Simo

RE: [iText-questions] Problems in setting encryption options

2004-01-27 Thread Sherlock Simon
You cannot disable the Save in iText (how I wish you could!) -Original Message- From: June Ni [mailto:[EMAIL PROTECTED] Sent: 27 January 2004 17:03 To: [EMAIL PROTECTED] Subject: [iText-questions] Problems in setting encryption options Hi, This line of code works correctly - only allow

RE: [iText-questions] Hidden fields not transmitted in Acrobat 6. x

2004-01-27 Thread Sherlock Simon
As an aside to this, we are using a watermark (text converted to a JPG) that is rotated at 45 degress. All works great in Reader 5 but it just renders as blobs in Acrobat Reader 6.. -Original Message- From: Gerd Holzner [mailto:[EMAIL PROTECTED] Sent: 26 January 2004 16:40 To: [EMAIL

RE: [iText-questions] Page rotation

2003-08-14 Thread SIMON Pascal
You have to initialize the document with the format you want, and after you can change it whenever you want but it will take effect on the next page Selon Paulo Soares <[EMAIL PROTECTED]>: > That's not possible for the first page. You have to do it before opening the > document. > > Best Regard

Re: [iText-questions] Page rotation

2003-08-14 Thread SIMON Pascal
Yes it's possible, but it will take effect on the next page Selon Roberto Cipollini <[EMAIL PROTECTED]>: > Hi everybody...have a nice very hot summer :)) > > i was wondering if it is possible to rotate [ PageSize.A4.rotate() ] the > page after the open declaration > i've tryed around but the pa

[iText-questions] send printing event

2003-07-23 Thread SIMON Pascal
Hello, I need to prevent user's action when the pdf is loading in an iframe from the server response. I'd like to know if the acrobat plugin sent an event to ie or something like this when it has send the pdf to the printer I tried the onreadystatechange event of the iframe but this event is

RE: [iText-questions] Print document

2003-07-22 Thread SIMON Pascal
. Do you think (Bruno) that the 'totally silent printing' is a security lack? I think so. Pascal SIMON Selon David Pereira <[EMAIL PROTECTED]>: > Can you send me an complete example, please? > > thanks > > -Mensaje original- > De: [EMAIL PROTECTED] >

Re: [iText-questions] Print document

2003-07-21 Thread SIMON Pascal
I'm afraid you're wrong. I 've already done a silent printing without any client confirmation. I just submit a form and the document printing is totally invisible for the client. You have to configure the target as an iframe with some attributes: iframe: ifrCachee=parent.document.createElement

[iText-questions] Rotate Text

2003-07-14 Thread Simon Young
king code example of this please?   TIA   Simon Y  Want to chat instantly with your online friends? Get the FREE Yahoo! Messenger

Re: [iText-questions] silent print

2003-07-09 Thread SIMON Pascal
I've the same problem with the example 'print_me.java' from paulo soares web site... Selon SIMON Pascal <[EMAIL PROTECTED]>: > Hello, > > I just try to do silent print throw the addJavascript function: >writer.addJavaScript("this.print(false);&quo

[iText-questions] silent print

2003-07-09 Thread SIMON Pascal
Hello, I just try to do silent print throw the addJavascript function: writer.addJavaScript("this.print(false);",false); But it just print the first page of my pdf (even with \r before ;) thanks in advance --- This SF.Net email sponso

[iText-questions] header box

2003-06-06 Thread SIMON Pascal
Hi, I need to have a box in the header but not in all width. I mean i need a box of 50% width in my header, is it possible? thanks in advance --- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the p

RE: [iText-questions] Multiple doGet() calls when using a Pdf Servlet

2002-04-09 Thread Simon Moore
It's not you..it's Bill...;) Check out the iText FAQ for problems with IE Hope that helps Saimon My solution: not make acrobat reader embedded in ms ie... > -Mensaje original- > De: ido vali [SMTP:[EMAIL PROTECTED]] > Enviado el: martes 9 de abril de 2002 15:21 > Para: [EMAI

[iText-questions] RE: border in Tables from xml

2002-03-18 Thread Simon Moore
> -Mensaje original- > De: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] > Enviado el: lunes 18 de marzo de 2002 12:48 > Para: Simon Moore > CC: [EMAIL PROTECTED] > Asunto: Re: border in Tables from xml > > Simon Moore writes: > > > Hi I

[iText-questions] border in Tables from xml

2002-03-15 Thread Simon Moore
Hi I'm checking out iText to create order using data from a db and itext. I'm following the exercises in the tutorial and i've created a modification of the tutorial example but I'm unable to get the border of the table (nor it's colour) to appear? I would appreciate any help on this matter.. T