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
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
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
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
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
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
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
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
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
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
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
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
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
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)
14 matches
Mail list logo