[iText-questions] setAction for checkbox

2010-05-12 Thread Daniel Henry
Hi, the book (first edition) has helped me 95% of the way. However, I'm having trouble setting actions for checkboxes in a document. My goal is to turn layers on/off using a RadioCheckField checkbox. When the box is checked a layer is shown, when the box is unchecked the layer is not shown.

Re: [iText-questions] Does examples for iTextSharp v. 5+ exist?

2010-05-12 Thread Keith O
> The iTextSharp version of the examples of the Second Edition of iText in > Action are a work in progress: > http://kuujinbo.info/iTextInAction2Ed/index.aspx Still working on the examples, though not in the past few weeks, unfortunately. Which again amazes me (and hopefully everyone else on th

Re: [iText-questions] Bolded text is fuzzy in PDFs

2010-05-12 Thread Leonard Rosenthol
You're using transparency w/o setting the blending colorspace. Details can be found in the archives of this mailing list. Leonard -Original Message- From: Adam Mork [mailto:ad...@windward.net] Sent: Wednesday, May 12, 2010 9:41 AM To: itext-questions@lists.sourceforge.net Subject: Re: [

Re: [iText-questions] Bolded text is fuzzy in PDFs

2010-05-12 Thread Mike Marchywka
Just to emphasize the lack of pdf tools, and goad anyone who can into showing me I'm wrong, let me illustrate how you could find some suspects on your own with well know tools. Imagine what you could do if you could convert a pdf to a canonical or intermediate form that played nice with deca

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

2010-05-12 Thread Paulo Soares
It's curious that it works in Acrobat 7 but not in Acrobat 9. Paulo -Original Message- From: de Beus, Eric [mailto:eric.deb...@xerox.com] Sent: Wednesday, May 12, 2010 5:51 PM To: Post all your questions about iText here Subject: Re: [iText-questions] How to embed Type1 Japanese fonts

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

2010-05-12 Thread Mark Storer
> > Autonomy just announced Q1 results with $194.2 million in > revenue, apparently a record. > > Developers: push your product managers to pay reasonable > licensing fees. You have No Idea... --Mark Storer Senior Software Engineer Cardiff.com import legalese.Disclaimer; Disclaimer DisC

Re: [iText-questions] Bolded text is fuzzy in PDFs

2010-05-12 Thread Adam Mork
Hi, Just wanted to add a couple things, this is the line of code I am using to bold text: chnk.setTextRenderMode(PdfContentByte.TEXT_RENDER_MODE_FILL_STROKE, 0.0f, null); Also, the 'Good' pdf is not generated by iText, it is using a different program, I included it so the difference in quality

[iText-questions] Html and Doc

2010-05-12 Thread Rafael Medeiros
Hi, How to convert html in doc with itext ? Is possible? Atenciosamente, Rafael Nunes I'm free - Linux http://www.linkedin.com/in/mederafael -- ___ iText-questions mailing lis

Re: [iText-questions] Remove pdf attachments

2010-05-12 Thread Paulo Soares
It's the right way for attachments at the document level but you may have also attachments at the page level and they are not located in NAMES. More details in the PDF reference. Paulo -Original Message- From: r00fus [mailto:raj.sesha...@gmail.com] Sent: Wednesday, May 12, 2010 5:52 P

Re: [iText-questions] Remove pdf attachments

2010-05-12 Thread r00fus
1T3XT info, Thanks, but what I'd like to know is why, in the following code, names is NULL : PdfDictionary catalog = reader.getCatalog(); PdfDictionary names = (PdfDictionary)PdfReader.getPdfObject(catalog.get(PdfName.NAMES)); Is this the wrong way to access the NAMES catalog/dictionary wi

Re: [iText-questions] Bolded text is fuzzy in PDFs

2010-05-12 Thread Adam Mork
Hi Leonard, Here are links to both the pdf's. Bad -> http://www.windwardreports.com/temp/primf.pdf Good -> http://www.windwardreports.com/temp/primf2.pdf thanks -Original Message- From: itext-questions-requ...@lists.sourceforge.net [mailto:itext-questions-requ...@lists.sourceforge.net

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

2010-05-12 Thread Paulo Soares
Can you post the PDF? Paulo -Original Message- From: de Beus, Eric [mailto:eric.deb...@xerox.com] Sent: Wednesday, May 12, 2010 5:20 PM To: Post all your questions about iText here Subject: Re: [iText-questions] How to embed Type1 Japanese fonts That's correct. - Eric -Original M

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

2010-05-12 Thread de Beus, Eric
That's correct. - Eric -Original Message- From: Paulo Soares [mailto:psoa...@glintt.com] Sent: Wednesday, May 12, 2010 9:00 AM To: Post all your questions about iText here Subject: Re: [iText-questions] How to embed Type1 Japanese fonts Not even the latin characters show up? Paulo --

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

2010-05-12 Thread Paulo Soares
Not even the latin characters show up? Paulo -Original Message- From: de Beus, Eric [mailto:eric.deb...@xerox.com] Sent: Wednesday, May 12, 2010 4:25 PM To: Post all your questions about iText here Subject: [iText-questions] How to embed Type1 Japanese fonts I've been trying to embed s

Re: [iText-questions] Remove pdf attachments

2010-05-12 Thread 1T3XT info
r00fus wrote: > Mark, > I've attached the pdf here: > http://n4.nabble.com/file/n2174232/Test.pdf Test.pdf > > It's not embedded videos... and most of the attachments themselves are pdfs > (this example includes a doc file as well). You're trying to remove document level attachments, but the att

[iText-questions] How to embed Type1 Japanese fonts

2010-05-12 Thread de Beus, Eric
I've been trying to embed some Japanese fonts, and I've found that this: Font japan = FontFactory.GetFont("KozMinPro-Regular", "UniJIS-UCS2-H", BaseFont.EMBEDDED, etc. produces good

Re: [iText-questions] C# examples

2010-05-12 Thread 1T3XT info
Darek Danielewski wrote: > It seems that all the C# examples are being redirected to the Java port. Those examples were obsolete. New examples are available; the link was posted to the mailing list less than half a day ago: http://kuujinbo.info/iTextInAction2Ed/index.aspx > Has support for C# b

[iText-questions] C# examples

2010-05-12 Thread Darek Danielewski
It seems that all the C# examples are being redirected to the Java port. Has support for C# been discontinued? Darek Danielewski BI Software, Inc. (224) 622-4706 -- ___ iText-

[iText-questions] Reading and Parsing Tagged Pdf

2010-05-12 Thread Selvakumar, Sivagnanam
Dear All, I have the tagged pdf where I am trying to read and parse using com.itextpdf.text.pdf.parser.TaggedPdfReaderTool class. It only reads root element and ignores child elements. Please help me out how to

Re: [iText-questions] Spam: Re: Merging two templates in iText

2010-05-12 Thread Thomas Hauk
On May 11, 2010, at 9:12 AM, Mark Storer wrote: > In other words: Yes. Just keep in mind that 0,0 is the lower left > corner (baring page rotation, but since you're the one generating the > pages in the first place, you can safely ignore that unless you're a > masochist). Thank you for the help

Re: [iText-questions] Does examples for iTextSharp v. 5+ exist?

2010-05-12 Thread 1T3XT info
Erik Petersen wrote: > Hi I have bought the book iTextinAction and I am wondering if examples > for iTextSharp v.5+ exists? The iTextSharp version of the examples of the Second Edition of iText in Action are a work in progress: http://kuujinbo.info/iTextInAction2Ed/index.aspx -- This answer is

[iText-questions] Fwd: Does examples for iTextSharp v. 5+ exist?

2010-05-12 Thread Erik Petersen
Hi I have bought the book iTextinAction and I am wondering if examples for iTextSharp v.5+ exists? I have downloaded the examples from sourceforge, but it seems they are not compatible with v. 5+. I have also looked in the mailinglists to see if the question has been answered before. And I have

[iText-questions] Does examples for iTextSharp v. 5+ exist?

2010-05-12 Thread Erik Petersen
Hi I have bought the book iTextinAction and I am wondering if examples for iTextSharp v.5+ exists? I have downloaded the examples from sourceforge, but it seems they are not compatible with v. 5+. I have also looked in the mailinglists to see if the question has been answered before. And I have