Re: [iText-questions] Got the same x and y locations fordifferentpieces of text

2008-12-17 Thread Neil Aggarwal
Kevin: Any change you will have time to investigate this soon? Thanks, Neil -- Neil Aggarwal, (832)245-7314, www.JAMMConsulting.com Eliminate junk email and reclaim your inbox. Visit http://www.spammilter.com for details. > -Original Message- > From: Neil Aggarwal [ma

Re: [iText-questions] Got the same x and y locations for differentpieces of text

2008-11-20 Thread Neil Aggarwal
time to look at it. Thanks, Neil -- Neil Aggarwal, (832)245-7314, www.JAMMConsulting.com Eliminate junk email and reclaim your inbox. Visit http://www.spammilter.com <http://www.spammilter.com/> for details. From: Kevin Day [mailto:[EMAIL PRO

[iText-questions] Got the same x and y locations for different pieces of text

2008-11-19 Thread Neil Aggarwal
es of text do not overlap each other. The look like they should have different y values. Did I goof something up? I am attaching a piece of test code that illustrates what I am seeing. Any input would be helpful. Thanks, Neil -- Neil Aggarwal, (832)245-7314, www.JAMMConsultin

Re: [iText-questions] Access tables from PDF file?

2008-11-19 Thread Neil Aggarwal
Kevin: Since my class is not package local, making the members private will not affect me. The state approach sounds like a good idea since it will keep the related information together. Better organization. Neil -- Neil Aggarwal, (832)245-7314, www.JAMMConsulting.com Eliminate junk

Re: [iText-questions] Access tables from PDF file?

2008-11-19 Thread Neil Aggarwal
protected accessor method for the textMatrix member in PdfContentStreamProcessor. You may want to consider adding that to the mainline code so people can write their own subclasses without having to rebuild iText. Thank you for the help. Neil -- Neil Aggarwal, (832)245-7314

Re: [iText-questions] Access tables from PDF file?

2008-11-18 Thread Neil Aggarwal
happening is the best approach. What do you think? Neil -- Neil Aggarwal, (832)245-7314, www.JAMMConsulting.com Eliminate junk email and reclaim your inbox. Visit http://www.spammilter.com <http://www.spammilter.com/> for details. _ From: Kevin Day [mailto:[EMAIL PRO

Re: [iText-questions] Access tables from PDF file?

2008-11-18 Thread Neil Aggarwal
Kevin: Thank you for the tip. I think you are right in that the most straightfoward solution is to look at the column heading locations. I will try that approach first. Thanks, Neil -- Neil Aggarwal, (832)245-7314, www.JAMMConsulting.com Eliminate junk email and reclaim your inbox

[iText-questions] Access tables from PDF file?

2008-11-18 Thread Neil Aggarwal
text myself since I need to know which colums the values come from. I am investigating and hoping someone can tell me if I am barking up the wrong tree. Thanks, Neil -- Neil Aggarwal, (832)245-7314, www.JAMMConsulting.com Eliminate junk email and reclaim your inbox. Visit http

Re: [iText-questions] Challenging Problem?

2007-06-07 Thread Neil Patel
OK, figured this out. It is a 2 step process: 1) Concatenate forms by using PdfCopyFields. After this step the submit button will be not functional yet. 2) Now use PdfStamper (as mentioned in Section 18.4.2) of the book to change the URL; except instead of modifying the URL, create a new PdfDicti

Re: [iText-questions] Challenging Problem?

2007-06-07 Thread Neil Patel
Nope, as mentioned before; I tried that. The HTML Submit button sends nothing. Tried adding the Action to that button through PDfStamper, then it posts to the server, but does not send all parameters in the merged Acroform. Following call looks promising, but don't know how to set different para

[iText-questions] Challenging Problem?

2007-06-07 Thread Neil Patel
Hi, I have tried for several hours (more than a day) to solve this problem. Yes, I have read the documentation and also bought the Manning book. Can somebody give me pointers on how to solve this? Here is the problem: I have 2 Acroforms (call them P1.pdf & P2.pdf). P1.pdf has just one text fiel

Re: [iText-questions] Extracting Attachments from PDF

2006-08-28 Thread Neil Lane
mimetype   any assistance will be appreciated   Neil   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paulo Soares Sent: 28 August 2006 11:36 PM To: Post all your questions about iText here Subject: RE: [iText-questions] Extracting Attachments from PDF

Re: [iText-questions] Extracting Attachments from PDF

2006-08-28 Thread Neil Lane
ext here Subject: Re: [iText-questions] Extracting Attachments from PDF That class extracts all the attachments in document and annotations. As far as I know there aren't any others. Post a link to your PDF and tell us what you'd expect to happen. Paulo - Original Message --

[iText-questions] Extracting Attachments from PDF

2006-08-28 Thread Neil Lane
Hi   I am trying to extract all the attachments from a PDF.    I have tried to use the com.lowagie.tools.plugins.ExtractAttachments class to do this, but no joy  Please can someone assist with this issue? Thanks in advance  Neil Lane   Mobile: +27

Re: [iText-questions] iText Dot Net

2006-06-07 Thread Robertson-Ravo, Neil (RX)
The pure Java version will not work on .NET as it stands. You would need to recompile the iText source as J# first – and even that is not 100% guaranteed to work.     N           From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Fernando Jiménez González Sent:

[iText-questions] Re: Check if Form is Submittable Online

2005-10-10 Thread Neil Robertson-Ravo
hmm...interesting. Anyone know of any working examples? Surely this isnt the first time this has been asked ;-) Leonard Rosenthol wrote: At 04:37 PM 10/10/2005, Neil Robertson-Ravo wrote: Well, I already have a set of all the fields in any PDF; I was thinking based on your original

[iText-questions] Re: Check if Form is Submittable Online

2005-10-10 Thread Neil Robertson-Ravo
, Neil Robertson-Ravo wrote: Well, yeah we can dicate the Adobe Reader required. >> Well, you can certainly tell if a PDF has an action associated with it that is a "Submit Form" action - which is the simple & historical way for form submission. This is well defined and n

Re: [iText-questions] Check if Form is Submittable Online

2005-10-10 Thread Neil Robertson-Ravo
p a test for (either with iText or other tools). Any ideas where? Which classes? Sorry, I am 2 weeks into using iText and a tad overwhelmed ;-) TIA Neil Leonard Rosenthol wrote: At 03:48 PM 10/10/2005, Neil Robertson-Ravo wrote: Well, in essence the PDF's will be agency creat

Re: [iText-questions] Check if Form is Submittable Online

2005-10-10 Thread Neil Robertson-Ravo
33 AM 10/10/2005, Neil Robertson-Ravo wrote: Is it possible to check if a PDF is submittable online? i.e can you detect its form action or if you can post your form entries to the web? What is it that you are really trying to achieve here? I ask, because there is a LOT more to

[iText-questions] Check if Form is Submittable Online

2005-10-10 Thread Neil Robertson-Ravo
Is it possible to check if a PDF is submittable online? i.e can you detect its form action or if you can post your form entries to the web? TIA Neil --- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content

[iText-questions] Re: insertPage problem - ColdFusion

2005-10-07 Thread Neil Robertson-Ravo
For some reason, this doesnt work - it doesnt error, but it doesnt work? Any ideas? Paul Hastings wrote: Neil Robertson-Ravo wrote: pdfFile=expandPath(vcPDFfile); newFile=expandPath(vcNewPDFFile); fos=createObject("java","java.io.FileOutputStream").init(newFile); re

[iText-questions] Add Watermark

2005-10-06 Thread Neil Robertson-Ravo
Hey all, I am still putting together my iText / CF CFC and I am adding a "Add Watermark" feature, problem is I am struggling to get it working in my init() method in my CFC I have the following - which is available to the whole CFC... fos = createObject("java","java.io.FileOutputStream"

[iText-questions] insertPage problem - ColdFusion

2005-10-04 Thread Neil Robertson-Ravo
Hey all, First off, please forgive my newbie questions - no doubt I will post a few! I am just getting to grips with iText and I am using it with ColdFusion. I am creating a PDF with loads of functions to do "stuff" ;-) and one of these is to add a new page to a PDF...I have the following co

Re: [iText-questions] PDF Reading - ColdFusion 6

2005-10-04 Thread Neil Robertson-Ravo
lto:[EMAIL PROTECTED] On Behalf Of Neil Robertson-Ravo Sent: Monday, October 03, 2005 3:35 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] PDF Reading - ColdFusion 6 Hi All, First off, I am on CF 6.1 so do not have the latest cfdocument nonsense - at present I want to use iTe

[iText-questions] Re: PDF Reading - ColdFusion 6

2005-10-04 Thread Neil Robertson-Ravo
al Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Neil Robertson-Ravo Sent: Monday, October 03, 2005 3:35 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] PDF Reading - ColdFusion 6 Hi All, First off, I am on CF 6.1 so do not have the latest cfdocumen

[iText-questions] PDF Reading - ColdFusion 6

2005-10-04 Thread Neil Robertson-Ravo
Hi All, First off, I am on CF 6.1 so do not have the latest cfdocument nonsense - at present I want to use iText to read in a PDF which may or may not contain form fields. I want to take those form fields and populate them with values then re- write out the newly filled PDF (or an instance of i

Re: [iText-questions] problems mailing iText PDFs

2005-05-08 Thread Neil Poska
about the MIME structure you end up with is different between the two cases. I would guess you're using an attachment content-type that the filter doesn't like to see. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Neil Poska Sent:

Re: [iText-questions] problems mailing iText PDFs

2005-05-06 Thread Neil Poska
. JavaMail iText PDF attachments are tagged malicious. Does that help shed any more light on the situation? Thanks again. Paulo Soares wrote: That a novelty. iText PDFs gets attached in the mailing list all the time and nobody ever complained. - Original Message - From: "Neil" <[EM

[iText-questions] problems emailing

2005-05-06 Thread neil
gged. Has anyone encountered this before? If so, what do I do to stop this? Thanks for all help. neil --- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your best shot. 4 great events, 4 opportunit

[iText-questions] problems mailing iText PDFs

2005-05-06 Thread Neil
us checkers and transformed into text. Any other emails sent with the same method come through just fine... only iText PDFs get tagged. Has anyone encountered this before? If so, what do I have to do to make sure iText PDF attachments aren't considered 'malicious'? Thanks in advance for

Re: [iText-questions] PdfAnnotation.createFreeText border color

2005-02-08 Thread Neil Darroch
ething. >> >> In Adobe 6.0 it is possible to set the opacity of >> an >> annotation. Is this possible with iText? > > annot.put(PdfName.CA, new PdfNumber(opacity)) > This works, thanks. Neil. _

[iText-questions] PdfAnnotation.createFreeText border color

2005-02-07 Thread Neil Darroch
on. I couldn't find a method in the API that would allow me to set the border color. In Adobe 6.0 it is possible to set the opacity of an annotation. Is this possible with iText? Thanks, Neil. ___ ALL

[iText-questions] Displaying 'printed' page numbers

2004-12-13 Thread Neil Darroch
. Is it possible to replicate this latter form when creating a document using iText? If so, how? :) Thanks, Neil. ___ ALL-NEW Yahoo! Messenger - all new features - even more fun! http://uk

[iText-questions] Re: localDestination & localGoto

2004-12-06 Thread Neil Darroch
've not understood the usage of PdfDestination. Apologies for my confusion. Can you recommend a way of doing what I would like to achieve, if it is possible? Thanks. > > - Original Message - > From: "Neil Darroch" <[EMAIL PROTECTED]> > To: "Paulo So

[iText-questions] RE: localDestination & localGoto

2004-12-06 Thread Neil Darroch
--- Paulo Soares <[EMAIL PROTECTED]> wrote: > > > > -Original Message- > > From: [EMAIL PROTECTED] > > > [mailto:[EMAIL PROTECTED] > On > > Behalf Of Neil Darroch > > Sent: Sunday, December 05, 2004 11:42 PM > > To: [EMAIL PROT

[iText-questions] localDestination & localGoto

2004-12-05 Thread Neil Darroch
ake with use of localGoto and localDestination? Should I be using something different? I want to be able to have multiple destinations on a page that are linked to from one (or more) links on one (or more) pages.

RE: [iText-questions] PdfAnnotation.createFreeText

2004-11-07 Thread Neil Darroch
); How do I get the Modified date to correctly show? How do I add the detail for Author and Subject properties. What PdfNames refer to these? (I did try Author but suspect this is for the document) Thanks, Neil. --- Paulo Soares <[EMAIL PROTECTED]> wrote: > annot.put(new PdfName(&

Re: [iText-questions] PdfAnnotation.createFreeText

2004-11-02 Thread Neil Darroch
Can anyone assist with this? --- Neil Darroch <[EMAIL PROTECTED]> wrote: > --- Paulo Soares <[EMAIL PROTECTED]> wrote: > > > > - Original Message - > > > Hi, > > > > > > I'm using PdfAnnotation.createFreeText to create

Re: [iText-questions] PdfAnnotation.createFreeText

2004-10-30 Thread Neil Darroch
within the 'textbox'? For > > example have a line of text that is bold and one > that > > is not. > > > > It's possible with rich text but it's not supported > in iText. Ok, it is what I suspected. Thanks for the information. Ne

[iText-questions] PdfAnnotation.createFreeText

2004-10-30 Thread Neil Darroch
text that is bold and one that is not. Thanks, Neil. ___ALL-NEW Yahoo! Messenger - all new features - even more fun! http://uk.messenger.yahoo.com --

[iText-questions] iText equivalent of Textbox in Acrobat Standard

2004-10-21 Thread Neil Darroch
I found something referred to as a textbox in Adobe Acrobat Standard edition. Does anyone know the equivalent in iText? It seems to behave much like a comment but is permenantly visible as text in a rectangle (when comments are shown). Thanks, Neil

RE: [iText-questions] Internal linking from Annotation?

2004-10-13 Thread Neil Darroch
would like to use annotation if possible. Is it possible to get the PdfDestination type that the reader is currently set to? I would like to link without changing the readers current viewing. Thanks, Neil. --- Paulo Soares <[EMAIL PROTECTED]> wrote: > Use PdfAnnotation with

[iText-questions] Internal linking from Annotation?

2004-10-11 Thread Neil Darroch
Hi, I Have copied a pdf page (using the method in Chapter 13 of iText tutorial) and would like to add an annotation that I can link to an internal point (anchor?) in the page or other point in the final document. I am working with a single page at present to experiment but the finished product wil

[iText-questions] Insufficient data for an image after using split_pdf

2004-09-15 Thread Neil Pitman \(Aquaforest\)
t;>  stream   _ð__… _ð__… _ð__… _ð__… _ð__… _ð__… _ð__… _ð__… _ð__… _ð__… _ð__… _ð__… _ð__… _ð__… _ð__… _ð__… _ð__… _ð__… _ð__… _ð__… _ð__… _ð__… _ð__… _ð__… _ð__… _ð__…     Any clues?   Thanks   Neil Pitman   Aquaforest http://www.aquaforest.com    

Re: [iText-questions] java.awt.Font to DefaultFontMapper instead of ttf file

2004-01-13 Thread Neil Taylor
this font. The FontFactory approach may not work too well on the Mac OS X platform, because most of the fonts on there, whilst true type etc, aren't all represented in conventional files or collections. Hope that helps. Best regards, Neil On Tuesday, January 13, 2004, at 04:44 pm, Car

Re: [iText-questions] multipage display on one page of PDF document

2004-01-12 Thread Neil Taylor
other area. Best Regards, Neil On Monday, January 12, 2004, at 12:05 pm, Paulo Soares wrote: This is a totally different case. It all depends on what classes you use to do it, the kind of data, etc. More detail is needed. You probably won't need templates and do all the work with

[iText-questions] multipage display on one page of PDF document

2004-01-11 Thread Neil Taylor
ossible to set a clip area for each 1/4 of the page, write some elements to the relevant 1/4 of a page and anything that is outside the clip area is not drawn in the document? Is there a better approach to doing this with iText? Thanks for any assistance, Neil

Re: [iText-questions] Fonts on MacOS

2004-01-07 Thread Neil Taylor
also looked into FontFactory to create a list of fonts, and the register methods will again not recognise most font files on my machine. Have I missed something? Is there a way to register fonts that are defined in the likes of Font suitcases on a Mac? Best regards, Neil On Tuesday, January 6,

[iText-questions] Fonts on MacOS

2004-01-06 Thread Neil Taylor
ve in Font Suitcases and Data-fork font suitcases. There aren't many .ttf files lying around on my system. Given that what I know of the font is contained in java.awt.Font, what info do I need to get from Font to then pass into iText? Thanks for any assistance, Neil

[iText-questions] Tab support

2002-03-07 Thread Neil Pattinson
Greetings, On 23/4/2001, Paulo S. stated that there was no support for tabs in iText. It still doesn't seem to be there in vn 0.86. Is it likely to appear in the near future? Regards, Neil Pattinson ___ iText-questions mailing list [EMAIL PROT