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' = '', 'border' = false, 'hpadding' = 'auto', 'vpadding' = 'auto', 'fgcolor' = array

Re: how to show barcode vartically

2014-07-02 Thread John Andersen
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' = '', 'border' = false, 'hpadding' = 'auto', 'vpadding' = 'auto', 'fgcolor' = array(0,0,0

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-serializeTCPDFtagParameters(array(($BarcodeValue),'C128

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: 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=deq=barcode+pdf+einlesen#bav=on.2,or.r_qf.fp=a2c38355a318043bhl=deq=barcode+image+read Barcodes are nothing but a string of digits, where's your problem? Am Mittwoch, 7. August 2013 09

Re: Barcode

2012-08-23 Thread Ly Dara
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 plugin is for Cake (= 2). I suggest using Wkhtmltopdf

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 lyda...@gmail.com wrote: Dear Mr

Re: Barcode

2012-08-22 Thread Ryan Snowden
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 lyda...@gmail.com wrote: Dear All, I am developing application, billing system, with this application I need to function with barcode

Re: Barcode

2012-08-22 Thread Борислав Събев
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, 21 August 2012 11:15:07

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

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 they've

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

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

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

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 segment the data. As you just

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 group, send

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 this group, send email

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 generate 2D barcode with TCPDF

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

Re: Barcode printing with cake

2007-03-28 Thread Samuel DeVore
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 how to print barcode with cake using pdfb and fpdf library Comments are welcome

Re: Barcode printing with cake

2007-03-28 Thread nate
Hey, great article. It'll probaby get more traction if you post it on the Bakery: http://bakery.cakephp.org/ On Mar 28, 6:09 pm, [EMAIL PROTECTED] wrote: 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