Re: [iText-questions] Could not find XObject named '%s'. Browser locks up.

2009-11-14 Thread Jty
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

Re: [iText-questions] Some unicode chars incorrect when painted directly (Double sharp and double flat musical symbols)

2009-11-14 Thread Leonard Rosenthol
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

Re: [iText-questions] Document Validation Support in iText (Source code attached)

2009-11-14 Thread Leonard Rosenthol
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

Re: [iText-questions] Downloading the online pdf page by page

2009-11-14 Thread 1T3XT info
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

[iText-questions] Downloading the online pdf page by page

2009-11-14 Thread kamz
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

[iText-questions] Some unicode chars incorrect when painted directly (Double sharp and double flat musical symbols)

2009-11-14 Thread Justin Dolezy
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

[iText-questions] Document Validation Support in iText (Source code attached)

2009-11-14 Thread frleong
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

[iText-questions] FYI: Lowagie/iText in Action, 2nd Edition - your first review has started

2009-11-14 Thread Bruno Lowagie
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

Re: [iText-questions] itext column header fox continued labels

2009-11-14 Thread 1T3XT info
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