[iText-questions] How can I set the alignment of the feild?

2009-05-06 Thread Vincent Guo
Hi, I met a problem on how I can set the alignment of the text feild? like using SetFieldProperty()? Thanks Vincent Guo -- The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning

Re: [iText-questions] Advice sought on using Split, Concat and Encrypt

2009-05-06 Thread mister bean
These questions are not iText-related questions and should be posted to a Java user group. Here are quick answers. Please post follow-up questions to a non-iText mailing list. Best version of JRE = latest version of JRE CLASSPATH = Yes, you will. It's not a Windows-specific issue. ---mr.bean

Re: [iText-questions] Dynamic XFA fill while preserving user permissions

2009-05-06 Thread 1T3XT info
Simon Freiberg wrote: Is there a way of combining these two to have a filled XFA with preserved enabling? Yes, but there's no example on how to do that, so you'll have to do it at the lowest PDF level using the low level methods available in iText. You're on your own here. -- This answer is

Re: [iText-questions] Excel-like table cell text wrapping

2009-05-06 Thread 1T3XT info
Bruno Laturner wrote: 1. What's the formula that calculates the cell's height value, based on its text content, size, font (I don't need images or other content). I'd like the height to be very same if I had set noWrap to true. Or there is another easier way? That's done with ColumnText

Re: [iText-questions] How can I set the alignment of the feild?

2009-05-06 Thread 1T3XT info
Vincent Guo wrote: Hi, I met a problem on how I can set the alignment of the text feild? like using SetFieldProperty()? I repeat and I will keep repeating this AD NAUSEA!!! Go to the keywords page: http://1t3xt.be/?X0004c8 Use Ctrl+F and search for the word Alignment. Skip the first

[iText-questions] pdf Feild

2009-05-06 Thread Ragia Ibrahim
Hi, IS all pdfs have fields if i dont knwo field name can i still get all fields values? by getting fields (parsing the pdf) odes that mean i can get text in the pdf? thanks in advance Ragia _ Show them the way! Add maps and

[iText-questions] How can I add a footer to display the page number automatically?

2009-05-06 Thread Vincent Guo
Hi, Here is my problem, when using word, you can add a footer to indicate the page number, and if you delete one page , the footer can change the page number automatically, how can I realize such a footer by using iTextSharp, who can help me on this? Thanks very much. Vincent Guo

Re: [iText-questions] Dynamic XFA fill while preserving user permissions

2009-05-06 Thread Leonard Rosenthol
Stamper in append mode should work fine with XFA as well... On 5/6/09 4:54 AM, Simon Freiberg f...@eclinic.com.au wrote: Hi, I was wondering if anyone can help me combine the techniques shown in http://1t3xt.info/examples/browse/?page=exampleid=433 and

Re: [iText-questions] How can I add a footer to display the page number automatically?

2009-05-06 Thread Iliadis Yannis
A pdf doesn't work like a word document. You can't reflow the content of the pdf including changing the page numbers. As an example to make it more clear. Take any book and rip out one page, do you see the page numbers change? No of course not because they are printed on the page. Same goes for

[iText-questions] Wrong type parameter supplied to a PDS procedure.

2009-05-06 Thread Vincent Guo
I need to create a new PDF from an existing PDF that contains PDF form. I need to fill the data into the form dynamically. The code creates a new PDF nicely. but when i open the new file with PDF reader ( i am using acrobat reader 7.0), and tried to delete one of the pages,i get the following

Re: [iText-questions] pdf Feild

2009-05-06 Thread 1T3XT info
Ragia Ibrahim wrote: Hi, I'm trying to understand your English. IS all pdfs have fields No, not all PDFs have fields. You could have a PDF without a form. You could have a PDF with an AcroForm. You could have a PDF with an XFA form. If you have a PDF with an XFA form, you can have static XFA

Re: [iText-questions] How can I add a footer to display the page number automatically?

2009-05-06 Thread 1T3XT info
Vincent Guo wrote: Hi, Here is my problem, when using word, you can add a footer to indicate the page number, and if you delete one page , the footer can change the page number automatically, how can I realize such a footer by using iTextSharp, who can help me on this? Nobody can help

Re: [iText-questions] Wrong type parameter supplied to a PDS procedure.

2009-05-06 Thread 1T3XT info
Vincent Guo wrote: I need to create a new PDF from an existing PDF that contains PDF form. I need to fill the data into the form dynamically. The code creates a new PDF nicely. but when i open the new file with PDF reader ( i am using acrobat reader 7.0), and tried to delete one of the

Re: [iText-questions] How can I add a footer to display the page number automatically?

2009-05-06 Thread Leonard Rosenthol
While I completely agree with Bruno (and Yannis) on this topic, I will point out that you CAN achieve what you wish IF you use form fields and some JavaScript. Leonard On 5/6/09 10:26 AM, 1T3XT info i...@1t3xt.info wrote: Vincent Guo wrote: Hi, Here is my problem, when using word, you can

Re: [iText-questions] pdf Feild

2009-05-06 Thread Ragia Ibrahim
please send me reference ,webpage link or ...to study about pdf all about it Ragia Date: Wed, 6 May 2009 11:20:59 +0200 From: i...@1t3xt.info To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] pdf Feild Ragia Ibrahim wrote: Hi, I'm trying to

Re: [iText-questions] pdf Feild

2009-05-06 Thread Alexis Pigeon
Hi Ragia, 2009/5/6 Ragia Ibrahim ragi...@hotmail.com: please send me reference ,webpage link or ...to study about pdf all about it You might want to have a look at the PDF Reference : http://www.adobe.com/devnet/pdf/pdf_reference.html Cheers, alexis

[iText-questions] Sign HTTP request in Interactive PDF

2009-05-06 Thread IT_improver
I has found how sign whole PDF by iText. But in PDF is ability to sign requests in interactive PDF forms (AcroForms). Is it possible by iText? Thanks in advance Denis -- View this message in context: http://www.nabble.com/Sign-HTTP-request-in-Interactive-PDF-tp23403259p23403259.html Sent from

Re: [iText-questions] Sign HTTP request in Interactive PDF

2009-05-06 Thread Alexis Pigeon
Hi Denis, 2009/5/6 IT_improver dtooc...@rambler.ru: I has found how sign whole PDF by iText. But in PDF is ability to sign requests in interactive PDF forms (AcroForms). Is it possible by iText? Your question already reached the list 3 times, no need to keep posting it again and again.

[iText-questions] MsWord to Pdf

2009-05-06 Thread deep4u
Hello, I have a requirement is conversion of word document to pdf in java. It is posible using itext please share me the information. Thanks, 1T3XT info wrote: deep4u wrote: Hello, How to write own (X)HTML handler. For this you have any sample code or any related links

Re: [iText-questions] MsWord to Pdf

2009-05-06 Thread glen . hamel
There are many MS Word attachment programs that does it without having to code anything yourself.. Those are better then trying to create something that's already working... Glen Hamel Lead Programmer / Technician Auric Networks Canada, Inc. 570 Orwell Street, Unit 1 Mississauga, Ontario L5A

Re: [iText-questions] MsWord to Pdf

2009-05-06 Thread Howard Shank
Sorry, no, not at this time. Howard Shank - Original Message From: deep4u deepuv...@gmail.com To: itext-questions@lists.sourceforge.net Sent: Wednesday, May 6, 2009 8:40:45 AM Subject: [iText-questions] MsWord to Pdf Hello, I have a requirement is conversion of word

Re: [iText-questions] MsWord to Pdf

2009-05-06 Thread mister bean
No, it's not. ---mr.bean deep4u wrote: Hello, I have a requirement is conversion of word document to pdf in java. It is posible using itext please share me the information. Thanks, 1T3XT info wrote: deep4u wrote: Hello, How to write own (X)HTML handler. For

Re: [iText-questions] MsWord to Pdf

2009-05-06 Thread RKVS Raman
You can use OpenOffice.org's Java API to do the same. see this link http://user.services.openoffice.org/en/forum/viewtopic.php?f=44t=1804 Best Regards -Raman --- RKVS Raman BOSS Resource http://www.bosslinux.in http://rkvsraman.blogspot.com

Re: [iText-questions] CMYK transparent images

2009-05-06 Thread Marcin Gil
Hello Leonard, Thanks for Your reply. Unfortunately my tests have proven the same. Support for format capable of transparency and CMYK would add much more possibilities to the tool I've created, it's a shame. My skills don't allow me to add TIFF-transparency support to iText but if anyone can do

[iText-questions] Adding new fields to existing PDF forms

2009-05-06 Thread Michael Marcavage
Adding new fields to existing PDF formsI have an application that will fill in data on the fields in the PDF forms I wish to add new fields to these existing PDF forms via code However, when I try to use the below code, it wipes all of the content from the existing PDF form. What am I doing wrong

Re: [iText-questions] Excel-like table cell text wrapping

2009-05-06 Thread Bruno Laturner
2009/5/6 1T3XT info i...@1t3xt.info Bruno Laturner wrote: 1. What's the formula that calculates the cell's height value, based on its text content, size, font (I don't need images or other content). I'd like the height to be very same if I had set noWrap to true. Or there is another

Re: [iText-questions] MsWord to Pdf

2009-05-06 Thread David Thielen
Yes - www.windwardreports.com thanks - dave From: deep4u [mailto:deepuv...@gmail.com] Sent: Wed 5/6/2009 6:40 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] MsWord to Pdf Hello, I have a requirement is conversion of word

Re: [iText-questions] CMYK transparent images

2009-05-06 Thread Paulo Soares
I guess you may contact Bruno's company for custom development, http://1t3xt.com/. Paulo -Original Message- From: Marcin Gil [mailto:mar...@artigo.pl] Sent: Wednesday, May 06, 2009 12:02 PM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] CMYK transparent

Re: [iText-questions] Imported PDF pages are too slow

2009-05-06 Thread Kruzic, Alex x55204
Hi everyone, Please disregard my question below. I found the problem. I was opening the large PDF this way: // --- Open Base PDF --- // PDFreader = new PdfReader(new RandomAccessFileOrArray(PDFfile), null); When it attempts to split the 22,000 page PDF in to 11,000

Re: [iText-questions] Excel-like table cell text wrapping

2009-05-06 Thread 1T3XT info
Bruno Laturner wrote: ColumnText requires setting the rectangle bounds first, which from a PdfPCell I only have the bounds(thus height) after writing something in it. You asked me how it's done? That's how it's done. Internally, a ColumnText object is created with a fixed width and a very

Re: [iText-questions] Adding new fields to existing PDF forms

2009-05-06 Thread 1T3XT info
Michael Marcavage wrote: Adding new fields to existing PDF forms I have an application that will fill in data on the fields in the PDF forms I wish to add new fields to these existing PDF forms via code However, when I try to use the below code, it wipes all of the content from

Re: [iText-questions] CMYK transparent images

2009-05-06 Thread 1T3XT info
Paulo Soares wrote: I guess you may contact Bruno's company for custom development, http://1t3xt.com/. Yes, and there will be a page with people you can contact on the site of the American iText company soon: http://itextsoftware.com/ -- This answer is provided by 1T3XT BVBA

[iText-questions] Adding new fields to existing PDF forms

2009-05-06 Thread Michael Marcavage
I have an application that will fill in data on the fields in the PDFformsI wish to add new fields to these existing PDF forms via codeHowever, when I try to use thecode provided in the help, it wipes all of the contentfrom the existing PDF form.What am I doing wrong pleaseI do not wish to

Re: [iText-questions] Adding new fields to existing PDF forms

2009-05-06 Thread 1T3XT info
Michael Marcavage wrote: I would attach the code that I am using but it gets scrubbed when I submit Is that so? I've read the code 16 minutes ago, right before I posted this answer: http://article.gmane.org/gmane.comp.java.lib.itext.general/44739 -- This answer is provided by 1T3XT BVBA

[iText-questions] iText DPI

2009-05-06 Thread Eugen Denk
Dear all, I'm just testing the software iText for creating PDF files. I have a question: How or where can I set the DPI resolution of the created PDF file? I need a resolution of at least 300 DPI or more. I create from a jpeg-File a pdf-File. Thanks. Freundliche Grüße Eugen Denk Eugen

Re: [iText-questions] Adding new fields to existing PDF forms

2009-05-06 Thread Paulo Soares
iText doesn't support adding fields to Designer Forms (if that the case). Paulo -Original Message- From: Michael Marcavage [mailto:mmarcav...@andersontechs.com] Sent: Wednesday, May 06, 2009 3:29 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Adding new

Re: [iText-questions] MsWord to Pdf

2009-05-06 Thread Subhrajyoti Moitra
Use openoffice PDF exporter to do this. http://code.google.com/p/jodconverter/ I have used this very reliably to convert MS docs into PDF. Thanks, Subhro. On Wed, May 6, 2009 at 6:10 PM, deep4u deepuv...@gmail.com wrote: Hello, I have a requirement is conversion of word document to

Re: [iText-questions] iText DPI

2009-05-06 Thread Leonard Rosenthol
PDF files don't have a DPI - PDF is a resolution independent format. If you are adding a JPEG, then the resolution of the original JPEG adjusted by the scaling transform that you apply to the image when you add it will determine its practical resolution. Leonard On 5/6/09 2:25 PM, Eugen Denk

Re: [iText-questions] iText DPI

2009-05-06 Thread Paulo Soares
From http://itextdocs.lowagie.com/tutorial/objects/images/index.php: Note that the resolution of an image that is added without scaling will be 72dpi by default. If an image is placed with a scaling of 50% the the resolution will be 144. With lower scalings the resolution will increase because

Re: [iText-questions] iText DPI

2009-05-06 Thread 1T3XT info
Eugen Denk wrote: Dear all, I'm just testing the software iText for creating PDF files. I have a question: How or where can I set the DPI resolution of the created PDF file? The concept of DPI doesn't exist when you're creating a document containing vector data. I need a resolution of

[iText-questions] Formatting style Acro Field

2009-05-06 Thread Matthew Hawkins
Hi, I have tried without success to find how to get the formatting style on an AcroField. First - I create my Open Office Document with a Text Field - I set the formatting to Date, and select the DD Option. I know that no text is auto formatted by iText so what I want to do is retrieve

Re: [iText-questions] Adding new fields to existing PDF forms

2009-05-06 Thread MMarcavage
OK, yes I get what you are saying however this only solves part one of my issue the second part is that I do not want to create a second PDF from the first I want to add the fields to the existing PDF still have just one PDF Mike The secret of those wise men was to go to the keywords page:

Re: [iText-questions] Formatting style Acro Field

2009-05-06 Thread 1T3XT info
Matthew Hawkins wrote: Hi, I have tried without success to find how to get the formatting style on an AcroField. First - I create my Open Office Document with a Text Field - I set the formatting to Date, and select the DD Option. I know that no text is auto formatted by iText

Re: [iText-questions] Adding new fields to existing PDF forms

2009-05-06 Thread Leonard Rosenthol
If you save the second PDF with the same name in the same location as the first PDF - what's the difference?? Leonard On 5/6/09 3:59 PM, mmarcav...@quadrigaart.com mmarcav...@quadrigaart.com wrote: OK, yes I get what you are saying however this only solves part one of my issue the second

Re: [iText-questions] CMYK transparent images

2009-05-06 Thread Marcin Gil
Thanks! I will try to contact somebody from iText. Marcin -- View this message in context: http://www.nabble.com/CMYK-transparent-images-tp22844823p23409505.html Sent from the iText - General mailing list archive at Nabble.com.

Re: [iText-questions] Adding new fields to existing PDF forms

2009-05-06 Thread 1T3XT info
mmarcav...@quadrigaart.com wrote: OK, yes I get what you are saying however this only solves part one of my issue the second part is that I do not want to create a second PDF from the first I want to add the fields to the existing PDF still have just one PDF That's a non-issue. You have

Re: [iText-questions] Formatting style Acro Field

2009-05-06 Thread Mark Storer
Matthew Hawkins hawkini at 4email.net writes: Hi, I have tried without success to find how to get the formatting style on an AcroField. First - I create my Open Office Document with a Text Field - I set the formatting to Date, and select the DD Option. I tried to duplicate

Re: [iText-questions] Excel-like table cell text wrapping

2009-05-06 Thread Bruno Laturner
Nonono, no implementation details, lets begin again. I want to set the fixed height of a cell. The problem is that I don't know what is the value I should set. I'd like it to be the equivalent of the height one line of text.

Re: [iText-questions] Excel-like table cell text wrapping

2009-05-06 Thread 1T3XT info
Bruno Laturner wrote: Nonono, no implementation details, lets begin again. I want to set the fixed height of a cell. The problem is that I don't know what is the value I should set. I'd like it to be the equivalent of the height one line of text. Set the fixed height of a cell with

[iText-questions] ERROR: Infinite table loop

2009-05-06 Thread sushilmuppidi
Getting this error while displaying image in cell in table. How to solve this error. -- View this message in context: http://www.nabble.com/ERROR%3A-Infinite-table-loop-tp23412110p23412110.html Sent from the iText - General mailing list archive at Nabble.com.

[iText-questions] Determine pdf Form Type

2009-05-06 Thread Ragia Ibrahim
Hi I have a set of pdf files I Want to check if they have form or not ? what form type do they have? Can I do this ?how? is there visual way or tool to tell that? thanks in advance Ragia _ More than messages–check out

Re: [iText-questions] Determine pdf Form Type

2009-05-06 Thread 1T3XT info
Ragia Ibrahim wrote: I have a set of pdf files I Want to check if they have form or not ? what form type do they have? Can I do this? Yes, check for the PdfName.ACROFORM key in the catalog. There's also an isXfa() method in iText. is there visual way or tool to tell that? No, there isn't.