Re: [iText-questions] Font Embedding

2008-03-17 Thread mister bean
There are many examples of embedding fonts in the tutorials on the site and in the book. If the you've copied the code and tried it with your own font and you get a font exception, then it's probably because the font you're using is not embeddable. If that's not the case, you should post the cod

Re: [iText-questions] (no subject)

2008-03-17 Thread Howard Shank
There is a Watermark Example in chapter 14 on page 438 in the book, iText in Action. There are also tutorials on the website that can help you out. http://itextdocs.lowagie.com/tutorial/ Regards, Howard Shank - Original Message From: Arathi Girimallappa <[EMAIL PROTECTED]> To: itext-qu

[iText-questions] (no subject)

2008-03-17 Thread Arathi Girimallappa
Hi, Please help me how to include water mark using xml and itext for pdf generation. Thanx, Arathi Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.c

Re: [iText-questions] tiff2pdf byte Array problem

2008-03-17 Thread Fabrizio Accatino
Post the source code where you use ByteArrayOutputStream. - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/_

Re: [iText-questions] tiff2pdf byte Array problem

2008-03-17 Thread Paulo Soares
So much code and nothing useful to see. If your problem is with ByteArrayOutputStream why don't you post the code that uses it? Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of marlonbrando > Sent: Monday, March 17, 2008 5:04 PM > To: itext

Re: [iText-questions] setHorizontalAlignment doesnt take effect :(

2008-03-17 Thread Paulo Soares
If you are using addElement() the alignment comes from the Paragraph, not from the cell. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of ZelluLoyd > Sent: Monday, March 17, 2008 11:57 AM > To: itext-questions@lists.sourceforge.net > Subje

[iText-questions] tiff2pdf byte Array problem

2008-03-17 Thread marlonbrando
hello to alli have write a little application that convert a multipage tiff to a multipage pdf... OutputStream fout =new FileOutputStream("result.pdf"); Document document = new Document(); PdfWriter writer = PdfWriter.getInstance(document,fout); try {

[iText-questions] setHorizontalAlignment doesnt take effect :(

2008-03-17 Thread ZelluLoyd
Hi, i have a problem with horizontal alignments. Short: They dont take any effect but in cells with images. I have a table with PdfPCells. For this cells i set individual alignments (vertical and horizontal). To some cells are added elements like phrases, others contain images. The vertical alig

Re: [iText-questions] Difference between itext and adobe when creating pdf's

2008-03-17 Thread George Bilalis
chrisbuch wrote: > > Hi, > > We want to create a pdf using 8 images. But when creating a pdf using > itext we get a filesize of about 25 MB for one pdf. This is not so > supprising if you take in consideration that we have about 8 images of > about 4 MB each. > > But when we use adobe indesign

[iText-questions] Font Embedding

2008-03-17 Thread charles chandran
Hi Experts, Can anyone tell me how to embed the font, i mean if the arial font is there in pdf, while using acrobat viewer alerting me with FontException, so need to register these font factories and then save to another pdf. Is it possible with iText or anyother free java api. Tha

Re: [iText-questions] iText, embed hidden raw data

2008-03-17 Thread Leonard Rosenthol
Yes, using embedded files is EXACTLY the right way to achieve what you want. Leonard On Mar 15, 2008, at 11:30 PM, [EMAIL PROTECTED] wrote: > Hi all, > > I have a requirement to generate pdf files and be able to compare > the files afterwards. For example, I would first generate > Version