[iText-questions] Image extraction with iText

2007-03-09 Thread Develop
Hi, Can I use iTextSharp do do extract images from PDF files? If yes, does anyone has examples how to do this? I'm trying to extract without success. Thanks Rodrigo __ Fale com seus amigos de graça com o novo Yahoo! Messenger

[iText-questions] Get information from AcroForms

2007-03-06 Thread Develop
Hi, I need to get information from acroforms. I need to read an PDF and identify textfield and buttonfiled. This I can do following the examples and I can get informations from positions. But I need get some extra information like rotation, text color, font name, font size, etc for

Re: [iText-questions] Get information from AcroForms

2007-03-06 Thread Develop
[EMAIL PROTECTED] escreveu: Look at AcroFields source code. You'll need the pdf reference to understand what's going on. Paulo -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Develop Sent: Tuesday, March 06, 2007 4:40 PM To: itext-questions

[iText-questions] Edit text and images from PDF

2007-03-05 Thread Develop
Hi, Is it possible to edit text and image from a pdf document using itext? What I need is: I'll have a PDF document that will be my template. I need to find tags in text like ||Name|| and then replace for the real name, like John. I need to do something like with the images, that is, I

Re: [iText-questions] Edit text and images from PDF

2007-03-05 Thread Develop
Thanks Rodrigo Bruno Lowagie (iText) [EMAIL PROTECTED] escreveu: Develop wrote: Hi, Is it possible to edit text and image from a pdf document using itext? PDF is a Page Description Language. Not a Word Processing format. What I need is: I'll have a PDF document that will be my

Re: [iText-questions] New iText version problem

2007-02-27 Thread Develop
Paulo Soares [EMAIL PROTECTED] escreveu: Post the code needed to reproduce the problem. Paulo -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Develop Sent: Wednesday, February 21, 2007 1:50 PM To: itext-questions@lists.sourceforge.net Subject

[iText-questions] Remain Text on ColumnText

2006-10-24 Thread Develop
Hi,I'm creating a ColumnText to write some text, but in some cases, the text doesn't fit. How can I getwhat was the text that didn't fit?Example: I have this text: "Lorem ipsum dolor sit amet,consectetuer adipiscing elit.Integer libero. Praesent ac nibh.Integer nulla est, sagittis

Re: [iText-questions] Remain Text on ColumnText

2006-10-24 Thread Develop
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Develop Sent: Tuesday, October 24, 2006 3:26 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Remain Text on ColumnText Hi, I'm creating a ColumnText to write some text, but in some cases, the text doesn't fit. How

Re: [iText-questions] Remain Text on ColumnText

2006-10-24 Thread Develop
I've looked all methods ans properties of columntext but I can't find where is stored the text. Could you show me?ThanksBruno Lowagie [EMAIL PROTECTED] escreveu: Develop wrote: I don't need to put the remain text inside another column text. What I need is to get the remain text at runtime

[iText-questions] Tag ICC Profile Image

2006-10-05 Thread Develop
Hi,I'm using the .NET version of iText.I'm trying to tag an image with an icc profile. Here is the code:Stream stream = new FileStream("C:\\USWebCoatedSWOP.icc", FileMode.Open); byte[] buffer = new byte[stream.Length]; stream.Read(buffer, 0, buffer.Length); myimage.TagICC =

[iText-questions] Middle Alignment with ColumnText

2006-09-12 Thread Develop
Hi,Is it possible to have Element.ALIGN_MIDDLE with ColumnText? I'm trying to do this, but when I set the alignment to middle, it is ignored.What I need is a ColumnText where my text should be centered horizontalyand verticaly.ThanksRodrigo Yahoo! Search Música para ver e

[iText-questions] MultiColumnText

2006-08-04 Thread Develop
HiI want to use MultiColumnText but I need to write them inside a PdfTemplate, but I can´t find a way to do this. Is it possible to do? How can I do this? If someone has an example, please, post it to me.ThanksRodrigo Novidade no Yahoo! Mail: receba alertas de novas mensagens no

[iText-questions] Template with color

2006-07-31 Thread Develop
Hi, Is it possible to create a template with a determined color? For example, I need to create a template area with a background blue color.ThanksRodrigo Novidade no Yahoo! Mail: receba alertas de novas mensagens no seu celular. Registre seu aparelho

Re: [iText-questions] Complex XML

2006-06-27 Thread Develop
: Have a look at http://ujac.sourceforge.net/.Paulo -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Develop Sent: Monday, June 26, 2006 7:34 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Complex XML Hi, Can I define complex XML

[iText-questions] MS Word to PDF

2006-06-26 Thread Develop
Hi,Is it possible to use iText to read a MS Office Word document and save it as a PDF file like adobe distiller?ThanksRodrigo Novidade no Yahoo! Mail: receba alertas de novas mensagens no seu celular. Registre seu aparelho agora!Using Tomcat but need to do more? Need to support

Re: [iText-questions] MS Word to PDF

2006-06-26 Thread Develop
ThanksRodrigoMark Storer [EMAIL PROTECTED] escreveu: No. iText is capable of reading and writing PDF just fine, but it doesn't speak "Word". There are some third-party apps out there that do, but I the only Open Source project I can think of is OpenOffice.org (which supports PDF

Re: [iText-questions] MS Word to PDF

2006-06-26 Thread Develop
ThanksRodrigoMark Storer [EMAIL PROTECTED] escreveu: No. iText is capable of reading and writing PDF just fine, but it doesn't speak "Word". There are some third-party apps out there that do, but I the only Open Source project I can think of is OpenOffice.org (which supports PDF

[iText-questions] Complex XML

2006-06-26 Thread Develop
Hi,Can I define complex XML files where I will have objects (images, multi-colum text, tables, etc) positioned at exact places of my document? If it is possible, where can I find more examples of xml files to create pdf?ThanksRodrigo Yahoo! Search Música para ver e ouvir: You're

Re: [iText-questions] MS Word to PDF

2006-06-26 Thread Develop
** ** Aloizio Silva ** http://www.dcc.ufmg.br/~aloizio ** ** Mobile Computer and Network Optimization **On Mon, 26 Jun 2006, Develop wrote: Hi, Is it possible to use iText to read a MS Office Word document and save it as a PDF file like adobe distiller

Re: [iText-questions] Pdf Colorspace

2006-06-23 Thread Develop
ThanksRodrigoPaulo Soares [EMAIL PROTECTED] escreveu: Read page 227 of the pdf reference. I think that you are expecting it tochange whatever colorspace to CMYK and this is not the case.Paulo -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Develop

Re: [iText-questions] Pdf Colorspace

2006-06-22 Thread Develop
PROTECTED] On Behalf Of Develop Sent: Wednesday, June 21, 2006 8:35 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Pdf Colorspace Hi, I'm trying to use PdfWriter.SetDefaultColorspace but I can't understand what should I put at the parameters of this method. Can anyone

[iText-questions] Pdf Colorspace

2006-06-21 Thread Develop
Hi,I'm trying to use PdfWriter.SetDefaultColorspace but I can't understand what should I put at the parameters of this method. Can anyone put an example how should I use this method to set to CMYK colorspace?ThanksRodrigo Yahoo! Copa 2006 - cobertura dos jogos em tempo real e

Re: [iText-questions] Height of a Text Box

2006-06-12 Thread Develop
Hi,Could you please give me a sample how can I do this? It's a little confused for me. I'm new at this library.ThanksRodrigoBruno Lowagie [EMAIL PROTECTED] escreveu: Develop wrote: Hi, For my table, I'm using PdfPTable, so I will be able to get the total height of my table. Now I

Re: [iText-questions] Height of a Text Box

2006-06-12 Thread Develop
I'll look these articles.ThanksRodrigobruno [EMAIL PROTECTED] escreveu: Develop wrote: Hi, Could you please give me a sample how can I do this?You'll find examples on page events here:http://itextdocs.lowagie.com/tutorial/objects/tables/pdfptable/index.html#celleventsand on page 2 and 3

[iText-questions] Height of a Text Box

2006-06-09 Thread Develop
Hi,I need to put some text in a text box but I need to know whatwas the height that my text used of my box. Theres is a way to know the height of a table?ThanksRodrigo __Fale com seus amigos de graça com o novo Yahoo! Messenger

Re: [iText-questions] Height of a Text Box

2006-06-09 Thread Develop
the text finish. I need to know because I need to put something right after the end of the text (an image, a table, other text box).ThanksRodrigoBruno Lowagie [EMAIL PROTECTED] escreveu: Develop wrote: Hi, I need to know the height in points of my table and the text inside a text box.I repeat

Re: [iText-questions] Rotate Pdf Pages

2006-06-01 Thread Develop
Message - From: "Develop" <[EMAIL PROTECTED]>To: <ITEXT-QUESTIONS@LISTS.SOURCEFORGE.NET>Sent: Wednesday, May 31, 2006 8:54 PMSubject: Re: [iText-questions] Rotate Pdf PagesHi,I need to rotate 180 degrees.ThanksRodrigoDevelop <[EMAIL PROTECTED]>escreveu:Hi,Is it possibl

[iText-questions] Rotate Pdf Pages

2006-05-31 Thread Develop
Hi,Is it possible to rotate a page of my PDF document? I'm creating a document and when I finish to put text and images at an even page, I need to rotate it. Can someone post an example how can I rotate a page of my document?ThanksRodrigo Abra sua conta no Yahoo! Mail - 1GB de

Re: [iText-questions] Rotate Pdf Pages

2006-05-31 Thread Develop
Hi,I need to rotate 180 degrees.ThanksRodrigoDevelop [EMAIL PROTECTED] escreveu:Hi,Is it possible to rotate a page of my PDF document? I'm creating a document and when I finish to put text and images at an even page, I need to rotate it. Can someone post an example how can I

[iText-questions] PDF pages at same time

2005-12-02 Thread Develop
Hi,is it possible to work with more than one page at the same time, orI need to put all I need at one page, like text and images, andthen after I create a new page and put text and images ?If I'm working at page 2, is it possible to put something at page 1? Iwillwork with PdfContentByte.

[iText-questions] Compression

2005-08-30 Thread Develop
Hi, Is it possible to compress images that I insert into the PDF? This is because I'm getting large PDF files when I insert images. Thanks Rodrigo__Converse com seus amigos em tempo real com o Yahoo! Messenger

[iText-questions] Rotated text inside a text box

2005-08-26 Thread Develop
Hi, I'm new to iText and I would like to do how is the best way that I can write a rotated text inside a text box. I will have a box with width 200, height 500 and 200,200 of x,y position. Thansk Rodrigo Yahoo! Acesso Grátis: Internet rápida e grátis. Instale o discador agora!

[iText-questions] Positioning from top to bottom

2005-08-26 Thread Develop
Hi, I would like to know if is possible to positioning text, images, colum text, etc, starting from upper x left/upper y left and not from bottom x left/bottom y left What I would to know is that my 0,0 position should start from top to bottom and not from bottom to top Thanks Rodrigo Yahoo!