PrestaShop margin size on delivery slips
Recently one of my clients contacted me asking if I can modify – shrink a little bit huge margins on PDF delivery slips. The task wasn’t easy because settings is bit hidden in the...
Recently one of my clients contacted me asking if I can modify – shrink a little bit huge margins on PDF delivery slips. The task wasn’t easy because settings is bit hidden in the...
Tesseract it’s a great library Open Source library to supply free OCR solutions for multiple libraries. You can use it directly from command line, or in your own software using supplied libraries. Tesseract lives...
Quite often we are looking for a quick way to make a request in GO, and we have working query tested in CURL. Sometimes it’s problematic to “move” all queries to GO, and build...
It’s a simple mechanic to decompose emails into useful parts, like some markup (to squiz emails directly into internal systems) and create file attachments – and extract inline images. Flow is pretty simple, but...