搜索
首页系统教程LINUX如何在Linux上创建可填充的PDF表格

PDF (Portable Document Format) was invented many years ago by Adobe. It is currently the most popular format for sharing information due to its ease of use, security, reliability, and compatibility with all devices we use on a daily basis.

This format ensures that a file does not alter its original structure under any circumstances when we open it on, for example, computers, tablets, smartphones, etc. Moreover, PDF makes it possible to add fields that other users can fill out with the required information.

[ You might also like: 8 Best PDF Document Viewers for Linux Systems ]

Taking into consideration all the advantages mentioned above, we are going to give you some tips on how to create fillable forms in PDF format on Linux without using Adobe software. In this post, you will learn how to create a fillable PDF file with ONLYOFFICE.

About ONLYOFFICE Forms

Starting from version 8.0 of the open-source ONLYOFFICE suite, users can create and edit fillable forms in PDF format. This functionality is designed to make it easier to work with electronic documents of various types. Also, PDF forms created with the ONLYOFFICE PDF editor are compatible with other popular tools.

It allows you to create, edit, and co-edit documents with fillable fields online or locally on your PC or laptop and send them to other users so that they can fill the fields out later. Thus, you can save some time while creating standard documents by optimizing the process of electronic document workflow.

[ You might also like: 13 Most Used Microsoft Office Alternatives for Linux ]

ONLYOFFICE PDF forms are based on the traditional content controls that you can find in Microsoft Office and offer the flexibility of Adobe forms. However, ONLYOFFICE forms come with more advanced field properties, which implies a higher degree of customization.

After this short introduction, let’s move from theory to practice.

Step 1: Get ONLYOFFICE Desktop Editors

The easiest way to start creating and editing fillable forms on Linux is by installing ONLYOFFICE Desktop Editors. This free office suite runs on almost any Linux distro and can also be used for editing text documents, spreadsheets, and presentations.

If you have a Linux server, it might be a good idea to install ONLYOFFICE Docs, an online office suite that can be integrated with a number of file-sharing platforms and DMS services, like Nexcloud, ownCloud, Seafile, SharePoint, Alfresco, Confluence, Chamilo, etc.

Both ONLYOFFICE Desktop Editors and ONLYOFFICE are based on the same engine and offer the same user interface, so creating fillable PDF forms offline is no different from the online procedure.

Step 2: Create a Form Template in ONLYOFFICE

After you launch ONLYOFFICE Desktop Editors, you need to create a form template. You can do it from scratch by clicking the PDF Form button. In this case, a new .pdf file will open in the ONLYOFFICE editor. This format is used in ONLYOFFICE to create and edit fillable form templates.

如何在Linux上创建可填充的PDF表格

Additionally, you can download a form template from the ONLYOFFICE library. All templates are available for free, so you can choose the one you need.

In ONLYOFFICE Desktop Editors, PDF templates are also available in the start window. You just need to open the Templates tab and choose the desired templates. Apart from PDFs, you will also see documents, spreadsheet,s and presentation templates.

如何在Linux上创建可填充的PDF表格

Once you create a form template or open one of the ready-made templates, you are ready to proceed with editing.

Step 3: Add the Form Fields and Adjust Properties

Enter the required text and format it the way you like. When you finish the editing process, it’s time to add some fields that other users will be able to fill out later. You can access various field types on the Forms tab on the top toolbar.

At the moment, you can add:

  • Text field, a field that displays text or text lines;
  • Combo box, a field that combines the characteristics of a text field and a drop-down list;
  • Drop-down list, a field that displays a list of available options;
  • Check box, a field that indicates if an option is selected;
  • Radio button, a field that makes it possible to select from a set of mutually exclusive options;
  • Image is a field that allows a user to insert an image.
  • A complex field is used to create a unique field with flexible settings.

Also, there are specific fields, such as Email Address, Phone Number, Date & Time, Credit Card, and Zip Code. They are designed for entering specific information.

Each field has some properties that you can flexibly adjust depending on your needs. For all the filed types, you can specify:

  • Placeholder, a box that holds the title of a field;
  • Tip, a note that helps users to know what they need to do, e.g. insert an image, choose an option, enter text, etc.

Additionally, you can change the border and background colors as well as mark fields as required. In-text fields, you can also set a limit of characters or add a comb of characters.

Make sure that you have added all the required fields in your document and adjusted their properties.

Another useful feature is the ability to assign recipient roles. Using this option, you can specify who needs to fill out this or that field. Each recipient is marked with a unique colour, so users can visually identify what they need to fill out.

如何在Linux上创建可填充的PDF表格

Step 4: Preview the Form

To see the final revision of your form, open the Form tab and click View Form. This option allows you to see the form the same way other users will see it.

In the Preview mode, you can’t edit the file but can fill the fields out. This is what other users will be able to do when you share the fillable PDF form with them.

If you notice mistakes or something that needs editing, click View Form again to get back to the editing mode.

如何在Linux上创建可填充的PDF表格

Step 4: Save the Form as a PDF

When everything is ready, go to the File tab and click Save as. You will be offered to choose a format from the list. Select PDF and save the file on the hard disk drive of your PC or laptop.

如何在Linux上创建可填充的PDF表格

Congratulations! You have just successfully created a fillable PDF form using ONLYOFFICE Desktop Editors. Now you can share your form with other users. They can open it with any PDF editor or even a web browser, fill out the required fields, and save the completed form as a PDF file.

This way, you can create any document you need, e.g. sales contracts, legal agreements, admission forms, questionnaires, finance reports, and so on. Download the latest version of ONLYOFFICE Desktop Editors for your Linux distro from the official website and create fillable PDF forms with ease.

以上是如何在Linux上创建可填充的PDF表格的详细内容。更多信息请关注PHP中文网其他相关文章!

声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
如何使用Pygobject在Linux中创建GUI应用程序如何使用Pygobject在Linux中创建GUI应用程序May 13, 2025 am 11:09 AM

创建图形用户界面(GUI)应用程序是使您的想法栩栩如生并使您的程序更加用户友好的绝佳方法。 PygoBject是一个Python库,允许开发人员使用Linux桌面上创建GUI应用程序

如何在Arch Linux中使用PhpMyAdmin安装灯泡如何在Arch Linux中使用PhpMyAdmin安装灯泡May 13, 2025 am 11:01 AM

Arch Linux提供了灵活的尖端系统环境,是用于在小型非关键系统上开发Web应用程序的强大解决方案,因为是一个完全开源的,并且在内核上提供了最新的最新版本

如何在Arch Linux上安装LEMP(NGINX,PHP,MARIADB)如何在Arch Linux上安装LEMP(NGINX,PHP,MARIADB)May 13, 2025 am 10:43 AM

由于其滚动释放模型,它包含了尖端软件Arch Linux的设计和开发以作为服务器运行以提供可靠的网络服务,因为它需要额外的时间进行维护,持续的升级和明智的FI

12必备Linux控制台[终端]文件管理器12必备Linux控制台[终端]文件管理器May 13, 2025 am 10:14 AM

Linux控制台文件管理器在日常任务,在本地计算机上管理文件时或连接到远程时,可能非常有帮助。目录的视觉控制台表示可以帮助我们快速执行文件/文件夹操作和SAV

Qbittorrent:强大的开源Bittorrent客户端Qbittorrent:强大的开源Bittorrent客户端May 13, 2025 am 10:12 AM

Qbittorrent是一个受欢迎的开源Bittorrent客户端,允许用户通过Internet下载和共享文件。最新版本Qbittorrent 5.0最近发行了,并带有新功能和改进。 本文将

ARCH Linux上的设置NGINX虚拟主机,PhpMyAdmin和SSLARCH Linux上的设置NGINX虚拟主机,PhpMyAdmin和SSLMay 13, 2025 am 10:03 AM

以前的Arch Linux LEMP文章仅涵盖了基本内容,从安装网络服务(NGINX,PHP,MYSQL和PHPMYADMIN)以及配置MySQL Server和PhpMyAdmin所需的最小安全性。 这个主题与形式严格有关

Zenity:在外壳脚本中构建GTK对话框Zenity:在外壳脚本中构建GTK对话框May 13, 2025 am 09:38 AM

Zenity是一种工具,可让您使用命令行在Linux中创建图形对话框。它使用GTK,这是​​一种用于创建图形用户界面(GUI)的工具包,使您可以轻松地将视觉元素添加到您的脚本中。 Zenity可能非常

Linux的前22位最佳音乐播放器Linux的前22位最佳音乐播放器May 13, 2025 am 09:25 AM

有些人可能将其描述为他们的激情,而另一些人可能认为这是缓解压力或日常生活的一部分。在每种形式上,聆听音乐已成为我们生活中不可分割的部分。音乐在我们的生活中扮演着不同的角色。 有时候

See all articles

热AI工具

Undresser.AI Undress

Undresser.AI Undress

人工智能驱动的应用程序,用于创建逼真的裸体照片

AI Clothes Remover

AI Clothes Remover

用于从照片中去除衣服的在线人工智能工具。

Undress AI Tool

Undress AI Tool

免费脱衣服图片

Clothoff.io

Clothoff.io

AI脱衣机

Video Face Swap

Video Face Swap

使用我们完全免费的人工智能换脸工具轻松在任何视频中换脸!

热门文章

热工具

SublimeText3 Mac版

SublimeText3 Mac版

神级代码编辑软件(SublimeText3)

VSCode Windows 64位 下载

VSCode Windows 64位 下载

微软推出的免费、功能强大的一款IDE编辑器

WebStorm Mac版

WebStorm Mac版

好用的JavaScript开发工具

PhpStorm Mac 版本

PhpStorm Mac 版本

最新(2018.2.1 )专业的PHP集成开发工具

EditPlus 中文破解版

EditPlus 中文破解版

体积小,语法高亮,不支持代码提示功能