Concatenate Nickname Format 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 can believe how simply this was and how long I fought trying to make other pdf forms work before this.. well worth the money. and I didnt even have a need to take full advantage of all the features. highly recommend and thank you
2015-05-21
I hate when I fill a pdf, then have to log in, and mistype my password, so by the time I've logged in I've lost ALL my work. Otherwise, it works flawlessly
2018-10-05
Both your help and reading the instructions for filling out form 1099-misc were needed to get this done, Seriously, Thanks!
Still waiting on confirmation from IRS!
2019-02-11
What do you like best?
I have been using pdf filler for approximately 2 years now - and I can't say enough good things about it. It's very easy to convert documents into a fillable format.
What do you dislike?
I can't think of anything - as the features I've currently used meets my expectations.
What problems are you solving with the product? What benefits have you realized?
It allows me to convert any document into a professional fillable document.
I have been using pdf filler for approximately 2 years now - and I can't say enough good things about it. It's very easy to convert documents into a fillable format.
What do you dislike?
I can't think of anything - as the features I've currently used meets my expectations.
What problems are you solving with the product? What benefits have you realized?
It allows me to convert any document into a professional fillable document.
2019-02-25
So far it has delivered on it's…
So far it has delivered on it's promises. Easy to use. Affordable. Customer Service is lacking helping with billing and establishing business account, but the product itself is great.
2019-06-11
PDFfiller Review
Overall, the experience is very good. I plan on using it for a very long time.
It's very easy to navigate. PDF Filler makes it easy for small business owners as myself to have the professional look when conducting business.
It's a lot of features that I don't need. This sometimes causes confusion and extra time navigating around the site.
2019-01-22
Easy to use, the functions are very intuitive
Easy to complete documents online and share electronically instantly
Pdf filler is very easy to set up and use. The monthly fee is at a low cost. Using this service makes completing and sharing electronic documents simple and efficient.
It is not free but is a very good value. You can try it for free to see how the program works but if you chose to use it, you will pay a small fee before you can print or send a completed document. Some pdf files are not compatible or are difficult to get the text exactly where I want it.
2017-11-24
Awesome product!!
Fax and Documents
Its so easy to use! I like the fact that i can easily send faxes of the document that i created! I can now get rid of three other services i paid for and just use PDF FILLER!
I wish their was a line i could call to get tech support because I am sometimes in need of a really quick question. I cant find anyone to help!
2017-11-20
The product is super easy to use
The product is super easy to use, from creation until the document is saved. I used it continuously for 26 of the 30 trial days and will definitely resubscribe going forward. I rate it as the best of its kind.
2024-09-26
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 you concatenate names in Excel?
1. = Concatenate(A2, “,B2) Step 1: In a blank cell, such as C2, enter the formulas of =Concatenate(A2, “,B2), see screenshot: 2. = A2&” “&B2.
How do you concatenate with a comma?
Concatenate a row with comma/space by formula Highlight the B1:J1&”,” in the formula and press F9 key to replace cell references with cell contents. Note: In above formula, B1:J1 is the row you will concatenate, and “,” means you will separate each cell content by comma.
How do you put a space in a concatenated formula?
Add double quotation marks with a space between them “. For example: =CONCATENATE(“Hello”, “, “World!”). Add a space after the Text argument. For example: =CONCATENATE(“Hello “, “World!”). The string “Hello has an extra space added.
How do you concatenate in SQL?
Add two strings together: SELECT CONCAT('W3Schools', '.com'). Add 3 strings together: SELECT CONCAT('SQL', is', fun!' ). Add strings together (separate each string with a space character): SELECT CONCAT('SQL', ', 'is', ', 'fun!' ).
What is concatenation operator in SQL?
Concatenation Operator. The concatenation operator is a binary operator, whose syntax is shown in the general diagram for an SQL Expression. You can use the concatenation operator (||) to concatenate two expressions that evaluate to character data types or to numeric data types.
How do you concatenate a query?
To do this, open your query in design mode. Enter your field names in the query window separated by the & symbol. This query will return the concatenation of the Filename field, a space character, and the [Hostname] field. The results will be displayed in a column called Expr1.
How do I concatenate two numbers in SQL?
The most obvious (and possibly the best) way to concatenate a string and a number is to use the CONCAT() function. This allows you to provide the string and the number as two separate arguments. SQL Server will then concatenate them, and your concatenation is complete.
How do you combine names in Excel with commas?
You need to type =CONCATENATE first and then populate the other fields in the formula. Pay attention to the placement of the commas and parentheses. In your formula, you will replace A2 and B2 with the cells that contain the data that you want to combine.
#1 usability according to G2
Try the PDF solution that respects your time.