Re: [iText-questions] How can I set the width only for the first column in a pdfpcell in iTextSharp version 4.0.4

2008-01-02 Thread Bruno Lowagie
shaukat saleem wrote: Please can anybody answer the question, i need it. Thanks. I don't understand the question because you wrote: in all those examples we know the number of columns beforehand, in my case the columns are generated dynamically. I don't understand how you are creating a Pd

Re: [iText-questions] How can I set the width only for the first column in a pdfpcell in iTextSharp version 4.0.4

2008-01-02 Thread shaukat saleem
Please can anybody answer the question, i need it. Thanks. Saleem, Shaukat fmr.com> writes: > > > > Hi, > > I am sorry if this question sounds the same but I looked through the mailing archive and could not find it. > > > I have a PdfPTable with dynamic columns. I want to set a different

Re: [iText-questions] convert multi-pages TIFF into PDF with matched page size.

2008-01-02 Thread Bruno Lowagie
EricMacau wrote: Would you please to show me a simple example? http://itexttoolbox.svn.sourceforge.net/viewvc/itexttoolbox/main/src/com/lowagie/tools/plugins/Tiff2Pdf.java?revision=110&view=markup Have a look at the execute() method, more specifically: Image img = TiffImage.getTiffImage(ra, 1

[iText-questions] convert multi-pages TIFF into PDF with matched page size.

2008-01-02 Thread EricMacau
Hello, How can I convert a multi-pages TIFF into PDF with correct page size that in TIFF? For example, if the TIFF contains different page size (A4, A3, landscape and portrait), how can I convert them into PDF with matched page size? In the TIFF, page1 is A4 (portrait), page2 is A4(landscape),

[iText-questions] Convert TIFF to PDF with correct page size

2008-01-02 Thread Eric Chow
Hello, How can I convert a multi-pages TIFF into PDF with correct page size that in TIFF? For example, if the TIFF contains different page size (A4, A3, landscape and portrait), how can I convert them into PDF with matched page size? Would you please to show me a simple example? Best regards, E

Re: [iText-questions] Not working in WSAD

2008-01-02 Thread subhas sing
Thank you Bruno for quick reply. - Original Message From: Bruno Lowagie <[EMAIL PROTECTED]> To: Post all your questions about iText here Sent: Monday, 31 December, 2007 12:55:43 AM Subject: Re: [iText-questions] Not working in WSAD subhas sing wrote: > But the same code working fine wi

Re: [iText-questions] rtf encoding problem with itext 2.0.7

2008-01-02 Thread Howard Shank
>From what I know at the moment, the only Code Page iText RTF supports is 1252. >It is hard coded cannot be changed. It is one of the items I am looking at for >a future update, but don't hold your breath for that one, it may be quite some >time. I haven't tested this code, but here's an exampl

Re: [iText-questions] rtf encoding problem with itext 2.0.7

2008-01-02 Thread Abid Hussain
Hi, thanks for help. Do you know how to do the conversion of encoding? And second, is there a way to change the encoding of a rtf-document (e.g. to UTF-8)? Regards, Abid Howard Shank schrieb: > The RTF writes text to the file in ANSI Code Page 1252. Convert your data > stream coming from yo

Re: [iText-questions] rtf encoding problem with itext 2.0.7

2008-01-02 Thread Howard Shank
The RTF writes text to the file in ANSI Code Page 1252. Convert your data stream coming from your database to this and the write it. Howard Shank - Original Message From: Abid Hussain <[EMAIL PROTECTED]> To: iText-questions@lists.sourceforge.net Sent: Wednesday, January 2, 2008 7:19:28

[iText-questions] Update an existing PDF to output the current date each time it is printed

2008-01-02 Thread David Pick
I need to amend an existing PDF such that the current date is output in a header/footer each time the document is printed. I have tried a couple of solutions without success. I have worked out that you can add a javascript action on the WILL_PRINT event but how to I get the javascript to inser

[iText-questions] rtf encoding problem with itext 2.0.7

2008-01-02 Thread Abid Hussain
Hi everybody, I've tried to update from 1.4.6 to 2.0.7 and have encountered a problem with rtf-Generation which I think is something about character encoding. I retrieve textual data from DB - which is encoded in SQL_ASCII - and then place it in a rtf document. When I open the document with MS

[iText-questions] How can I set the width only for the first column in a pdfpcell in iTextSharp version 4.0.4

2008-01-02 Thread Saleem, Shaukat
Hi, I am sorry if this question sounds the same but I looked through the mailing archive and could not find it. I have a PdfPTable with dynamic columns. I want to set a different width for the first column only and rest of the columns with a different width. I have seen the examples which show t

Re: [iText-questions] Permission for the iText dll

2008-01-02 Thread Fabrizio Accatino
http://www.nabble.com/System.Security.SecurityException%3A-That-assembly-does-not-allow-partially-trusted-callers.-to14433163.html Fabrizio On Jan 1, 2008 8:08 PM, Dan Erez <[EMAIL PROTECTED]> wrote: > Hello, > > I've installed the iText dll on my .NET site, but the host server blocks > it

Re: [iText-questions] Convert PDF to PDF-A/1B (Font, color and compression)

2008-01-02 Thread palmelas
Thanks you for your answer Palmelas Leonard Rosenthol wrote: > > iText supports the creation, from scratch, of PDF/A documents but > does NOT support the CONVERSION of PDF->PDF/A. For that you will > need a commercial solution such as Adobe Acrobat, pdfaPilot, etc. > > Leonard > > On De

[iText-questions] Permission for the iText dll

2008-01-02 Thread Dan Erez
Hello, I've installed the iText dll on my .NET site, but the host server blocks it because it requires full permission while the host allows medium permissions. Can u pls recompile the dll with medium permission required ? Thanks, Danny Erez SLA Team Leader 02-5885217

Re: [iText-questions] iText-questions Digest, Vol 19, Issue 85

2008-01-02 Thread Bruno Lowagie
BACQ Jean-sébastien wrote: Lors de la creation de PdfFormField soit avec createCombo ou TextField la taille des caractères s'adapte proportionnellement à l'instance Rectangle TextField extends BaseField. BaseField a une méthode setFontSize(float fontSize); The Javadoc comments explain: "If 0 th

Re: [iText-questions] iText-questions Digest, Vol 19, Issue 85

2008-01-02 Thread BACQ Jean-sébastien
Salut, Trop fort le Quadding !! Cependant, j'ai encore un petit problème à résoudre avant de partir sur mon dev de génération de formulaires avec GWT ! Lors de la creation de PdfFormField soit avec createCombo ou TextField la taille des caractères s'adapte proportionnellement à l'instance Recta