Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I have a ticket printer (EPSON TM-U220) and I am working on a billing system in PHP and MySQL, My question is, If anyone knows of any classes or functions written in PHP to Build the Ticket or Invoice with the correct format for this type of printer?
If you just want to produce a document to send to the printer, I think you should not bother with formats and just create a PDF. There are a lot of libraries to create pdf from xhtml/html.
If you want to communicate with the printer itself, you will need to start with the tech ressources of the respective printer.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I am looking for a UML tool with the following features:
Draw diagrams(sequence, class, use case, system architecture, database) by entering some text format or from the code structure.
From the diagram, I should be able to generate a word document with class names, function names, input and output parameters in a suitable format.
From the diagram, I should be able to generate code (classes) in PHP automatically.
Please suggest such tools.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I'm looking for a array of cell phones, prefer PHP but I can convert any kind to PHP.
Something like this for example:
array('iPhone','Blackberry','Samsung Galaxy','LG'); //and many more
I'm looking for one that has keywords that would be included in a HTTP_USER_AGENT call.
Is there anything on the market or in Github that I might use as a starter.
I'm not looking for mobile devices like kendal, I just want the phones.
You can use the mobiledetect library: http://mobiledetect.net/
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I am working on creating a website which will allow users to update a table using Javascript.
What I am looking for is a way to allow the user to export the table as an image (jpg, png etc.) or a PDF once it has been modified.
If there is a similar thread or topic please let me know, I don't really know where to start here. If you can recommend background reading that would be great too.
This is not something that can really be done client side (without installing software on the clients, of course). You will need to generate this PDF server-side.
How you do that depends on the language and platform you are using.
There are a couple open source PDF librarys you can use;
SharPDF, PDFClown, iTextSharp just to name a few...
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
Is there a way to convert PDF to SWF using PHP.
Basically I need to show PDF documents inline the browser using FlexPaper and something of that kind, but NOT Adobe reader plugin.
I need to show PDF docs so that users won't be able to download them.
Regards,
Levon
Check out pdf2swf from http://www.swftools.org/. It's not a PHP module but you can call it with the exec-Function.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
Is it possible to convert voice mail into text using PHP? Is there any 3rd party voice to text converting software works well with PHP?
Not PHP, but you could use this as a open-source backend and make the necessary calls from PHP to system (exec, system etc.):
http://cmusphinx.sourceforge.net/
You can also check this tutorial (although commercial probably):
https://www.twilio.com/docs/tutorials/walkthrough/ivr-screening/php/laravel
Where the voicemail to text function relies on the Transcription Resource of the API.
https://www.twilio.com/docs/api/rest/transcription