Re: [iText-questions] Question on Itext

2012-12-21 Thread satinderhundal
unsubscribe me. On Fri, Dec 21, 2012 at 3:28 PM, Paulo Soares wrote: > Tiles are not supported. > > Paulo > > On Thu, Dec 20, 2012 at 2:09 PM, Rosy rose wrote: > > Hi All, > > > > I am trying to convert the tiff file into pdf file but the conversion > fails > > if the tiff file has tiles. > > K

Re: [iText-questions] Question on Itext

2012-12-21 Thread Paulo Soares
Tiles are not supported. Paulo On Thu, Dec 20, 2012 at 2:09 PM, Rosy rose wrote: > Hi All, > > I am trying to convert the tiff file into pdf file but the conversion fails > if the tiff file has tiles. > Kindly suggest solution for the same. > > Regards > Rosy > >

[iText-questions] Question on Itext

2012-12-20 Thread Rosy rose
Hi All, I am trying to convert the tiff file into pdf file but the conversion fails if the tiff file has tiles. Kindly suggest solution for the same. Regards Rosy -- LogMeIn Rescue: Anywhere, Anytime Remote support for IT

Re: [iText-questions] Question on iText merge PDF's API

2009-04-02 Thread 1T3XT info
Siva Sivalenka wrote: > 1. After merging the PDF's using API. I am seeing some > additional/unnecessary white/blank spaces. How can I remove or filter them? Of course not: read http://1t3xt.be/?X000480 > 2. Can I merge two PDF documents, one in landscape mode and other one in > portrait mode in

Re: [iText-questions] Question on iText merge PDF's API

2009-04-02 Thread Alexis Pigeon
Hi Siva, 2009/4/1 Siva Sivalenka : > Hi, > > I have following two questions. It would be great if you can answer these > questions ASAP. > > Requirement: Merge Crystal Chart/Report PDF's > > 1. After merging the PDF's using API. I am seeing some > additional/unnecessary white/blank spaces. How can

[iText-questions] Question on iText merge PDF's API

2009-04-01 Thread Siva Sivalenka
Hi, I have following two questions. It would be great if you can answer these questions ASAP. Requirement: Merge Crystal Chart/Report PDF's 1. After merging the PDF's using API. I am seeing some additional/unnecessary white/blank spaces. How can I remove or filter them? 2. Can I merge two PDF

Re: [iText-questions] question on iText tiff2pdf

2008-11-05 Thread 1T3XT info
Ramprasad K wrote: > Hi, > > > > I am using iText tiff2pdf library to convert tiff to pdf.In my code I am > default scaling fit to A4 letter size as below. > > img.scaleToFit(PageSize.LETTER.getWidth(), PageSize.LETTER.getHeight()); I'm sorry, but what you are saying doesn't make sense: you

[iText-questions] question on iText tiff2pdf

2008-11-05 Thread Ramprasad K
Hi, I am using iText tiff2pdf library to convert tiff to pdf.In my code I am default scaling fit to A4 letter size as below. img.scaleToFit(PageSize.LETTER.getWidth(), PageSize.LETTER.getHeight()); Instead of that I need to fit it to size of the tiff file as it is varying. So what chang

Re: [iText-questions] Question on iText license

2008-01-25 Thread Bruno Lowagie
Marek Bęgowski wrote: > Hi, > > I would like to develop a web application where the user can generate > and download PDF files. OK > Can I use iText in such an application even if I get money for the > downloaded files. Yes you can. For instance: the Belgian Railway company NMBS used iText to

[iText-questions] Question on iText license

2008-01-25 Thread Marek Bęgowski
Hi, I would like to develop a web application where the user can generate and download PDF files. Can I use iText in such an application even if I get money for the downloaded files. Sincerely, Marek Begowski begin:vcard fn;quoted-printable:Marek B=C4=99gowski n;quoted-printable:B=C4=99go

Re: [iText-questions] Question on itext

2007-05-10 Thread Bruno Lowagie (iText)
PR, Rajesh (GE Infra, Energy) wrote: > Hi, > > We are extensively using itext in our projects. Then you're probably making a lot of money using our free software. Fortunately if you're extensively using iText you have bought many copies of my book. Oh wait, you didn't, because if you did, y

Re: [iText-questions] Question on itext

2007-05-09 Thread Brian McKeever
On 5/9/07, PR, Rajesh (GE Infra, Energy) <[EMAIL PROTECTED]> wrote: > My requirement is that, i should be able to generate a pdf in both > English and Spanish. How do i do such stuff? What does this mean? A single PDF in two languages? Your first question should be "does the PDF format support t

Re: [iText-questions] Question on itext

2007-05-09 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of PR, Rajesh (GE Infra, Energy) > Sent: Wednesday, May 09, 2007 3:53 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Question on itext >

[iText-questions] Question on itext

2007-05-09 Thread PR, Rajesh (GE Infra, Energy)
Hi, We are extensively using itext in our projects. I want to know, if itext supports multilingual capability. My requirement is that, i should be able to generate a pdf in both English and Spanish. How do i do such stuff? If anyone can provide a sample implementation, that would be great.