Re: [iText-questions] How to embed Type1 Japanese fonts

2010-05-12 Thread Paulo Soares
Paulo, Attached are cjk_KozGoPro_UniJIS.pdf - looks OK, but font is not embedded cjk_KozGoPro_Identity.pdf - no text visible, but font embedded cjk_MSGothic_Identity.pdf - looks OK, and font is embedded Thanks, - Eric -Original Message- From: Paulo Soares [mailto:psoa...@glintt.com

Re: [iText-questions] Signed PDFs get corrupted when copyed from server

2010-05-10 Thread Paulo Soares
Look like a problem with your transfer service. If I delete the extra bytes from the corrupt pdf it works correcly. Are you using MemoryStream.GetBuffer() instead of MemoryStream.ToArray()? (just guessing) Paulo - Original Message - From: Lucas Matis To:

Re: [iText-questions] ArrayIndexOutOfBoundsException when signing Documaker PDF

2010-05-06 Thread Paulo Soares
What should iText put in the missing bytes to fill the 16 positions: all zeros or something else? Paulo -Original Message- From: mkl [mailto:m...@wir-sind-cool.org] Sent: Thursday, May 06, 2010 2:01 PM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions]

Re: [iText-questions] Clarification on PdfCopy.freeReader()

2010-04-29 Thread Paulo Soares
freeReader() makes the writer instance forget about that particular pdf. You may open the same pdf again but it will be like a different pdf and won't use any of the shared resources from the first one that you could use if the pdf was not freed. freeReader() is meant to be used when you're

Re: [iText-questions] itextsharp library

2010-04-29 Thread Paulo Soares
itextsharp.dll est seulement compatible avec .NET. Paulo (itextsharp.dll is only compatibel with .NET) From: D. Ghysels [didier.ghys...@orange.fr] Sent: Thursday, April 29, 2010 4:38 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions]

Re: [iText-questions] TIFF to PDF with Tags

2010-04-29 Thread Paulo Soares
I've no idea what's a meta-tag conversion to PDF. Can you be more explicit? Paulo From: McQuinn, Steven B [steven.mcqu...@vangent.com] Sent: Thursday, April 29, 2010 3:52 PM To: 'itext-questions@lists.sourceforge.net' Subject: [iText-questions] TIFF to PDF with

Re: [iText-questions] I textsharp 5.0.1.1 Headerfooter

2010-04-28 Thread Paulo Soares
Use page events for headers and footers. For changes see http://www.itextpdf.com/history.php. Paulo From: Lynch, Ross [ross.ly...@irishlife.ie] Sent: Wednesday, April 28, 2010 2:53 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] I

Re: [iText-questions] Blank page

2010-04-26 Thread Paulo Soares
Two problems with your post: - you iText version is to old to be supported in the mailing list - there was never a problem with blank pages Something with your code is wrong or if you are providing the doc with a web server don't forget to set the content length. Paulo

Re: [iText-questions] iText 5.0.1 embedded fonts and smartcopy

2010-04-25 Thread Paulo Soares
No mistery. As you have a single glyph the subset will be the same and PdfSmartCopy will include a single instance of the file. The difference comes from the width table that has a single element in the case of the subset and 256 entries for the full embed. Paulo - Original Message -

Re: [iText-questions] iText 5.0.1 embedded fonts and smartcopy

2010-04-25 Thread Paulo Soares
- From: Paulo Soares [mailto:psoa...@glintt.com] Sent: Sun 4/25/2010 4:02 AM To: Post all your questions about iText here Subject: Re: [iText-questions] iText 5.0.1 embedded fonts and smartcopy No mistery. As you have a single glyph the subset will be the same and PdfSmartCopy will include

Re: [iText-questions] performance follow up

2010-04-22 Thread Paulo Soares
Thank you. I'll include your changes. Paulo From: Giovanni Azua [brave...@gmail.com] Sent: Thursday, April 22, 2010 1:02 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] performance follow up Hello, Good news ... after applying the

Re: [iText-questions] PdfWriter.getPageNumber() is returning next page number when table ends at the end of page

2010-04-22 Thread Paulo Soares
] PdfWriter.getPageNumber() is returning next page number when table ends at the end of page I am using 2.1.3 version. Paulo Soares psoa...@glintt.com 04/21/2010 06:50 PM Please respond to Post all your questions about iText here itext-questions@lists.sourceforge.net To Post

Re: [iText-questions] What action is requred in terms of License

2010-04-22 Thread Paulo Soares
...@gmail.com] Sent: Thursday, April 22, 2010 1:45 PM To: Post all your questions about iText here Subject: Re: [iText-questions] What action is requred in terms of License On Wed, Apr 21, 2010 at 10:17 AM, Paulo Soares psoa...@glintt.commailto:psoa...@glintt.com wrote: If you're using

Re: [iText-questions] What action is requred in terms of License

2010-04-22 Thread Paulo Soares
files generated by the iText, then send the printed the document to external users. Do we need a commercial license in this case? Many thanks! Tao From: Paulo Soares [mailto:psoa...@glintt.com] Sent: April 22, 2010 9:08 AM To: Post all your questions about iText

Re: [iText-questions] PdfWriter.getPageNumber() is returning next page number when table ends at the end of page

2010-04-22 Thread Paulo Soares
to latest release 5.0.2 Please let me know if there is any other alternative... Paulo Soares psoa...@glintt.com 04/22/2010 08:07 AM Please respond to Post all your questions about iText here itext-questions@lists.sourceforge.net To Post all your questions about iText here

Re: [iText-questions] problem with rounded corners

2010-04-22 Thread Paulo Soares
PdfTemplate extends PdfContentByte, there's no reason why the results shouldn't be the same. It would be helpful to see a pdf with those differences. Paulo From: Mathias Nilsson [wicket.program...@gmail.com] Sent: Thursday, April 22, 2010 3:22 PM To:

Re: [iText-questions] performance follow up

2010-04-22 Thread Paulo Soares
, 1T3XT info wrote: Paulo Soares wrote: Thank you. I'll include your changes. Due to the lack of time, I wasn't able to follow the discussion, but I've just read the latest mails, and I also want to thank you for the performance tests and improvements. No problem! I am happy

Re: [iText-questions] performance follow up

2010-04-22 Thread Paulo Soares
FYI I already use a table to map the char to the result for the delimiter testing and the speed improvement was zero in relation to plain comparisons. Paulo - Original Message - From: trumpetinc To: itext-questions@lists.sourceforge.net Sent: Thursday, April 22, 2010 10:30 PM

Re: [iText-questions] What action is requred in terms of License

2010-04-21 Thread Paulo Soares
If you're using it in an intranet you don't have to do anything. If you're exposing the service to the exterior either you provide the source code of your application or you buy a commercial license. Paulo From: Lu, Tao (MOH) [tao...@ontario.ca] Sent:

Re: [iText-questions] What action is requred in terms of License

2010-04-21 Thread Paulo Soares
Thanks again, Paulo! My manager will contact you regarding the commercial license. Regards, Tao -- From: Paulo Soares [mailto:psoa...@glintt.com] Sent: April 21, 2010 11:17 AM To: Post all your questions

Re: [iText-questions] When can I access PdfWriter.DirectContent for abyte stream?

2010-04-21 Thread Paulo Soares
Instead of a FileStream use a MemoryStream. Forget about DirectContent. Paulo - Original Message - From: Fox, David To: Post all your questions about iText here Sent: Wednesday, April 21, 2010 5:46 PM Subject: [iText-questions] When can I access PdfWriter.DirectContent for

Re: [iText-questions] When can I access PdfWriter.DirectContentforabyte stream?

2010-04-21 Thread Paulo Soares
) { } document.Close(); byteStream = ms.GetBuffer(); ms.Close(); From: Paulo Soares [mailto:psoa...@glintt.com] Sent: Wednesday, April 21, 2010 3:13 PM To: Post all your questions about iText here Subject: Re: [iText-questions] When can

Re: [iText-questions] bullet problem

2010-04-21 Thread Paulo Soares
RTF is no longer supported. Paulo - Original Message - From: Duterque David To: itext-questions@lists.sourceforge.net Sent: Wednesday, April 21, 2010 9:41 AM Subject: [iText-questions] bullet problem Hello, I would like to convert a HTML page to rtf format. But I have

Re: [iText-questions] Is it possible use unicode fonts installed onuser's pc (Adobe Acrobat)?

2010-04-21 Thread Paulo Soares
1 - Acrobat uses the fonts available in the OS but a PDF must carry their own fonts. 2 - Don't generate the appearances, there's an option in AcroFields for that. Paulo - Original Message - From: Andron To: itext-questions@lists.sourceforge.net Sent: Wednesday, April 21, 2010

Re: [iText-questions] When can IaccessPdfWriter.DirectContentforabyte stream?

2010-04-21 Thread Paulo Soares
. Thanks in advance! From: Paulo Soares [mailto:psoa...@glintt.com] Sent: Wednesday, April 21, 2010 3:40 PM To: Post all your questions about iText here Subject: Re: [iText-questions] When can I accessPdfWriter.DirectContentforabyte stream? bodyTable = new

Re: [iText-questions] Header through PageEvent, need to modify text per chapter

2010-04-21 Thread Paulo Soares
Chapter and Section should have the option of generating or not the table of content. Meanwhile use a generic tag to keep track of what you are adding. Paulo - Original Message - From: phishl...@gmail.com To: itext-questions@lists.sourceforge.net Sent: Wednesday, April 21,

Re: [iText-questions] Extract Tables and Images?

2010-04-21 Thread Paulo Soares
Not really possible to extarct tables as there are none in the PDF, just text and lines. About the images there's already code in iTextSharp to do it but it has to be ported to Java. Paulo - Original Message - From: Yogesh To: iText Questions Sent: Wednesday, April 21, 2010

Re: [iText-questions] PdfWriter.getPageNumber() is returning next page number when table ends at the end of page

2010-04-21 Thread Paulo Soares
Are you using the latest release? Paulo - Original Message - From: suresh.chennup...@judiciary.state.nj.us To: itext-questions@lists.sourceforge.net Sent: Wednesday, April 21, 2010 5:49 PM Subject: [iText-questions] PdfWriter.getPageNumber() is returning next page number

Re: [iText-questions] Where can I get the current horizontal positionwithin ColumnText/PDFWriter?

2010-04-21 Thread Paulo Soares
Use a generic tag event. Paulo - Original Message - From: peter.henning...@wcenter.de To: itext-questions@lists.sourceforge.net Sent: Wednesday, April 21, 2010 12:33 PM Subject: [iText-questions] Where can I get the current horizontal positionwithin ColumnText/PDFWriter?

Re: [iText-questions] performance question

2010-04-20 Thread Paulo Soares
Hmm, there are lies, damn lies and statistics. While I don't dispute the 30% let's see the probable causes for this: - iText tries to do things correctly avoiding to cut corners that will come and bite your later. Metadata writing, appearance generation and so on. - iText is a generic PDF

Re: [iText-questions] performance question

2010-04-20 Thread Paulo Soares
== From: Paulo Soares [mailto:psoa...@glintt.com] Sent: Tuesday, April 20, 2010 2:48 PM To: Post all your questions about iText here Subject: Re: [iText-questions] performance question Hmm

Re: [iText-questions] Error: Font 'Arial' with 'Cp1252' is notrecognized.

2010-04-20 Thread Paulo Soares
Error: Font 'Arial' with 'Cp1252' is not recognized.Use Arial.ttf as the font name. Paulo - Original Message - From: Lu, Tao (MOH) To: itext-questions@lists.sourceforge.net Sent: Tuesday, April 20, 2010 8:49 PM Subject: [iText-questions] Error: Font 'Arial' with 'Cp1252' is

Re: [iText-questions] Digital signing

2010-04-19 Thread Paulo Soares
There's an option in Acrobat to trust certificates in the certificate store but it must be explicitly set. The other person must do that to see the green V. Paulo From: Ronny Casier [ro...@rocasoft.be] Sent: Monday, April 19, 2010 7:03 AM To:

Re: [iText-questions] Text in UTF 8 encoding is not showed after xfdf merging with pdf form

2010-04-19 Thread Paulo Soares
See AcroFields.addSubstitutionFont(). Paulo From: Andron [work.and...@gmail.com] Sent: Monday, April 19, 2010 3:13 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Text in UTF 8 encoding is not showed after xfdf merging with pdf

Re: [iText-questions] pdf/a - Missing or incorrect CIDSet for CIDFont subset

2010-04-15 Thread Paulo Soares
It should work. What does the validator in Acrobat says? Are you using a recent iTextSharp version? Please post the PDF. Paulo From: przemek_ [pbana...@alan-systems.com] Sent: Thursday, April 15, 2010 1:07 PM To: itext-questions@lists.sourceforge.net

Re: [iText-questions] Digital Signature

2010-04-12 Thread Paulo Soares
Go to http://www.itextpdf.com/book/ where the process is explained. Paulo From: Aju Mathew [aju.mat...@cs-techno.com] Sent: Monday, April 12, 2010 11:34 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Digital Signature Hi I'm newer to

Re: [iText-questions] Error using pdfsmartcopy

2010-04-10 Thread Paulo Soares
That's a porting bug introduced with the generics. It's fixed in the SVN. Paulo - Original Message - From: John Polley To: itext-questions@lists.sourceforge.net Sent: Friday, April 09, 2010 7:07 PM Subject: [iText-questions] Error using pdfsmartcopy After going the

Re: [iText-questions] Error using pdfsmartcopy

2010-04-10 Thread Paulo Soares
Polley To: Post all your questions about iText here Sent: Saturday, April 10, 2010 1:47 PM Subject: Re: [iText-questions] Error using pdfsmartcopy Paulo, I apologize but, I do not know what you mean by SVN or how/if I can get the fix. Thanks! From: Paulo Soares

Re: [iText-questions] Error using pdfsmartcopy

2010-04-10 Thread Paulo Soares
or not JS at all, but native functions exposed to their JS environment. Thanks! From: Paulo Soares [mailto:psoa...@glintt.com] Sent: Saturday, April 10, 2010 9:02 AM To: Post all your questions about iText here Subject: Re: [iText-questions] Error using pdfsmartcopy

Re: [iText-questions] Question about merging pdf documents

2010-04-08 Thread Paulo Soares
...@ujafed.org] Sent: Thursday, April 08, 2010 3:14 PM To: Paulo Soares Subject: FW: [iText-questions] Question about merging pdf documents Paulo, If you have a minute to let me know about the formatting question I would greatly appreciate it. From: John Polley [mailto:jpol...@ujafed.org] Sent

Re: [iText-questions] SetFields Issue - Using iTextSharp

2010-04-08 Thread Paulo Soares
I'll have to see if this is also a problem with Java or just a porting bug. Paulo From: GSI-Rob [rw...@gsihosting.com] Sent: Thursday, April 08, 2010 3:22 PM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] SetFields Issue - Using

Re: [iText-questions] force full font embedding

2010-04-08 Thread Paulo Soares
BaseFont.Subset = false Paulo From: Jason Berk [jb...@purdueefcu.com] Sent: Thursday, April 08, 2010 4:42 PM To: Post all your questions about iText here Subject: [iText-questions] force full font embedding I noticed when I embed a font and use a subset,

Re: [iText-questions] SetFields Issue - Using iTextSharp

2010-04-07 Thread Paulo Soares
You want fields.SetListSelection(). Paulo - Original Message - From: GSI-Rob To: itext-questions@lists.sourceforge.net Sent: Wednesday, April 07, 2010 10:03 PM Subject: Re: [iText-questions] SetFields Issue - Using iTextSharp Let me correct myself.

Re: [iText-questions] pdf/a validation and national characters

2010-04-06 Thread Paulo Soares
Use encoding BaseFont.IDENTITY_H. Paulo From: przemek_ [pbana...@alan-systems.com] Sent: Tuesday, April 06, 2010 9:24 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] pdf/a validation and national characters Hi all, I need to

Re: [iText-questions] Question about merging pdf documents

2010-04-05 Thread Paulo Soares
After closing stamper you'll have to reload the pdf written by stamper. Paulo - Original Message - From: John Polley To: itext-questions@lists.sourceforge.net Sent: Monday, April 05, 2010 8:40 PM Subject: [iText-questions] Question about merging pdf documents Hi,

Re: [iText-questions] Question about merging pdf documents

2010-04-05 Thread Paulo Soares
by the stamper. Also, I’d really like to be creating the stamper documents in memory… do I do this just by changing the os used when creating the stamper? Thanks again for your help! From: Paulo Soares [mailto:psoa...@glintt.com] Sent: Monday, April 05, 2010 3:48 PM To: Post all your

Re: [iText-questions] PdfReader.MakeRemoteNamedDestinationsLocal()

2010-04-03 Thread Paulo Soares
It's a porting bug in C#. Paulo - Original Message - From: Bruno Lowagie To: Post all your questions about iText here Sent: Saturday, April 03, 2010 10:37 AM Subject: Re: [iText-questions] PdfReader.MakeRemoteNamedDestinationsLocal() Hello Keith, I can't reproduce this

Re: [iText-questions] Multiple signatures and verification by Acrobat

2010-03-30 Thread Paulo Soares
Acrobat 9 (not sure about 8) only considers the last signature as valid even if the others also are. If you use Acrobat 7 both will show as valid. Paulo From: Stephen Byrne [step...@lincware.com] Sent: Tuesday, March 30, 2010 2:15 PM To:

Re: [iText-questions] Different viewer behaviour width stamped content.

2010-03-25 Thread Paulo Soares
There's no cb.beginText()/cb.endText(). Paulo -Original Message- From: Stephan, Frank [mailto:frank.step...@nrv-rechtsschutz.de] Sent: Thursday, March 25, 2010 4:33 PM To: Post all your questions about iText here Subject: [iText-questions] Different viewer behaviour width stamped

Re: [iText-questions] Querry regarding iText jars: What is the Max size a PDF can be generated ?

2010-03-24 Thread Paulo Soares
It's actually limited to 2G. Paulo - Original Message - From: Leonard Rosenthol To: itext-questions@lists.sourceforge.net Sent: Wednesday, March 24, 2010 4:03 PM Subject: Re: [iText-questions] Querry regarding iText jars: What is the Max size a PDF can be generated ? PDF

Re: [iText-questions] Querry regarding iText jars: What is the Maxsize a PDF can be generated ?

2010-03-24 Thread Paulo Soares
Not really deliberated. iText started 10 years ago when a gigabyte was a lot bigger than it is now. 2G looked enough then and now nobody has the time to change the code to support it. I also doubt that there's a need for it safe for a couple of people (Gylfi included). Paulo - Original

Re: [iText-questions] PdfPCell with image + text

2010-03-23 Thread Paulo Soares
Scale the image before putting it in the Chunk. Paulo From: Philipp Bouillon [philipp.bouil...@gmail.com] Sent: Tuesday, March 23, 2010 10:56 AM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] PdfPCell with image + text Ok, I've got a

Re: [iText-questions] PdfPCell with image + text

2010-03-23 Thread Paulo Soares
at 100% (attached). When printed, the result is a little better, but still not good: Sometimes the + has a thicker right border, sometimes a thicker left border. Why is that? Thanks, Philipp On Tue, Mar 23, 2010 at 1:55 PM, Paulo Soares psoa...@glintt.commailto:psoa...@glintt.com wrote: Scale

Re: [iText-questions] Document instance from existing document?

2010-03-22 Thread Paulo Soares
You can't but I'm sure that you can use something else. If only we knew what you're trying to do... Paulo -Original Message- From: egarrulo [mailto:egarr...@gmail.com] Sent: Monday, March 22, 2010 3:15 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Document

Re: [iText-questions] How to eliminate the white space

2010-03-22 Thread Paulo Soares
More information is needed (like, I don't know, maybe some code). It would also help to know what end result do you expect. Paulo -Original Message- From: justgame [mailto:foolishdrea...@163.com] Sent: Monday, March 22, 2010 2:43 PM To: itext-questions@lists.sourceforge.net Subject:

Re: [iText-questions] how to read pdf file using iTextsharp

2010-03-22 Thread Paulo Soares
Did you look at the examples, book, etc. (I know you didn't but it's always polite to ask) Paulo From: rao sahib [mailto:raomohsink...@yahoo.com] Sent: Monday, March 22, 2010 10:07 AM To: itext-questions@lists.sourceforge.net;

Re: [iText-questions] iText and repeating fields

2010-03-22 Thread Paulo Soares
Today is the day of cryptic questions. Post the PDF and the code. Paulo From: Van den Eynde Wim [mailto:wim.vandeney...@irelate.be] Sent: Monday, March 22, 2010 8:38 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] iText and repeating

Re: [iText-questions] Secure pdf problem

2010-03-22 Thread Paulo Soares
Post the PDF. Paulo -Original Message- From: Peter Macko [mailto:pma...@pcrevue.sk] Sent: Sunday, March 21, 2010 9:27 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Secure pdf problem Hello I trying to use your iText 5.0.0.1 java Library for Secured my PDFs. I

Re: [iText-questions] design pattern

2010-03-22 Thread Paulo Soares
In PdfsmartCopy if the images are the same only one instance will be used but subset fonts won't be merged and you'll end up with an instance per file inserted. It will also use a lot of memory for the generation. iText does a lot of things but it's not particulary efficient memorywise and will

Re: [iText-questions] design pattern

2010-03-22 Thread Paulo Soares
equality? From: Paulo Soares [mailto:psoa...@glintt.com] Sent: Monday, March 22, 2010 1:55 PM To: Post all your questions about iText here Subject: Re: [iText-questions] design pattern In PdfsmartCopy if the images are the same only one instance will be used but subset fonts won't be merged and you'll

Re: [iText-questions] design pattern

2010-03-22 Thread Paulo Soares
. Jason From: Paulo Soares [mailto:psoa...@glintt.com] Sent: Monday, March 22, 2010 1:55 PM To: Post all your questions about iText here Subject: Re: [iText-questions] design pattern In PdfsmartCopy if the images are the same only one instance will be used

Re: [iText-questions] Perfomance Question - ByteArray vs Files

2010-03-21 Thread Paulo Soares
Using file or memory is something that only you can evaluate based on your configuration, type of PDF, available memory, etc. It's always a tradeof. I'm a great fan of dual passes but if you're worried about performance you should try to do it in a single pass. In generic terms PdfReader loads

Re: [iText-questions] Is there a way to set the number of columnsfor PdfPTable other than in the constructor?

2010-03-20 Thread Paulo Soares
Ok, you'll have it. Paulo - Original Message - From: Fred Janon To: Post all your questions about iText here Sent: Saturday, March 20, 2010 10:32 AM Subject: Re: [iText-questions] Is there a way to set the number of columnsfor PdfPTable other than in the constructor? Is

Re: [iText-questions] BaseFonts.getDocumentFonts crashes

2010-03-20 Thread Paulo Soares
The pdf you sent me (r50.pdf) lists 9 fonts as it should. I've no idea what's inside the 3469.pdf. Paulo - Original Message - From: Juan Antonio de la Puente To: itext-questions@lists.sourceforge.net Cc: Paulo Soares Sent: Saturday, March 20, 2010 11:13 AM Subject: Re

Re: [iText-questions] BaseFonts.getDocumentFonts crashes

2010-03-20 Thread Paulo Soares
Finally fixed. Paulo - Original Message - From: Paulo Soares To: itext-questions@lists.sourceforge.net Sent: Saturday, March 20, 2010 1:36 PM Subject: Re: [iText-questions] BaseFonts.getDocumentFonts crashes The pdf you sent me (r50.pdf) lists 9 fonts as it should. I've

Re: [iText-questions] i18n

2010-03-19 Thread Paulo Soares
Looks like your question is about databases, not iText, however, you mention indian languages and iText can't do the shapping for that (it only can for Urdu because Urdu uses arabic characters). Paulo From: satish.napster [karasatishku...@gmail.com]

Re: [iText-questions] BaseFonts.getDocumentFonts crashes

2010-03-19 Thread Paulo Soares
Fixed in the SVN. Paulo - Original Message - From: Juan Antonio de la Puente To: itext-questions@lists.sourceforge.net Cc: Paulo Soares Sent: Friday, March 19, 2010 11:43 AM Subject: Re: [iText-questions] BaseFonts.getDocumentFonts crashes Hi, The attached file

Re: [iText-questions] BaseFonts.getDocumentFonts crashes

2010-03-18 Thread Paulo Soares
I would like to see a PDF that triggers this problem. Paulo From: Juan Antonio de la Puente [jpue...@dit.upm.es] Sent: Thursday, March 18, 2010 5:36 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] BaseFonts.getDocumentFonts crashes

Re: [iText-questions] Problem reading the content from the PDF created by ITextSharp

2010-03-18 Thread Paulo Soares
The text is probably in a xobject depending on the way you transformed the PDF. Paulo - Original Message - From: ericvaleyev To: itext-questions@lists.sourceforge.net Sent: Thursday, March 18, 2010 8:40 PM Subject: Re: [iText-questions] Problem reading the content from the

Re: [iText-questions] RTL Issue in Signature Appearance

2010-03-17 Thread Paulo Soares
You can set the font and the text in PdfSignatureAppearance but don't forget to set PdfSignatureAppearance.RunDirection. If you want to draw everything yourself that's standard use of ColumnText for Arabic and there are a ton of examples about that. Paulo

Re: [iText-questions] test of signed pdf

2010-03-17 Thread Paulo Soares
AcroFields has methods for that. Paulo From: Pavol Behul [pbe...@gmail.com] Sent: Wednesday, March 17, 2010 1:48 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] test of signed pdf Hello, is som simple way to find out, if pdf is

Re: [iText-questions] Java applet for signing PDF documents

2010-03-15 Thread Paulo Soares
The versions are the same at least at the SVN level. Why should the files be the same? For once the dictionaries are hash maps and there's no guarantee on the output order, not even between two Java versions. Paulo -Original Message- From: Salvo Rapisarda [mailto:salvor...@yahoo.it]

Re: [iText-questions] how to use ColumnText

2010-03-15 Thread Paulo Soares
Did you look at the book and at the examples? ColumnText is a single column but you can continue the column someplace else, in the same page or in the next page. Plenty of examples are available. Paulo -Original Message- From: Neha Yadav [mailto:neha.ya...@eworks.in] Sent: Monday,

Re: [iText-questions] plotting (printing) large (long) PDF files

2010-03-12 Thread Paulo Soares
Without using UserUnit the maximum page size is 200 inches well within your 153 inch page size. It may be a driver problem. Paulo - Original Message - From: Christopher Coy To: itext-questions@lists.sourceforge.net Sent: Friday, March 12, 2010 5:30 AM Subject:

Re: [iText-questions] Image To PDF

2010-03-12 Thread Paulo Soares
Get a higher resolution image. This is not an iText problem. Paulo - Original Message - From: Prakash Raju To: itext-questions@lists.sourceforge.net Sent: Friday, March 12, 2010 6:18 AM Subject: Re: [iText-questions] Image To PDF But When i print the pdf it shows in

Re: [iText-questions] Image To PDF

2010-03-11 Thread Paulo Soares
iText doesn't change anything in the image. If it looks blured it may be scaling or transparency with the wrong blend mode or something else that we don't know because you didn't post the image or the pdf. Paulo From: Prakash Raju

Re: [iText-questions] Quadrant in Itext

2010-03-11 Thread Paulo Soares
Use ColumnText. Paulo From: Neha Yadav [neha.ya...@eworks.in] Sent: Thursday, March 11, 2010 11:01 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Quadrant in Itext Hi, Would you please tell me that How to divide a PDF page in

Re: [iText-questions] Filling UP Pdf forms --- not working -- iTextSharp disable Extended Features

2010-03-11 Thread Paulo Soares
/p27847989/signedByItextnotRepairedByAcrobat.pdf signedByItextnotRepairedByAcrobat.pdf Thank you very much for answer, I hope there could by a chance to fillsign my form. Jiri Mares Paulo Soares-3 wrote: iText(Sharp) doesn't support data description in the data set. I can't fill your form

Re: [iText-questions] When creating new document based on pages of existing, top gets cropped?

2010-03-11 Thread Paulo Soares
You must take into account the crop margins and it may also be required to scale the PDF to fit in the new page. Paulo From: Matthew Hawkins [matthew.hawk...@patersons.net] Sent: Thursday, March 11, 2010 11:36 AM To: itext-questions@lists.sourceforge.net

Re: [iText-questions] HTML to PDF

2010-03-11 Thread Paulo Soares
HtmlParser was removed from iText, your only option is HTMLWorker. Maybe you can add the missing tags. Paulo From: ssharma674 [ssharma...@yahoo.com] Sent: Thursday, March 11, 2010 12:49 AM To: itext-questions@lists.sourceforge.net Subject:

Re: [iText-questions] PdfCopyFields breaking Signature Panel?

2010-03-10 Thread Paulo Soares
is missing: /Type/Annot/P 18 0 R Hope you can fix that soon, Thanks, ToM 2008/9/23 Paulo Soares psoa...@glintt.commailto:psoa...@glintt.com It must be done in the library but you can reread the assembled pdf and place the flags with PdfReader/PdfStamper. Not elegant but it will work. Paulo

Re: [iText-questions] lossy or lossless data compression whenconverting to pdf?

2010-03-10 Thread Paulo Soares
All the pixels will still be there irrespective of the scaling. Paulo - Original Message - From: Antony X Stephen To: itext-questions@lists.sourceforge.net Sent: Wednesday, March 10, 2010 6:55 PM Subject: [iText-questions] lossy or lossless data compression whenconverting

Re: [iText-questions] colspan problem

2010-03-09 Thread Paulo Soares
You should understand this, community support is not priority support and as far as I'm aware nobody signed a SLA with you. Your problem looks complex, it will take time, you're not forgotten. Paulo -Original Message- From: Fırat KÜÇÜK [mailto:firatku...@gmail.com] Sent: Tuesday,

Re: [iText-questions] Setting CIDSet in the Font Descriptor

2010-03-09 Thread Paulo Soares
The CIDSet is only created for PDFA. Paulo -Original Message- From: Leonard Rosenthol [mailto:lrose...@adobe.com] Sent: Tuesday, March 09, 2010 11:29 AM To: 'Post all your questions about iText here' Subject: Re: [iText-questions] Setting CIDSet in the Font Descriptor I don't

Re: [iText-questions] Problem in drawing text with fonts using itext jar

2010-03-08 Thread Paulo Soares
This begs for two questions: - Why are you using Graphics2D? Even if the objective is to show on screen and on pdf the layout is simple enough to have two versions. - In what form does bold, italic and underline doesn't work in iText's Graphics2D? Last time I checked it did. Paulo

Re: [iText-questions] Filling UP Pdf forms --- not working -- iTextSharp disable Extended Features

2010-03-06 Thread Paulo Soares
onlySigned.pdf Paulo Soares-3 wrote: It works with the example and file at http://1t3xt.info/examples/browse/?page=exampleid=348 (code changed to C#, of course). Paulo - Original Message - From: darthrix darth...@seznam.cz To: itext-questions@lists.sourceforge.net Sent: Tuesday, March

Re: [iText-questions] Looking for c# advice/help

2010-03-05 Thread Paulo Soares
This list is for iText and iTextSharp. Most of the answers are aplicable to both. Paulo From: noob [n...@my508.com] Sent: Friday, March 05, 2010 6:49 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Looking for c# advice/help Hi All: I am

Re: [iText-questions] Changing existing checkbox textcolor

2010-03-04 Thread Paulo Soares
Are you sure the text belongs to the checkbox? It looks like you'll need to change the text color in the content stream. Paulo From: Kerber, Scott [scott.ker...@allscripts.com] Sent: Thursday, March 04, 2010 1:36 PM To: itext-questions@lists.sourceforge.net

Re: [iText-questions] Filling UP Pdf forms --- not working -- iTextSharp disable Extended Features

2010-03-03 Thread Paulo Soares
It works with the example and file at http://1t3xt.info/examples/browse/?page=exampleid=348 (code changed to C#, of course). Paulo - Original Message - From: darthrix darth...@seznam.cz To: itext-questions@lists.sourceforge.net Sent: Tuesday, March 02, 2010 8:13 PM Subject:

Re: [iText-questions] iTextSharp Header Stamper

2010-03-03 Thread Paulo Soares
iTextSharp 4.0.8.0 is two years old. Try it with the latest release. Paulo From: drorzp [dzeplovi...@lintechsoftware.com] Sent: Wednesday, March 03, 2010 3:43 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] iTextSharp Header

Re: [iText-questions] get a page number from a PdfDictionary

2010-03-03 Thread Paulo Soares
@lists.sourceforge.net Subject: Re: [iText-questions] get a page number from a PdfDictionary Could you please send me some code to do this? I'm new to iText and I'm completly lost. I already got the iText book and read the site, but I still don't get how to get a bookmark page. Thanks in advanced. Paulo

Re: [iText-questions] get a page number from a PdfDictionary

2010-03-03 Thread Paulo Soares
you have a better idea to solve my problem? Thanks once again for the patience. João Paulo Soares-3 wrote: Chapter 13.4.4 from the book has this rather cryptic title: Retrieving bookmarks from an existing PDF file. No wonder you couldn't find it. Paulo

Re: [iText-questions] Has fix row height implementation [PdfPCell.setFixedHeight()] a bug ?

2010-03-01 Thread Paulo Soares
Release schedules are with Bruno, I've no idea. If you're in a hurry look at PdfPCell in the SVN and apply the fix in your iText. Paulo From: martin.we...@mw-informatik.ch [martin.we...@mw-informatik.ch] Sent: Monday, March 01, 2010 1:30 PM To:

Re: [iText-questions] Has fix row height implementation [PdfPCell.setFixedHeight()] a bug ?

2010-02-27 Thread Paulo Soares
It was a bug. It's fixed in the SVN. Paulo - Original Message - From: martin.we...@mw-informatik.ch To: itext-questions@lists.sourceforge.net Sent: Friday, February 26, 2010 9:12 AM Subject: [iText-questions] Has fix row height implementation [PdfPCell.setFixedHeight()] a bug ? Hi

Re: [iText-questions] Embedding OCSP response

2010-02-26 Thread Paulo Soares
Make sure that the parent certificate is trusted by Reader. Paulo From: Whatever [digita...@hot.ee] Sent: Friday, February 26, 2010 2:00 PM To: Post all your questions about iText here Subject: Re: [iText-questions] Embedding OCSP response I would like

Re: [iText-questions] PdfPCell.setFixedHeight() behaves different as I expect

2010-02-25 Thread Paulo Soares
Are you setting the fixed height to all the columns of the row? Paulo -Original Message- From: martin.we...@mw-informatik.ch [mailto:martin.we...@mw-informatik.ch] Sent: Thursday, February 25, 2010 11:14 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions]

Re: [iText-questions] PdfPTable header is overwriting all other text (almost fixed)

2010-02-25 Thread Paulo Soares
Look for the property PdfWriter.InitialLeading. Paulo -Original Message- From: Fox, David [mailto:d...@bmic.com] Sent: Thursday, February 25, 2010 4:45 PM To: Post all your questions about iText here Subject: Re: [iText-questions] PdfPTable header is overwriting all other text

Re: [iText-questions] Constructing PDF/A document

2010-02-23 Thread Paulo Soares
If you use PdfCopy and set the color profile at the end it will work. Paulo - Original Message - From: Stephan, Frank frank.step...@nrv-rechtsschutz.de To: Post all your questions about iText here itext-questions@lists.sourceforge.net Sent: Tuesday, February 23, 2010 8:35 AM Subject:

Re: [iText-questions] Rotation from center point of any object

2010-02-23 Thread Paulo Soares
Image.RotationDegree=45 will rotate the image from the center point but it will place it by the bottom left corner of the rectangle containing the image after the rotation. If you have problems calculating the position after that you should go back to kindergarden and learn how to do sums. Did

Re: [iText-questions] PDF Timestamp

2010-02-19 Thread Paulo Soares
No, you must always have a signature. Paulo - Original Message - From: pedric pedr...@gmail.com To: itext-questions@lists.sourceforge.net Sent: Friday, February 19, 2010 2:19 AM Subject: [iText-questions] PDF Timestamp Hi all, The itext timestamping example details that a timestamp

<    2   3   4   5   6   7   8   9   10   11   >