Pdfill Review

0 views
Skip to first unread message

James Gillock

unread,
Aug 4, 2024, 10:14:34 PM8/4/24
to riousibdefi
PDFillis an extremely useful software, it has so many great functions that make working with pdfs really easy. Using splitting tool allows for creating smaller pdfs that contain just the necessary information.

Comments:I don't recall having any real issues with PDFill. It always worked find, and it was relatively user friendly. I like that it allows you to save in the editing format, but also as a full-fledged pdf if you prefer. I think I have had a good experience with PDFill, and although I have been using adobe lately, I still go back to PDFill for certain forms and will continue to use the product as needed.


PDFill was very cheap to purchase (I think it was about $20), and it definitely served its purpose of enabling me to fill in forms in pdf format. I also like it because it is very easy to use to enter fields on forms and other documents.


There is really nothing "not to like" but maybe that it does not have all the options that adobe offers with its product. I don't think that is really a fair comparison because I am paying almost as much for adobe on a monthly basis that I paid in full for PDFiller.


It is an application that serves to create pdf or images. It also has free tools to merge, split, reorder, delete, encrypt, decrypt, rotate, crop and reformat PDF pages, add information, header, footer, watermark, convert images to PDF or PDF to an image, scan a PDF document and more. You can use the FREE PDF editor to complete the form, write text, comment, create form and more.


PDFill is such a complete tool, even if you use just the free version of this software it comes with so many handy tools for editing, such as pdf splitting, rotating, merging, among others. It is just unbealivably good.


PDFill works like a charm, it is extremely difficult for me to find something negative about it, perhaps they could improve it's graphic interface since it is not the most beautiful out there, but that is just being picky.


PDFill is wonderful, it has so many useful features that complement any other type of pdf readers. The watermark feature works wonders in graphic design since you can submit preliminar pictures to clients easily, plus the pdf split and merge options are excellent while working with different sources of documents and either compiling them to make just one summary document or spliting them for sending just the required information.


Working with PDFill is great, it allows combining and splitting pdfs at ease, which is extremely helpful when scanning and organizing patient files for example. It is extremely easy to use and I really love using it.


If you're using your system-default program (like Preview) to markup or fill-in forms, you should try PDFill. It's super easy to use, and can allow you to do all the essential tasks, whether that's completing a form, marking up or signing a document.


It is an online application of a very simple interface, which is ideal for me to fill out the forms that we handle in the travel agency. It also allows me to be able to add an electronic signature to the forms that I sent via email.


The graphical interface is very basic which may not sit well with some users, but it works perfectly, so this is certainly not an issue for me and actually it is refreshing to have a no nonsense interface which does what it needs to without being overly fancy.


The first time I used PDFill, it took me a little while to figure out how to add additional PDF's to my document. I had to figure out which tab in the menu accomplished what I needed. It did not really take too long to find it though.


PDFill is the software I always needed but didn't know existed, when I found out about it, it was gamechanger, the fact that I can easily split pdfs and just use small portions of it and use the merging tool to combine several pdfs into only one that summarize them.


Comments:The paid PDF tools are relatively expensive, and my business would need every employee to have a license, PDFill is very affordable and includes key tools such as merging PDF files and file encryption.


I mostly use it to merge multiple PDF files into one document. This is great for merging a bunch of receipts into one document for an expense report, or merging pages from different sources (MS Word, Excel, a scanned document) into one PDF document.


PDFill is the best tool for PDF file manipulations like create a PDF, editing, adding digital signatures and share your PDF right away. PDFill installation process is really simple and less time consuming and also it is very lightweight applications so not much burden of PC performance. We can also integrate this application with our browsers to create PDF on the go.


PDFill allows you to do a lot of things with your PDF files, you can merge files, split or reorder, rotate, convert the file into images, add watermarks, convert images to PDF, and do so may other things. The thing that I most like is that the process with the file are very simple and the quality of the files is very high, and you can easily add your personal mark to the files.


I think that the Pro Version is a little expensive, because some tools are very similar and cost the half of the price. The is so powerful, but if you are not going to use all the features, you can easily use the free versions for some specific task.


Comments:I've been a happy user of PDFill for more than a decade...until about a year ago. As is the case with anyone, I receive a new computer at the office about every 3-5 years...and replace my home laptop about as frequently. Apparently, PDFill keeps up with registrations against your license on their end. Now, I am unable to register my paid Pro version at home or at work even though my license allows two active instances. I have emailed support (there is no support by phone) about 3-4 times over a 6 month period WITHOUT A SINGLE REPLY. I guess I should have known to uninstall the instances on my old computers before they were retired. So much for the lifetime license!


When you reinstall it, the license key won't work because it takes it as a new installation and won't allow you to install it again. The license key won't work and customer support is unable to help. They suggest to buy one more license and pay again.


In this software you can merge, reformat, make watermarks of images or text, email, split or reorder, and put are header or a footer in your files, all that in only one software and all that is allows in the free version.


The options of secure that brings PDFill are awesome and very useful, because I can choose what the people can do with my file, the options include: permission to printing, modify content, copying, modify and add annotations, filling in, screen reader and others more, this is very useful if you want to share a file, but you do not want for people modify any aspect of your document, so this is the app for you.


When referring an error, I end up counting by hand the lines from the beginning or from the end, or copying the context, to precise the location of the error. It would be much more practical to have a standard way to add line numbers to an existing document.


I could manage editing the LaTeX source to obtain this, but not when I receive a pdf. PDF format does not contain lines per se, so identifying them would require to cluster the $y$-coordinates of the letters, and adding those numbers in the margin would require to take the min of the $x$-coordinates and remove a fixed amount from it. Anybody did this script already, or seen another way?


I wrote a little shell script that, using ImageMagick (at least version 6.6.9-4), converts a given PDF into separate raster images for each page, splits these into half pages, shrinks them to a width of one pixel (so takes the horizontal average, basically), turns this into a monochrome image with a given threshold (black=text, white=no text), shrinks every black sequence down to one pixel (=middle of a line), outputs this as a text, pipes it to sed to clean it up and remove all the non-text lines and finally writes a txt file with the position of each line as 1/1000 of the text height.


Running the script takes about 1 second for one page, resulting in a number of files: basename-.txt, where odd contain the positions of the left line numbers, and even those of the right page numbers. These files can then be read by pgfplotstable (at least v 1.4) and be used to typeset the line numbers on top of the imported pdf file. I defined a command that takes the page number and four line numbers as arguments, where the four line numbers are used to tell the macro at which "raw" line numbers the "real" text lines start and end in the left and right column. By setting \pgfkeysprint raw line numbers=true, the raw line numbers as found by the algorithm are shown in red.


As a proof of concept, here's the output for the first two pages of an article from the Environmental Science & Technology Journal. I think it works really well. I haven't been able to call findlines.sh from within LaTeX, though, this step has to be performed manually before compiling the .tex file.


In the example document, I simply passed the pagestyle plain to the pagecommand, but using the fancyhdr package you can make any kind of extra header/footer you like. To place the page number appropriately you may also need to adjust the margins using the geometry package. For example:


This places a footer containing "My pdf document" on the left and the page number on the right. The margin is made very small so that the page number won't likely interfere with the included document.


If I understand your need to add line numbers to the PDF, you can by using the lineno package. It does, however, only add line numbers according to how LaTeX sets up the text, which can be quite different from the source.


If one does not care whether the line numbers correspond to actual lines in the text (for example numbering a scanned document in pdf format) but only that there are line numbers going down the side of the page, one can combine pdfpages with "Knuth's loop" described here to put a column of numbers down the left side of every page, which is often sufficient for the purpose at hand.

3a8082e126
Reply all
Reply to author
Forward
0 new messages