Showing posts with label pdf. Show all posts
Showing posts with label pdf. Show all posts

How to Change the Default PDF Reader in Windows 10 | Dramel Notes

Posted On // Leave a Comment

Microsoft Edge is not only the default web browser in Windows 10 but also the default PDF reader. This is definitely a good thing as we can finally view PDF files without having to install third-party apps, but it’s more of a basic PDF reader.

If you prefer to have a feature-rich application as the default PDF reader instead of Edge, then you have plenty of options to choose from. In this article, we’ll show you how to change the default PDF reader in Windows 10.

Change the Default by Using Open With in File Explorer

Open File Explorer and navigate to a folder containing your PDF file. Right-click on a file and choose “Open with > Choose another app.”

A pop-up will appear that will let you choose a program for just one time. Or you can also select the “Always use this app” link to make it permanent. From this window, choose the default PDF reader of your choice.

If the default app is not listed in this window, then you can select a different program located in your PC. Click “More apps,” select an app or scroll down to see “Look for another app in this PC” link. Click this link to browse to the program that you want to set as the default PDF reader, and choose “Open” button to set it as the default.

Change the Default by Using Default Programs in Control Panel

Open Control Panel (icon view) and select “Default Programs.” Click the link labelled “Associate a file type or protocol with a program,” and wait for a couple of seconds to load all file types.

Scroll down the list to see .PDF entry. Click on “.PDF” entry, and then click “Change program” button.

A pop-up will appear that will let you choose an app from the list.

If the default app is not listed in this window, then you can select a different program located in your PC. Click “More apps,” select an app or scroll down to see “Look for another app in this PC” link. Click this link to browse to the program that you want to set as the default PDF reader, and choose “Open” button to set it as the default.

Changing the default PDF reader app in Windows is a simple procedure, and that’s all there is to it.

[Read more]

5 Easy & Effective Ways to Edit PDF Documents on Linux | Dramel Notes

Posted On // Leave a Comment

The Linux learning curve isn’t always easy, and one of the more common questions is “What’s the best PDF editor?” — especially among people who want to use Linux in a work-related capacity. And the good news is that the answer isn’t as murky as you might expect.

There are actually several ways to modify PDFs on a Linux system to differing degrees. You can pay for commercial-grade software and support, or you can opt for one of the free alternatives. It’s up to you. We’re just here to show you what’s out there.

1. PDF Studio

PDF Studio is unique in that it’s the only paid software on this list, and while that tends to go against the whole “Linux is free” philosophy, it means that you get a high-quality product that the developers care to polish — and it shows.

PDF Studio comes in two versions. The Standard version costs $89 and has several basic features, including but not limited to the following:

  • Creating PDFs from any text file, image file, or Word document. Also supports the ability to scan papers as PDF files.
  • Annotating and commenting on PDF documents.
  • Marking and highlighting of text.
  • Filling out PDF forms, but not editing text.
  • Documents can be split apart or merged together, and they can be secured with passwords and permission settings.

On the other hand, the Pro version costs $129 and has more advanced features, including but not limited to the following:

  • Editing of text, images, and shapes.
  • Extracting text from images through OCR.
  • Creating PDF forms with an interactive form designer.
  • Optimizing document sizes.
  • Signing documents digitally.
  • Batch processing of multiple PDFs at once.

It’s a shame that content editing is only available in the Pro version, but it is what it is. PDF Studio is truly a complete solution and only worth getting if you’re going to use most of what it offers. Both versions have free trials, so give them a personal try.

2. Master PDF Editor

Like PDF Studio, Master PDF Editor aims to be a complete all-in-one solution for your PDF editing needs, but it has one major advantage: at nearly half the price, Master PDF Editor is way more affordable.

But does that mean reduced quality? Not necessarily. For most users, Master PDF Editor is probably more than good enough. Notable features include but aren’t limited to:

  • Full editing of all text, images, and forms.
  • Protection of documents with 128-bit encryption.
  • The ability to convert XPS files into PDF files.
  • Exporting of PDFs into common image formats, like BMP, JPG, PNG, and even TIFF.
  • Documents can be split apart or merged together.
  • Digital signatures and document signing.

The price tag is $50 for the full edition. You won’t find a reduced-price version with crippled features here. Master PDF Editor is all or nothing, but does provide an evaluation trial to see if the program is right for you before you commit to a purchase.

3. Calibre + LibreOffice

This method doesn’t involve an actual PDF editor, but it does produce results. It definitely has its flaws, but as long as you’re willing to work around them, you can have a powerful PDF-editing workflow that doesn’t cost anything.

Basically, you can use the Calibre ebook manager on Linux to convert PDF documents into rich text documents (RTF). Here’s how to do that:

  1. Add the PDF document to your Calibre library.
  2. Right-click the PDF and select Convert Books > Convert Individually.
  3. In the conversion window, make sure the Output Format is set to RTF.
  4. Click OK to commence conversion.

Once you have the RTF document, open it in LibreOffice and edit it to your heart’s pleasure. This method works well enough for basic editing of text and images, but obviously fumbles when you want to do more advanced work, like validation forms, dynamic XFA forms, digital signatures, or interactive PDFs.

Fortunately, for tasks like splitting/merging PDFs, OCR text extraction, or secure password protection, you can always incorporate one of many free online PDF tools into your workflow. When the RTF editing is done, just go through the same steps to convert it back into PDF.

4. Scribus

If your PDF-editing needs are more visual-oriented rather than simple text and images, then you may actually want to use Scribus instead of the Calibre + LibreOffice method above.

Scribus is an open-source program that’s built for professional desktop publishing, which includes things like brochures, newsletters, or even books. It’s not a strictly PDF-based editor, but it’s great for “layout” work and can consistently export to PDF with ease.

What’s nice about Scribus is that it can import files that were created in other desktop publishing formats, such as Adobe InDesign and Microsoft Publisher, as well as XPS (which is Microsoft’s alternative to the PDF format).

Scribus is completely free to use, but there are two downsides. The first is that it can’t seem to open all PDF files. Again, since it isn’t exactly a PDF editor, that can be forgiven, but you should be aware that it’s rather picky about the kinds of PDFs it will open.

The second is that it has a bit of a learning curve. The program itself is somewhat intuitively laid out, but there’s no community presence except for an incomplete wiki, so you might have trouble finding tutorials and support when you run into problems.

5. GIMP

Did you know that GIMP can work in a pinch as a PDF editor? We don’t really recommend it if you’re going to be doing a large volume of serious work, but for one-off edits and basic changes, it actually works better than you might expect it to.

The editing process is rather straightforward:

  1. Launch GIMP and open any PDF file. (Note that GIMP doesn’t make it easy to edit multiple pages since each page gets loaded in a separate layer.)
  2. Edit the document as you see fit. You can’t edit text directly, but if you treat the document like an image, it’s simple enough to shift things around, erase bits, and add your own text.
  3. Select File > Export As… and export the document in PDF format. Unfortunately, GIMP only exports what it “sees”, so you’ll have to export each layer as individual PDFs, then merge them together with another tool.

Like Scribus, GIMP is really more for visual-oriented PDFs, but it can also work for simple PDFs that only have one or two pages and not a lot of text. Advanced documents, like interactive PDFs, are off the table though.

Which Method Do You Prefer?

As you can see, PDF editing on Linux isn’t as clear-cut as on Windows or Mac unless you use one of the paid tools. The free alternatives can work, but they each have their own quirks that make them a pain in their own unique ways.

If you’re a newbie to Linux, be sure to live by these golden rules for the best possible experience. You’ll also want to check out these tips for Linux newbies and these commonly-asked Linux questions as well.

Do you edit PDFs on Linux a lot? Which tool do you like using the best? Know of any alternatives we missed? Let us know in the comments below!

Image Credits:penguin writing by Asfia via Shutterstock

[Read more]

How to Print to PDF on Any Computer, Smartphone, or Tablet | Dramel Notes

Posted On // Leave a Comment

All modern computers, smartphones, and tablets can now easily print web pages and other documents to PDF files without any extra software. Microsoft added this to Windows 10, and Apple added it to iOS 9.

PDF is a standard, portable document format that works across all devices. It’s ideal for archiving and sharing web pages and other documents. It’s just more compatible than other types of documents, like Microsoft’s XPS document format.

Windows 10

Windows 10 finally adds a built-in PDF printer to Windows. In any application — from Windows desktop apps to those new Windows Store apps — just select the “Print” option in the menu. You’ll see “Microsoft Print to PDF” appear in the list of installed printers. Select that printer and click the “Print” button. You’ll then be asked to provide a name and location for your new PDF file.

Windows 7, 8, and 8.1

On previous versions of Windows, this can be a bit more of a headache. It’s not integrated into the operating system, so you may have to install a third-party PDF printer application. Unfortunately, many of these are packed with installer crapware.

Some applications do have integrated PDF-printing support, however. For example, in Chrome you can select the “Print” option and select “Save to PDF” to print to PDF. LibreOffice can also export documents to PDF. Check the application you’re using to see if it can do this without any additional software.

Mac OS X

This is integrated into Mac OS X, too. But, if you’re familiar with the way it works on Windows and other operating systems, you might miss it.

To print to PDF, select the “Print” option in any application. Ignore the list of printers at the top of the print dialog that appears. Instead, click the “PDF” menu at the bottom of the dialog and select “Save as PDF”. Mac OS X will allow you to save the document to a PDF file instead of printing it to an actual printer, and will prompt you for a file name and location.

iPhone and iPad (iOS)

With iOS 9, Apple built this feature into every iPhone and iPad. To print a web page or other document to a PDF file, first open it in an application. Tap the “Share” button — it looks like a square with an up arrow coming out of it. Scroll through the list of icons in the top row and tap the “Save PDF to iBooks” option.

You can now open iBooks to access that PDF file. From iBooks, you can email the PDF file or share it to somewhere else. These PDF files can also be synced with iTunes so you can get them on your computer in the unlikely event that you regularly sync your iPhone or iPad with iTunes. They’ll be in your iTunes Book Library after they sync.

Android

This is part of Android too. It’s integrated as part of Android’s built-in support for printers — both physical printers and PDF printers.

In an Android app that supports printing — Chrome, for example — open the menu and tap the “Print” option. Tap the “Save to” menu and select “Save as PDF” to save a PDF file to your Android phone or tablet’s local storage, or tap “Save to Google Drive” to save a PDF file directly to your Google Drive account.

If you’re using an app that doesn’t have built-in printing support, you can always use Android’s Share menu. Install an app that can convert documents to PDF and you can then tap Share anywhere in Android and select that app to make a PDF.

Chrome OS

Chrome can always print files directly to PDF, and it works just the same on a Chromebook. Just click the menu button in Chrome and select Print. You’ll see a preview of the current web page. Click the “Change” button under “Destination” and select “Print to PDF” under “Local Destinations”. Select any options you want to change here and then click “Save” to save the file to PDF. You’ll be asked for a file name and location.


Other operating systems may offer this, too. It should be included by default on most desktop Linux systems, but different desktops will have different interfaces. Look in the “print” dialog and see if you can find an option for printing to PDF.

[Read more]