Re: [iText-questions] getting the information of images in PDF file

2007-06-19 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of linkjaya > Sent: Tuesday, June 19, 2007 11:52 AM > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] getting the information of > images in PDF

Re: [iText-questions] getting the information of images in PDF file

2007-06-19 Thread linkjaya
> Paulo > >> -Original Message- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] On >> Behalf Of linkjaya >> Sent: Thursday, June 14, 2007 5:20 AM >> To: itext-questions@lists.sourceforge.net >> Subject: Re: [iText-questions] getting the i

Re: [iText-questions] getting the information of images in PDF file

2007-06-14 Thread Paulo Soares
Re: [iText-questions] getting the information of > images in PDF file > > > Hello all, > > Thanks for your reply. > Can some one write how to extract an embedded profile and use > that to set > the > colorspace to ICCBased with the profile as stream data.

Re: [iText-questions] getting the information of images in PDF file

2007-06-13 Thread linkjaya
Hello all, Thanks for your reply. Can some one write how to extract an embedded profile and use that to set the colorspace to ICCBased with the profile as stream data. such that i could read that colorspace after i create PDF. Thanks and Regards Jaya N pasachhe. Leonard Rosenthol wrote: >

Re: [iText-questions] getting the information of images in PDF file

2007-06-13 Thread Leonard Rosenthol
On Jun 13, 2007, at 6:38 AM, Paulo Soares wrote: > I thought that for JPEG the image stream contained everything, > including the > icc profiles, and didn't need any further action in the PDF. > No, Acrobat doesn't read the embedded profiles in the DCT./JPEG data. So all of these ima

Re: [iText-questions] getting the information of images in PDF file

2007-06-13 Thread Paulo Soares
uot; Sent: Wednesday, June 13, 2007 2:13 PM Subject: Re: [iText-questions] getting the information of images in PDF file > How did you create this PDF from those images? > > Whatever program you used or settings were applied did NOT translate > the ICC profiles into the PDF :(. In

Re: [iText-questions] getting the information of images in PDF file

2007-06-13 Thread Leonard Rosenthol
How did you create this PDF from those images? Whatever program you used or settings were applied did NOT translate the ICC profiles into the PDF :(. Instead, it simply made each JPEG as simple "RGB" and not "tagged RGB". Leonard On Jun 13, 2007, at 4:58 AM, linkjaya wrote: > Thanks for you

Re: [iText-questions] getting the information of images in PDF file

2007-06-13 Thread linkjaya
can't add more. > > Paulo > > - Original Message - > From: "linkjaya" <[EMAIL PROTECTED]> > To: > Sent: Wednesday, June 13, 2007 12:22 PM > Subject: Re: [iText-questions] getting the information of images in PDF > file > > >> >

Re: [iText-questions] getting the information of images in PDF file

2007-06-13 Thread Paulo Soares
regards > Jaya N Pasachhe. > > Paulo Soares wrote: >> >> You'll have to look at the page resources and any form xobject that the >> page >> contains. There is code in BaseFont to find the fonts, you can adapt it >> to >> find the images. >> >

Re: [iText-questions] getting the information of images in PDF file

2007-06-13 Thread linkjaya
nd the images. > > Paulo > > - Original Message - > From: "linkjaya" <[EMAIL PROTECTED]> > To: > Sent: Monday, June 11, 2007 12:59 PM > Subject: [iText-questions] getting the information of images in PDF file > > >> >> Hello ALL

Re: [iText-questions] getting the information of images in PDF file

2007-06-13 Thread Bruno Lowagie
Paulo Soares wrote: > You'll have to look at the page resources and any form xobject that the page > contains. There is code in BaseFont to find the fonts, you can adapt it to > find the images. There's a plug-in called ImageXRefViewer in the iText toolbox: http://itexttoolbox.sourceforge.net/ I

Re: [iText-questions] getting the information of images in PDF file

2007-06-13 Thread Paulo Soares
2007 12:59 PM Subject: [iText-questions] getting the information of images in PDF file > > Hello ALL, > > I have created a PDF file which contains some images. How can i get the > information about images on that PDF later when i need it. The infomation > are color space , size etc

[iText-questions] getting the information of images in PDF file

2007-06-12 Thread linkjaya
Hello ALL, I have created a PDF file which contains some images. How can i get the information about images on that PDF later when i need it. The infomation are color space , size etc. Is there any standard way to find out the images on the PDF file and get the infomation of it? Can some one sen