Re: [iText-questions] Adding & retrieve custom properties to PDF using XMP

2013-04-18 Thread 1T3XT BVBA
On 19/04/2013 7:08, Deepti wrote: > Does it mean I have to build the xml file myself by defining my tags? That would be one way to do it. The other way would be to use the helper classes in the com.itextpdf.text.xml.xmp package such as XmpSchema, DublinCoreSchema, PdfSchema,... Those are the clas

Re: [iText-questions] Adding & retrieve custom properties to PDF using XMP

2013-04-18 Thread Deepti
I have 2 queries regarding this 1) If adding custom metadata to the info dictionary is a bad idea (which if i am not wrong is done by document.addHeader or PdfStamper stamper = new PdfStamper(reader, new FileOutputStream(dest)); HashMap info = reader.getInfo(); in

Re: [iText-questions] FW: can iTextSharp.text.Image be placed in between external html tag

2013-04-18 Thread Anil George
And on a side note, thanks for the answer about the xmlworker, it helping me a lot. Now I just have a question does itextsharp handling base64 embedded images Anil George Senior Web Developer [cid:image001.png@01CE3C24.7180AAB0]HEALTHWORKS a division of PASSPORTHEALTH COMMUNICATIONS INC. 1265 Dr

Re: [iText-questions] FW: can iTextSharp.text.Image be placed in between external html tag

2013-04-18 Thread Anil George
I understand that, but I thought it was very rude to say that a person is happy not to be obliged to answer. Anil George Senior Web Developer [cid:image001.png@01CE3C24.094F1530]HEALTHWORKS a division of PASSPORTHEALTH COMMUNICATIONS INC. 1265 Drummers La., Suite 202 Wayne, PA 19087 610-994-03

[iText-questions] Transparecy to textfield

2013-04-18 Thread Yotam Vered
Hello all, I'm adding a TextField to existing PDF. I need this text to be transparent so the text below will be visible. I found only ways to make images and layers transparent. Is it possible to do this for a Field? This is my code: Rectangle rect = new Rectangle(80,450,450,550); TextField field

[iText-questions] FW: can iTextSharp.text.Image be placed in between external html tag

2013-04-18 Thread john renfrew
No one, you will find will be obliged to do anything. We all accept this is a free list for those of us using this as 'open-source' but under certain conditions- where we get to extend out knowledge or occasionally submit ideas or bug fixes. If you want someone to answer questions in that vein '

Re: [iText-questions] can iTextSharp.text.Image be placed in between external html tag

2013-04-18 Thread iText Info
Op 18/04/2013 16:26, Anil George schreef: then you will have to be "obliged" to answer my question Note that this is a forum for volunteers. There's only a real obligation to answer if you're a customer (in which case you can use our ticketing system). --

Re: [iText-questions] can iTextSharp.text.Image be placed in between external html tag

2013-04-18 Thread Anil George
It ok, I will be converting my code to xmlworker, then you will have to be "obliged" to answer my question Anil George Senior Web Developer [cid:image001.png@01CE3C1F.33979D30]HEALTHWORKS a division of PASSPORTHEALTH COMMUNICATIONS INC. 1265 Drummers La., Suite 202 Wayne, PA 19087 610-994-03

Re: [iText-questions] can iTextSharp.text.Image be placed in between external html tag

2013-04-18 Thread iText Info
Op 18/04/2013 15:53, Anil George schreef: providers.Add(HTMLWorker.IMG_PROVIDER, iTextSharp.text.Image.GetInstance(imageData)) ??? ImageProvider is an interface you need to implement so that it knows where it can fetch different images. Instead of an ImageProvider, you add one single Image o

Re: [iText-questions] can iTextSharp.text.Image be placed in between external html tag

2013-04-18 Thread Anil George
Ok so this is my code. I am having difficulties figuring out how to access the image provider. Try ' step 1 Dim doc As New Document() doc.SetPageSize(PageSize.A4) Dim styles As New StyleSheet() styles.LoadTagStyle(HtmlTags.BODY, HtmlTa

Re: [iText-questions] can iTextSharp.text.Image be placed in between external html tag

2013-04-18 Thread Anil George
I mean to say that I am passing in html so that itext can convert it into pdf. Using reader As New StringReader(strHTML) 'XMLWorkerHelper.GetInstance().ParseXHtml(writer, doc, reader); 'doc.Add(New Paragraph(" "))

Re: [iText-questions] Adding & retrieve custom properties to PDF using XMP

2013-04-18 Thread iText Info
Op 18/04/2013 13:27, Deepti schreef: > When I open the pdf document, and check document properties, my CUSTOM > property can be seen under the “Custom Tab” but > the xml file being generated does not have the custom property. Of course not! How on earth would iText be able to guess which tag to us

[iText-questions] Adding & retrieve custom properties to PDF using XMP

2013-04-18 Thread Deepti
Hi All, I have a PDF generated using iText-5.4.0 which has few custom properties set. I used the below code to add custom properties PdfReader reader = new PdfReader(src); PdfStamper stamper = new PdfStamper(reader, new FileOutputStream(dest)); HashMap info = reader.getI

Re: [iText-questions] Itext support on aix unix

2013-04-18 Thread Alexis Pigeon
Hi Levon, Please do not hijack other people's thread. Subscribe to the list (if that's not done already), and create your own thread, with the relevant subject, by sending a mail to < itext-questions@lists.sourceforge.net > Best regards, alexis On 18 April 2013 09:34, levon alikhanov wrote: >

Re: [iText-questions] Itext support on aix unix

2013-04-18 Thread levon alikhanov
Thanks for you quick reply. There goes the link: http://www.ridgway.co.za/archive/2005/07/31/itextsharpxmltopdfexample.aspx I am a .NET Developer, and I want to make an application in .NET Framework 4.0. In this example, given by in the link, there is a structured xml file, so that ITextHandle

Re: [iText-questions] Itext support on aix unix

2013-04-18 Thread 1T3XT BVBA
On 18/04/2013 9:15, Amal Yadav wrote: > Could you direct me to a link where i could use a trial version of > this software ? The JVM? http://www.oracle.com/technetwork/indexes/downloads/index.html#java iText? http://sourceforge.net/projects/itext/files/iText/iText5.4.1/ Please assure that you un

Re: [iText-questions] Itext support on aix unix

2013-04-18 Thread Amal Yadav
Thanks. Could you direct me to a link where i could use a trial version of this software ? Regards, Amal On Thu, Apr 18, 2013 at 11:51 AM, 1T3XT BVBA wrote: > On 18/04/2013 8:01, Amal wrote: > > I would like to know if itext is supported on Aix or any other flavour of > > unix. > Yes, I've use