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
nks
Rodrigo
Paulo Soares <[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 D
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 text
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
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 ne
Thanks
Rodrigo
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: ite
Hi,
I´m trying to use the new C# version (4.0.0) of iText but now I´m get this
error when I go to page 2 of my pdf document.
"Could not find the XObject named 'Xf1'"
This error doesn't occur when I use the prior release (3.1.8)
Does anyone know what this error means?
Than
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 i
age-> From: [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
Hi, I'm creating a ColumnText to write some text, but in some cases, the text doesn't fit. How can I get what 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 s
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);
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 horizontaly and verticaly. Thanks Rodrigo
Yahoo! Search
Música para ver
Hi I 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. Thanks Rodrigo
Novidade no Yahoo! Mail: receba alertas de novas mensagens no
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. Thanks Rodrigo
Novidade no Yahoo! Mail: receba alertas de novas mensagens no seu celular. Registre seu aparelho agora!-
t; escreveu: 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-questio
oject Management ** ** 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
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? Thanks Rodrigo
Yahoo! Search
Música para ver e ouvir: You'r
Thanks RodrigoMark 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 conve
Thanks RodrigoMark 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 conve
Hi, Is it possible to use iText to read a MS Office Word document and save it as a PDF file like adobe distiller? Thanks Rodrigo
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
On > Behalf Of Develop> Sent: Thursday, June 22, 2006 1:31 PM> To: Post all your questions about iText here> Subject: Re: [iText-questions] Pdf Colorspace> > I need to do this because my document will be printed at the > CMYK Colorspace. > > Thanks> > Rodrigo> >
D] > [mailto:[EMAIL 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 > un
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? Thanks Rodrigo
Yahoo! Copa 2006 - cobertura dos jogos em tempo real e
I'll look these articles. Thanks Rodrigobruno <[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.htm
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. Thanks RodrigoBruno Lowagie <[EMAIL PROTECTED]> escreveu: Develop wrote:> Hi,> > For my table, I'm using PdfPTable, so I will be able to get
where 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). Thanks RodrigoBruno Lowagie <[EMAIL PROTECTED]> escreveu: Develop wrote:> Hi,> > I need to know the height in points of my table and the t
Hi, I need to know the height in points of my table and the text inside a text box. Thanks RodrigoDevelop <[EMAIL PROTECTED]> escreveu:Hi, I need to put some text in a text box but I need to know what was the height that my text used of my box. Theres is a way to know the heigh
Hi, I need to put some text in a text box but I need to know what was the height that my text used of my box. Theres is a way to know the height of a table? Thanks Rodrigo __Fale com seus amigos de graça com o novo Yahoo! Messenger http:
onary.Paulo- Original Message ----- From: "Develop" <[EMAIL PROTECTED]>To: 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 possible to rotate a page of my PDF
Hi, I need to rotate 180 degrees. Thanks RodrigoDevelop <[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 c
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? Thanks Rodrigo
Abra sua conta no Yahoo! Mail - 1GB de
Hi, is it possible to work with more than one page at the same time, or I need to put all I need at one page, like text and images, and then 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? I will work with PdfContentB
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 http://br.download.yahoo.com/messen
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
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!
35 matches
Mail list logo