function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Aurora Ganguly 10Aurora Ganguly 10 

POS receipt print from salesforce

Hi All,
i have created a dynamic pdf component,  am sharing the code . :
<apex:component > <apex:attribute required="true" type="string" name="type" description="specify header and footer type" /> <apex:stylesheet value="{!$Resource.dynaPdf}"/> <div class="{!type}" style="background-color:none;box-shadow: 80mm 10mm #888888;margin-bottom:100px"> <apex:componentBody /> </div> </apex:component>

and its generating the pdf, i want to take the print out of this pdf from  Epson TM T81 model,  link : https://www.epson.com.au/businesssystems/products/receiptprinters/DisplaySpecs.asp?id=tmt81

but am not getting where to make the changes , now the pdf is in A4 format , how and where to change . as per this thermal printer .

Plz reply . 
Thanks .
Looking for your valuable reply .
Daniel JohnstonDaniel Johnston
Hi Aurora. Did you get to the bottom of your issue? I need to create exactly the same solution for our motorbike dealership to print POS receipts from our salesforce environment and this is the only useful thing I can find on the subject. 
currently trying to work out where to start.