Re: [iText-questions] PDF decompostion composition (page, resources)

2013-11-18 Thread Tomáš Bucki
Hi all, Thanks for the answers, it seems usable and in the fact similar what we want to do. Is it possible to show me or direct me to some API which will allow me to extract binary streams, replace it with zero byte stream and also direct me to some API which will do the opposite ? Is it

[iText-questions] barcode question

2013-11-18 Thread Chris Wyld - DSV
Hello I am busy right now with the creation of a pdf table with a barcode in a cell in VB.Net Code example: Dim cb1 As PdfContentByte = writer.DirectContent Dim code128 As New Barcode128() code128.CodeType = Barcode128.CODE128_UCC code128.Code = 12345678

Re: [iText-questions] barcode question

2013-11-18 Thread iText mailing list
On 11/18/2013 11:50 AM, Chris Wyld - DSV wrote: Hello I am busy right now with the creation of a pdf table with a barcode in a cell in VB.Net Code example: Dimcb1 As PdfContentByte = writer.DirectContent Dim code128 As New Barcode128() code128.CodeType = Barcode128.CODE128_UCC