RE: [iText-questions] Re: Please help me on PDF in Acrobat Reader 6!

2004-04-07 Thread gary . tang
I am using Reader 6.0.1. It still has the problem! thanks a lot! Best Regards Gary Tang Consultant "Reller, Tony

[iText-questions] PDF table header is detached from its body

2004-04-07 Thread Alexander Kolomietz
Title: Message Hello All!   I am using iText 1.02b to generate PDF documents which are essentially a number of tables. Often tables span multiple pages. I use endHeaders() method to make iText to print table headers at the beginning of each page. I ran into one problem: sometime, when a new

[iText-questions] RTF functionality was tested with?

2004-04-07 Thread fff ffff
I was wondering what programs were used to test the rtf files that are created using iText. More specifically the TOC feature. I've created an rtf file with a TOC and opened it with Word 2000 and it works properly, but opening it in OpenOffice doesn't. Is the TOC only compatible with Word? Has

[iText-questions] Watermark

2004-04-07 Thread Vladlen Bray
This is a code I'm using, taken directly from itext-paulo-130 version: public void onStartPage(PdfWriter writer, Document document) { if (writer.getPageNumber() < 3) { PdfContentByte cb = writer.getDirectContentUnder(); cb.saveState(); cb.setColorFill(Color.p

RE: [iText-questions] Re: Accurate printing onto pre printed forms

2004-04-07 Thread Bill Ensley
Title: Re: Accurate printing onto pre printed forms There should not be a problem getting exact coordinates Printing a PDF to a Postscript printer. A non-postscript printer may have problems but this is what Postscript was invented to fix.   Bill Ensley Bear Printing -Original Messa

Re: [iText-questions] Re: Accurate printing onto pre printed forms

2004-04-07 Thread Leonard Rosenthol
At 04:36 AM 4/6/2004, Brockman Helen, Slough wrote: Leonard, I accept that no printer can print at the very edges of the paper, but I believe that my issue is about whether the x, y co-ordinates used by PDF get measured from the very edge or not. In other words, how to arrange things so that a gi

Re: Spam Alert: [iText-questions] Font mapping

2004-04-07 Thread Leonard Rosenthol
At 12:21 AM 4/6/2004, Rainer Langbehn wrote: We need to map some base-14 fonts (the newer ones) to their former set of base-14 fonts to be downwards compatible (PDF 1.2, Acrobat 3.0), e.g. Just embed the fonts and there won't be any issues. Arial MT -> Helvetica Times New Roman PS MT

RE: [iText-questions] IOException (Invalid object number)

2004-04-07 Thread Paulo Soares
You have a broken pdf. Either the tool generates bad pdfs or what you have in the blob is not what's on file. Does it work if the pdf is read directly from file? Best Regards, Paulo Soares > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Panagiot

[iText-questions] IOException (Invalid object number)

2004-04-07 Thread Panagiotis Varlagas
Hi everybody! This is my first posting to the list. I am experiencing the following problem: I get a PDF from a 3rd-party tool, which shows pretty fine as is. However, I wish to "massage" it through iText. What, happens is that before I even begin doing any "massaging", I get an IOException at t

Re: [iText-questions] Getting Unicode into Paragraph (russian chars)

2004-04-07 Thread Graham Leggett
Jass wrote: In the resulting file nothing was displayed where those russiona characters should have been displayed. I tried with different fonts, still didn't work. However, displaying some greek characters instead worked. Any help would greatly appreciated! A lot of fonts have many of the charact

Re: [iText-questions] Getting Unicode into Paragraph (russian chars)

2004-04-07 Thread Jass
Hi everybody! I'm trying to get some russian characters (or actually whatever tricky characters into PDF). So for starters I took the simple example from iText tutorial and tried with a couple of russian characters: BaseFont bfComic = BaseFont.createFont("c:\\winnt\\fonts\\comic.ttf",

RE: [iText-questions] Flattening forms with iText

2004-04-07 Thread Paulo Soares
That's strange. Send me the original pdf and the pdf after flattening. Best Regards, Paulo Soares > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Matthew Kahn > Sent: Wednesday, April 07, 2004 3:47 AM > To: [EMAIL PROTECTED] > Subject: [iText-q

[iText-questions] Embedding Postscript / Alternating print trays

2004-04-07 Thread Phil Browne
Does anyone know if it is possible to embed postscript (or other) in a PDF using iText that will send printer specific codes in order to get Page 1 to print (for example) to Printer Tray 1, Page 2 to print to Tray 2, Page 3 to Tray 1 again, etc? Many thanks Phil For the latest data on the

[iText-questions] RTF - Image in the header

2004-04-07 Thread Shubhashini Kanekal
  Hi! I am generating an RTF document which needs to have an image in the header.i have made a table and have put the image in that table but i am not able to put the table in the Header and Footer object. My page contains a table which is dynamically populated. Hence the page contents/size is a

Re: [iText-questions] Re: Please help me on PDF in Acrobat Reader 6!

2004-04-07 Thread gary . tang
Hi, Sam: It doesn't work for me! Thanks a lot! Gary Tang Sr,Consultant sam smith

[iText-questions] Example

2004-04-07 Thread Deschenes, Denis
Title: Message I'm working on a project where we want to generate W-2 online. The user would push a button to print W-2. At this point we would extract the W-2 data , create a PDF document (maybe we can use a already created PDF document that looks like a W-2) merge the extracted data into t