[iText-questions] Addition of text to existing PDF on end-user's workstation -- possible?

2014-03-17 Thread Andy
t would the command-line call to iText look like, both for the Java interface and for the C# interface if that's an option? Thanks very much for your time and assistance! andy -- Learn Graph Databases - Download FREE

Re: [iText-questions] xmlworker list symbol rendering issue

2011-09-23 Thread Andy Hall
Logged under: https://sourceforge.net/tracker/?func=detail&aid=3413287&group_id=541147&atid=2197194 Thanks Andy -Original Message- From: Balder VC [mailto:li...@redlab.be] Sent: 23 September 2011 12:30 To: itext-questions@lists.sourceforge.net Subject: Re: [iText-question

[iText-questions] xmlworker list symbol rendering issue

2011-09-22 Thread Andy Hall
h seem to apparently rectify part of my issue. List Improvements: * Matched the font size of the list symbol to the font size of the content of a list. * List symbols are now shrunk and aligned in the middle of the line. Is this something already on a buglist? Kind r

Re: [iText-questions] Form Flattening

2011-09-17 Thread Andy Wu
Ah cool, didn't realise I could do that. I've created the PdfArray too and there it is, a beautifully restored form! Thank you! Much appreciate the help. On 17/09/2011 18:17, 1T3XT BVBA wrote: > Well, in that case, you need to make a small adaptation. Instead of > "getAsDict", you need to create

Re: [iText-questions] Form Flattening

2011-09-17 Thread Andy Wu
=/1.6, /Pages=264 0 R} Thanks Andy On 17/09/2011 12:41, 1T3XT BVBA wrote: On 16/09/2011 23:30, Andy Wu wrote: Glad to hear I'm not the first. Could the file have been corrupted in such a way that Adobe Reader/Nitro/iText can open it still? Or does an older version of Adobe Reader exist tha

Re: [iText-questions] Form Flattening

2011-09-16 Thread Andy Wu
Glad to hear I'm not the first. Could the file have been corrupted in such a way that Adobe Reader/Nitro/iText can open it still? Or does an older version of Adobe Reader exist that could be responsible? Andy On 16/09/2011 21:06, Paulo Soares wrote: I've seen this before. You h

Re: [iText-questions] Form Flattening

2011-09-16 Thread Andy Wu
can't flatten it. Thanks Andy On 16/09/2011 18:16, 1T3XT BVBA wrote: > On 16/09/2011 18:06, Andy Wu wrote: >> That's an answer I've yet to find > You can find out as is explained in chapter 8 of "iText in Action - > Second Edition": > > PdfReade

Re: [iText-questions] Form Flattening

2011-09-16 Thread Andy Wu
lease fill out the following form". Is that a clue to what's going on here? Thanks Andy On 16/09/2011 18:13, Mark Storer wrote: >> The PDF returned from the client as >> PdfStamper.getAcroFields().getFields() returns 0 fields so I >> can't readily loop over the

Re: [iText-questions] Form Flattening

2011-09-16 Thread Andy Wu
surprise me if they were using older versions of Adobe Reader to fill these in. Unfortunately I can't share one of the PDFs that is filled in as they contain private data. Thanks Andy On 16/09/2011 16:58, Leonard Rosenthol wrote: > What software is your clien

Re: [iText-questions] Form Flattening

2011-09-16 Thread Andy Wu
Does the fact that when I've filled in the form myself and saved it with Adobe Reader, it flattens without issue rule out that possibility? Andy On 16/09/2011 16:40, Paulo Soares wrote: > It may be a dynamic LiveCycle form and iText can't flatten those. You'll have &g

Re: [iText-questions] Form Flattening

2011-09-16 Thread Andy Wu
guess that's not what you meant and it doesn't appear to work. Thanks Andy On 16/09/2011 16:25, Paulo Soares wrote: > Look like they are not generating the appearances. Call > AcroFields.regenerateField() for each field to regenerate the appearances and > make flatt

Re: [iText-questions] Form Flattening

2011-09-16 Thread Andy Wu
6/09/2011 15:58, Andy Wu wrote: > Hi All, > > I have an issue with attempting to flatten forms where the data is > disappearing. If I open the original form in Adobe Reader, fill it in > and save it, I have no problem flattening it. > > However when our end clients are f

[iText-questions] Form Flattening

2011-09-16 Thread Andy Wu
results in the data disappearing. I can flatten the PDF with Nitro PDF Reader and it has no issues with it so I'm wondering what I could be missing in my iText usage as all the examples I've seen just point to setFormFlattening( true ). Can any experts point me in the right direction? T

Re: [iText-questions] Missing Content When Merging

2011-09-01 Thread Andy Wu
The good news is that in this case I can reject the stationary and request one without the annotations is supplied. On 01/09/2011 08:01, 1T3XT BVBA wrote: > On 1/09/2011 13:43, Andy Wu wrote: >> I'm not responsible for creating the header/footer pdf. I'm merely >> resp

Re: [iText-questions] Missing Content When Merging

2011-09-01 Thread Andy Wu
On 01/09/2011 07:02, 1T3XT BVBA wrote: > On 1/09/2011 12:49, Andy Wu wrote: >> You're right, I only have the first edition but I'll be sure to pick up >> the 2nd edition now too. > I think it's explained in the first book too. You trying to talk me out of buying

Re: [iText-questions] Missing Content When Merging

2011-09-01 Thread Andy Wu
You're right, I only have the first edition but I'll be sure to pick up the 2nd edition now too. Thanks for your help. On 01/09/2011 06:02, 1T3XT BVBA wrote: > On 1/09/2011 11:37, Andy Wu wrote: >> However, the resultant PDF only contains the header, not the footer. > I&

Re: [iText-questions] Missing Content When Merging

2011-09-01 Thread Andy Wu
p for documents of more than 1 page. - if I use this header/footer http://dl.dropbox.com/u/13080345/tw.pdf, neither appear in the result Hope that better illustrates the issues I'm seeing. Any help is much appreciated. Thanks Andy Wu On 01/09/2011 02:16, 1T3XT BVBA wrote: > On 1/09/2011 3:

[iText-questions] Missing Content When Merging

2011-08-31 Thread Andy Wu
still, how to resolve it? Thanks Andy Wu -- Special Offer -- Download ArcSight Logger for FREE! Finally, a world-class log management solution at an even better price-free! And you'll get a free "Love Thy Log

[iText-questions] Testing Barcode generation in byte form

2009-05-11 Thread Andy Walker
Hello, I am tasked with generating various barcodes. The java class for this will be called by a webservice to generate for example a barcode39 and a PDF417 barcode. My problem is, because it is a webservice I will be fulfilling, I prefer to output a byte array instead of anything iText speci

Re: [iText-questions] Export data of PDF as XML

2009-03-24 Thread Andy Strickland
Thanks for the lively discussion on menu semantics guys...:-/. Back to the original question of the topic: Here's what I did. String path = ; String pdfPath = path + "form.pdf"; PdfReader reader = new PdfReader(pdfPath); AcroFields fields = reader.AcroFields; XmlNode dataSetsNode =

Re: [iText-questions] Export data of PDF as XML

2009-03-24 Thread Andy Strickland
1T3XT info wrote: > > Strickland, Andrew R. wrote: >> What I need to know is if iText is capable of taking the source PDF >> file and dumping Its data as an XML file - and what major >> classes/methods I would use to do this. > > Retrieving data from a form: http://1t3xt.be/?X000413 > Cr

Re: [iText-questions] Export data of PDF as XML

2009-03-24 Thread Andy Strickland
t;> ../../src/toolbox/com/lowagie/toolbox/plugins/XML2Bookmarks.java >> ../../www/examples/com/lowagie/examples/directcontent/pageevents/Events.java >> ../../www/examples/com/lowagie/examples/objects/columns/MultiColumnR2L.java >> ../../www

Re: [iText-questions] Performance benefits to iText 2?

2008-05-21 Thread Andy Levy
the result out to a tempfile, then read that tempfile back into memory. It's not the most frequently-used code in the app. I'm just looking for any edge I can get. Sounds like this should be one of my last changes. > - Original Message - > From: "Andy Levy" <[EM

[iText-questions] Performance benefits to iText 2?

2008-05-20 Thread Andy Levy
I saw this question was asked a few months ago (http://www.nabble.com/iText-v1.x-vs-iText-v2.x-p15369552.html) but didn't see a reply in the archives. I'm running iText 1.3.6 right now. Like that poster, my application's usage of iText is pretty simple - loading PDFs from disk, compiling into one,

[iText-questions] Can iText copy just images from one PDF to another?

2007-10-12 Thread Andy Pai
the source doc? Thank you, Andy - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your

[iText-questions] Affecting the order of fields extracted from a PDF Form

2007-09-06 Thread Andy Perkins
were created for instance as they seem to be returned in a bit of a random fashion at the moment? Any help much appreciated, Kind regards, Andy --- PdfReader reader = new PdfReader(dir + in_pdf); AcroFields form = reader.getAcroFields(); HashMap fields = form.getFields(); for (Iterator i

Re: [iText-questions] Format example for 'Rich Text' AcroField

2007-02-09 Thread Andy Schaff
On 2/9/07, Bruno Lowagie (iText) <[EMAIL PROTECTED]> wrote: Andy Schaff wrote: > I'm dynamically creating PDFs in Java, and am using a marked-up PDF. I > have a lot of text field AcroFields. The RichText flag and RV entry when creating AcroFields are currently not supported in

[iText-questions] Format example for 'Rich Text' AcroField

2007-02-08 Thread Andy Schaff
d}), but have had no luck. Can someone point me to, or give me some quick examples of how I can better utilize the Rich Text attribute of a Text Field AcroField? I mainly want to be able to have some lines bolded and the ability to indent. Thanks, Andy ---

[iText-questions] Calculating size of a table

2006-04-03 Thread Andy McKibbin
. Can anyone help me derive it? Thanks Andy --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking

Re: [iText-questions] Font best practices

2006-03-30 Thread Andy Levy
On 3/29/06, Chris Fong <[EMAIL PROTECTED]> wrote: > Hi everyone, > > I'm a relative newbie so forgive me if this question has been asked before. > I want my application to generate a pdf that uses a TTF font, and looking at > the example docs I would do something like this: > > BaseFont bfComic = >

Re: [iText-questions] Verifying validity of PDF created usin iText

2006-03-22 Thread Andy Levy
On 3/22/06, Vd K <[EMAIL PROTECTED]> wrote: > > Hi, > > We are using iText for creating PDF and the PDF is stored in database for > future use. We have a requirement to make sure the PDF created from iText is > valid and will be viewable using a PDF viewer like "Adobe Acrobat Reader". > Is there an

Re: [iText-questions] Database Connectivity in iTextSharp

2006-03-07 Thread Andy Levy
On 3/7/06, bruno <[EMAIL PROTECTED]> wrote: > By the way: there are over 1000 people subscribed to the list, > then why did only 26 answer this simple question: > http://jroller.com/page/blowagie?entry=would_you_buy_a_book I didn't even realize that you had posted to the list that there was a book

Re: [iText-questions] Positioning of data in fields

2006-02-07 Thread Andy Levy
ake this change manually. On 1/25/06, Andy Levy <[EMAIL PROTECTED]> wrote: > Just to be clear, I'm not "complaining" - just trying to make sure I > have all my facts straight before I tell people we'll have to fiddle > with all 50-some PDFs we're working from just

Re: [iText-questions] Open a new browser from a link

2006-02-03 Thread Andy Levy
On 2/3/06, Andres Muñoyerro Pindado <[EMAIL PROTECTED]> wrote: > I have links in my PDF reports. > > If I use the browser Firefox work perfectly. My problem starts whe I use the > browser Internet Explorer. When I click on a link to open another window (A > Document PDF is created dynamically from

Re: [iText-questions] Positioning of data in fields

2006-01-25 Thread Andy Levy
aligned with some static text it will show the offset. > > - Original Message - > From: "Andy Levy" <[EMAIL PROTECTED]> > To: "Paulo Soares" <[EMAIL PROTECTED]> > Cc: > Sent: Wednesday, January 25, 2006 9:31 PM > Subject: Re: [iText-questions

Re: [iText-questions] Positioning of data in fields

2006-01-25 Thread Andy Levy
nt Acrobat versions make different alignments. You need > setExtraMargin to make this fine adjustment. > > > -Original Message- > > From: Andy Levy [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, January 24, 2006 4:13 PM > > To: Paulo Soares > > Cc: i

Re: [iText-questions] Positioning of data in fields

2006-01-24 Thread Andy Levy
re made to better align the text to the available field space. > Later on, another fix was made to fine tune the field text position, > AcroFields.setExtraMargin(). > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On > > Be

Re: [iText-questions] Positioning of data in fields

2006-01-05 Thread Andy Levy
On 1/5/06, bruno <[EMAIL PROTECTED]> wrote: > Andy Levy wrote: > > >The history indicates a 1.3.6 release on 12/22/2005 - where can I > >download this? > > > Where did you download the 1.3 version from? > As far as I know there's a link to the 1.3.6 jar o

Re: [iText-questions] Positioning of data in fields

2006-01-04 Thread Andy Levy
to the available field space. > Later on, another fix was made to fine tune the field text position, > AcroFields.setExtraMargin(). > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On > > Behalf Of Andy Levy > > Sent

[iText-questions] Positioning of data in fields

2006-01-04 Thread Andy Levy
I would have searched the archives before posting this but the site isn't responding well for me right now. We use iText to fill in PDF forms for a web application based on user input. We recently upgraded to iText 1.3 in our development environment to attempt to resolve some intermittent problem

[iText-questions] watermarks and line breaks

2005-12-02 Thread Andy Nagai
hi Can I put in line breaks in text without creating a whole new cell? Is it possible to place a image as a background on every page without placing absolute positioned images in code? thank your for your insights. Andy __ Yahoo! DSL

[iText-questions] using iText with php and java

2005-11-01 Thread Andy Nagai
trying to include the itext object in a php page. Get the error on this line: $iText_text = new Java('com.lowagie.text.*'); anyone work with itext in php? Andy __ Yahoo! FareChase: Search multiple travel sites in one c

[iText-questions] pdf to tif

2005-05-25 Thread Andy Brough
Can anyone advise me on using itext to convert a pdf to tif ? Looking at the documentation I thought it would be a similar concept to RtfWriter, and use Java Advanced Imaging Appoligies if this has already been asked but the search facility is down on the forum. Thanks Andy DISCLAIMER:The

[iText-questions] Postscript XObject

2005-04-20 Thread Andy Sinclair
Hi, Does anyone have a simple example of PdfPSXObject use? I know we are advised to avoid them by Adobe but I may have a requirement. I have done some experimentation but I am new to the library and a little confused by the API in this area. Regards, Andy

[iText-questions] Adding a nested list to a table cell

2004-01-15 Thread Andy Frost
list symbols) to be displayed in the same table cell. Any suggestions? Thanks, Andy / code snippet / document.open(); Table table = new Table(5); List list = new List(false, 10); List subList = new List(true, 20); for(int i = 0; i < 10; i++) { subList.add("#" + i

[iText-questions] Convert HTML to PDF

2004-01-08 Thread andy
Hi Is there any way of converting HTML to PDF at runtime using Java Components. Thanks in advance Andy --- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering

[iText-questions] How to embed svg document in PDF

2004-01-03 Thread andy
Hi, Can you please help me by giveing instructions or url for embedding SVG in PDF. Thanks in advance Andy --- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for

RE: [iText-questions] automatic font sizing and wrapping?

2003-12-10 Thread Andy Kriger
E_COLUMN) { font.setSize(font.size()-0.25f); } else { colResult = colTxt.go(); log.debug("GO REAL = " + colResult); } } -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paulo Soares Sent: Friday, 05 December, 2003 06:09 To: Andy Kriger

[iText-questions] automatic font sizing and wrapping?

2003-12-04 Thread Andy Kriger
We have a system that currently uses FDF files to create dynamic PDFs using a form template. There are fields defined in the template and data is associated with each field. A field can be marked as multiline and a field's font size can be 'Auto' (the font size is reduced to fit all the text within

RE: [iText-questions] munged text?

2003-06-27 Thread Andy Kriger
tes random prefixes." and sure enough that fixed the problem. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Paulo Soares Sent: Friday, June 27, 2003 10:37 To: 'Andy Kriger'; Itext Subject: RE: [iText-questions] munged text? Can you post the

[iText-questions] which encoding for postscript fonts?

2003-06-27 Thread Andy Kriger
. BaseFont myFont = BaseFont.createFont(fontName,BaseFont.CP1252,BaseFont.EMBEDDED); Font font = new Font(myFont, 6, Font.NORMAL); thx andy --- This SF.Net email is sponsored by: INetU Attention Web Developers & Consultants: Become An INetU Hos

RE: [iText-questions] munged text?

2003-06-27 Thread Andy Kriger
Any help would be appreciated thx andy -Original Message- From: Bruno Lowagie [mailto:[EMAIL PROTECTED] Sent: Friday, June 27, 2003 3:36 To: Andy Kriger Cc: Itext Subject: Re: [iText-questions] munged text? Andy Kriger wrote: >I am building a PDF by: >1) opening a PDF to b

[iText-questions] munged text?

2003-06-26 Thread Andy Kriger
code) The resulting PDF has text that overlaps (see the attached PNG file). The overlaps show up on-screen and in print. Does anyone have any ideas why this is happening and how can fix the problem? thx andy <>

RE: [iText-questions] can i do this with iText?

2003-02-25 Thread Andy Kriger
Is there a beta version I can play around with to see if it'll do what i need? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Paulo Soares Sent: Monday, February 24, 2003 18:36 To: Andy Kriger; Itext Subject: Re: [iText-questions] can i do this with

[iText-questions] can i do this with iText?

2003-02-24 Thread Andy Kriger
If I have a file of Acrobat form data (an FDF file) and an PDF with the form fields, can I use iText to combine the two server-side and return the PDF form filled out with data to the user? thx andy --- This sf.net email is sponsored

RE: [iText-questions] iText question from a new user

2003-01-30 Thread Andy Kriger
ursday, January 30, 2003 11:34 To: 'Andy Kriger'; [EMAIL PROTECTED] Subject: RE: [iText-questions] iText question from a new user Before you start anything don't forget that fonts are usually subset which means that you have a good chance of writing a string consisting of squares.

RE: [iText-questions] iText question from a new user

2003-01-30 Thread Andy Kriger
nal Message- From: Leonard Rosenthol [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 30, 2003 11:07 To: Andy Kriger; [EMAIL PROTECTED] Subject: RE: [iText-questions] iText question from a new user At 10:01 AM -0500 1/30/03, Andy Kriger wrote: >Then the next question is are there open-source o

RE: [iText-questions] iText question from a new user

2003-01-30 Thread Andy Kriger
Then the next question is are there open-source or free Java libraries that allow PDF manipulation in the way I am talking about? -Original Message- From: Leonard Rosenthol [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 30, 2003 8:29 To: Andy Kriger; [EMAIL PROTECTED] Subject: RE

RE: [iText-questions] iText question from a new user

2003-01-29 Thread Andy Kriger
onard Rosenthol [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 16:06 To: Andy Kriger; [EMAIL PROTECTED] Subject: Re: [iText-questions] iText question from a new user At 3:44 PM -0500 1/29/03, Andy Kriger wrote: >I am interested in modifying existing PDF files using iText. I t

[iText-questions] iText question from a new user

2003-01-29 Thread Andy Kriger
I am interested in modifying existing PDF files using iText. I'd like to know what it's capabilities in this regard are. Specifically, I can currently read a file using PdfReader. Great, very easy. Is it possible to change the fonts in the document and write a new PDF out? If so, how would I get a

Re: [iText-questions] Any progress on setVerticalAlignment()?

2002-12-24 Thread Andy Lee
At 9:28 PM + 12/24/02, Paulo Soares wrote: PdfPTable has no problems on nesting tables as long you only use PdfPTable. Ah, I got it working now. Thanks! --Andy --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven

[iText-questions] Any progress on setVerticalAlignment()?

2002-12-24 Thread Andy Lee
for anyone in a position to fix the bug? --Andy --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ iText-questions mailing list [EMAIL P

[iText-questions] Read the metadata from a PDF (e.g. Title, Author etc)

2002-06-01 Thread Hebeisen Andy
Hi all Ist there a way to read-out the metadata (e.g. Title, Author etc.) from a PDF using iText. I know, that iText doesn't support parsing, but maybe the metadata can be accessed. Thanks in advance Andy ___ Don't mis

[iText-questions] Read the metadata from a PDF (e.g. Title, Author etc)

2002-06-01 Thread Hebeisen Andy
Hi all Ist there a way to read-out the metadata (e.g. Title, Author etc.) from a PDF using iText. I know, that iText doesn't support parsing, but maybe the metadata can be accessed. Thanks in advance Andy ___ Don't mis