Re: [iText-questions] Accessibility compliance issue

2013-12-11 Thread iText mailing list
Isn't Teranet a customer entitled to support? I've forwarded this question to our paid ticketing system. One of our support engineers will check who's our contact at your company and look into it. On 12/11/2013 11:07 PM, Dejan Milosavljevic wrote: Hi, I am having some issues with PDF files g

Re: [iText-questions] Accessibility Question - Can I tag an image?

2010-03-06 Thread Leonard Rosenthol
It is certainly ONE part of tagging, but there are MANY more things you would need to do for full accessibility. Leonard From: Tim Badaczewski [mailto:badaczew...@gmail.com] Sent: Thursday, March 04, 2010 11:55 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions

Re: [iText-questions] Accessibility Question - Can I tag an image?

2010-03-05 Thread Mark Storer
l.com] Sent: Thursday, March 04, 2010 6:55 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Accessibility Question - Can I tag an image? I see that I can assign the alt attribute to an image I embed in a document, but I dont think that is the same as tagging a documen

[iText-questions] Accessibility Question - Can I tag an image?

2010-03-04 Thread Tim Badaczewski
I see that I can assign the “alt” attribute to an image I embed in a document, but I don’t think that is the same as “tagging” a document for accessibility purposes. Is there a way for me to tag an image using iTextSharp? -

Re: [iText-questions] accessibility

2007-04-04 Thread Paulo Soares
o: Sent: Wednesday, April 04, 2007 9:03 PM Subject: [iText-questions] accessibility I am new to itext and accessibility. There is a project requirement to generate PDF document with both English and French. The text must be "tagged" accordingly so Acrobat Reader's Read Out Loud feat

[iText-questions] accessibility

2007-04-04 Thread Lam, Hayward: CORP
I am new to itext and accessibility. There is a project requirement to generate PDF document with both English and French. The text must be "tagged" accordingly so Acrobat Reader's Read Out Loud feature can switch between Enlgish and French. Does itext support this? Any code example (I can't find

Re: [iText-questions] Accessibility question

2006-05-30 Thread Leonard Rosenthol
At 10:03 AM 5/30/2006, Carl Wallace wrote: I am trying to add metadata info to existing PDF files and make sure those files pass the Acrobat accessibility checker. Passing the checker requires the addition of a LOT of extra information/objects to a PDF - something NOT EASILY done with

[iText-questions] Accessibility question

2006-05-30 Thread Carl Wallace
I am trying to add metadata info to existing PDF files and make sure those files pass the Acrobat accessibility checker. Is there a way in iText to add a "language specification" to the document? In Acrobat, this would be set under Document Properties, but I would like to do it automatically.