Re: [iText-questions] Unmodifiable radiobuttons/checkboxes in table cell

2010-12-22 Thread Johannes Becker
Hi, thank you all for the quick responses. > You can always set the fields to "Read Only" as well Ok, didn't know that. Since I'm having textfields in the future, I should prefer this instead of fonts with radio-button/checkbox glyphs. So here comes another problem. Could someone provide me

Re: [iText-questions] how to remove embedded font stream

2010-12-22 Thread Leonard Rosenthol
No, there is no sample code and it's NOT a trivial exercise. Embedded fonts are the proper way to do things. Removing them doesn't solve any problems - it only introduces new ones. -Original Message- From: zhouxiang [mailto:344819...@qq.com] Sent: Wednesday, December 22, 2010 10:21 PM

Re: [iText-questions] feed XML file to PDF form

2010-12-22 Thread ynokta
Thank you for responding. I have subscribed to the mailing list now. I just orderd the book from Amazon so it should be here in a couple of days. Is page 275 referring the examples described in chapter 8? Thanks. -- View this message in context: http://itext-general.2136553.n4.nabble.com/feed-X

Re: [iText-questions] how to remove embedded font stream

2010-12-22 Thread zhouxiang
hi,1T3XT BVBA,thanks for your kind reply. i'm new to itext ,after reading the chapter 16 and the itext's api for many times ,but still don't know how to remove the font stream.forgive me,i'm always a stupid student.is there any example code? in your reply,you mentioned that rewrite all the conte

Re: [iText-questions] Convert PDF to Image

2010-12-22 Thread Mark Storer
Take a look at GhostScript. There are several PDF renderers floating about, but it's arguably the best one. --Mark Storer Senior Software Engineer Cardiff.com import legalese.Disclaimer; Disclaimer DisCard = null; From: Kalani Ruwanpathirana

Re: [iText-questions] Convert PDF to Image

2010-12-22 Thread Kalani Ruwanpathirana
On Wed, Dec 22, 2010 at 12:27 PM, 1T3XT BVBA wrote: > Op 22/12/2010 18:24, Kalani Ruwanpathirana schreef: > > I need to convert a pdf to an image (tif/JPEG). Is it possible to do > > this using iText? > No! > Oh. Thanks. > > >

Re: [iText-questions] Convert PDF to Image

2010-12-22 Thread 1T3XT BVBA
Op 22/12/2010 18:24, Kalani Ruwanpathirana schreef: > I need to convert a pdf to an image (tif/JPEG). Is it possible to do > this using iText? No! -- Forrester recently released a report on the Return on Investment (ROI)

[iText-questions] Convert PDF to Image

2010-12-22 Thread Kalani Ruwanpathirana
Hi, I am sorry if this is a previously answered question. I searched in archives but couldn't find a clear answer. I need to convert a pdf to an image (tif/JPEG). I was not able to find a way to get that done. Is it possible to do this using iText? Thanks, Kalani

Re: [iText-questions] Unmodifiable radiobuttons/checkboxes in table cell

2010-12-22 Thread Leonard Rosenthol
You can always set the fields to "Read Only" as well -Original Message- From: 1T3XT BVBA [mailto:i...@1t3xt.info] Sent: Wednesday, December 22, 2010 12:10 PM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] Unmodifiable radiobuttons/checkboxes in table cell O

Re: [iText-questions] Unmodifiable radiobuttons/checkboxes in table cell

2010-12-22 Thread 1T3XT BVBA
Op 22/12/2010 17:49, Johannes Becker schreef: > Hi, > > I'm trying to put radio buttons/checkboxes (checked and unchecked) in a table > cell. These buttons shouldn't be modifiable (i.e. only for display). So you don't need an interactive form? Then you should use a font containing checkbox glyphs

Re: [iText-questions] iTextPDF support for AcrobatReader 10

2010-12-22 Thread Leonard Rosenthol
And provide sample PDFs -Original Message- From: 1T3XT BVBA [mailto:i...@1t3xt.info] Sent: Wednesday, December 22, 2010 11:36 AM To: Post all your questions about iText here Subject: Re: [iText-questions] iTextPDF support for AcrobatReader 10 Op 22/12/2010 17:24, Sri Harsha Yenuganti sch

[iText-questions] Unmodifiable radiobuttons/checkboxes in table cell

2010-12-22 Thread Johannes Becker
Hi, I'm trying to put radio buttons/checkboxes (checked and unchecked) in a table cell. These buttons shouldn't be modifiable (i.e. only for display). As far as I understood, fields like RadioCheckField are always modifiable. Is there another way to achieve this. I'm using iText 2.1.7. Thanks

Re: [iText-questions] iTextPDF support for AcrobatReader 10

2010-12-22 Thread 1T3XT BVBA
Op 22/12/2010 17:24, Sri Harsha Yenuganti schreef: > I am having some PDF's generated from iTextpdf. > They are working fine with earlier > versions of Acrobat reader. But having > some issues when opened through the latest > version X of acrobat reader. Does latest > version of iTextpdf support Ac

[iText-questions] iTextPDF support for AcrobatReader 10

2010-12-22 Thread Sri Harsha Yenuganti
I am having some PDF's generated from iTextpdf. They are working fine with earlier versions of Acrobat reader. But having some issues when opened through the latest version X of acrobat reader. Does latest version of iTextpdf support Acrobat reader X fully? Or does it have any bugs ? -

[iText-questions] Strip Digital Signatures?

2010-12-22 Thread AJ Weber
When using PDFSmartCopy (or similar) to concat a batch of PDFs, is it possible to remove/strip any digital signatures while building the new document? The signatures will be invalid anyway, and they prevent users from then extracting/deleting a page from the resultant document. Thanks, AJ

Re: [iText-questions] Warning when compiling iTestSharp 5.0.5 with .NET4.0 Framework

2010-12-22 Thread Paulo Soares
That's a bouncycastle thing that they've already fixed. Paulo - Original Message - From: Daniel Essin To: Post all your questions about iText here Sent: Wednesday, December 22, 2010 4:47 AM Subject: [iText-questions] Warning when compiling iTestSharp 5.0.5 with .NET4.0 Framew

Re: [iText-questions] how to remove embedded font stream

2010-12-22 Thread 1T3XT BVBA
Op 22/12/2010 11:26, zhouxiang schreef: > hi guys. our group just want remove the embedded font from pdf,or make > that font not embedded,or replace it with another font.because the > embedded font take up too much space i've searched a lot in this > forum,but found nothing helpfull. is it possi

[iText-questions] how to remove embedded font stream

2010-12-22 Thread zhouxiang
hi guys. our group just want remove the embedded font from pdf,or make that font not embedded,or replace it with another font.because the embedded font take up too much space i've searched a lot in this forum,but found nothing helpfull. is it possible to read that pdf with embedded font by using i

Re: [iText-questions] How to dispose itextsharp.text.image class object?

2010-12-22 Thread Paulo Soares
There's nothing to dispose. Paulo - Original Message - From: Prasad Nemmikanti To: itext-questions@lists.sourceforge.net Sent: Wednesday, December 22, 2010 9:34 AM Subject: [iText-questions] How to dispose itextsharp.text.image class object? Dear Frienz, How to dispose

[iText-questions] How to dispose itextsharp.text.image class object?

2010-12-22 Thread Prasad Nemmikanti
Dear Frienz, How to dispose itextsharp.text.image class object? Thanks & Regards Prasad Nemmikanti Disclaimer :- This e-mail and any attachment may contain confidential, proprietary or legally privileged information. If you are not the original intended recipient and have erroneously received t

Re: [iText-questions] Can PdfPageEventHelper get the text of the page?

2010-12-22 Thread 1T3XT BVBA
Op 22/12/2010 9:43, va schreef: > sorry, could I ask you why you wouldn't do it the way I propose. I was referring to the approach where you'd add the content, and then afterwards "parse" that content to extract information. This approach is error-prone and difficult to maintain. For instance: yo

Re: [iText-questions] Can PdfPageEventHelper get the text of the page?

2010-12-22 Thread va
sorry, could I ask you why you wouldn't do it the way I propose. thanks to your advice regarding the Chunk in the genericTag it sems to work pretty fine. thank you, and again sorry if I continue to disturb you. -- View this message in context: http://itext-general.2136553.n4.nabble.com/Can-PdfP

Re: [iText-questions] feed XML file to PDF form

2010-12-22 Thread 1T3XT BVBA
Op 22/12/2010 6:35, Youssef Nokta schreef: Hello, I have only been using iText for a few weeks. I am able to extract data from PDF forms and create an XML file successfully. I am now wanting to do the reverse and pre-fill forms using these same XML files. I am not able to pre-fill reliably, tho

Re: [iText-questions] PDF with mixed page sizes prints A3 pages upside down

2010-12-22 Thread 1T3XT BVBA
Op 21/12/2010 22:08, Don Brown schreef: Hello Experts, We are evaluating iText and have produced a pdf where multiple documents have been added to create the single pdf. The pages in the pdf are a mixture of A4 and A3 pages. When you view the pdf all pages have the correct orientation. If w