[iText-questions] Custom hyperlink hover text?

2010-11-23 Thread Andrew Mickish
I add hyperlinks to my PDF document using the PdfGraphics2D interface, which creates a new PdfAction(url) and calls PdfContentByte.setAction(). This automatically converts my anchor "text" tags from my Java HTMLEditorKit to PDF hyperlinks that work great. But when I hover over

[iText-questions] watermark text print issue with iText-5.0.5

2010-11-23 Thread prakash.nagaswamy
Hi, I had added a transparent text watermark to a attached PDF document (sample22.pdf) using iText Java library (iText-5.0.5.jar), it appears properly on the resulting PDF document (result22.pdf) in Acrobat Reader. However, when printing the watermarked PDF document, it appears to have some issu

Re: [iText-questions] writing junit tests for a class that writes atable to the pdf

2010-11-23 Thread Mark Storer
Unit testing PDF is hard. You can, for example, use the SimpleTextExtractor to suck out all the text from your ouput PDF, but you don't know what font it's in, what the table borders look like, or if the text is even visible. Off the bottom of the page? Covered by something else? Same color as

[iText-questions] writing junit tests for a class that writes a table to the pdf

2010-11-23 Thread King Goldman
Can somebody guide me in writing a junit test for the following class? import java.io.*; import com.lowagie.text.*; import com.lowagie.text.pdf.*; public class tablePDF{ public static void main(String arg[])throws Exception{ Document document=new Document(); PdfWriter.getInstance

Re: [iText-questions] Embedding Printer settings in PDF

2010-11-23 Thread Leonard Rosenthol
Unfortunately, not really :(. -Original Message- From: Kevin Day [mailto:ke...@trumpetinc.com] Sent: Tuesday, November 23, 2010 12:29 PM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] Embedding Printer settings in PDF Leanord - I'm curious about adoption of JDF

Re: [iText-questions] Embedding Printer settings in PDF

2010-11-23 Thread Kevin Day
Leanord - I'm curious about adoption of JDF - last I looked, it wasn't a viable solution except for fairly limited hardware (and definitely not useful for smaller businesses). Have things changed? For anyone who is interested, here is a summary of JDF: http://thedigitalnirvana.com/2010/02/an-in

Re: [iText-questions] The IRM Issue of PDF File

2010-11-23 Thread Mark Storer
You would need to provide your own security handler plugin for Acrobat/Reader that would support whatever features you wanted (expiration dates for example). You could then build your PDFs in whatever software you liked (including iText). Most such security handlers (including a sample that is pr

Re: [iText-questions] When will 5.0.5 be available in maven.itextpdf.com ?

2010-11-23 Thread 1T3XT info
On 23/11/2010 15:10, Jason Berk wrote: >The author of Gradle spoke at the conference and was _really_ impressive. Sounds like good advice. Thanks! I'll investigate. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info

Re: [iText-questions] Embedding Printer settings in PDF

2010-11-23 Thread Woolverton, Bob
We have a very similar problem. Our daily print stream of 500 to a 1,000 custom individualized documents is produced as PDF, because PDF is so great for our internal processing and web presentation. For non-web external presentation we print the documents on paper and mail them. Requirements ca

Re: [iText-questions] Embedding Printer settings in PDF

2010-11-23 Thread Leonard Rosenthol
No, PDF is the PORTABLE Document Format. So there is no mechanism for printer control built in, at least not for such things a specific tray selection. (there is a limited set of things one can do with JavaScript, however). The standard for job ticketing is JDF. -Original Message- Fro

[iText-questions] Embedding Printer settings in PDF

2010-11-23 Thread Michael Blumoehr
Hi, We produce with iText pdf files with data for our customers. The content comes from different sources and is formatted with iText. Every file has different numbers of pages and most of the files are later printed on paper. To automatize the printing process further the following question ar

Re: [iText-questions] When will 5.0.5 be available in maven.itextpdf.com ?

2010-11-23 Thread Jason Berk
I attended the Spring One conference a few weeks ago and Gradle was a very hot topic. http://www.theserverside.com/news/thread.tss?thread_id=49165 I also avoid maven where possible. I find when it saves me time, it only saved me a few hours at most, but when it gets in my way, it's days of try

Re: [iText-questions] When will 5.0.5 be available in maven.itextpdf.com ?

2010-11-23 Thread 1T3XT info
On 22/11/2010 10:46, Stefan Thurnherr wrote: > Hhmm, doesn't seem to work. I have to forward this to the mailing-list. As long as Maven repositories don't pick up iText automatically, I try to provide a Maven repository on itextpdf.com, BUT: I've followed a three day course about Maven and I sti

Re: [iText-questions] The IRM Issue of PDF File

2010-11-23 Thread 1T3XT info
On 23/11/2010 4:29, lucio wrote: >now we want to set a timespan of these permissions, for example: > before Dec 31, 2010,the pdf file need a password to access and can not be > copy/printed, after this period,user can open the file without limits (need > to remove the limits we set before)