[iText-questions] generate XML from PDF

2009-02-23 Thread Sweta Pandya
Hi I am generated PDF by using iText (through Java). Now i want to generate XML (click of one button & user can save that locally). how can i proceed in that? Regards, Sweta Hasmukhray Pandya Government Industry Solutions Unit (ISU) Tata Consultancy Services Cell:- 09979759490 Mailto: sweta.pa

Re: [iText-questions] PHP port in the works

2009-02-23 Thread Pancho Sünderhauf
Just an addition: Here is the FAQ to the GSoC 2009: http://code.google.com/opensource/gsoc/2009/faqs.html And these are the most important dates: - Mentoring organization application deadline is: March 13, 19h (UTC). - The list of accepted organizations is announced on March 18. - Student appli

Re: [iText-questions] PHP port in the works

2009-02-23 Thread Pancho Sünderhauf
Hey Bruno, thanks for committing my first patch to Java iText! Some more patches are following while I iterate through the original Java code to understand more of the inner workings. Mostly these are no major fixes or changes, rather I'm doing lots of minor cleanups. Especially I'm taking care

Re: [iText-questions] Adding Images with Transparency

2009-02-23 Thread Leonard Rosenthol
JPEG doesn't support "black and white" - it supports CMYK, RGB and Grayscale. BMP, on the other hand, DOES support a monochrome (B&W) mode. In addition, for non-photographs it is a MUCH BETTER (and lossless!) format. It also, as you need, supports both "chroma-key" as well as full alpha tran

[iText-questions] Adding Images with Transparency

2009-02-23 Thread jhart
Hi, Our application captures one (or more) digital signatures and adds them onto a PDF template. The only file output options from the signature pad manufacturer (Topaz) are BMP & JPG, so we're using a black & white JPG. I'm able to dynamically add the images onto the document, but I need the w

Re: [iText-questions] PDFGraphics2D and tooltips

2009-02-23 Thread Mike Korcynski
I'd like to do it the same way I add hyperlinks where I specify a rendering hint to the graphics object with the text of the tooltip and have the tooltip added to the object on the PDF. -Mike 1T3XT info wrote: > Mike Korcynski wrote: > >> Hi, >> >> I'm using PdfGraphics2D to render a PDF fro

[iText-questions] PDF generation problem

2009-02-23 Thread Steve Weston
I've been looking through the archives, but haven't found anything usefull on this problem. We have a software package that creates PDF documents. For some of them, but not all, we are getting the message that "The file is damaged and coule not be repaired" when we try to open the PDF file.

[iText-questions] Antwort: iText on the iSeries (AS/400)

2009-02-23 Thread Benjamin Rein
Hi, try to identify which fonts you are using on the Win32 machine and put the *.ttf files in the classpath on the iSeries. For testing purposes you can put them in your project. Try to generate the pdf again. If it works, you can be sure that it's a font issue. Best regards Benjamin Cody S

[iText-questions] iText on the iSeries (AS/400)

2009-02-23 Thread Cody Schilke
I've written a java application which generates PDF documents from PDF templates with AcroForm variables generated from Adobe LiveCycle GUI. The process works fine when running on a Win32 box, however, when I deploy the application to an iSeries (AS/400) server the app fails. The errors is as f

Re: [iText-questions] iText-questions Digest, Vol 33, Issue 69

2009-02-23 Thread 1T3XT info
JKT wrote: > So, can you tell me when will be the next release of iText including > this fix please ? I had scheduled one for this month, but I've been very busy and I didn't have the time to make it. I'll start when I've finished my (ever growing) TODO list. -- This answer is provided by 1T3X

Re: [iText-questions] iText-questions Digest, Vol 33, Issue 69

2009-02-23 Thread JKT
Hi there, Thanks a lot for your reactivity ;) I've checked out the "trunk" and signed successfully a PDF without the error "unrecognized PDF content" in Acrobat Reader. So, can you tell me when will be the next release of iText including this fix please ? Again, thanks for your help. Be

Re: [iText-questions] Putting an image in the background

2009-02-23 Thread Leonard Rosenthol
Direct content under is EXACTLY the same thing as Acrobat's Background feature. What makes you think that it is not? Leonard On 2/23/09 7:05 AM, "gorazd.titi...@netcetera.com.mk" wrote: Hi, I need to create an accessible PDF with IText. The PDF must be fully tagged and pass the full access

Re: [iText-questions] PDF/A compliance

2009-02-23 Thread Leonard Rosenthol
Yes, update your copy of iText that no longer writes this value. Leonard On 2/23/09 3:53 AM, "amarianoelaide" wrote: Thank you, Leonard. Just to completely understand the situation, is there a way to avoid this syntax checker flag? Leonard Rosenthol-3 wrote: > > Got it. > > As Michael exp

Re: [iText-questions] Calculating EAN-13 barcode checksum

2009-02-23 Thread 1T3XT info
Markus Meyer wrote: > Thanks for the information. I will implement the checksum calculation in > my own code then for now. If time permits, I will submit a patch to add > this function to iTextSharp later. > > FWIW, I found a nice checksum calculating routine for C# here: > > http://community.b

Re: [iText-questions] Calculating EAN-13 barcode checksum

2009-02-23 Thread Markus Meyer
Thanks for the information. I will implement the checksum calculation in my own code then for now. If time permits, I will submit a patch to add this function to iTextSharp later. FWIW, I found a nice checksum calculating routine for C# here: http://community.bartdesmet.net/blogs/bart/archive/2

[iText-questions] Putting an image in the background

2009-02-23 Thread gorazd . titizov
Hi, I need to create an accessible PDF with IText. The PDF must be fully tagged and pass the full accessibility check in Adobe Acrobat Pro 9. My customer asks that the images present in the document should be in the background. I need to know how to add the image in the background with IText i

[iText-questions] make editable and accessible form fields

2009-02-23 Thread gorazd . titizov
Hi, I need to have editable checkboxes and form fields in my document and I need the document to be accessible, i.e. I need those form fields tagged in the Tags structure and the document to pass the full accessibility check in Adobe Acrobat Pro 9. Part of this problem is that I need to set the

Re: [iText-questions] Calculating EAN-13 barcode checksum

2009-02-23 Thread 1T3XT info
Markus Meyer wrote: > Setting the "GenerateChecksum" member does not seem to have any > effect. No, generateChecksum is only supported for Barcode39, BarcodeCodabar and BarcodeInter25. > What must I do to let iTextSharp calculate the checksum? Implement it for BarcodeEAN. -- This answer is

[iText-questions] Calculating EAN-13 barcode checksum

2009-02-23 Thread Markus Meyer
Hi everyone, I'm using iTextSharp 4.1.2.0 and I try to create an EAN-13 barcode (actually EAN-13 with EAN-5 supplement) and want iText to automatically calculate the checksum. I would like to use code like the following: --- Barco

Re: [iText-questions] Acrobat and difference between actual image size and their containers

2009-02-23 Thread vijayjoseph
hi friends, i have a image overlap problem in parsing the simple html table using HtmlParser both img and column text is inside the .when i parse the table the result pdf will have overlapped image on text.i mean column text is wrapped in to next column.please help here is my html

[iText-questions] Smasks loaded from file not working

2009-02-23 Thread Markus Meyer
(Reposting this to itext-questions, because I asked this on itextsharp-questions and got no answer. Also, itextsharp-questions seems to have a very low volume, maybe it's (almost) dead?) Hi, I'm using iTextSharp 4.1.2.0. I'm trying to apply smasks to an image like it is shown in the attached

Re: [iText-questions] PDF/A compliance

2009-02-23 Thread amarianoelaide
Thank you, Leonard. Just to completely understand the situation, is there a way to avoid this syntax checker flag? Leonard Rosenthol-3 wrote: > > Got it. > > As Michael explained so well earlier - see < > http://www.nabble.com/Re%3A-Unrecognized-PDF-content%3A-The-document%09contains-PDF-cont