Replace Text Documents on Ubuntu For Free

Drop document here to upload
Select from device
Up to 100 MB for PDF and up to 25 MB for DOC, DOCX, RTF, PPT, PPTX, JPEG, PNG, JFIF, XLS, XLSX or TXT
Note: Integration described on this webpage may temporarily not be available.
0
Forms filled
0
Forms signed
0
Forms sent

Discover the simplicity of processing PDFs online

Card illustration
Upload your document in seconds
Card illustration
Fill out, edit, or eSign your PDF hassle-free
Card illustration
Download, export, or share your edited file instantly
Top-rated PDF software recognized for its ease of use, powerful features, and impeccable support
Trust Seal
Trust Seal
Trust Seal
Trust Seal
Trust Seal
Trust Seal

Every PDF tool you need to get documents
done paper-free

Card illustration

Create & edit PDFs

Generate new PDFs from scratch or transform existing documents into reusable templates. Type anywhere on a PDF, rewrite original PDF content, insert images or graphics, redact sensitive details, and highlight important information using an intuitive online editor.
Card illustration

Fill out & sign PDF forms

Say goodbye to error-prone manual hassles. Complete any PDF document electronically – even while on the go. Pre-fill multiple PDFs simultaneously or extract responses from completed forms with ease.
Card illustration

Organize & convert PDFs

Add, remove, or rearrange pages inside your PDFs in seconds. Create new documents by merging or splitting PDFs. Instantly convert edited files to various formats when you download or export them.
Card illustration

Collect data and approvals

Transform static documents into interactive fillable forms by dragging and dropping various types of fillable fields on your PDFs. Publish these forms on websites or share them via a direct link to capture data, collect signatures, and request payments.
Card illustration

Export documents with ease

Share, email, print, fax, or download edited documents in just a few clicks. Quickly export and import documents from popular cloud storage services like Google Drive, Box, and Dropbox.
Card illustration

Store documents safely

Store an unlimited number of documents and templates securely in the cloud and access them from any location or device. Add an extra level of protection to documents by locking them with a password, placing them in encrypted folders, or requesting user authentication.

Customer trust by the numbers

64M+
users worldwide
4.6/5
average user rating
4M
PDFs edited per month
9 min
average to create and edit a PDF
Join 64+ million people using paperless workflows to drive productivity and cut costs

Why choose our PDF solution?

Cloud-native PDF editor

Access powerful PDF tools, as well as your documents and templates, from anywhere. No installation needed.

Top-rated for ease of use

Create, edit, and fill out PDF documents faster with an intuitive UI that only takes minutes to master.

Industry-leading customer service

Enjoy peace of mind with an award-winning customer support team always within reach.

What our customers say about pdfFiller

See for yourself by reading reviews on the most popular resources:
I had a hard time finding the correct form, but sent a help message and the support team sent immediately a site to find the correct form. I was blown away the speed of the help I received, amazing.
Charlotte M
2015-01-22
I am very impressed at the features, especially being able to combine pdf files and edit files. I find navigating to and from the 'My Forms' area a bit clunky. The 'save as' feature takes forever to achieve, too many steps for a file that is already created. For my business, it would be a huge benefit to be able to print out a confirmation page when my faxes have been sent and received. I like to keep such confirmations with the files as proof. All in all, I love the program and am thankful for such a convenient and manageable product.
Edythe W
2016-03-17
Great service. There isn't anything that I can't do with this program. Very convenient. It works when you need it. My only desire is that while typing, the sentences should automatically loop to the next line. It's bothersome that I have to keep my eyes on the line instead of what I'm doing.
Gary F
2018-12-24
Pdffilter refunded my payment since my… Pdffilter refunded my payment since my PayPal was automatically charged.I was only using their trial services. So I am happy that they were helpful to refund me without questions. Great job.
Rick Mesias
2019-08-15
PDFfiller is great if you need to edit/change PDFs This software allows us to fill out and share PDFs, vastly cutting down on our printing/scanning song and dance. No real negatives other than I wish it were free.
Kevin N.
2019-08-01
Easy to use. It's good that we have this product cause we can just sign PDF's without printing. Sometimes it's hard to place the 'typing icon' in the right place for filling in information or data.
Jason B.
2019-07-17
i find it easy to use. but i was wondering if there's a way to order a 3page document that when i wright on the first it goes through the other 2 so i can have a copy for the customer and 2 for the ofice.
Kevin B
2023-12-11
I grew tired of waiting for my colleague to get around to fixing our PDFs. This program has made it quick and easy for me to accomplish what we really needed to help our clients! I am very pleased with how intuitive it has been.
Melissa N
2021-07-29
Great Customer Service and an Amazing Program!!!! Fast and effective customer service when I had difficulties. Easy and user-friendly program that is very versatile. Overall great program!
Steven D.
2021-01-31

How to Replace Text Documents on Ubuntu

Learn how to manage PDF files in a matter of clicks on Ubuntu.

01
Create a free account on the pdfFiller website to access your Dashboard.
02
After a simple registration process, you can upload a file and use the Replace Text Documents on Ubuntu feature.
03
Alternatively, place your cursor on the button for adding new documents and select another import option.
04
Edit the document’s content with tools from the top toolbar.
05
Move and delete pages or change their orientation.
06
To make your sample interactive and allow a recipient (the green button above the red one).
07
Check your document once more to make sure it looks like you want it.
08
To exit the editor with and save the changes, select Done.
09
Open the Documents folder instead of Dashboard, select a few docs. Then, select More > Merge to create a new file.
10
Save your document in the desired format with the Save As option or send it out for signing. You get several options for sending your document.

Replace Text Documents on Ubuntu

The Replace Text Documents feature on Ubuntu simplifies the process of modifying text files. Whether you need to update a few words or make extensive changes, this tool allows you to handle text documents efficiently and accurately.

Key Features

Search and replace specific text across multiple files
Support for regular expressions to refine search criteria
Preview changes before applying to ensure accuracy
Batch processing to save time and effort
User-friendly interface for quick navigation

Use Cases and Benefits

Update configuration files in development without manual editing
Change text in documentation or readme files for consistency
Replace outdated terms in project files across several directories
Maintain project integrity with uniform updates to variable names or keywords

By using the Replace Text Documents feature, you can eliminate the risk of errors during text modification. This tool not only saves you time but also ensures that your documents remain accurate and coherent. With its intuitive design, you can quickly replace text, boost your productivity, and focus on what truly matters.

Get documents done
from anywhere

Create, edit, and share PDFs even on the go. The pdfFiller app equips you with every tool you need to manage documents on your mobile device. Try it now on iOS or Android!

For pdfFiller’s FAQs

Below is a list of the most common customer questions. If you can’t find an answer to your question, please don’t hesitate to reach out to us.
What if I have more questions?
Contact Support
Find and replace text within a file using sed command Use Stream EDitor (sed) as follows: sed -i 's/old-text/new-text/g' input.txt. It tells sed to find all occurrences of 'old-text' and replace with 'new-text' in a file named input.txt. The s is the substitute command of sed for find and replace.
The replace utility program changes strings in place in files or on the standard input. Invoke replace in one of the following ways: shell> replace from to [from to] ... -- file_name [file_name] ... shell> replace from to [from to] ... < file_name from represents a string to look for and to represents its replacement.
Replace text Open the Replace tool by clicking Menu button ▸ Find and Replace… or press Ctrl + H . Enter the text that you wish to replace into the Find field. Enter the new, replacement text into the Replace with field. Once you have entered the original and replacement text, you can add extra parameters to the search.
One of the simplest and most powerful tools for finding and replacing text in Linux is grep and sed. grep is a command-line tool for finding specific patterns in text-based data, while sed is a stream editor that can perform various text transformations on a file.
Replace a string in multiple files in Linux command line -i - By default, sed writes its output to the standard output. ... s - The substitute command, probably the most used command in sed. / / / - Delimiter character. ... SEARCH_REGEX - Normal string or a regular expression to search for. REPLACEMENT - The replacement string.
Open the Replace tool by clicking Menu button ▸ Find and Replace… or press Ctrl + H . Enter the text that you wish to replace into the Find field. Enter the new, replacement text into the Replace with field. Once you have entered the original and replacement text, you can add extra parameters to the search.

Video instructions on how to Replace Text Documents on Ubuntu

#1 usability according to G2

Try the PDF solution that respects your time.
Trust Seal
Trust Seal
Trust Seal
Trust Seal
Trust Seal
Trust Seal