Posts

Showing posts from October, 2018

Zebra ZXP Series 3 Printer Driver For Linux

You can download driver files from here Driver

How to manually Factory Default E-Class Mark III (Non-Display) printers?

Image
To Factory Default the Datamax E-Class Mark III ('Basic' & 'Advanced') printer using its top-panel controls... Power cycle the printer: turn it off, wait 30 seconds, and then turn it back on Wait for 30 seconds, to allow the printer to boot up completely Press and hold 'Play / Pause' button until the Status (left) LED (see illustration, below) starts to flash 'RED'. The Status LED will flash orange, then green Once the Status LED starts to flash 'RED' Release the 'Play / Pause' button Wait 30 seconds Power cycle the printer, once more

Parse plain text from rtf text in ruby

Q . I have an rtf text shown like below, { \rtf1\ansi\deff0 { \fonttbl { \f 0 Courier ;}} { \colortbl ; \red0\green0\blue0 ; \red255\green0\blue0 ;} This line is the default color\line \cf2 \tab This line is red and has a tab before it\line \cf1 \page This line is the default color and the first line on page 2 } I want to parse plain text from rtf text. Is there any plugins or any other solutions available in ruby, to parse plain text from rtf text?