Re: [iText-questions] character problem merging pdfs

2005-08-22 Thread Philipp Engel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Leonard, you wrote: > I suspect that you are seeing a combination of two problems. > 1) Your PDFs use a mix of non-embedded, embedded and subset versions > of THE SAME FONT. Well I do not have that much knowledge about the PDF file format, but

RE: [iText-questions] PDF Page Scaling

2005-08-22 Thread Kerns, Kelly E - San Mateo, CA - Contractor
I’ve now upgraded to Acrobat Reader 7.0.3, and I still have the same problem. Bruno’s document does, however, always bring up the Print dialog with Page Scaling set to ‘None.’   I simply passed 2097152 (1 << 21) to the setViewerPreferences method when calling it from my code. I’m still u

Re: [iText-questions] character problem merging pdfs

2005-08-22 Thread Leonard Rosenthol
At 03:12 PM 8/22/2005, Philipp Engel wrote: So the PDFs are not created or in any way loaded into Acrobat, so I think #2 might not apply ;) Then were you are getting a message about font errors? It's generated by pdflatex from some, well, TeX code. PdfTeX or PdfLaTex? Wha

[iText-questions] RE: HTML Special Character Code not working with HTMLWorker !!!!

2005-08-22 Thread prakar
Hello folks, I am using i-Text 1.3 jar. When I try to run the same example (that Sunil Rajput posted) and also changed my code to use ArrayList ArrayList list = worker.parseToList(stringReader,style); I get following errors: . SEVERE: Servlet.service() for servlet invoker threw exception java.

RE: [iText-questions] Forms using Acrobat 7.0 Designer.

2005-08-22 Thread Leonard Rosenthol
At 01:52 PM 8/22/2005, Guillermo L. Odone wrote: Yes I realized about that, but my problem was that the client uses Designer, and without deleted the XFA, I couldn't work with the pdf. You need to get the client to switch... OR you need to start investing in writing XFA-modifyi

RE: [iText-questions] Can iText used in word processor application? Pls help me!!

2005-08-22 Thread Bill Ensley
If you just want to simply dump the data currently in the JTextPane: Create a Document normally, create a ContentByte, create a Graphics2D from the ContentByte use JTextPane.paint(Graphics2D). There is a Graphics2D example in the Tutorial. FOR BRUNO OR PAULO: This Question has come up several

RE: [iText-questions] Storing directly to the database

2005-08-22 Thread Bill Ensley
Absolutely, iText can output to any OutputStream.   For MySQL for example, I can get a BinaryStream and pass iText's OutputStream to it.   -Bill Ensley Bear Printing -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Chuck BoddySent: Monday, A

RE: [iText-questions] Forms using Acrobat 7.0 Designer.

2005-08-22 Thread Guillermo L. Odone
Yes I realized about that, but my problem was that the client uses Designer, and without deleted the XFA, I couldn't work with the pdf. This way, I have to add all the functionality by code, cause the appearence remains. I really don't know if there's any other way to work it out, cause actually th

Re: [iText-questions] Can iText used in word processor application? Pls help me!!

2005-08-22 Thread BALA SINGAM
HI , I reallt don't get what u mean. I'm new to java, can u guide me please. I have include partial of my source code here...pls let me know how to integrate the iText with my word processor. --- public class imageTest extends JFrame implemen

[iText-questions] Storing directly to the database

2005-08-22 Thread Chuck Boddy
Hi, Instead of directly creating the PDF on the file server..i would like to write it directly to the database…..so That the PDF is never stored anywhere other than the database…is this possible??   Thanks, Chuck       Confidentiality Notice: This e-mail message, including any at

RE: [iText-questions] character problem merging pdfs

2005-08-22 Thread Paulo Soares
That's probably it. If the font is subset you won't have any problem and you can call PdfReader.shuffleSubsetNames() just in case. The big problem is with full font, embedding or not. Generally the width array will only contain the widths for the characters used. If the fonts have the same name and

RE: [iText-questions] PDF Page Scaling

2005-08-22 Thread Kerns, Kelly E - San Mateo, CA - Contractor
No I didn’t know that it only works with Reader 7. We’re currently using 6, and in this environment, I’m not sure going to 7 is permitted for all users.   I’ll download Acrobat Reader 7 and try out what I’ve got.   Thanks   -Original Message- From: Leonard Rosenthol [mailto:

Re: [iText-questions] character problem merging pdfs

2005-08-22 Thread Leonard Rosenthol
At 12:21 PM 8/22/2005, Philipp Engel wrote: I want to merge some PDFs (arround 1000) into one large PDF. This works quite well, except that some characters in the resulting PDF are replaced with a symbol that looks like a small, non-filled box, something like this _ I suspect that yo

Re: [iText-questions] PDF Page Scaling

2005-08-22 Thread Leonard Rosenthol
At 12:36 PM 8/22/2005, Kerns, Kelly E - San Mateo, CA - Contractor wrote: Am I misunderstanding the purpose of the new ViewerPreference of PrintScalingNone? You do know that it only works with Acrobat/Reader 7, right? Leonard --

[iText-questions] character problem merging pdfs

2005-08-22 Thread Philipp Engel
Hey there, I have a problem using itext: I want to merge some PDFs (arround 1000) into one large PDF. This works quite well, except that some characters in the resulting PDF are replaced with a symbol that looks like a small, non-filled box, something like this _ |_| The

[iText-questions] PDF Page Scaling

2005-08-22 Thread Kerns, Kelly E - San Mateo, CA - Contractor
Title: PDF Page Scaling Hi, I need to automatically set the Page Scaling on the Print dialog to ‘None’ for a document I’m creating (i.e., address labels). I downloaded the latest version of iText (1.3.2) last week since I saw what I thought was the solution. I know there was a bug in the c

RE: [iText-questions] Forms using Acrobat 7.0 Designer.

2005-08-22 Thread Leonard Rosenthol
At 12:15 PM 8/22/2005, Guillermo L. Odone wrote: I droped the XFA object from the PDF as soon as the client uploads it. (I read this in the forum some time ago.) I think there might be some things that doesn't work, If you toss the XFA object - you are basically throwing away the ENTIR

RE: [iText-questions] Forms using Acrobat 7.0 Designer.

2005-08-22 Thread Guillermo L. Odone
Hi, I'm using iText with some forms created in Designer. I have some trouble working with, but it works. I droped the XFA object from the PDF as soon as the client uploads it. (I read this in the forum some time ago.) I think there might be some things that doesn't work, I didn't try the JS yet, bu

RE: [iText-questions] Forms using Acrobat 7.0 Designer.

2005-08-22 Thread Paulo Soares
iText doesn't support Designer Forms. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Vinay Kumar > Sent: Monday, August 22, 2005 4:05 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Forms using Acrobat 7.0 Designer.

[iText-questions] Re: Re: Images get lost when converting PDF to PS

2005-08-22 Thread Leonard Rosenthol
At 11:37 AM 8/22/2005, Sven Loth wrote: Ok, I tried current GPL version as well as AFPL version. No change. Images still get lost. :-( Then there is something else going on with either your PDFs or the way you are using GS. Have you look at other tools for PDF->PS conversion

[iText-questions] Forms using Acrobat 7.0 Designer.

2005-08-22 Thread Vinay Kumar
Hi   We have a web application that uses iText to insert _javascript_ actions into PDF files submitted by users.. The JS inserted is dynamic and depends on user preferences.   We had checks where, if a PDF form submitted was Encrypted and could not be read, we output error messages etc.   Now

RE: [iText-questions] Check Boxes

2005-08-22 Thread Paulo Soares
AcroFields.getAppearanceStates() > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Guillermo L. Odone > Sent: Monday, August 22, 2005 4:44 PM > To: Itext-Questions > Subject: [iText-questions] Check Boxes > > Hi everybody! > How can I get the pos

[iText-questions] Check Boxes

2005-08-22 Thread Guillermo L. Odone
Hi everybody! How can I get the possible values of a CheckBox. I have a checkbox that when its on, sends me Yes and another checkbox that when its on, sends me 101. I also need it for the Radio box. Thanks! Guillermo. --- SF.Net email is Spon

[iText-questions] Re: Re: Images get lost when converting PDF to PS

2005-08-22 Thread Sven Loth
> >I tried ghostscript versions 7.07 and 7.05 > > Those are VERY OLD versions!! > > The current GPL version is 8.15, and the current AFPL version > is 8.53. Ok, I tried current GPL version as well as AFPL version. No change. Images still get lost. :-( What can I do next? Tha

RE: [iText-questions] access to small caps?

2005-08-22 Thread Paulo Soares
There's no small caps in the included fonts. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Eric Marshall > Sent: Monday, August 22, 2005 3:03 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] access to small caps? >

[iText-questions] Adding aparence informatio into PDF

2005-08-22 Thread Juan Sanchez
Hi Paulo. Thanks you. Finally I can verify all type of signatures using code from AcroField to obtain data from byteRange. Last days I've tested to obtain a PDF signed with signing date and name into PDF file but all result are failed. Are there any other procedures to insert this value to vi

[iText-questions] access to small caps?

2005-08-22 Thread Eric Marshall
Is there a way to access the small caps in the included fonts? Thanks in advance. --- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Dr

Re: [iText-questions] Re: Writing RTF Doc progressevly

2005-08-22 Thread Mark Hall
On Monday 22 August 2005 11:39, Valentin Baudot wrote: > The only remained problem is that when I add a chapter object to the > document, a new page is generated after the chapter, so I have a new page > between the chapter title and the first section... > > Any idea how I can get ride of that new

RE: [iText-questions] Hyphenation patterns

2005-08-22 Thread Paulo Soares
In recent releases the patterns are the FOP ones with any changes. The patterns must be in the package com.lowagie.text.pdf.hyphenation.hyph and that's all. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of bruno > Sent: Monday, August 22, 2005 7:2

[iText-questions] Re: Writing RTF Doc progressevly

2005-08-22 Thread Valentin Baudot
Mark Hall edu.uni-klu.ac.at> writes: > > On Friday 19 August 2005 16:09, Valentin Baudot wrote: > > What is it supposed to do? The document object is still big in memory... > > Perhaps I don't correctly use it. > > Moreover, I have a very big chapter (several hundred pages) and when I add > > it

Re: [iText-questions] Extract pages from an existing PDF

2005-08-22 Thread bruno
Beppe Costagliola wrote: Hi Bruno, Will you be also provide a sample code ? If you can wait a few days, I can add an example in the tutorial when I make the new release. br, Bruno --- SF.Net email is Sponsored by the Better Software Con

Re: [iText-questions] Can iText used in word processor application? Pls help me!!

2005-08-22 Thread Mark Hall
On Monday 22 August 2005 06:35, BALA SINGAM wrote: > All i want is to enable my word processor to save images and tables. > How to plug in this iText library class in my application..? If all you want is to write rtf files then yes you could use iText. You would have to transform all the text ob

Re: [iText-questions] Extract pages from an existing PDF

2005-08-22 Thread Beppe Costagliola
Hi Bruno, Will you be also provide a sample code ? Thanks for the reply. Giuseppe. - Original Message - From: "Bruno Lowagie" <[EMAIL PROTECTED]> To: Sent: Friday, August 19, 2005 6:31 PM Subject: Re: [iText-questions] Extract pages from an existing PDF > Paulo Soares wrote: > > >P