Collate Name Object 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:
PDF Filler is easy to work with and allows me to fill out PDF'S not configured for easy filling without having to worry about typo's or errors forcing me to start over again.
2016-06-28
Easy to Use Online Document Filter
Online platform allows for less bulky application. Some users liked that it was online and they didn't have to have an expensive bulky app like Adobe.
There are some features lacking and the website could use a little reboot. For the price, you can't get any better than this but it could still look better. It would be easier to use.
2018-06-20
Easy to navigate
Easy to navigate. I didn't have cash to send correspondence to the IRS. This is a great tool for sure. It's more difficult submitting a review though, just saying. Your date feature sucks.
2023-07-23
Great Experience
The support team at pdfFiller was helpful, understanding, and straightforward. Their service was easy to use, stylish, and quick. I would recommend their sleek, time-saving forms.
2022-04-06
I have experienced problems with a…
I have experienced problems with a transaction on my credit card. Once I located the source of the transaction at PDFFiller, they were able to advise me and resolve the problem. They have been very friendly, professional and helpful throughout. Thank you PDFFiller.
2022-01-16
I am a ******* Home Inspector and love PDFiller. I can do everything on my IPhone. I had a problem at first and had an online chat with ***, helped me fix a problem on a 4 point inspection and had it corrected in 15 mins. Once you learn your way around PDFiller it can save you lots of time.
2021-07-13
I'M VERY SATISFIED BY USING THIS TOOL…
I'M VERY SATISFIED BY USING THIS TOOL HELPED ME ALOT I RECOMEND IT TO EVERYONE AS A SPECIAL TOOLI REALLY APRECIATED USING ITTHANK YOU
2021-06-11
Though it is new to me
Though it is new to me, and signed up today, it will take sometime to know how good I am feeling about it. So far, I am satisfied Thanks
2021-02-19
An Easier Way to File Taxes on Time
Mailing the document and the payment processing works very well. I would like a reminder to upload my extra attachments so that I don't have to try and add them later. I hope to refer to the site later like an archive for the information that I am mailing online.
2025-04-15
How to Use the Collate Name Object Feature in pdfFiller
The Collate Name Object feature in pdfFiller allows you to easily organize and merge multiple documents based on a specific name or keyword. Follow these steps to use this feature:
01
Login to your pdfFiller account and open the document you want to work with.
02
Click on the 'Collate Name Object' button located in the toolbar.
03
In the pop-up window, enter the name or keyword you want to use for collating the documents. You can also choose to collate based on other criteria such as date or document type.
04
Click on the 'Collate' button to start the collation process.
05
pdfFiller will automatically search for all documents that match the specified name or keyword and display them in a list.
06
Review the list of documents and make any necessary adjustments or selections.
07
Once you are satisfied with the list, click on the 'Merge' button to merge all the selected documents into a single PDF file.
08
You can then save the merged document to your computer or cloud storage, or continue editing it using the pdfFiller tools.
09
If you want to collate additional documents, simply repeat the process starting from Step 2.
Using the Collate Name Object feature in pdfFiller makes it easy to organize and merge multiple documents based on a specific name or keyword. By following these simple steps, you can efficiently manage your documents and create a consolidated PDF file. Start using this feature today and experience the convenience it brings to your document workflow.
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
What is a collation name?
A collation name starts with the name of the character set with which it is associated, generally followed by one or more suffixes indicating other collation characteristics. For example, utf8mb4_0900_ai_ci and latin1_swedish_ci are collations for the utf8mb4 and latin1 character sets, respectively.
How do you set collate in SQL Server?
Alternatively, if the database already exists, right-click the database that you want and select Properties. Select the Options page, and select a collation from the Collation drop-down list. After you are finished, select OK.
How to use collate in SQL?
You can specify collations for each character string column using the COLLATE clause of the CREATE TABLE or ALTER TABLE statement. You can also specify a collation when you create a table using SQL Server Management Studio. If you do not specify a collation, the column is assigned the default collation of the database.
How to get object by name in SQL?
Transact-SQL has a built-in function called OBJECT_NAME() that returns the name of an object, based on its ID. In other words, if you have the object's ID (for example, the object_id column), you can simply pass that ID to the OBJECT_NAME() function, and it will return the object's name for you – no join required!
How do I query collation in SQL?
To view the collation setting of a database In Object Explorer, connect to an instance of the Database Engine and on the toolbar, click New Query. In the query window, enter the following statement that uses the sys. databases system catalog view. SELECT name, collation_name FROM sys.
What is the use of collate in SQL?
Collations in SQL Server provide sorting rules, case, and accent sensitivity properties for your data. Collations that are used with character data types, such as char and varchar, dictate the code page and corresponding characters that can be represented for that data type.
What does collate mean in SQL?
A collation specifies the bit patterns that represent each character in a dataset. Collations also determine the rules that sort and compare data. SQL Server supports storing objects that have different collations in a single database.
How to find collate in SQL Server?
Finding collation on SQL Server instance You can get the server collation in SQL Server Management Studio (SSMS) by right-clicking the SQL instance, then clicking the “Properties” option and checking the “General” tab. This collation is selected by default at the installation of SQL Server.
#1 usability according to G2
Try the PDF solution that respects your time.