Replace Text Documents on Ubuntu For Free
Drop document here to upload
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

Upload your document in seconds

Fill out, edit, or eSign your PDF hassle-free

Download, export, or share your edited file instantly
Top-rated PDF software recognized for its ease of use, powerful features, and impeccable support
Every PDF tool you need to get documents done paper-free

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.

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.

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.

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.

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.

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 loved using this program and I don't mind (too much) paying for it, but at age 78 I don't fill out enough forms t5o justify the expense of subscribing. What about a per use fee?
2018-04-27
What do you like best?
I like that I can add fillable fields and replace texts
What do you dislike?
I don't like that the font does not stay the same when you edit the text
What problems are you solving with the product? What benefits have you realized?
E-signatures
I like that I can add fillable fields and replace texts
What do you dislike?
I don't like that the font does not stay the same when you edit the text
What problems are you solving with the product? What benefits have you realized?
E-signatures
2019-11-05
It's been a life saver in a lot of situations
It's versatile and sleek and does just about everything that I need when working on PDF documents. I've loved having to school use as well.
I wish that I could merge and split PDFs instead of just write on them. I also think it would be great if PDF filler had a better way to see where documents are in the signature process.
2017-11-14
Only ever used Adobe in the past. Found this affordable option. It is fantastic. User friendly and effective app. I applied for a rental with a heap of forms to fill out and now our family are living in it. I accidentally signed the 1year subscription. Advised that I only wanted to use it during the trial period for a purpose and happy to pay for one month. They communication was quick and on point. They summarised and actioned exactly what I requested. Only charged me $30 for the month and cancelled my future subscription. I would happily use this again. Thank you.
2022-03-28
I was perplexed when my money was…
I was perplexed when my money was deducted without prior notice. I didn't know what to do at first because I thought that refund couldn't be possible but I decided to reach out to them despite the uncertainty.
I was happy with the services rendered, the customer relationship and grateful for the refund. The service is customer friendly and has quick response to issues.
2021-12-10
Paul was quick and decisive in his…
Paul was quick and decisive in his resolution, seemed very knowledgeable about the services considering the short time it took him to action my request. Glad I got him.
2021-10-01
Trusted website and customer priority
I think this is most trusted website I ever seen and customer service and compliant are very much priority for them. Customer service team is very quick and knowledgeable.
2021-05-28
I think PDFfiller is a good product. They have so many features, it just take you a little while to get around. I will recommend this product to anyone.
2021-01-29
I came in contact with andrew to cancel…
I came in contact with andrew to cancel my subscription and get my money refunded . And he really helped me and solved my problem. Customer service is really good thankyou
2020-09-15
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.
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
How do I replace text in a file in Ubuntu?
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.
What is the replace command in Ubuntu?
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.
How do I replace in text editor in Ubuntu?
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.
How do I find and replace text in Linux?
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.
How do I replace text in multiple files in Linux?
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.
How do I replace text in text editor Ubuntu?
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.