Re: [iText-questions] Share examples of pdfs created with iText!

2008-06-12 Thread Lars Eirik Rønning
Very impressive;) On Thu, Jun 12, 2008 at 11:17 PM, FlyingBuzz <[EMAIL PROTECTED]> wrote: > > Lets see what you are using iText for and how nicely a generated PDF could > look. > > Example 1: > http://www.nabble.com/file/p17809870/DomesticApprovalS13371.pdf > DomesticApprovalS13371.pdf > > Exampl

Re: [iText-questions] Images in Header and Footer of pdf

2008-06-12 Thread Bruno Lowagie
Atish Roy wrote: > Hi. > Can you give me piece of code which will insert images in header and footer > of a pdf? What if you just dropped the parameters that rotate and skew the image in your addImage method? You were asked why you defined such a strange transformation matrix, but you didn't answe

Re: [iText-questions] Share examples of pdfs created with iText!

2008-06-12 Thread Bruno Lowagie
FlyingBuzz wrote: > Lets see what you are using iText for and how nicely a generated PDF could > look. Those are some very nice examples! Thanks for sharing them. I used to have a directory named 'gallery' with similar examples, but I didn't have the time to maintain that part of the site. Maybe

Re: [iText-questions] RTF page footers

2008-06-12 Thread bisoa
Howard Shank wrote: > > You can find the tutorial at: > http://itextdocs.lowagie.com/tutorial/rtf/extensions/hf/index.php > The method does not work properly for left-right indentation. So I was using PdfPageEventHelper and PdfPTable. Since we have to use RtfWriter2, I need a corresponding sol

Re: [iText-questions] Images in Header and Footer of pdf

2008-06-12 Thread Atish Roy
Hi. Can you give me piece of code which will insert images in header and footer of a pdf? Thank you. Atish Roy wrote: > > Hi, > I want to embed images in header and footer of a pdf. I'm using > onStartPage and onEndPage, but the images are coming rotated and > http://www.nabble.com/file/p17796

[iText-questions] Share examples of pdfs created with iText!

2008-06-12 Thread FlyingBuzz
Lets see what you are using iText for and how nicely a generated PDF could look. Example 1: http://www.nabble.com/file/p17809870/DomesticApprovalS13371.pdf DomesticApprovalS13371.pdf Example 2: http://www.nabble.com/file/p17809870/DomesticApprovalS13371%25282%2529.pdf DomesticApprovalS13371%282

Re: [iText-questions] Save and Email functions in iText for PDF document

2008-06-12 Thread Hanna . Song
Hi, As you know, we will have a meeting with our users soon. As a developer, I have to wait for the decision from my manager and business. If our users still want to add these buttons into the PDF document, I think that we may have a test with your example to see if it meets the requirements.

Re: [iText-questions] Save and Email functions in iText for PDF document

2008-06-12 Thread glen . hamel
That was a very interesting article.. And Happy Birthday Bruno! Glad your happy this year.. (Saw your BLOG).. Glen Hamel Lead Programmer / Technician Auric Networks Canada, Inc. 570 Orwell Street, Unit 1 Mississauga, Ontario L5A 3V7 Phone 905.361.7621 Fax 905.274.3912 http://www.auricne

Re: [iText-questions] Save and Email functions in iText for PDF document

2008-06-12 Thread wasegraves
-- Original message -- From: 1T3XT info <[EMAIL PROTECTED]> > > [EMAIL PROTECTED] wrote: > If Hanna thinks the example answered here question, she's hereby > invited to use the PayPal button to throw a few bucks towards iText. > Read http://www.timesonline.co.uk/art

Re: [iText-questions] Save and Email functions in iText for PDF document

2008-06-12 Thread 1T3XT info
[EMAIL PROTECTED] wrote: > Indeed, that's true. If Hanna realizes her company needs > professional help, perhaps she should go private with the > discussion, and check with 1T3XT BVBA on the possibilities. > It would certainly be feasible to put together a demo that > would show her company what *c

Re: [iText-questions] Save and Email functions in iText for PDF document

2008-06-12 Thread wasegraves
-- Original message -- From: 1T3XT info <[EMAIL PROTECTED]> > > [EMAIL PROTECTED] wrote: > I don't think Hanna is talking about PDF forms. > She's talking about plain PDF files without any interactivity > (except for the print, save and email buttons). > Nice catc

Re: [iText-questions] Save and Email functions in iText for PDF document

2008-06-12 Thread Hanna . Song
Hi, Thanks so much for your help. We will discuss with our users as soon as possible before the document is finalized. Hanna [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 2008/06/12 11:42 AM Please respond to Post all your questions about iText here To Post all your questions about iText

Re: [iText-questions] Save and Email functions in iText for PDF document

2008-06-12 Thread 1T3XT info
[EMAIL PROTECTED] wrote: > Hanna, you may wish to reconsider before you accept this as a requirement. > While it may be technically feasible to do what you want, in a way, it may > not be a requirement that can produce a long-lasting and reliable end product. This is very true. What Hanna wants ca

Re: [iText-questions] Save and Email functions in iText for PDF document

2008-06-12 Thread wasegraves
-- Original message -- From: [EMAIL PROTECTED] > > Hi, > > Thanks for the reply. Actually this is the requirements from our users. Hanna, you may wish to reconsider before you accept this as a requirement. While it may be technically feasible to do what you want,

Re: [iText-questions] Save and Email functions in iText for PDF document

2008-06-12 Thread Hanna . Song
Hi, Thanks for the reply. Actually this is the requirements from our users. Even though we can use toolbar in Adobe Reader, they really want to have the 'Print', 'Save' and 'Email' button on every page within the opening PDF document which is generated by iText. I found the "PdfAction.PRINTDIA

Re: [iText-questions] Combine PDFs

2008-06-12 Thread glen . hamel
Please ignore, I sent by accident.. I upgraded to 2.1.2u and it works fine.. From: [EMAIL PROTECTED] To: Post all your questions about iText here Date: 06/12/2008 10:08 AM Subject: Re: [iText-questions] Combine PDFs Just wanted to say thanks for the example... I tried it out and got an

Re: [iText-questions] Combine PDFs

2008-06-12 Thread 1T3XT info
[EMAIL PROTECTED] wrote: > > Just wanted to say thanks for the example... > > I tried it out and got an error when creating the BaseFont. I am using > 2.1.0 of iText and noticed that in the web docs and even in the book, > there is no mention of > > BaseFont bf = BaseFont.createFont(); > >

Re: [iText-questions] Combine PDFs

2008-06-12 Thread glen . hamel
Just wanted to say thanks for the example... I tried it out and got an error when creating the BaseFont. I am using 2.1.0 of iText and noticed that in the web docs and even in the book, there is no mention of BaseFont bf = BaseFont.createFont(); Is this new functionality in a newer version o

Re: [iText-questions] More images in pdfContentParser

2008-06-12 Thread 1T3XT info
RastaM wrote: > In my pdf the contentstream looks like this: > > q BT 36 806 Td ET Q > q 1 0 0 1 0 0 cm /Xf1 Do Q > q 182 0 0 130 213.84 168.26 cm /img0 Do Q (snip) > Does anyone know how i can > access the contentstream in /Xf1? Your snippet is part of a larger whole. For instance: if it's part

[iText-questions] More images in pdfContentParser

2008-06-12 Thread RastaM
I'va been trying to remove images in the contentstream using pdfContentParser. In my pdf the contentstream looks like this: q BT 36 806 Td ET Q q 1 0 0 1 0 0 cm /Xf1 Do Q q 182 0 0 130 213.84 168.26 cm /img0 Do Q What I can do is to remove the /img0 at row three. But what I can't do is to remov

Re: [iText-questions] Radiobuttons in iText ?

2008-06-12 Thread precyz
Thank you for help. Br, Paweł Gawędzki Bruno Lowagie (iText) wrote: > > Gawędzki wrote: >> I do not understand why method getField("fieldname") returns me "yes". > > OK, then that is the difference between the example in the book and your > PDF. Please open your PDF in iText RUPS and select t

Re: [iText-questions] Why does Adobe ignore timestamp?

2008-06-12 Thread mursitorhan
We finally found that our timestamp server was not producing valid timestamps. After correcting the server the problem is gone. thanks mursitorhan wrote: > > Hi all, > > We want to sign and add a timestamp to a PDF. We are using itext, signing > externally (with smartcard) and adding > time s

Re: [iText-questions] RTF page footers

2008-06-12 Thread Howard Shank
You can find the tutorial at: http://itextdocs.lowagie.com/tutorial/rtf/extensions/hf/index.php Regards, Howard Shank - Original Message From: bisoa <[EMAIL PROTECTED]> To: itext-questions@lists.sourceforge.net Sent: Thursday, June 12, 2008 7:00:30 AM Subject: [iText-questions] RTF pag

[iText-questions] RTF page footers

2008-06-12 Thread bisoa
I am trying to setup pagefooters having at the left org names and at the right page numbers. I do this for PDF using PdfPageEventHelper and PdfPTable. How can I do the same for RTF? -- View this message in context: http://www.nabble.com/RTF-page-footers-tp17797322p17797322.html Sent from the

Re: [iText-questions] Images in Header and Footer of pdf

2008-06-12 Thread 1T3XT info
Atish Roy wrote: > Sorry about not mentioning the code there.. > > http://www.nabble.com/file/p17797408/GeneratePDF.java GeneratePDF.java *LOL* You have written this code: com.lowagie.text.Image loobImg = com.lowagie.text.Image.getInstance("C:\\IMG_1223.jpg"); loobImg.scalePercent(15); loobI

Re: [iText-questions] Images in Header and Footer of pdf

2008-06-12 Thread Atish Roy
Sorry about not mentioning the code there.. http://www.nabble.com/file/p17797408/GeneratePDF.java GeneratePDF.java -- View this message in context: http://www.nabble.com/Images-in-Header-and-Footer-of-pdf-tp17796138p17797408.html Sent from the iText - General mailing list archive at Nabble.c

Re: [iText-questions] Save and Email functions in iText for PDF document

2008-06-12 Thread 1T3XT info
[EMAIL PROTECTED] wrote: > > Hi, > > I would like to know that in iText, if we could create button 'Save' and > button 'Email' to save the current PDF in local machine and to email the > PDF document to Desktop, Internet and/or others? It depends on what you mean by 'save'. If you mean you wan

Re: [iText-questions] Images in Header and Footer of pdf

2008-06-12 Thread Alexis Pigeon
Hi Atish, On 12/06/2008, Atish Roy <[EMAIL PROTECTED]> wrote: > > Hi, > I want to embed images in header and footer of a pdf. I'm using onStartPage > and onEndPage, but the images are coming rotated and > http://www.nabble.com/file/p17796138/test.pdf test.pdf > What would be the probable caus

[iText-questions] Images in Header and Footer of pdf

2008-06-12 Thread Atish Roy
Hi, I want to embed images in header and footer of a pdf. I'm using onStartPage and onEndPage, but the images are coming rotated and http://www.nabble.com/file/p17796138/test.pdf test.pdf What would be the probable cause of image getting tilted? Many thanks in advance. Atish -- View this messag

Re: [iText-questions] re move image

2008-06-12 Thread RastaM
Thanx alot Paulo! That helped me. You'll also have to browse the content stream and remove all the references to the missing image. PdfContentParser will help you with that. Paulo -- View this message in context: http://www.nabble.com/remove-image-tp17733775p17794695.html Sent from the iTex

Re: [iText-questions] Problem of Barcode Types with iText

2008-06-12 Thread Paulo Soares
Type B is currently not possible although it's not that difficult to do it yourself looking at the source code. Paulo - Original Message - From: "Iroshan Sanjeewa" <[EMAIL PROTECTED]> To: Sent: Thursday, June 12, 2008 3:54 AM Subject: [iText-questions] Problem of Barcode Types with iTe