Re: [iText-questions] compile FestivalCalendar2.java gives package *.richmedia does not exist

2011-04-26 Thread 1T3XT BVBA
Op 26/04/2011 1:59, Larry Evans schreef: What should I do to enable mvn to find the richmedia package? We moved it from the core iText to the xtra package. I'll ask Balder to take a look at the POMs. -- WhatsUp Gold -

Re: [iText-questions] itext as OSGi bundle

2011-04-26 Thread Pascal Leclercq - Opensagres
Hi, do you know when iText 5.x.x will be available ? Where are planning a release of xdocreport pretty soon and sonatype ask to avoid third parties repositories : cf. https://docs.sonatype.org/display/Repository/Central+Sync+Requirements Besides, we *discourage* putting release

[iText-questions] Editing PDF using iText. Creating new APIs

2011-04-26 Thread Naresh Chaurasia
Hi, I had been given a task of doing text replacement in pdf files. I googled and found iText as a good place to start. After reading couple of chapters and trying few example, i spent time with chapter18, Under the hood from iText in Action and came to conclusion that iText is basically not built

Re: [iText-questions] PDF/A Validation

2011-04-26 Thread beppecosta
http://itext-general.2136553.n4.nabble.com/file/n3474837/PDFA-INVALID.pdf PDFA-INVALID.pdf -- View this message in context: http://itext-general.2136553.n4.nabble.com/PDF-A-Validation-tp3465491p3474837.html Sent from the iText - General mailing list archive at Nabble.com.

Re: [iText-questions] Editing PDF using iText. Creating new APIs

2011-04-26 Thread 1T3XT BVBA
Op 26/04/2011 8:25, Naresh Chaurasia schreef: I had been given a task of doing text replacement in pdf files Stop right there. PDF is not a format for editing. Ask the original source that was used to create the PDF, change that source, create a new PDF. If the PDF is a tagged PDF, you could

Re: [iText-questions] compile FestivalCalendar2.java gives package *.richmedia does not exist

2011-04-26 Thread Balder
On 26/04/2011 1:59, Larry Evans wrote: After checkouts: svn co https://itext.svn.sourceforge.net/svnroot/itext/trunk main svn co https://itext.svn.sourceforge.net/svnroot/itext/book book to: ~/prog_dev/itext/ and installs on all the following poms: ~/prog_dev/itext/main $ find .

[iText-questions] Convert HTML to PDF

2011-04-26 Thread Bruno Lowagie
Hello all, we've received many questions about HTMLWorker in the past. Today we're announcing the new XMLWorker that will be available in the next release. Read http://lowagie.com/xmlworker for more info. Use the online demo to test its functionality and give us feedback so that we can improve

[iText-questions] AUTO : Pascal Damiani is out of the office. (renvoi de Mer 27/04/2011)

2011-04-26 Thread Pascal . Damiani
Je suis absent(e) entre Mar 26/04/2011 et Mer 27/04/2011. Pour toutes demandes, contactez Marie-Paule Munteanu au 88.39 For all requests, please contact Marie Paule Munteanu at +33 1.58.47.88.39 Remarque : ceci est une réponse automatique à votre message iText-questions Digest, Vol 59, Issue

Re: [iText-questions] compile FestivalCalendar2.java gives package *.richmedia does not exist

2011-04-26 Thread Larry Evans
On 04/26/11 02:39, Balder wrote: On 26/04/2011 1:59, Larry Evans wrote: After checkouts: svn co https://itext.svn.sourceforge.net/svnroot/itext/trunk main svn co https://itext.svn.sourceforge.net/svnroot/itext/book book to: ~/prog_dev/itext/ and installs on all the following

[iText-questions] Get Hyperlink text from PDF using c#

2011-04-26 Thread gayatri parthasarathy
Hi, Please share any code snippet for getting the hyperlink text from a pdf file. i am using itextsharp library. Thanks in advance -- WhatsUp Gold - Download Free Network Management Software The most intuitive,

Re: [iText-questions] Editing PDF using iText. Creating new APIs

2011-04-26 Thread Leonard Rosenthol
And if you REALLY insist on doing it - you will need to start by reading ISO 32000 (the PDF standard) and all associated material to get a DEEP DEEP understanding of PDF. And after those couple of weeks of study, you can begin to think about how complex the problem is and how much work is

Re: [iText-questions] show permissons

2011-04-26 Thread M. Niedermair
How can I get the value 4+2048 for ALLOW_PRINTING from the value -1852? solved with PdfEncryption.setupAllKeys(...) By Michael -- WhatsUp Gold - Download Free Network Management Software The most intuitive,

Re: [iText-questions] PDF/A Validation

2011-04-26 Thread Mark Storer
Okay, the PDF/A1-b scanner in Acrobat X Pro, says this in the trigger values section: XMP property is predefined but is not used in accordance with the definition Trigger values Property existints in PDF/A standard: is true dc:description[1] dc:title[1] Predefined XMP

Re: [iText-questions] Get Hyperlink text from PDF using c#

2011-04-26 Thread Mark Storer
Are you talking text on the page that starts with 'http://' or link annotations? --Mark Storer Senior Software Engineer Cardiff.com import legalese.Disclaimer; DisclaimerCardiff DisCard = null; -Original Message- From: gayatri parthasarathy

Re: [iText-questions] Editing PDF using iText. Creating new APIs

2011-04-26 Thread Mark Storer
Good hunting: http://www.adobe.com/content/dam/Adobe/en/devnet/pdf/pdfs/PDF32000_2008. pdf com.itextpdf.text.pdf.parser.PdfContentStreamProcessor would be a good place to start, but there's still a Large amount of work ahead of you. --Mark Storer Senior Software Engineer Cardiff.com

[iText-questions] Strange behavior by Windows 7 / IE8

2011-04-26 Thread samjoe
Hello Experts, I have a issue and hope that someone might have come across this and would be able to help me. The project I am working on, generates customer reports using iText. The report when it renders on the HTML page also pops up a print dialog box automatically where the user can select

Re: [iText-questions] Convert Text-Based PDF to Image-Based PDF

2011-04-26 Thread Balajiprasad
HI, How do we convert Image-Based PDF to Text-Based PDF. I want to do OCR for the PDF(not extracting Text only). Entire Pdf as Searchable PDF(we can select text). Regards, R.Balajiprasad From: 1T3XT BVBA [mailto:i...@1t3xt.info] Sent: Thursday, April 21, 2011 2:45 PM Cc: 'Post all your