[iText-questions] Write some xmp metadata

2006-03-09 Thread Thomas Kübler
Hello to all, I will put some metadata to the xmp, but it still not working, perhaps i understand something wrong, my simple code is: final StringBuffer meta = new StringBuffer(); meta.append("rdf:about='uuid:b67df14f-624c-4d40-85fe-cc0b6f94a7a3'xmlns:dc='http://purl.org/dc

[iText-questions] Error with com.lowagie.text.pdf.fonts

2006-03-09 Thread Mahir Mahir
Hi, I get the following message when I run a class using iText (iText 1.4). I'm doing this in Lotus Notes. LS2J Error: Threw ExceptionConverter: com.lowagie.text.DocumentException: Helvetica not found as resource. (The *.afm files must exist as resources in the package com.lowagie.text.pdf.f

Re: [iText-questions] Extracting text location for highlighting in reader

2006-03-09 Thread chris
On Thu, Mar 09, 2006 at 06:50:09AM -0500, Leonard Rosenthol wrote: > > >So - is iText a good way to extract just the text of a page so that we > >can use it to calculate the offsets? > > No. > > Look at PdfBox or Multivalent. Thanks for the pointer. Seems like the char offset me

Re: [iText-questions] Extracting text location for highlighting in reader

2006-03-09 Thread Leonard Rosenthol
At 06:01 AM 3/9/2006, [EMAIL PROTECTED] wrote: http://partners.adobe.com/public/developer/en/pdf/HighlightFileFormat.pdf It seems that you pass an XML document to the reader defining where you want highlighting. Correct. However I then need to know the offset on the page of where I

[iText-questions] Bookmark

2006-03-09 Thread a.bargioni
Hi, I have a pdf with some pages (the number is variable) and I'd like to create a bookmark in this file.   Is it possible?   Thanks, Ale  

[iText-questions] Extracting text location for highlighting in reader

2006-03-09 Thread chris
I'm looking into how you can ask the acrobat reader web plugin to highlight words so that we can get hit-highlighting of web search working for an application. I've read thru this document: http://partners.adobe.com/public/developer/en/pdf/HighlightFileFormat.pdf It seems that you pass an XML

[iText-questions] Html Document Support in ITextSharp

2006-03-09 Thread EternalGlory -
    Does C# version of Itext supports Html To Pdf conversion.   I looked into the tutorial and tried the example but it doesn't work.  The file created is size 0. ??