Re: [iText-questions] Question about itext

2012-07-27 Thread iText Info
Op 25/07/2012 13:51, Pravin Wagh schreef: Hi, When we have i/p as multipage Pdf and when we split those pdf using following code ..*- * You're code isn't OK, it throws away all interactivity and properties from the original document. * *is there any possibility of loosing the Properties

Re: [iText-questions] Question about itext

2012-07-27 Thread iText Info
Op 25/07/2012 13:31, Pravin Wagh schreef: > Hi, > > Can i get background color for the PDF in itext. No, not in a trivial way. > > Could you please help me to read the table in the exsiting PDF in iText. No > > and to read the background color of Cell from table.. > > No.

[iText-questions] Question about itext

2012-07-25 Thread Pravin Wagh
Hi, Can i get background color for the PDF in itext. or Could you please help me to read the table in the exsiting PDF in iText. and to read the background color of Cell from table.. Thanks Pravin -- Live Security

[iText-questions] Question about itext

2012-07-25 Thread Pravin Wagh
Hi, When we have i/p as multipage Pdf and when we split those pdf using following code .. *PdfCopy writer = new PdfCopy(document, new FileOutputStream(this.outFileName)); document.open(); PdfImportedPage page = writer.getImportedPage(pdfReader, pageNumber); // Write the page in

Re: [iText-questions] Question about iText PDF and RTF.

2011-09-08 Thread Amedee Van Gasse
On Thu, September 8, 2011 10:40, Bruno Lowagie wrote: > On 8/09/2011 9:58, Horst Wetzel wrote: >> Me Myself and I live.co.uk> writes: >> >>> > >>> > >>> > old RTF implementation questions. > Hello Horst, > > I didn't see any new info in your answer to Zachary's question. > > Zachary (aka Me, Mys

Re: [iText-questions] Question about iText PDF and RTF.

2011-09-08 Thread Bruno Lowagie
On 8/09/2011 9:58, Horst Wetzel wrote: > Me Myself and I live.co.uk> writes: > >> > >> > >> > old RTF implementation questions. Hello Horst, I didn't see any new info in your answer to Zachary's question. Zachary (aka Me, Myself and I) makes two assumptions that are wrong: - "itext 2.1.7 w

Re: [iText-questions] Question about iText PDF and RTF.

2011-09-08 Thread Horst Wetzel
Me Myself and I live.co.uk> writes: > > > old RTF implementation questions.I am trying to get hold of the java .jar file (and any further jars required)for the most recent, up to date version of the java iText liibrarywhich was/is entirely open source and did not have any requirementat all for

[iText-questions] Question about iText PDF and RTF.

2011-09-07 Thread Me Myself and I
old RTF implementation questions. I am trying to get hold of the java .jar file (and any further jars required) for the most recent, up to date version of the java iText liibrary which was/is entirely open source and did not have any requirement at all for remuneration to iText if leveraged in a

[iText-questions] Question about iText and fields

2010-05-17 Thread Florin.ZOE
Hello, My name is Florin ZOE. I am a Java Developer and I develop an application which uses iText 2.1.7 in order to generate on the fly a pdf file from within a Spring application. So basically the view for one of my Spring controllers is a Java class which extends AbstractPdfView class. It took

[iText-questions] Question about iText and fields

2010-05-17 Thread Florin Zoe
Hello, My name is Florin ZOE. I am a Java Developer and I develop an application which uses iText 2.1.7 in order to generate on the fly a pdf file from within a Spring application. So basically the view for one of my Spring controllers is a Java class which extends AbstractPdfView class. It t

Re: [iText-questions] Question about itext with dynamic xfa forms

2010-02-21 Thread Leonard Rosenthol
itext-questions@lists.sourceforge.net Subject: [iText-questions] Question about itext with dynamic xfa forms Hello itext users. since around 2 years I work with itext and find it very helpful. But now I have come across a problem regarding regarding dynamic xfa forms and hope that someone can help m

[iText-questions] Question about itext with dynamic xfa forms

2010-02-21 Thread Machuska, Iryna
Hello itext users. since around 2 years I work with itext and find it very helpful. But now I have come across a problem regarding regarding dynamic xfa forms and hope that someone can help me. I filled a pdf form based on a dynamic xfa form (with extended rights for Reader user) using iText. W

Re: [iText-questions] Question about iText

2009-09-03 Thread mister bean
iText to generate data-based PDFs, such as reports, you provide the data. So, you extract it from Access and pass it to iText. iText does not extract the data for you. Valerie Butts wrote: > > Hello, > > > > I would like to know if iText would work with a Microsoft Access > application.

Re: [iText-questions] Question about iText

2009-09-03 Thread wasegraves
3, 2009 12:30:15 PMSubject: [iText-questions] Question about iText Hello,   I would like to know if iText would work with a Microsoft Access application.  I would like to take data entered into various tables of a database and fill in existing pdf documents.  iText was recommended to me by a web

[iText-questions] Question about iText

2009-09-03 Thread Valerie Butts
Hello, I would like to know if iText would work with a Microsoft Access application. I would like to take data entered into various tables of a database and fill in existing pdf documents. iText was recommended to me by a web developer I know but I not sure if it would work for my project.

Re: [iText-questions] Question About iText and Word

2008-08-20 Thread Paulo Soares
iText doesn't convert Word to PDF. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Abounader, Joe (IT) > Sent: Wednesday, August 20, 2008 5:34 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-quest

[iText-questions] Question About iText and Word

2008-08-20 Thread Abounader, Joe (IT)
Hi, I'm a software developer using iText to develop a text-to-PDF conversion utility in Java. I was wondering whether it's also possible to convert documents from MS Word to PDF by using iText. I went over the FAQ and couldn't find any answer to this; but my apologies if I missed it. Many than

Re: [iText-questions] Question about iText (filling radio button in aexisting pdf file)

2007-08-31 Thread Paulo Soares
- Original Message - From: <[EMAIL PROTECTED]> To: Sent: Friday, August 31, 2007 8:04 AM Subject: [iText-questions] Question about iText (filling radio button in aexisting pdf file) Hi, This is sanku. I have got problem. 1) My existing pdf contains more than two radio b

Re: [iText-questions] Question about iText (filling radio button in a existing pdf file)

2007-08-31 Thread Bruno Lowagie (iText)
[EMAIL PROTECTED] wrote: > 1) My existing pdf contains more than two radio buttons and I want to > set one of them. > But my question is how can I identify them through my program? Read Chapter 16 of 'iText in Action'. You'll find some code that gives you the possible values of radio buttons.

[iText-questions] Question about iText (filling radio button in a existing pdf file)

2007-08-31 Thread Sanku.Biswas
Hi, This is sanku. I have got problem. 1) My existing pdf contains more than two radio buttons and I want to set one of them. But my question is how can I identify them through my program? 2) My existing pdf contains two radio buttons and I am able to set them. But after setting

Re: [iText-questions] Question about Itext library and pdf signature

2007-08-28 Thread Paulo Soares
With Designer created forms you can only sign an existing empty field. Paulo - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Tuesday, August 28, 2007 1:05 PM Subject: Re: [iText-questions] Question about Itext library and pdf signature Thanks for your quick answer

Re: [iText-questions] Question about Itext library and pdf signature

2007-08-28 Thread Michael.MARECHAL
PROTECTED] De la part de Paret, Thierry Envoyé : mardi 28 août 2007 14:02 À : Post all your questions about iText here Objet : Re: [iText-questions] Question about Itext library and pdf signature Bonjour Michael, Your different PDF files may have different security setting in which signi

Re: [iText-questions] Question about Itext library and pdf signature

2007-08-28 Thread Paret, Thierry
PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Question about Itext library and pdf signature Hi, I use your library Itext in a project to sign pdf file. I try to follow the code example that I saw on your website but I have a problem. This is my java code

[iText-questions] Question about Itext library and pdf signature

2007-08-28 Thread Michael.MARECHAL
Hi, I use your library Itext in a project to sign pdf file. I try to follow the code example that I saw on your website but I have a problem. This is my java code : try{ KeyStore ks = KeyStore.getInstance(KeyStore.getDefaultType()); ks.load(new FileInputSt

[iText-questions] Question about itext library

2007-08-28 Thread Michael.MARECHAL
Hi, I use your library Itext in a project to sign pdf file. I try to follow the code example that I saw on your website but I have a problem. This is my java code : try{ KeyStore ks = KeyStore.getInstance(KeyStore.getDefaultType()); ks.load(new FileI

Re: [iText-questions] Question about itext using pdfstamper and struts

2007-01-16 Thread Benson Chan
nevermind, I got the problem fixed now. I was using an older version of iText. Thanks! - Original Message From: Benson Chan <[EMAIL PROTECTED]> To: itext-questions@lists.sourceforge.net Sent: Wednesday, January 17, 2007 12:24:25 PM Subject: [iText-questions] Question about

[iText-questions] Question about itext using pdfstamper and struts

2007-01-16 Thread Benson Chan
Hi, I'm having trouble using pdfstamper inside a web application. Right now, I have the following code: response.setContentType("application/pdf"); response.addHeader("Content-disposition", "attachment; filename=tester.pdf"); response.setHeader("Expires", "0"); response.setHeader("Cache-Control

Re: [iText-questions] Question about itext PDF copy and paste

2006-12-17 Thread Bruno Lowagie (iText)
JM wrote: > I am trying to read a pdf created with iText, and I can read it > perfectly with adobe acrobat. It looks like an encoding issue. br, Bruno - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.n

[iText-questions] Question about itext PDF copy and paste

2006-12-13 Thread JM
Hi, I am trying to read a pdf created with iText, and I can read it perfectly with adobe acrobat. But when I try to copy and paste I obtained very weird data something like: ___(_5" _ ___ !6__ _5+__"(_ ___ _+!__3_(_" ___ "__(_"_(_3_"__(__ +"_ _(

RE: [iText-questions] Question about itext

2005-05-31 Thread Paulo Soares
eforge.net > Subject: [iText-questions] Question about itext > > Hello, > > I have got an Question about iText. > Is it possible to take parts of pages of some pdf files and put they > together into one new pdf file. > I hope you can answer me. > Sorry about the bad englis

[iText-questions] Question about itext

2005-05-31 Thread Dominik Pürner
Hello, I have got an Question about iText. Is it possible to take parts of pages of some pdf files and put they together into one new pdf file. I hope you can answer me. Sorry about the bad english because i'm german. Best Wishes Dominik Pürner -- Weitersagen: GMX DSL-Flatrates mit Tempo-Garant

RE: [iText-questions] question about iText

2004-09-23 Thread Paulo Soares
See HTMLWorker. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Robert BAN > Sent: Thursday, September 23, 2004 8:47 AM > To: [EMAIL PROTECTED] > Subject: [iText-questions] question about iText > > > Hell

[iText-questions] question about iText

2004-09-23 Thread Robert BAN
Hello, I download the iText library from the net, and make some experiment. The text that i add to pdf document is from database. The question is: is it possible to format this text from content of text? Like , or in html. document.add(new Paragraph("TitleText bold.")); Three

RE: [iText-questions] Question about iText

2004-07-07 Thread Paulo Soares
See ColumnText.showTextAligned(). Best Regards, Paulo Soares > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of [EMAIL PROTECTED] > Sent: Wednesday, July 07, 2004 10:01 AM > To: [EMAIL PROTECTED] > Subject: [iText-questions]

RE: [iText-questions] Question about iText

2004-07-07 Thread Mohamed Ramadan
nt.WINANSI, BaseFont.EMBEDDED); cb.setFontAndSize(arialItalic , 12); thank you -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: ØÙØØ 20/05/1425 12:00 Ù To: [EMAIL PROTECTED] Cc: Subject: [iText-questions] Ques

[iText-questions] Question about iText

2004-07-07 Thread pmprograms
Hi I'm using iText in my Java program. I think it's a good product. But I have a problem. I don't know how can I set bold, italic and underline for an absolute-positioned text. I mean: cb = writer.getDirectContent(); page1 = writer.getImportedPage(reader, 1) cb.addTemplate(page1, 0, 0); cb.b

RE: [iText-questions] Question about iText Pdf Header

2004-01-22 Thread Paulo Soares
Title: RE: [iText-questions] Question about iText Pdf Header It can be done with page events. There are examples in itextpdf.sf.net. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of Jaydeep C Deshpande Sent

[iText-questions] Question about iText Pdf Header

2004-01-22 Thread Jaydeep C Deshpande
Hi I am using iText for PDF generation. I want to add image to Header of PDF. Can I do that Thanks. -Jaydeep -- This communication is intended for the addressee(s) and may contain confidential and legally privileged information. We do not waive confidentiality or privilege by mistransmission.

[iText-questions] Question about itext XML

2003-09-15 Thread Robert Badaracco
Is there a way to render vertical text using the XML dtd for itext? I've been studying the dtd but don't see any attributes that would control text positioning this way. Is there an undocumented attribute to support this? Thanks, Bob __ Do you Yahoo!? Yahoo! SiteBu

RE: [iText-questions] question about iText with JFreeReport

2003-01-31 Thread Paulo Soares
TECTED] > Subject: [iText-questions] question about iText with JFreeReport > > Hi, my name is Ivan. > > Im new into iText and JfreeReport, > > I want to use Jfreereport tu create a report, but, this report needs a > barcode, it doesnt matter wich format, but I need a barcode.

[iText-questions] question about iText with JFreeReport

2003-01-30 Thread Ivan Hernandez
Hi, my name is Ivan. Im new into iText and JfreeReport, I want to use Jfreereport tu create a report, but, this report needs a barcode, it doesnt matter wich format, but I need a barcode. I try using Barcode128 object but i cant write this object in my report, do you know how do i do this. Thank y

Re: [iText-questions] Question about Itext lib on Chinese characters

2002-08-21 Thread Rick
, I can not output Tranditional Chinese by HK Font! Rick - Original Message - From: "Bruno" <[EMAIL PROTECTED]> To: "Rick" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, August 21, 2002 2:57 PM Subject: Re: [iText-questio

[iText-questions] Question about Itext lib on Chinese characters

2002-08-20 Thread Rick
OTECTED]> > To: "Rick" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Wednesday, August 21, 2002 2:49 PM > Subject: Re: [iText-questions] Question about Itext lib on Chinese characters > > > > Quoting Rick <[EMAIL PROTECTED]>: &g

Re: [iText-questions] Question about Itext lib on Chinese characters

2002-08-20 Thread Bruno
Quoting Rick <[EMAIL PROTECTED]>: > Now my question is mainly about this: > > I want to use a font that supports HKSCS, like this > "BaseFont bf = BaseFont.createFont("c:\\winnt\\fonts\\hkscsm3u", "???", > BaseFont.NOT_EMBEDDED);" > I donot know the meaning of the second parameters in this funct

Re: [iText-questions] Question about Itext lib on Chinese characters

2002-08-20 Thread Bruno
Quoting Rick <[EMAIL PROTECTED]>: > But my questions are: > 1.If I want to use true-type font to display Chinese in other styles, how > to create basefont? > I have tried to create basefont and fill the second parameter as > abvol,but seems not work. > 2.If I want to use other Chinese

[iText-questions] Question about Itext lib on Chinese characters

2002-08-20 Thread Rick
  - Original Message - From: Rick To: [EMAIL PROTECTED] Sent: Tuesday, August 20, 2002 8:32 PM Subject: Question about Itext lib on Chinese characters HI,   I am a java programer who is using Itext as a lib to generate PDF files.