Re: how to show barcode vartically

2014-07-02 Thread John Andersen
; i wants to show barcode vartically but it show horizaotally in tcpdf > > please help if possible > > my code is > > > > $style = array( > 'position' => '', > 'align' => 'S', > 'stretch' => false, > &#x

how to show barcode vartically

2014-07-02 Thread sneha kulkarni
hi i wants to show barcode vartically but it show horizaotally in tcpdf please help if possible my code is $style = array( 'position' => '', 'align' => 'S', 'stretch' => false, 'fitwidth' => true, 'cellfitalign&#x

if barcode value 1 digit it scan properly by barcode reader if it 2 or more cannot scan

2013-09-03 Thread sneha kulkarni
hi i have used barcode 128 in tcpdf if barcode value 1 digit it scan properly by barcode reader if it 2 or more cannot scan pdf size is $pdf = new TCPDF("L", "cm", array(8.5,5.4) ,true, 'UTF-8', true); and barcode size is $params=$pdf->serializeTCPDFtagParam

Re: how do I get a barcode inside a table?

2013-08-07 Thread ravage1984
http://vintasoft.com/vsbarcode-dotnet-index.html May be? Google is your friend: http://www.google.ch/search?hl=de&q=barcode+pdf+einlesen#bav=on.2,or.r_qf.&fp=a2c38355a318043b&hl=de&q=barcode+image+read Barcodes are nothing but a string of digits, where's your problem? A

how do I get a barcode inside a table?

2013-08-07 Thread sneha kulkarni
Hi, how do I get a barcode inside a table? Now it just floats outside the table in the upper left corner of the pdf. How do I get it inside the td? Help much appreciated. -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received

Re: Barcode

2012-08-23 Thread Ryan Snowden
In my case I needed to have multiple barcodes/QR Codes to scan in with a barcode scanner directly from the screen, so I needed the image separate, and widely available. I'm not sure if using a PDFGEN library will allow this. On 23 August 2012 17:41, Ly Dara wrote: > Dear Mr. Borisla

Re: Barcode

2012-08-23 Thread Ly Dara
- Tcpdf >- Wkhtmltopdf > > This way you will be able to generate the pdf files and also the barcodes. > Most pdf engines generate barcodes as core functionality. > I have personally used Tcpdf for barcode generation. It is easy, just > check the engine documentation. This

Re: Barcode

2012-08-22 Thread Борислав Събев
have personally used Tcpdf for barcode generation. It is easy, just check the engine documentation. This plugin is for Cake (>= 2). I suggest using Wkhtmltopdf as an engine, but you should check if it generates barcodes (it should). Ask again if any problems. Regards, Borislav. On Tuesday

Re: Barcode

2012-08-22 Thread Ryan Snowden
ber names but I have done it on previous projects and it was just a matter of writing or extending existing components and helpers! On 21 August 2012 16:15, Mr. Manager wrote: > Dear All, > > I am developing application, billing system, with this application I need > to function wit

Barcode

2012-08-21 Thread Mr. Manager
Dear All, I am developing application, billing system, with this application I need to function with barcode on invoice, print pdf / print preview and export query data to *.xls format. Anyone has an idea please help me. This is urgent. Sincerely Your, Mr. Manager, -- You received this

Re: Cakephp with barcode

2012-07-23 Thread Борислав Събев
This is right. Nowadays almost all (except special-purpose ones) emulate a gerenic keyboard device. I have personally coded a barcode generation application in CakePHP, but the reader part was handled by some Air applications. Nevertheless barcode readers do "just throw the string that th

Re: Cakephp with barcode

2012-07-21 Thread Steve Found
On 05/07/12 17:13, Mr. Manager wrote: Dear All, If everyone know the solution to deal with my issue is that I would like to build an application that manage product with cakephp and also use with barcode, the requirement is that I want to generate barcode for products with respect to their

Re: Cakephp with barcode

2012-07-05 Thread euromark
Well, you see there are quite a few ways to produce barcodes (see google for reference) those PHP libraries can easily be used from cakephp to display barcodes the other way around is more difficult. you would need hardware to actually read and process barcodes. a cellphone with a barcode reader

Re: barcode reader integration in web application

2011-07-03 Thread Phang Mulianto
agree with anthony.. usually barcode reader device works like a keyboard replacement for faster data entry,and scan standart barcode. in any application,the output will be just plaintext. in notepad, in any texteditor,text field in any apps, text fileds in web form.. the hardware manufacture makes

Re: barcode reader integration in web application

2011-07-02 Thread Anthony
If you're reading 2d (UPC style) barcodes you don't really need to do anything. The barcode readers just connect to ps2/usb ports and "type" in the serial number. I'm pretty sure the same really applies to 3d barcodes you just have to deal with the special codes that

barcode reader integration in web application

2011-07-02 Thread renjith raj
We have a customer in need for a new on-line library managing application. Taking all things into consideration, web application seems the way to go. However, they also use bar code readers for issuing and returning books. This bar code reader is connected to a user machine and we need to access it

Re: can we generate 2D barcode with TCPDF..

2008-10-23 Thread djiize
it is really possible you can also generate 2D barcode in PDF with TCPDF and Cake On 23 oct, 11:49, Penfold <[EMAIL PROTECTED]> wrote: > i think so > > On 23 Oct, 10:34, xelios <[EMAIL PROTECTED]> wrote: > > > Is it possible to

Re: can we generate 2D barcode with TCPDF..

2008-10-23 Thread Penfold
i think so On 23 Oct, 10:34, xelios <[EMAIL PROTECTED]> wrote: > Is it possible to generate 2D barcode with TCPDF.. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to thi

can we generate 2D barcode with TCPDF..

2008-10-23 Thread xelios
Is it possible to generate 2D barcode with TCPDF.. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this g

Re: Barcode printing with cake

2007-03-28 Thread nate
net/?p=13 > > how to print barcode with cake using pdfb and fpdf library > > Comments are welcome. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email

Re: Barcode printing with cake

2007-03-28 Thread Samuel DeVore
well require > barcodes in the near future, so it is very timely! > > Regards, > Langdon > > > [EMAIL PROTECTED] wrote: > > If anyone of you is interested, > > > > I have just published a tutorial on my blog > > > > http://blog.nospace.net/?p=13 >

Re: Barcode printing with cake

2007-03-28 Thread Langdon Stevenson
=13 > > how to print barcode with cake using pdfb and fpdf library > > Comments are welcome. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cak

Barcode printing with cake

2007-03-28 Thread m.sbragi
If anyone of you is interested, I have just published a tutorial on my blog http://blog.nospace.net/?p=13 how to print barcode with cake using pdfb and fpdf library Comments are welcome. --~--~-~--~~~---~--~~ You received this message because you are