one more thing i want to add - the same outputted PDFs for printing that are
problematic when served up to the browser open just fine when opened
directly by Reader or Acrobat.
Paulo,
what is the likelihood my problem is the issue you just fixed, and if so
when do you expect it's release to be a
You need to embed the fonts.
Leonard
From: Justin Dolezy [mailto:justin.dol...@googlemail.com]
Sent: Saturday, November 14, 2009 1:21 PM
To: itext-questions@lists.sourceforge.net
Subject: [iText-questions] Some unicode chars incorrect when painted directly
(Double sharp and double flat musical s
GREAT!
I've passed the info on to our DigSig team to investigate the issues you've
raised.
Leonard
-Original Message-
From: frleong [mailto:frleon...@yahoo.com]
Sent: Saturday, November 14, 2009 3:59 AM
To: itext-questions@lists.sourceforge.net
Subject: [iText-questions] Document Valida
kamz wrote:
> Hi all,
> I am facing the following problem. I am trying to download a pdf and split
> the pdf into 10 page as a pdf. But source pdf’s are in shared in http
> location. In order to split pdf, I need load whole PDF into reader (i.e. i
> need load reader object into memory).
Why?
> Wh
Hi all,
I am facing the following problem. I am trying to download a pdf and split
the pdf into 10 page as a pdf. But source pdf’s are in shared in http
location. In order to split pdf, I need load whole PDF into reader (i.e. i
need load reader object into memory). When I try to load the same I am
Hi,
I'm creating PDF content by drawing direct to the Graphics2D surface
(via PdfTemplate.createGraphicsShapes). It's my understanding that no
fonts are (or even need to be) embedded, so what is draw to the
Graphics2D is what will appear on the PDF.
However there are 2 unicode musical sym
Hi,
After some trial-and-error, I think I've succeeded adding DSS functionality
to iText. Document Verification Information is a new feature in Adobe 9.1 or
later - for those who may have interest, you may right-click on a signature
in Adobe Acrobat 9.1 or later to add "Document Verification Info
Manning Publications Co. wrote:
> Bruno,
>
> I sent your manuscript out for review, and asked the reviewers to be
> completed by Monday, November 23rd. I included the questions and the
> reviewers that you suggested.
If you think you should have been on the list,
and you didn't receive a mail
bmcgin wrote:
> Is is possible to use PdfContentByte (and related functions) to create each
> page individually and then manually trigger a new page break when needed?
That's documented:
http://1t3xt.be/?X1a3
http://1t3xt.be/?X0a4
Have a close look at the TablesInColumns example.
You could take th