Tagged Questions
0
votes
1answer
20 views
Print 800 mm (Receipt) Sheet via web (PHP)
How can I print a receipt sheet "800 mm width" via my web application?
I tried many times but can't get a cross-browser support for this feature,
for example, Chrome shrinks the page and print a ...
0
votes
0answers
16 views
PHP Printer for Epson TM U220
I want to print marker with Epson TM-U220D ( with cutter ) using PHP Printer.
Each marker has size 70 x 20 mm.
The problem is :
If I print more than one marker, after cutting, next marker will has ...
0
votes
1answer
59 views
regular expression for commenting out all print statements in a file if followed by a particular string
I have a file that looks similar to this:
<?php
print "hello world" . "<br/>";
print "foobar" . "<br/>";
...
// Process parameter
if ($var) {
print $var . ...
-2
votes
2answers
24 views
Using php to send a MySQL table to a printer [closed]
sorry if this question isn't good enough. I'm still new-ish when asking questions here.
I'm making a liability manager for my school, and they need to print out the report of all liabilities. I have ...
0
votes
1answer
24 views
PHP print_r large array to variable not working
I'm trying to print_r a large array to a file to debug it. I've tried 2 methods:
$arr = get_large_array();
file_put_contents('file.txt', print_r($arr, true));
and
$arr = get_large_array();
...
0
votes
1answer
30 views
Print or echo a selected option in php, without a form
This is a shipping module, which allows you to choose store branches for local pickup.
The branches are listed in a csv, not in a database.
<?php
if ( ($n > 1) || ($n2 > 1) ) {
...
0
votes
0answers
35 views
How to print file from web
i have a question about how to print a generated file from a web server to local printer.
The script will be based on exec(); php.
The printer is not an open_printer, and use an own soft to send the ...
0
votes
1answer
29 views
Split table with header to print it out
I'm reading some data from MySQL with PHP and trying to print (to paper) the data on a <table> but I need to split the <table> to leave just 30 row per sheet and each sheet has to have a ...
0
votes
2answers
26 views
how to limit the number of entries that print in the array
I am working in Drupal 7 on a custom Module using Php.
Under the "Cloud Providers:" section, I am trying to limit the number of entries that print out to only 4. The IF statment with a BREAK is my ...
0
votes
2answers
28 views
Need to create a printable table that organizes results handled by a JavaScript function [closed]
I have written a program using HTML and JavaScript that calculates the price of a sliding door for a metal roofing companies website. When the user puts in values such as height and width the numbers ...
0
votes
1answer
55 views
PHP printing a PDF on the intranet server [closed]
on the local intranet, I've to physically print some text on the server's printer (default printer or "specific" printer) via PHP 5.3 and/or 5.4 on a Windows system (trying on Win7) with IIS..
the ...
2
votes
1answer
95 views
Printing to PDF in PHP using FPDF
I am trying to make a function on a website whereby any article can be made into a PDF file for download and/or printing. I am using FPDF library but I'm struggling to understand the best way for my ...
1
vote
4answers
65 views
Automatically Print webpage with PHP
I have a php script that takes an invoice number and generates a PDF invoice with all relevant information, when the script has finished the PDF is then displayed on the screen in the users browser. I ...
0
votes
1answer
79 views
Get image source from html dom element
I am querying image using getElementsByTagName("img") and printing it using image->src , it does not work. I also tried to use image->nodeValue this to does not work.
...
0
votes
3answers
203 views
Print pdf with web application
I've seen a couple of topics about this problem - The ability to print through a browser.
Unfortunately the only working solution for me was printing with an iframe.
the problem with iframe is that ...
0
votes
0answers
57 views
php_printer.dll cannot print Chinese character
I am using the php_printer.dll to print chinese character but it won't works in PHP code, only symbols is printed, so I try to dig and tweak the PHP C source code, below is the source code that can ...
1
vote
4answers
133 views
Website to POS printer
I'm looking for a solution with POS printing.
The scenario is:
A restaurant currently has a POS system up and running, they take orders from iPads in store and have a network setup that processes ...
0
votes
4answers
50 views
Get the content of a file located in /etc/something with PHP
Is it possible to get the content of
/ect/asterisk/sip.conf
and print it with PHP ?
I'm trying that :
<?php
$filecontents = file_get_contents("/ect/asterisk/sip.conf");
...
0
votes
2answers
77 views
Printing php page with various values
I have a php page that gets values from my database called print.php which I use to display and print the values from my database.
print.php?id=100 loads the page with values from the database that ...
-2
votes
1answer
50 views
Specify an external CSS file to use in an URL
I have a external CSS file that is printer friendly and when user clicks on a link I want it to open in a new window/tab using the printer friendly CSS file.
Is there a way to do this with PHP? Was ...
0
votes
0answers
36 views
Getting windows printer status via exec()
Is there a way to return the status of a printer via the exec function in PHP?
I am assuming not. I've tried running print.exe and printui.exe, but they always just return 0 because they are ...
2
votes
1answer
85 views
Getting Local Printer Status in PHP
I am attempting to query a local printer strictly using PHP. The goal is to have PHP notify the user when the printer is out of paper. I have looked at a few libraries but they all seem to only be ...
-4
votes
1answer
71 views
Is there an API that could directly generate pdf, excel, csv reports and printing functions in PHP? [closed]
Is there an API that could directly generate pdf, excel, csv reports and printing functions in PHP? Because All my functions for retrieving database records is ready and it returns an array of data.
...
0
votes
0answers
251 views
PHP 5.4 Compiling ext php_printer
My Knowledge base is, I can get around in php. I never worked with C, C++, C# or any compilers.
I Upgraded from XAMPP 1.7.3, which used php 5.3, to 1.8.1 which includes:
Apache 2.4.3
MySQL 5.5.27
PHP ...
0
votes
1answer
175 views
how to print a pdf file in php or javascript?
I want to print a pdf file automatically when I click print button using php or javascript.
Thanks
1
vote
2answers
55 views
How to print only the Echo Output with PHP
I have created a form that is handled by some PHP and echoed so it can be printed by the user. My problem is that when it prints it is printing everything. I would like to only print the text and not ...
0
votes
1answer
62 views
PHP if not greater than 1, print text
In my code which can be found below, I have the server checking if the person is on a team. If they are, it displays something, if they aren't it displays something different. It works if the person ...
0
votes
0answers
82 views
Print directly to wireless printer using PHP
I want to print my document using from php directly to wireless printer using printer function from php.
How, it possible?. i have try this code
<?php
/* get the sample text */
$lipsum = ...
0
votes
1answer
124 views
Printing tables with forced page breaks
I have a long table with hundreds of rows. To print the table headers on each page, I am using THEAD {display: table-header-group} to style the table. And it works as expected in Firefox and IE9. But ...
1
vote
1answer
144 views
opposite of/n? - ESC/POS and PHP right/ left justify on the same line
so I am printing to a networked thermal printer in the office from our webserver (also in the office) so clients can place orders on the website and they pop out on the sales dept desk. Here is the ...
0
votes
0answers
70 views
Automatic Google Image Search and Print [closed]
So basically I'd like to automate google image search, based on preset (or escalating) queries. Such as Apple, Apple1, Apple2, etc. and have the first image, or the full first page of images ...
1
vote
1answer
216 views
PHP ajusting font size printing to network thermal printer
I have the following code which works like a charm to print from PHP to my epson thermal printer. we use it to print customer orders in the office when they checkout on the website. I want to change ...
0
votes
0answers
79 views
How to open printer connection using an IP address?
<?php
$fh = fopen($file_name.".pdf", "rb");
$content = fread($fh, filesize($file_name.".pdf"));
fclose($fh);
**$handle = printer_open("192.168.1.252\\Deskjet-D2600-series");**
...
0
votes
0answers
39 views
Creating a Printable Document (PDF? PostScript?) with Replaceable Tokens
I have a machine with CUPS (print server), and I would like to send a generated document (receipt) to this printer. It seems to support formats like PostScript and PDF.
This document will have a few ...
2
votes
1answer
484 views
Call to undefined function printer_open()
I am trying to connect to my printer which is on another machine through this code
$handle = printer_open("\\\\xxx.xxx.xxx.xxx\\Canon MF4320-4350");
if($handle)
echo "connected";
...
0
votes
1answer
86 views
echoing a php code to html file while executing php script
iam writing a php script and i want that script to execute and then the executed result will be saved to another file and then it will redirect to that save file.
now my problem is script that iam ...
0
votes
2answers
148 views
How can I cleanly print a web page to a Generic/Txt Printer?
I have an web application that generates a small receipt format.
when printed to a generic/txt printer.. Nothing is printed to the sheet
Here is a sample of the print..
Removed
Please is there a ...
2
votes
1answer
100 views
How to print something from a server with PHP? [closed]
I need to make my PHP application printing something using a printer connected to the server.
In PHP 4.0, php_printer.dll existed, but it was discontinued.
Does anyone have any idea or suggestion on ...
0
votes
1answer
151 views
Printchart title in highcharts when clicking print button when chart title is null
hi i am working on highhchart and stuck on a point which sounds very simple but cant find any answer on it .
i am setting the chart title null when defining highcharts
but on export am adding the ...
0
votes
1answer
56 views
Several buttons to print off different sections of code
In my project, I need to be able to print off letters which include information about a hiring of a bus. I don't have much experience so what I've done is put the very simple letters onto the webpage ...
3
votes
1answer
132 views
Create a button to allow users to save the page as a file? [closed]
Is there any good way to have a button that lets users save a page as a file for clean viewing later, likely as PDF? Needs to respect @media print CSS.
Options considered:
...
0
votes
2answers
333 views
Print to Zebra printer in php
Looking for the proper code to print from php web page to a zebra IP printer using RAW port 9100. Does anyone know if this is possible? I need to send a string in ZPL formatted output direct to ZM400 ...
1
vote
1answer
57 views
Javascript is not functioning properly, please have a quick look to debug
I have a bit of Javascript which exists in a PHP script. Here it is:
// start of JS script
print("<script type=\"text/javascript\"> <!--\n");
print("function storeData()");
print("{");
...
1
vote
2answers
59 views
How do I only print categories that belong to the current post? This snippet shows all the categories in the site
I have this snippet that shows all taxonomy list in the site, that belongs to a specific vocabulary.
Instead of printing the whole list, how do I just print the terms that belong to the node I'm ...
1
vote
2answers
71 views
Printing all array results in a themable way using PHP?
I want to print all results of the taxonomy_vocabulary_11 array (this is a Drupal 7 site).
If I use <?php print render($content['taxonomy_vocabulary_11'][0]['#title']); ?> I get only one result.
...
0
votes
1answer
317 views
Printing To a Receipt Printer (pdf)
I would like to use a receipt printer with my web based POS.. Before i go any further i know you can not force print a receipt from the browser and the only options are to do it via PHP, and cups, ...
1
vote
4answers
615 views
Print (generate) a code128 barcode (or any image) in millimeters (php)
Ok, here is the thing:
I need to generate labels with code128 barcodes in php.
These will be printed by users with almost any printer.
I have some specific sets of requirements:
- narrow bar width ...
0
votes
1answer
65 views
PHP Switch content in while
I have a standard Mysqli/php code that echo a list of items.
So lets say that a user has chosen to edit a specified product. The products is being
printet in a while loop. How do i switch content in ...
0
votes
3answers
86 views
How do I properly use print_r or var_dump?
I use the following snippet quite often when I am debugging:
echo "<pre>" . var_dump($var) . "</pre>";
And I find I usually get a nice readable output. But sometimes I just don't. I'm ...
1
vote
2answers
601 views
Print sticker/barcode label directly from browser on a (zebra) printer
We have to following situation, for one of our clients we are looking for a solution.
He has build an PHP script that generates a label with some info and barcodes on it, so the workflow is as ...






