I am using epos sdks for printing in my app. I don't have printer to check the exact output of the printed bill. So is there any way to simulate the output without printer by using epos iOS SDK?
Asked
Active
Viewed 2,451 times
2 Answers
4
Please download the sdks from the following location https://download.epson-biz.com/modules/pos/index.php?page=single_soft&cid=4768&scat=50&pcat=7
1. Unzip the downloaded file(if it not done automatically) and go to the javascript folder.
2. Unzip "ePOS-Print_Sample_SDK_V5.0.1E" and check for the folder "editor".
3. Open the folder and right click on the 'index.html' file and open it using any browser.
4. Use the edit to enter the input and check the output in preview tab.

Arasuvel
- 2,971
- 1
- 25
- 40
-
Unfortunately the preview does not render all possible elements. For example bar codes are only rendered as an icon instead of a bar code. Any other way? – Niklas Peter Jul 18 '17 at 10:53
-
@Arasuvel : Can you share how we can integrate SDK in our app. The Manual is too confusing and contains no idea to integrate – Abhishek Thapliyal Apr 05 '18 at 10:43
-
@Arasuvel The Editor is nice, however if I want to test code have written, that is too tedious to manually enter into the editor, do you know if there is a way I can copy/paste my code into an emulator like the Editor? (e.g., e.g. If I feed Preview-like code to the Editor) – Ken Lin Oct 23 '18 at 02:20
0
You can use EPSON's ePOS XML Editor. I've published the source code for it in a public repo and added a Github Page so it's easier to find and use.
You can find it here: https://franciscohanna.me/epson-epos-xml-editor/.
In the editor, you can drag and drop elements and use the Preview tab to have an approximate preview of the print.

Dharman
- 30,962
- 25
- 85
- 135

Francisco Hanna
- 1,137
- 1
- 11
- 27