Blog Archives - Page 54 of 78 - ByteScout
Announcement
Our ByteScout SDK products are sunsetting as we focus on expanding new solutions.
Learn More Open modal
Close modal
Announcement Important Update
ByteScout SDK Sunsetting Notice
Our ByteScout SDK products are sunsetting as we focus on our new & improved solutions. Thank you for being part of our journey, and we look forward to supporting you in this next chapter!

Blog

TOP-7 Destinations for Remote Programmers
Nowadays, more and more programmers try to work online remotely. Some of them work from home in good and comfortable conditions, always ready for a call or project discussion with all the tools at reach. Some brave individuals live and work remotely in different countries. It is a very rewarding experience. However, it can be difficult and tricky, especially for newbie remote programmers. Here are some tricks to follow in order to make your remote [...]
What Kind of Environment Developers Like to Work in?
Today’s world runs on computers. Software developers are responsible for creating various amazing applications which increase the business and profit of companies. The web developer work environment plays a very crucial role in creativity. If the working environment is too much noisy, peer pressure and zero flexibility then it is very difficult for programmers to come up with creative software applications. This post is explaining the kind of working environment developers prefer over others. The [...]
How to Work Remotely from Another Country (Tips and Tricks)
Working remotely might be tough or funny if you have never done it before. I will share a few stories with you so that you know what to expect. Learn some tricks on how to be a remote developer and live a paradise life in a faraway country. Many people are afraid to start traveling and working at the same time. It happens even when they actually work from home. Why? What factors take you [...]
ByteScout released NEW versions of Bestselling products
Today is a great event at ByteScout. We are happy to announce our products update in May. We've been working hard to bring about this fantastic new versions of our existing developer tools. You're most welcome to try them for 2 months HERE. Check the details of each product version update below. You're welcome to CONTACT US and suggest your ideas on how to improve our products. PDF.co Web API - May 2019 updates Minor [...]
Ultimate Travel Pillows for Traveling Programmers
Wherever you're planning to travel, select such pillows that are handy, easy to carry, and comfortable enough. The most crucial choice you'll make it as far as travel pillows are concerned is getting a pillow that has an excellent comfort. The following are some of the best travel pillows for airplanes. Here's the list we are going to discuss here: Trtl Pillow Huzi Infinity Pillow Travelrest Ultimate Memory Foam Travel Pillow AirComfy Ease Pillow Therm-a-Rest [...]
How to change WP theme on a multilingual WordPress website
In this article, we will explain the process that needs to be done when changing a WP theme on a multilingual website. The website is tourexotico.com. You can check it to see how it looks like when everything is done. Here are the steps you should follow to change WP theme smoothly: Make a backup Create a Child Theme Create the Main Page Header and Footer changes. Main menu setting. Setting widgets for sidebars Customization [...]
This sample uses VBA to take values in column A to generate QR Code barcodes using the ByteScout BarCode SDK library. Things to note Process Step-by-Step Enable Developer Tab Enable Macros Add ActiveX Reference for ByteScout Barcode SDK Add the Code Things to note This demo uses VBA so if you have it disabled please temporarily enable by going to Tools - Macro - Security.. and changing the security mode to "Medium" to Ask if [...]
Exporting/Converting Excel to different formats with ByteScout Spreadsheet SDK
Let's say you have an Excel file and you want to convert it to different formats like JSON/PDF/CSV etc. One way is to get data out of it and manually perform saving data to a particular format, you need to make sure you are syntactically correct and follow all format related specifications. Another way to use some third-party libraries for this task. In this article, we’ll be using Bytescout Spreadsheet SDK for the same task. [...]
Creating Excel by importing data with ByteScout Spreadsheet SDK
Developers often need to create Excel files for various tasks such as creating reports, sharing data with other teams, etc. One of the ways to create Excel programmatically it to have a loop and go through cell-by-cell and fill data to it. But there's always a smarter way to do things. Wouldn't it be nice if there's a way by which we can just provide any data source (be it either data table, JSON, List, [...]
Creating, Formatting excel with various options using Bytescout Spreadsheet SDK in C# – Part 2
This is the second part of a series of articles on formatting and manipulating the Excel file using ByteScout Spreadsheet SDK. Many organizations rely on Microsoft Excel for the day-to-day activities of their business like data analysis, sales projections, reporting, etc. So before we go ahead, if you haven’t studied the previous parts of this article, I would highly recommend to read it now. You can get part 1 of this article here. This article [...]