Merge Name Log 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:
PDFFiller is a great tool! I have been very happy being able to fill in documents without having to print the document, then handwrite the answers on the document, so I could then scan it back in to my computer to send it off via email.
2017-05-19
Good layout and simple to understand
Good layout and simple to understand. However, while editing I realised that it does change the original size of the item when it is converted the format.
2019-06-23
It was easy to use however I believe as a snowbird they should have another way to fill out the 8840 without having to sign up for this form filler. As it turns out we tried to fill out on line and the signature part wouldn't work. We ended up printing out the form and filling it by hand and mailing it in.
2023-04-20
pdfFiller makes everything look more professional!
Wonderful platform with tools that made our forms and electronic documents highly professional.
Program allowed us to create fillable checklist for employees to use on jobs. The connectivity to other platforms really helped make it a snap to upload and rework forms for maximum efficiency.
We don't use it enough to maintain a constant subscription--would like a month by month subscription that could be turned on/ off as needed.
2022-11-29
Great versatile tool
Great versatile tool. Was very pleased with its performance. They even gave me a month refund when I didnt complete the cancellation of subscription properly. Very pleased with their performance and professionalism.
2021-11-04
Happy Customer
I am absolutely amazed at the customer service I received today. I accidentally purchased the wrong plan and had messaged these guys to advise and ask if they could put me on the plan I wanted and asked if I could get a refund for the difference that I paid. They done all of this within a matter of hours no questions asked they simply helped me with my request straight away. This kinda service was A++++ I would recommend them also the PDF filler is so easy to use and navigate I will be using this quite often.
2021-09-01
I apparently didn't understand the subscription options either, like other reviewers. But after seeing unexpected charges on my CC statement I contacted them and they immediately reversed the charges. Efficient, professional, no problem. I think the subscription charges/contracts could be clearer, but on the other hand I was moving pretty fast so maybe it was my error solely. Anyway, no harm no foul. The product itself worked fine. I have no comparison so all I can say is it functions and got my job done.
2020-12-07
Easy to import edit- wished I had this a long time ago!
I was desperately trying to find a way to send my Doctor forms. Scanner/Printer was knocked out from the storm.
2020-07-23
Good Software - I would recommend to others
Good software. Did what I needed it to do. The layout could be a little less cumbersome, kind of busy when you look at the screen, a lot of icons/pics and made a simpler to navigate.
2020-05-28
Merge Name Log Feature
The Merge Name Log feature provides a seamless way to combine names from various sources into a unified record. This tool addresses the common challenge of managing multiple names effectively and efficiently.
Key Features
Combine multiple name entries into one clear record
Track changes and history of merged names
Easily edit and update names as needed
Simple interface for quick access and usability
Integration with existing databases and systems
Potential Use Cases and Benefits
Streamline your contact list by merging duplicate names
Improve data accuracy in customer databases
Enhance reporting capabilities by having consolidated name records
Facilitate better communication by maintaining a clear naming structure
Reduce time spent on administrative tasks related to name management
This feature solves your naming issues by eliminating duplicates and confusion. With the Merge Name Log, you ensure that every name is consistent and up-to-date. By implementing this tool, you can focus more on your work, knowing that your name records are accurately maintained.
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 fast-forward merge?
In certain situations, Git does a fast-forward when you merge a branch that is ahead of your checked-out branch. ... A non-fast-forward merge is a merge where the master branch had intervening changes between the branch point and the merge back to the master.
Does a fast-forward merge create a commit?
Note that fast-forward updates do not create a merge commit and therefore there is no way to stop This merges with --no-commit. Thus, if you want to ensure your branch is not changed or updated by the merge command, use --no-ff with --no-commit.
What is Fast Forward merge in Git?
A fast-forward merge can occur when there is a linear path from the current branch tip to the target branch. Instead of actually merging the branches, all Git has to do to integrate the histories is move (i.e., fast-forward) the current branch tip up to the target branch tip.
What is a fast-forward commit?
When you try to merge one commit with a commit that can be reached by following the first commit's history, Git simplifies things by moving the pointer forward because there is no divergent work to merge together this is called a fast-forward.
What is git merge no fast-forward?
A non-fast-forward merge is a merge where the master branch had intervening changes between the branch point and the merge back to the master. In this case, a user can simulate a fast-forward by rebasing rather than merging. Rebasing works by abandoning some commits and creating new ones.
What is a merge commit?
A merge commit is a commit with 2 parents. Git pull will only make one if the upstream branch has diverged (i.e. you have made local changes and the upstream also has changes not included in your local branch). This happens because git pull is equivalent to git fetch + git merge.
What is no fast-forward in git?
The --no-ff flag prevents git merge from executing a “fast-forward” if it detects that your current HEAD is an ancestor of the commit you're trying to merge. A fast-forward is when, instead of constructing a merge commit, git just moves your branch pointer to point at the incoming commit.
What is non fast-forward in git?
In certain situations, Git does a fast-forward when you merge a branch that is ahead of your checked-out branch. Consider the following branch and then merge situation: ... A non-fast-forward merge is a merge where the master branch had intervening changes between the branch point and the merge back to the master.
What is a git fast-forward?
When you try to merge one commit with a commit that can be reached by following the first commit's history, Git simplifies things by moving the pointer forward because there is no divergent work to merge together this is called a fast-forward.
Why is git fast?
Running git commit to commit your staged changes is generally fast because actually staging the changes did most of the work. ... So even if you run something like git add. To stage all the changed files, it only needs to stat the file to find out if it's changed, and it can ignore it if it hasn't.
#1 usability according to G2
Try the PDF solution that respects your time.