[iText-questions] font used in text mode for ColumnText or PdfPCell

2010-03-04 Thread Tony Gallo
ments are added in text mode? Tony -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why

[iText-questions] [Book] iText in Action Second Edition

2010-02-07 Thread Tony Austin
condEdition.pdf Regards, Tony Austin. - - -- - - - - - - - - - - - - - - - - - - - - - - - - - - CEO, Asia/Pacific Computer Services 40+ years in Information Technology! Find out about NotesTracker at: <http://asiapac.com.au/>asiapac.com.au or <http://notestracker.com/>notestracker.&l

[iText-questions] syntax for import of iTextPDF classes

2010-01-07 Thread Tony Gallo
ryone. Thank you, Tony -- This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app d

Re: [iText-questions] Problem Reading Interactive Form Values / AcroFields from PDF using iText

2010-01-05 Thread Tony Gallo
ing code. Hope it helps and you can translate between C#.NET and java.. Tony private void btnDan_Click(object sender, EventArgs e) { string sFileTemplate = "c:\\temp\\tonytest.pdf"; string sFileToUser = "c:\\temp\\99TG01-20081225-S.pdf"

Re: [iText-questions] Annotations in layers

2009-09-06 Thread Tony Stevens
to be visible in this instance is precisely the part that contains "as if it were not in the document". This strikes me as a paradox. (By the way, I have no expectations of winning this argument; I know that the only useful specification of PDF is what Reader implements. It would be ni

Re: [iText-questions] Annotations in layers

2009-09-05 Thread Tony Stevens
Leonard Rosenthol-3 wrote: > > On 9/5/09 11:05 AM, "Tony Stevens" wrote: >> I'm doing some experiments to see what I can achieve with PDF optional >> content, and I'm confused with what's happening when I add an annotation >> in >> a spec

[iText-questions] Annotations in layers

2009-09-04 Thread Tony Stevens
I'm doing some experiments to see what I can achieve with PDF optional content, and I'm confused with what's happening when I add an annotation in a specific layer. In the PDF below, page 1 layer 2 has a link (the red X) to show the alternate version of the page in layer 1. This works, but when la

Re: [iText-questions] Why doesn't this work?

2009-01-23 Thread Tony Stevens
7;re just copying the content (I think - haven't checked the code). Try getting rid of ps0 and adding ps1 and ps2 directly to document. Tony S. -- View this message in context: http://www.nabble.com/Why-doesn%27t-this-work--tp21630910p21632461.html Sent from t

Re: [iText-questions] help need

2008-12-09 Thread Tony
thank you. I want getPageNumber return last page on onEndPage method of PdfPageEventHelper writer.getPageNumber() ; it is return last page of Pdf on onEndPage 2008-12-09 Tony 发件人: 1T3XT info 发送时间: 2008-12-09 17:46:35 收件人: Post all your questions about iText here 抄送: 主题: Re

[iText-questions] help need

2008-12-09 Thread Tony
) { tpl.beginText(); tpl.setFontAndSize(bfChinese, 12); tpl.setTextMatrix(0, 0); tpl.showText(Integer.toString(writer.getPageNumber() - 1)); tpl.endText(); } Thank You Regards Tony [penghao] /JAVA Programmer

Re: [iText-questions] Advanced tab in Document Properties

2008-11-13 Thread Tony Stevens
at Acrobat 8 displays the language, but Reader versions 7, 8 and 9 do not. Is this behaviour intentional? I guess my first problem is solved, now my next problem is to convince the user that the problem is in someone else's software :-) Tony S. -- View this message in context: http://www.

Re: [iText-questions] Advanced tab in Document Properties

2008-11-12 Thread Tony Stevens
;en")); and I can see that the entry is created in the document catalog, but it doesn't appear in the document properties dialog of Reader (8). Is this field taken from somewhere else? Thanks, Tony S. -- View this message in context: http://www.nabble.com/Advanced-tab-in-Document-Prope

Re: [iText-questions] separate presentation from content

2008-09-05 Thread Tony Stevens
formation (font, spacing, etc.). I set up an XMetaL customisation to provide an almost WYSIWYG editor for the templates, so they were able to use it with virtually no training. We have our own XML renderer, so making the PDFs was easy, but XSL FO would have also worked. If the XML to PDF part is t

Re: [iText-questions] zlib compression levels

2008-07-06 Thread Tony Stevens
he ammunition I need - thanks! Tony S. -- View this message in context: http://www.nabble.com/zlib-compression-levels-tp18303335p18306609.html Sent from the iText - General mailing list archive at Nabble.com. - Sponsored by: Sou

[iText-questions] iText compression modes

2008-07-06 Thread Tony Stevens
so. They apparently choose not to see this as significant. Can anyone point me to something that will explain PDF compression in a simple way? I think simplicity may be the key to circumventing their objections. Tony S. -- View this message in context: http://www.nabble.com/iText-compression

Re: [iText-questions] How to determine if a file is valid PDF file

2008-06-09 Thread Tony Stevens
ontent is valid, but should be enough to indicate that it's supposed to be a PDF. Tony S. DoubleCrest wrote: > > Hi Guys, > > Is there an API that I can use to determine if a file is valid PDF file. > > We have an application that receives and processes PDF files. Curren

Re: [iText-questions] Type 1 font character widths

2008-05-27 Thread Tony Stevens
e to put all Type 1 fonts under a large rock and forget about them, but sadly that's not an option. Unicode rulz! Tony S. -- View this message in context: http://www.nabble.com/Type-1-font-character-widths-tp17481241p17502043.html Sent from the i

Re: [iText-questions] Type 1 font character widths

2008-05-27 Thread Tony Stevens
I've uploaded your changes to SVN. They will be in the > next iText version. > Thanks! Since this was my first post, let me indulge myself by saying that the quality of the software and the support are amazing. Best wishes, Tony S. -- View this message in context: http://ww

Re: [iText-questions] Type 1 font bullet width

2008-05-25 Thread Tony Stevens
cs I expect, but has "EncodingScheme FontSpecific" instead of "EncodingScheme AdobeStandardEncoding". I find this a bit hard to believe - if the table were incorrect, wouldn't this cause all sorts of problems when the font is loaded using a PFM file? Thanks, Ton

Re: [iText-questions] Type 1 font bullet width

2008-05-23 Thread Tony Stevens
Tony Stevens wrote: > It looks like the automatic .pfm to .afm conversion isn't working. Does > this > sound like an iText bug, or a limitation of the .pfm format? Is the width value for the bullet available in the PFM file? -- That's a good question :-) I haven't been

Re: [iText-questions] Type 1 font bullet width

2008-05-22 Thread Tony Stevens
I know a little more about what's going on. The problem occurs if I point to the .pfm file created by the Windows Type 1 installer. If I point to the original .afm (which doesn't get copied to \Windows\Fonts) the problem goes away. It looks like the automatic .pfm to .afm conversion isn't working

[iText-questions] Type 1 font bullet width

2008-05-21 Thread Tony Stevens
tell if the problem lies in the font metrics. Has anyone had any similar problems? TIA, Tony S. - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/g

[iText-questions] PDF Annotation software

2007-06-15 Thread Tony Chhun
/pdfannot/ Tony - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2

[iText-questions] Positioning HTML snippets using HTMLWorker

2007-06-04 Thread tony roza
Hello, I would like to use HTMLWorker to position a table on a PDF. However when i do so, HTMLWorker writes the table to the top center of the page. Is there a way to set the XY starting position of the table on the document? I have not been able to find an API to do this. Thanks. Tony

Re: [iText-questions] Japanese character in destination

2007-05-30 Thread Tony He
> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Tony He > Sent: Wednesday, May 30, 2007 1:04 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Japanese character in destination > > Hi: > > I have a Japanese pdf file

[iText-questions] Japanese character in destination

2007-05-29 Thread Tony He
Hi: I have a Japanese pdf file. I read it in, make a copy of it, extract some names from the file, create destinations and add it to the copied pdf file. I use: copy.getDirectContent().localDestination(name, dest) to create the destinations. I have Japanese locale on my machine. Before the abov

[iText-questions] Does itext support GTIN-14 bearer bars

2007-04-30 Thread Tony Roza
GTIN-14 is often displayed with bearer bars. That is, solid bars across the top and bottom of the bar code. Does itext have any support for this? Tony Roza - This SF.net email is sponsored by DB2 Express Download DB2

[iText-questions] Add an annotation on page 2

2007-03-05 Thread Tony Chhun
Hello, I Have implemented a function to add a screen annotation with an appearance stream. My problem is that when I add an annotation on page 1 ofa pdf document, Adobe can read it easily, but when I try to add it i=on the second page, Adobe display it, but nothing happen when I click on it. Quit

[iText-questions] Two rendition

2007-03-05 Thread Tony Chhun
Hello, Is it possible to put two rendition in a same screen annotation. I want to simulate a sound annotation with a screen annotation. First I'll put a rendition with the image of a sound annotation and then put an audio/wav rendition. Is it possible? Another solution is to put two screen annot

Re: [iText-questions] Pdf File request

2007-03-01 Thread Tony Chhun
have in your > machine to play the sound. > > Paulo > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] ] On > > Behalf Of Tony Chhun > > Sent: Thursday, March 01, 2007 10:25 AM > > To: Post all your question

Re: [iText-questions] Pdf File request

2007-03-01 Thread Tony Chhun
machine to play the sound. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Tony Chhun > Sent: Thursday, March 01, 2007 10:25 AM > To: Post all your questions about iText here > Subject: Re: [iText-questions] Pdf File r

Re: [iText-questions] Pdf File request

2007-03-01 Thread Tony Chhun
27;ll generally need to convert your sound files. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Tony Chhun > Sent: Tuesday, February 27, 2007 9:05 AM > To: Post all your questions about iText here > Subject: Re: [iText

Re: [iText-questions] Pdf File request

2007-02-27 Thread Tony Chhun
<[EMAIL PROTECTED]>: Open Adobe Acrobat Professional.Choose the Sound tool Draw out your annotation Choose the .wav file you wish to embed Voila On Feb 26, 2007, at 11:17 AM, Tony Chhun wrote: Ok, I will explain further. A PDF document can contain Annotation such as text but also audio anno

Re: [iText-questions] Pdf File request

2007-02-26 Thread Tony Chhun
Bill Ensley www.bearprinting.com -- *From:* [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] *On Behalf Of *Tony Chhun *Sent:* Monday, February 26, 2007 11:01 AM *To:* Post all your questions about iText here *Subject:* [iText-questions] Pdf File request Does anyone can se

[iText-questions] Pdf File request

2007-02-26 Thread Tony Chhun
Does anyone can send me a Pdf File with an audio annotation in it. The audio annotation have to be a file specification embedded in the document. Thank you. - Take Surveys. Earn Cash. Influence the Future of IT Join SourceFor

[iText-questions] Sound annotation implementation

2007-02-26 Thread Tony Chhun
Hello, I'm tryig to create a createSound methd for the PdfAnnotation class. If anyone could help me. Regarding the PDF Refernce document, I have implemented this: public PdfAnnotation createSound (PdfWriter writer, Rectangle rect, String clipTitle, PdfFileSpecification fs) throws IOException {

[iText-questions] Screen annotations

2007-02-21 Thread Tony Chhun
Hello, I am looking at the PdfAnnotation.createScreen method and I wonder why you chose to do movie annotation with screen instead of movie. Actually the Subtype should be movie for a movie annotation. Is there any specific reason to that. I am working on create a PdfAnnotation.createSound method

[iText-questions] How do I join ?

2007-02-19 Thread Tony Hughes
forum for iText. Puzzled, Tony Hughes aka antoniohughes - Tony Hughes 296 Payson Road Belmont, MA 02478 617-489-3560 http://members.bellatlantic.net/~anthony.c.hughes/PersonalTrainer/PersonalTrainer.html

[iText-questions] Unwanted blank pages

2007-02-19 Thread Tony Hughes
.java" is reduced to and begins with the method that produces the document. Something unseen is preceding the newPage() that causes the un-wanted blank page. Thank you in advance for your generous help, Tony Hughes ----- Tony Hug

[iText-questions] File specification getByte

2007-02-16 Thread Tony Chhun
Hello, I am currently working on file specification, why do the method getBytes() return null? Doesn't the object file specification include the stream? -CUT filespec=PdfFileSpecification.fileEmbedded(writer, "dino.txt", "dino.txt", null); System.out.println(filespec.getBytes()); --

Re: [iText-questions] Reference on a pdfObject

2007-02-15 Thread Tony Chhun
, null); //Put the F value into Sound key annotation.put(new PdfName("Sound"),PdfName.F); 2007/2/15, Bruno Lowagie (iText) <[EMAIL PROTECTED]>: Tony Chhun wrote: > How to retrieve the reference on a PdfObject? Please clarify. Do you know the object number, and now you

[iText-questions] Reference on a pdfObject

2007-02-15 Thread Tony Chhun
How to retrieve the reference on a PdfObject? ex: 28 0 obj How can I retrieve 28? - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on

[iText-questions] File specification

2007-02-12 Thread Tony Chhun
Hello, I did an annotation of sound type. I want to specify a file specification in the dictionary. Which value should I put for F key? I tried PdfFileSpecification value but Adobe reader need a number. So I tried different things but it does not work. See the code below //Title

Re: [iText-questions] Interactive annotations

2007-02-12 Thread Tony Chhun
I try to put an annotatation with annotation.put(PdfName.SUBTYPE, PdfName.TEXT) This does work. But it appears there's not type for SOUND annotation as read in Table 8.16of PDF Refernce. How should I proceed? 2007/2/12, Tony Chhun <[EMAIL PROTECTED]>: Ok, thanks a lot, this one doe

Re: [iText-questions] Interactive annotations

2007-02-12 Thread Tony Chhun
input (PdfReader) and the output file PdfStamper). 2007/2/11, Tony Chhun <[EMAIL PROTECTED]>: > > I used PdfStamper to add an audio annotation. > The annotation has been put in the document but all the document has > been cleared, only remains the annotation. > What's wrong with

Re: [iText-questions] Interactive annotations

2007-02-11 Thread Tony Chhun
ectangle(500f, 500f, 600f, 600f), "annot", fs, "audio/wav", true), 1); stamp.close(); 2007/2/11, Bruno Lowagie <[EMAIL PROTECTED]>: Tony Chhun wrote: > I have created a PDF document with iText including an audio annotation. > The book

[iText-questions] Interactive annotations

2007-02-11 Thread Tony Chhun
Hello, I have created a PDF document with iText including an audio annotation. The book uses PdfWriter to do this. Can I include an audio annotation in an existing PDF document which has not been created with iText (using PdfStamper or else)? --

[iText-questions] Sound format

2007-01-06 Thread Tony Chhun
Hello, IText in Action reads that multimedia files can be added as annotation content. Those format are available: MOV, MPG, AVI, ASF, ASX, IVF, MLV, MP2, MPA, MPE, MPEG, MPV2, SPL, SWF, WM, WMP, WMV, WMX, and WVX. All those format seem to be video format. What if I want to add an audio file such

[iText-questions] Populating pdfptable with images from database

2007-01-04 Thread Tony Smith
r? When displaying images from db on html page, I outputted the image to a random html page, and pointed the to that html page. As I have this code working already is there a way of accomplishing the same result with my pdf?? Thanks in advance. Regards, Tony Smith

Re: [iText-questions] Audio annotations

2007-01-02 Thread Tony Chhun
ert a sound just like you would insert a screen rendition with a movie. Paulo - Original Message - From: "Tony Chhun" <[EMAIL PROTECTED]> To: Sent: Tuesday, January 02, 2007 1:40 AM Subject: [iText-questions] Audio annotations > Hello, > > I am in charge t

[iText-questions] Audio content

2007-01-02 Thread Tony Chhun
Hello, Is it possible to add annotation which has audio type with iText? Thank you Tony Chhun - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chanc

[iText-questions] Audio annotations

2007-01-01 Thread Tony Chhun
Hello, I am in charge to write a program to let people add audio annotations on PDF document. Ihave a question: Is there a way to add audio annotation (throught .wav or else) to a PDF document using iText Library? If not, is not any other way to perform such thing? Thank you for your answers. --

Re: [iText-questions] concationate multiple PDF documents that are generated in code

2006-10-28 Thread Tony Akocs
I have found and implemented a way to concatenate multiple PDFs together.  Here is the code that got me most of the way there. I had to retype this code in by hand so there may be some small errors . This code concationates PDF files in memory and streamed them to a File. Once I had this working I

Re: [iText-questions] concationate multiple PDF documents that are generated in code

2006-10-23 Thread Tony Akocs
I display the consolidated documents in a browser in a ServletOutputStream.   I do not have a byte[ ], just the Document object   Here is what I would like to do I generate the PDF Document, then place the Document in a java.util.List. After I am done populating the List with PDF Documents. I want

[iText-questions] concationate multiple PDF documents that are generated in code

2006-10-23 Thread Tony Akocs
I generate multiple PDF Documents in my code and display them one at a time. I want to be able to add them to a List object and when I'm done populating the list add them together in one master PDF Document to display to the user. Can this be done. I do not want to have to save these PDF files to t

Re: [iText-questions] out of memory problem with PdfReader

2006-10-20 Thread Tony He
served space for new object initialization.  It might help.   == stanton From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] ] On Behalf Of Tony HeSent: Friday, October 20, 2006 9:16 AMTo: Post all your questions about iText hereSubject: Re: [iText-questions] out of memory problem with PdfReader

Re: [iText-questions] out of memory problem with PdfReader

2006-10-20 Thread Tony He
-Original Message- > From: [EMAIL PROTECTED]> [mailto:[EMAIL PROTECTED] ] On> Behalf Of Tony He> Sent: Friday, October 20, 2006 2:39 AM> To: itext-questions@lists.sourceforge.net> Subject: [iText-questions] out of memory problem with PdfReader >> Hi, I got an out of memroy

[iText-questions] out of memory problem with PdfReader

2006-10-19 Thread Tony He
Hi, I got an out of memroy (outofstack) exception when creating a new PdfReader(filename). The exceptions come from PdfReader.removeUnusedNodes() method. My pdf file has hundreds of bookmarks.   Can anybody tell me how to get around this problem?   Thanks, Jean -

[iText-questions] Create PDF documents in Java

2006-03-13 Thread Tony He
Hi:  I have been using IText to create PDF documents. It worked great with Java 1.4.x. However, when I switched to Java 1.5.0_06, I got the following error:  Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: sun/awt/font/NativeFontWrapperException in “fm.insertDirecto

[iText-questions] Tony Has A NoSuchMethodError

2005-10-14 Thread Tony Hughes
jars/mysql-connector-java-3.1.8-bin.jar jars/NDbOut.jar         As I mentioned above, I used to also put some flavor of itext.jar     into this manifest: Eclipse runs, jar fails.     CONCLUSION:     Anything you could suggest to get me past this stopping point     would

RE: [iText-questions] External links

2005-03-15 Thread Tony . L . Reller
I am just following up on this question. Has anyone created links the way we have or have suggestions to an alternative solution. > Tony Reller > WFS - Treasury Internet Solutions (TIS) > (v) 612.667.8799 (f) 612.667.7150 MAC N9308-210 > This message may contain confidential and/o

[iText-questions] External links

2005-03-08 Thread Tony . L . Reller
My problem started when some of our users updated their Adobe Readers to 7.0. We have links in our PDF reports the user clicks on to open another window in which their image request is returned to. However, the window with the report & links in it is cleared out and [OBJECT] is displayed in the upp

[iText-questions] 1.5 compression and Adobe Reader 5.05

2004-12-21 Thread Tony . L . Reller
Using iText Ver:1.39 I have added setFullCompression() to my PDFwriter object and achieved a 30% reduction in the size of our reports using Adobe Reader 6.0.1. Great However when trying to open the file with Adobe Reader 5.0.5 I receive the a File is damage errorCan 1.5 compression on

RE: [iText-questions] Who's using iText?

2004-12-09 Thread Tony . L . Reller
We are using it in our reporting product to create financial reporting for our commercial customers. The reports range from a few pages to hundreds of pages. Some reports we allow linking from a summary section to a detail portion of the reports. Other reports we have links to allow the use to retr

[iText-questions] Creating booklet format PDFs

2004-08-15 Thread Tony Christney
make this program available to other iText users as part of the com.lowagie.tools package. To whom should I send the code for review? Cheers, Tony Christney --- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DV

[iText-questions] java.lang.IndexOutOfBoundsException

2004-08-06 Thread Bono, Tony
oing wrong? Thanks. Tony Bono

[iText-questions] (no subject)

2004-08-06 Thread Bono, Tony
oing wrong? Thanks. Tony Bono

[iText-questions] FW: Controlling the Fonts in cell of a report that is generated by a query

2004-08-05 Thread Bono, Tony
Hi, I am still stuck on this one. Can anyone help? Thanks. Tony Bono -Original Message- From: Bono, Tony Sent: Wed 8/4/2004 4:36 PM To: [EMAIL PROTECTED] Cc: Subject: FW: Controlling the Fonts in cell of a report that is

[iText-questions] Changing page orientation in the middle of the PDF

2004-08-05 Thread Bono, Tony
Hi, In my pdf document, I have about four pages of text that is displayed as portrait and then I must display a table generated from a query that requires landscape. Does anyone out there know how to do this? I would appreciate any advice Tony Bono

[iText-questions] Controlling the Fonts in cell of a report that is generated by a query

2004-08-05 Thread Bono, Tony
oming from a query. Also, I am still trying to set the pages that the reports are on to landscape and legal size so as to capture the six columns of one of the reports. Does anyone have any suggestions? Thanks. Tony Bono

[iText-questions] Indenting paragraphs and bolding the first word in a paragraph.

2004-08-05 Thread Bono, Tony
My code is almost exactly like the examples given at iText. Secondly, the above paragraph is part of a group of paragraphs that I wish to indent . The first paragraph will span the entire page, but the paragraphs like the one above need to be indented about 8 spaces. How can I achieve this. Thanks

RE: [iText-questions] Out of Memory Exception Using IText 1.01 {S canned}

2004-08-02 Thread Tony . L . Reller
How can we stream a PDF report in other words how do you write chunks of PDF content to the browser. Would it be possible for you to send sample code or some kind of example? Any feedback is appreciated. > Tony Reller > WFS - Treasury Internet Solutions (TIS) > (v) 612.667.8799 (f) 612

RE: [iText-questions] Text wrapping

2004-06-09 Thread Tony . L . Reller
also need to: > c11.setPaddingTop(6f); > c11.setLeading(9f, 0f); > > The problem is I do not want to do the setPaddingTop & > setLeading if the > field does not wrap. Is there a way to determine if the field > is going to > wrap? > > Using version 1.2b > > &g

[iText-questions] Text wrapping

2004-06-08 Thread Tony . L . Reller
mine if the field is going to wrap? Using version 1.2b > Tony Reller > WFS - Treasury Internet Solutions (TIS) > (v) 612.667.8799 (f) 612.667.7150 > --- This SF.Net email is sponsored by: GNOME Foundation Hackers Unite! GUADEC

RE: [iText-questions] Struts Framework and iText

2004-06-03 Thread Tony . L . Reller
I ran into some other odd problems opening documents so I also added in addition to those below to correct them: response.setHeader("Pragma", "public"); -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Woodchuck Sent: Thursday, June 03, 2004 1:21 PM To: itex

RE: [iText-questions] Re: Please help me on PDF in Acrobat Reader 6!

2004-04-06 Thread Reller, Tony (NSI)
There had been reported problems with Adobe 6.0. Its best just to update to 6.0.1 See issue in the forum:   http://www.adobeforums.com/cgi-bin/[EMAIL PROTECTED]@.2cce7577/2 -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of sam smithSent: Tuesda

[iText-questions] Memory Errors

2004-02-12 Thread Tony . L . Reller
ff -Original Message- From: Bradford, Jeff L Sent: Monday, February 02, 2004 4:04 PM To: '[EMAIL PROTECTED]' Subject: iText Importance: High The iText framework seems to be Memory Intensive. Has anyone solved the memory issue by tuning? If so, how. Is this a common problem? Do you have

RE: [iText-questions] iText1.02

2004-02-11 Thread Tony . L . Reller
I updated my environment with iText1.02 and when I recompiled I recieved an error saying that the method PdfPCell.setColspan is undefined. This was in iText1.01 and worked great. Was this removed on purpose and if so is there a replacement method that I can use? -Original Message- From: [E

RE: [iText-questions] Printing pdf files

2004-01-12 Thread Tony . L . Reller
Not sure what specific printing problem you are having, but I have already posted a problem with Adobe 6.0. Follow the link to see the issue: http://www.adobeforums.com/cgi-bin/[EMAIL PROTECTED]@.2cce7577/2 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Su

[iText-questions] Adobe Reader 6.0 print problem

2003-11-03 Thread Tony . L . Reller
We are currently using iText to send the output to the browser. When using Adobe Reader 6.0 plugin it displays in the browser window just fine. When trying to print the document I get the error "Could not start the print job". If I save the document, reopen it I can then print the document will p

[iText-questions] RE: Font Exception

2003-03-12 Thread Tony Costanzo
found as resource. (The *.afm files must exist as resources in the package com.lowagie.text.pdf.fonts) 2860: end of print method Thd *.afm files are included in the jar file, so why wouldn't it be able to find them. Tony --- This S

[iText-questions] Font Exception

2003-03-11 Thread Tony Costanzo
files must exist as resources in the package com.lowagie.text.pdf.fonts) 2860: end of print method Thd *.afm files are included in the jar file, so why wouldn't it be able to find them. Tony -Original Message- From: Paulo Soares [mailto:[EMAIL PROTECTED] Sent: Monday, Mar

[iText-questions] REL New release itext-paulo-112

2003-03-10 Thread Tony Costanzo
, Tony -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Monday, March 10, 2003 3:09 PM To: [EMAIL PROTECTED] Subject: iText-questions digest, Vol 1 #1067 - 2 msgs Send iText-questions mailing list submissions to [EMAIL PROTECTED

RE: [iText-questions] itext-paulo-110 (2003-03-05)

2003-03-07 Thread Tony Costanzo
Paulo- Here is a method I wrote to process a number of pdfs with their own data and merge them into one pdf. When this pdf is generated all the pages of pdf show up correctly, but the form fields are not populated. Thanks in advance. Tony /** * @param pdfFiles List contains a list of

RE: [iText-questions] itext-paulo-110 (2003-03-05)

2003-03-06 Thread Tony Costanzo
Paulo- When you get the PDFStamper, get the AcroFields, set the Fields in the AcroFields(), flatten the fields and close the PDFStamper, do you then add the pages one by one from the PDFStamper to the new document and then add the acro fields to the new document? Thanks, Tony -Original

[iText-questions] itext-paulo-110 (2003-03-05)

2003-03-05 Thread Tony Costanzo
form fields) and then outputting one large merged PDF.  Can this be done with this version?  If so, can you point to what classes I need to be looking at.  Thanks in advance. Tony Costanzo   Changes in itext-paulo-110 (2003-03-05) - Added support for form filling, form flattening and FDF merging

[iText-questions] Populating AcroForm Fields with Dynamic Data and Merging PDFS

2003-02-19 Thread Tony Costanzo
which is displayed to user   Thanks in advance, Tony Costanzo

[iText-questions] Formating of Cells in a nested table.

2002-10-28 Thread Tony S
o get any text I place off the bottom of the cell. So either Cell Padding or vertical Alignment is ok with me. If any know a way to to do this, please let me know. thanks --Tony import java.io.FileOutputStream; import java.io.IOException; import java.io.ByteArrayOutputStream; import java.awt.