[iText-questions] mixed A3/A3 Pdf documents

2004-09-15 Thread Giacomo Galletto
Hi, I'm using iText to generate Pdf documents from a java program. These documents have only one image per page. The images are stored in jpg files in the HD after they were scanned from an acquisition device. The format of the paper scanner can be A4 (or less) or A3, so I need to generate Pdf

[iText-questions] language support question

2004-09-15 Thread Ayman Nour El Din
Hello, I have a question about your iText. Can you think of any reason why Arabic text is not showing in the generated pdf while it is showing in the test Html file? Please help Thank you so much Ayman Nour El Din

RE: [iText-questions] language support question

2004-09-15 Thread Paulo Soares
Arabic text will only work in ColumnText and PdfPTable. Best Regards, Paulo Soares From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ayman Nour El DinSent: Wednesday, September 15, 2004 7:25 AMTo: [EMAIL PROTECTED]Subject: [iText-questions] language

RE: [iText-questions] language support question

2004-09-15 Thread Mohamed Ramadan
Dear Ayman Please clarify how you write arabic pdf . thank you -Original Message- From: Ayman Nour El Din [mailto:[EMAIL PROTECTED] Sent: 15/09/2004 09:24 To: [EMAIL PROTECTED] Cc: Subject: [iText-questions] language support question

RE: [iText-questions] mixed A3/A3 Pdf documents

2004-09-15 Thread Paulo Soares
That won't work. You are making the image the same size as the page without taking into account the margins. If you want both to be the same size: boolean open = false; for (int i=0; iimages.size(); i++) { byte[] imageByte = jpegEncoder.jpegToByte(images.elementAt(i));

RE: [iText-questions] language support question

2004-09-15 Thread Paulo Soares
See the example arabic_hebrew.java at itextpdf.sf.net. Best Regards, Paulo Soares -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mohamed Ramadan Sent: Wednesday, September 15, 2004 9:46 AM To: Ayman Nour El Din; [EMAIL PROTECTED] Subject: RE:

[iText-questions] Automatic Page Break support

2004-09-15 Thread SatyaNagesh
We are using iText for generating the PDF. When the content is more than a page around (8000 characters), it is overflowing and not putting automatically page breaks. Does iText support automatic page breaks? Thanks Satya __ Do you

RE: [iText-questions] language support question

2004-09-15 Thread Youssef Eldakar
Yes, if your input is not ligaturized, you need to ligaturize it. iText has a class called ArabicLigaturizer. Take a look at its source code. Youssef Eldakar Bibliotheca Alexandrina -Original Message- From: Ayman Nour El Din [mailto:[EMAIL PROTECTED] Sent: Wed

[iText-questions] Illegal operation 'm' inside a text object with itext 0.91 Ac robat Reader 5 or 6

2004-09-15 Thread PLOYAERT Thierry (WYNIWYG)
Title: Illegal operation 'm' inside a text object with itext 0.91 Acrobat Reader 5 or 6 Hi, I have the following error message when i try to view generated pdf : Illegal operation 'm' inside a text object Despite of the error message, the document appears but it's impossible to print it.

RE: [iText-questions] language support question

2004-09-15 Thread Paulo Soares
There's no need to complicate. iText receives the characters in the Arabic form and transforms it in the presentation form with all the ligatures, reordering, number conversion (if asked too). You must use ColumnText or PdfPTable for that to work and set the direction to RTL. See the example I

RE: [iText-questions] language support question

2004-09-15 Thread Mohamed Ramadan
Dear Ayman Al slam 3lykom you may make some changes to your code BaseFont.createFont(c:\\winnt\\fonts\\arialuni.ttf,BaseFont.WINANSI,BaseFont.EMBEDDED); this not for unicode fonts so you must use BaseFont.createFont(c:\\windows\\fonts\\arialuni.ttf,BaseFont.IDENTITY_H,BaseFont.EMBEDDED);

RE: [iText-questions] PdfCopyFields problem?

2004-09-15 Thread Malloy, James
Title: PdfCopyFields problem? It seems to expand the field itself. I managed to get the text resize to work but I think resizing the field is more desirable to my client. Is this done through the setFieldProperties method as well? I appreciate your helping me on this. -Original

RE: [iText-questions] PdfCopyFields problem?

2004-09-15 Thread Paulo Soares
Title: PdfCopyFields problem? From: Malloy, James [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 15, 2004 1:24 PMTo: Paulo Soares; [EMAIL PROTECTED]Subject: RE: [iText-questions] PdfCopyFields problem? It seems to expand the field itself. That's not

RE: [iText-questions] Illegal operation 'm' inside a text object with itext 0.91 Ac robat Reader 5 or 6

2004-09-15 Thread Paulo Soares
Title: "Illegal operation 'm' inside a text object" with itext 0.91 & Acrobat Reader 5 or 6 That's a bug in your program. Recent Acrobat versions catch more bugs. You have a move() inside your beginText()/endText(). You can try with the latest version but I doubt that the problem will go

[iText-questions] Insufficient data for an image after using split_pdf

2004-09-15 Thread Neil Pitman \(Aquaforest\)
Acrobat Reader gives Insufficient data for an image when attempting to display a file generated using split_pdf (in tools).  The source PDF document, which contains a set of TIFF Images, displays without error. Examining the PDF files themselves, the original file has the first image as

RE: [iText-questions] Insufficient data for an image after using split_pdf

2004-09-15 Thread Paulo Soares
You may have a corrupt original that Acrobat can fix. Did you try with the version at itextpdf.sf.net? If it still doesn't work send me the pdf. Best Regards, Paulo Soares From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Neil Pitman (Aquaforest)Sent:

[iText-questions] XML support in iText-paulo versions

2004-09-15 Thread Steve Appling
Will the XML support be added to the itext-paulo experimental version eventually or has it been intentionally (and permanently) removed? --- This SF.Net email is sponsored by: thawte's Crypto Challenge Vl Crack the code and win a Sony DCRHC40

RE: [iText-questions] XML support in iText-paulo versions

2004-09-15 Thread Paulo Soares
Title: [iText-questions] XML support in iText-paulo versions There's nothing to add or remove. The XML part is in separate jars that you can still use in itext-paulo. Best Regards, Paulo Soares From: [EMAIL PROTECTED] on behalf of Steve ApplingSent: Wed 15-Sep-04 22:12To: [EMAIL

[iText-questions] Re: html to pdf

2004-09-15 Thread Jim Hurne
Hello Meghal, My team has actually decided to take a slightly different route from attempting to convert the HTML to PDF. We are generating the files that we needed to convert directly, using XML files as templates. Nonetheless, I think I can give you some advice. The doc.resetPageCount()

[iText-questions] Asking again: What CJK fonts don't pass FontFactory.contains()

2004-09-15 Thread David Thielen
Hi; Paulo said that calling FontFactory.contains() will return true for all fonts that can handle IDENTITY-H except CJK fonts. Is this all CJK fonts or just the ones in iTextAsian.jar? And if it's just the ones in iTextAsian.jar, what are the font names of all the fonts in there? Thanks - dave

[iText-questions] Query

2004-09-15 Thread Gupta_Sachin
Title: Query hi , now i am a member of itext tell me how to go about it . 1: tell me the link 2: username and password if any. 3: how to post my query. 4: how to view my query and its solution. Thanks Regards: Sachin Gupta Satyam Computer Services Ltd SRU-GEGDC Hyderabad (STC) Cell :