Re: [iText-questions] Helvetica-Bold not found

2010-02-12 Thread Bryan Stevenson
On Fri, 2010-02-12 at 21:51 +0100, 1T3XT info wrote: > Bryan Stevenson wrote: > > The techs also swear that the Helvetica font is found in the package > > where the error is saying it is not. > > > > Any ideas? > > No, it works for us. > If you get "Helvetica-Bold not found as resource. (The *.af

Re: [iText-questions] Spam: Spam: Re: Helvetica-Bold not found

2010-02-12 Thread Bryan Stevenson
Thanks Mark...and I bet you're right (about it being on their end)!! ;-) Cheers > s/ Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: br...@electricedgesystems.com web: www.electrice

Re: [iText-questions] Spam: Spam: Re: Helvetica-Bold not found

2010-02-12 Thread Mark Storer
It's possible that some new app installed a broken (missing *.afm files) iText.jar file earlier in the class path. I'd bet money that this is a configuration issue on their end. --Mark Storer Senior Software Engineer Cardiff.com #include typedef std::Disclaimer DisCard; > -Origi

Re: [iText-questions] Add Text content to existing PDF

2010-02-12 Thread Frank Stephan
Hi, having a reference to page of an existing PDF, how can I determine at which position if can start adding new content? Greetings Frank > -Ursprüngliche Nachricht- > Von: 1T3XT info [mailto:i...@1t3xt.info] > Gesendet: Freitag, 12. Februar 2010 14:10 > An: Post all your questions abou

Re: [iText-questions] Helvetica-Bold not found

2010-02-12 Thread 1T3XT info
Bryan Stevenson wrote: > The techs also swear that the Helvetica font is found in the package > where the error is saying it is not. > > Any ideas? No, it works for us. If you get "Helvetica-Bold not found as resource. (The *.afm files must exist as resources in the package com.lowagie.text.pdf.

[iText-questions] Helvetica-Bold not found

2010-02-12 Thread Bryan Stevenson
Hi All, I've had stable code that has gone unchanged for several years and has started failing with the following error: --- Helvetica-Bold not found as resource. (The *.afm files must exist as resources in the package com.lowagie

Re: [iText-questions] Error Generated While Creating an PDF using iTextSharp

2010-02-12 Thread Mark Storer
Please Post your PDF. PPYP. I hearby declare that "PPYP" is the Highly Unofficial Motto of the iText-questions mailing list. Make it so! (and if you can't share your PDF for whatever reason, if you could come up with a simplified sample that reproduces the problem, we can probably still help

Re: [iText-questions] Umlaut problem with SnowLeopard font

2010-02-12 Thread Christoph Wagner
Hi Leonard, > What if you switch from 1252 to Identity-H encoding? Bet that > will work. Nope. This creates a PDF that shows some awkward Unicode signs like the promille symbol, the ^ and a third symbol instead of the umlauts I also tested other ttc files a few minutes ago and the ones I tes

Re: [iText-questions] Regarding Conversion of frame maker files to pdf files

2010-02-12 Thread Iliadis Yannis
Use the following link to unsubscribe. https://lists.sourceforge.net/lists/listinfo/itext-questions 2010/2/12 Venugopala N > > Please unsubscribe me for getting all emails. > > N Venugopala Reddy > Tata Consultancy Services > Discoverer Bldg, 4th Floor > International Technology Park Ltd, Whit

Re: [iText-questions] Regarding Conversion of frame maker files to pdf files

2010-02-12 Thread Venugopala N
Please unsubscribe me for getting all emails. N Venugopala ReddyTata Consultancy ServicesDiscoverer Bldg, 4th FloorInternational Technology Park Ltd, Whitefield RoadBangalore - 560066,KarnatakaIndiaCell:- 91 9986012945Mailto: venugopal...@tcs.comWebsite: http://www.tcs.com__

Re: [iText-questions] Regarding Conversion of frame maker files to pdf files

2010-02-12 Thread 1T3XT info
Venugopala N wrote: > Thanks Leonard, > > I am using Swings as GUI for my app. I need to convert frame maker files > to pdfs what ever user selects through the dropdown option.. I need to > write code for user selection - dynamic- documents has to pickup- only > those docs has to convert into

Re: [iText-questions] Regarding Conversion of frame maker files to pdf files

2010-02-12 Thread 1T3XT info
Venugopala N wrote: > Hi Team, > > Can we convert framemaker files to pdf files using iText ? In my > project, I need to convert all fm files to pdf files after that I need > to merge into one along with the bookmarks .. > > Would it be possible with the iText ? Thanks a lot for your reply.

Re: [iText-questions] Regarding Conversion of frame maker files to pdf files

2010-02-12 Thread Venugopala N
Thanks Leonard, I am using Swings as GUI for my app. I need to convert frame maker files to pdfs what ever user selects through the dropdown option..  I need to write code for user selection - dynamic- documents has to pickup- only those docs has to convert into pdfs... Thanks a lot.N Venugopala Re

Re: [iText-questions] detect Header/Footer

2010-02-12 Thread Red Light
Hi  Leonard , ok thanks -- SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW http://p.sf.net/sfu/solaris-dev2dev__

Re: [iText-questions] detect Header/Footer

2010-02-12 Thread Leonard Rosenthol
A PDF doesn't have a "header" or a "footer" - it's just text on a page. You could, of course, find out the coordinates of all text on the page and then make a decision if the coordinates fall in a certain area. Leonard From: Red Light [mailto:skydelt...@yahoo.com] Sent: Friday, February 12, 201

Re: [iText-questions] Umlaut problem with SnowLeopard font

2010-02-12 Thread Leonard Rosenthol
What if you switch from 1252 to Identity-H encoding? Bet that will work. But on another note, the embedding on that font is REALLY WEIRD! It is only embedding a subset of actual glyph data BUT the rest of the font information for the other glyphs is present (widths, encodings, etc.). Leon

Re: [iText-questions] Exporting XMP XML from PDF file

2010-02-12 Thread G. Ken Holman
Thank you for the quick response! I'll look into that. . . . . . . . . . . Ken At 2010-02-12 07:02 +0100, 1T3XT info wrote: >G. Ken Holman wrote: > > Please forgive me if these are duplicate questions but I'm having > > problems searching this mail list: > > > >(1) - which archive of this ma

Re: [iText-questions] Umlaut problem with SnowLeopard font

2010-02-12 Thread Venugopala N
Hi Wagner, Thanks a lot for replying me. I also had done with iText code to generate pdf file. But in my project I need to convert all frame maker files to pdf files first, then needs to mege all pdfs into single pdf along with bookmarks. Looking forward for your reply. thanks a lot.N Venugopala Re

[iText-questions] detect Header/Footer

2010-02-12 Thread Red Light
Hi, i just wanted to ask : is it possible to check within a given document pdf if a char sequence is contained in the header/footer of the document . and thanks -- SOLARIS 10 is the OS for Data Centers - provid

Re: [iText-questions] Regarding Conversion of frame maker files to pdf files

2010-02-12 Thread Leonard Rosenthol
iText could be used for the PDF side of the equation, but you will need to write the all the code that handles reading FM files and then feeding that information to iText. From: Venugopala N [mailto:venugopal...@tcs.com] Sent: Friday, February 12, 2010 8:32 AM To: itext-questions@lists.sourcefor

[iText-questions] Regarding Conversion of frame maker files to pdf files

2010-02-12 Thread Venugopala N
Hi Team, Can we convert framemaker files to pdf files using iText ? In my project, I need to convert all fm files to pdf files after that I need to merge into one along with the bookmarks  .. Would it be possible with the iText ? Thanks a lot for your reply. N Venugopala ReddyTata Consultancy Servi

Re: [iText-questions] Umlaut problem with SnowLeopard font

2010-02-12 Thread Christoph Wagner
Hi everyone, today I revisited this problem and I was able to reproduce the problem on Windows with a small block of code, mostly copied from the iText examples (http://1t3xt.info/examples/browse/?page=example&id=138): --snip Document document = new Document (); try { PdfWriter.ge

Re: [iText-questions] How do i convert a color pdf to black & white or grayscale pdf.

2010-02-12 Thread Leonard Rosenthol
There are numerous commercial libraries and software products that offer this functionality from Adobe, Apago, Callas, Enfocus, etc. From: Yuttakrong Junsom [mailto:yjun...@hotmail.com] Sent: Thursday, February 11, 2010 7:40 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions]

Re: [iText-questions] [Book] FYI iText in Action 2E on 2 in MEAP Bestsellers Top 10

2010-02-12 Thread Bruno Lowagie
Glen Hamel wrote: > Second from the top Way to go iText!!! I know I helped get it there!!! > Come on those that still haven't bought the MEAP/Hard Copy!! Buy it and > make it #1!! Great resource of information! Thanks! I'm still working on the final chapters ;-) Bruno

Re: [iText-questions] Add Text content to existing PDF

2010-02-12 Thread 1T3XT info
Frank Stephan wrote: > Hi, > > so it is not possible to use the document.newPage() method when adding > content? I have to use PdfStamper.insertPage()? That's correct. With PdfStamper, you don't have a Document object. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.

Re: [iText-questions] [Book] FYI iText in Action 2E on 2 in MEAP Bestsellers Top 10

2010-02-12 Thread Glen Hamel
Second from the top Way to go iText!!! I know I helped get it there!!! Come on those that still haven't bought the MEAP/Hard Copy!! Buy it and make it #1!! Great resource of information! Glen Hamel Auric Networks Canada, Inc. 570 Orwell Street, Unit 1 Mississauga, Ontario L5A 3V7 Phone :

Re: [iText-questions] Add Text content to existing PDF

2010-02-12 Thread Frank Stephan
Hi, so it is not possible to use the document.newPage() method when adding content? I have to use PdfStamper.insertPage()? Greetings Frank Original-Nachricht > Datum: Fri, 12 Feb 2010 08:58:18 +0100 > Von: 1T3XT info > An: Post all your questions about iText here > > Betref