Tag: office software

How to composite and append images on the Linux command line (overlay and merge images)

The “magick” utility is part of the ImageMagick package. For details on installing ImageMagick, including which dependencies need to be installed to support the maximum number of formats, as well as a description of the command structure, examples of usage and all options, see the article: ImageMagick guide: installing, using, and troubleshooting. Let’s consider how to overlay an image on...

How to convert JPG to PDF

The article “How to convert PDF to JPG using command line in Linux” shows how to split a PDF file into separate pages while converting them to images. But what if you want to do the opposite? How to assemble JPG images into a PDF file? This article is devoted to this, which will tell you how to create a...

How to convert PDF to JPG using command line in Linux (SOLVED)

PDF files are not very easy to split into image files in most programs that are used to open these files. However, there are several command line utilities for this. This article will show you how to convert PDF to JPEG on the Linux command line. ImageMagick (convert) To convert PDF to individual image files, let's start with the ImageMagick...

All the ‘tips of the day’ LibreOffice

On this page, I have collected all the “Tips of the Day” that LibreOffice displays once a day when the program starts. A few notes: the lines are taken from the latest version of the program and will be updated as new versions of LibreOffice are released in some tips the text or link is missing – I checked the...

Where is the Normal.dotm analog for LibreOffice located

In the office suite MS Office there is such a concept as a template, for example, for Word this file is called Normal.dotm. In this template, you can customize styles, enter text, and make formatting settings. The saved template can replace the Normal.dotm file and then all newly created documents will have the properties made in the template. Alternatively, you...

LibreOffice opens sftp connection (SOLVED)

sftp is a utility from the OpenSSH package that combines the functions of FTP and SSH, that is, it provides convenient access to the remote file system, allowing you to edit, copy, delete files on the server in a graphical interface. In this case, the connection and data exchange takes place over a secure, encrypted channel. After connecting via sftp,...

What program to open .docbook files (DocBook)

In fact, .docbook files are not meant to be read - they are meant to be converted to HTML, man, PDF, DOCX, ODT, EPUB, FictionBook2, and many others. What is DocBook? DocBook is an XML-based standard used in many modern documentation tasks. When you want to create a DocBook document source, you write XML files that describe the document's layout,...
Loading...
X