10 Answers2025-07-08
I often read PDFs on my Android phone, and bookmarking is super handy for keeping track of important pages. Here's how I do it: I usually open the PDF in Adobe Acrobat Reader since it's my go-to app. Once the file is open, I navigate to the page I want to bookmark. At the top right, there's a bookmark icon—it looks like a ribbon. I tap it, and voilà, the page is bookmarked. To view all my bookmarks later, I just tap the side menu, select 'Bookmarks,' and it shows me the list. Other apps like Xodo or Google PDF Viewer have similar features, though the exact steps might vary slightly. The key is to look for the bookmark icon or check the app's help section if you're unsure.
12 Answers2026-07-28
For those concerned with quality, it is not just a case of pixelating images. All PDF documents contain metadata including bookmarks, hyperlinks, form fields and layers. A true lossless merge will not only preserve the visual content of the documents but also the structure. Free tools for merging PDFs often appear to work well at first but soon reveal that all the bookmarks and hyperlinks have been stripped from the document. If you have PDFs with internal links or a table of contents then you need a more complex tool. Here, again, Acrobat Pro is the best tool but there are others on the market that are equally good and more affordable. PDF-XChange Editor is a good example of this and it does a great job of merging PDF documents whilst also preserving all of the document properties and interactive elements.
9 Answers2025-10-13
One reason to export your notes is for writing book reviews. It’s easy enough for me to search for a quote to support a point I’m trying to make in a review and read the surrounding notes in a text file. The way I use highlights for writing book reviews is known as the “Bookcision” method. First you go to your notebook page for that book on Kindle. Then you click the Bookmarklet for Bookcision and it will present you with a very clean page showing all your highlights and notes, one per line. You then just copy that whole page and paste it into a Google Doc. I have a Doc for every book I review. So while this is not a feature natively provided by Kindle highlights, there are community developed solutions that fill this specific need for me and allow me to pursue my hobby of writing reviews of books.
6 Answers2025-09-04
After I read this thread I tested it with my Kindle Voyage. As already described, you press the top corner of the screen to bring up the black ribbon. Interestingly enough, when you have set your Kindle to ‘every page’ (instead of ‘less often’), the black screen even flashes for a brief moment when setting a bookmark. However, if you have set your Kindle to ‘less often’, the black ribbon just appears – no full screen refresh involved. This seems to be a very minor detail but it could be important for people who are sensitive to screen flicker.Bookmarking a PDF now feels even more seamless when I have set my Kindle to ‘less often’ for page refreshes.
10 Answers2025-07-10
My cat stepped on my Kindle once. The resulting annotation, “hhhhhhhhhh”, is to date my most profound annotation on the book.
12 Answers2025-07-27
Transferring PDFs to a Nook eReader is simpler than it seems, and I’ve done it countless times. First, connect your Nook to your computer using a USB cable—it should pop up as a removable drive. Open the drive, and you’ll see a folder labeled 'My Files' or something similar. Drag and drop your PDFs directly into this folder. Once done, safely eject the Nook from your computer, and the files should appear in your library.
If you’re using a newer Nook model, you can also email PDFs to your device. Just go to your Nook’s settings to find its unique email address. Send the PDF as an attachment to that address, and it’ll sync automatically over Wi-Fi. Another handy method is using the Nook app on your phone or tablet. Upload the PDF to the app, and it’ll sync across your devices, including your Nook. For larger collections, I recommend organizing files into folders on your computer first to avoid clutter on your eReader.
3 Answers2025-07-08
As a general rule, I prefer not to read PDFs on my Kindle. However, I have found that there are two methods that can make reading PDFs relatively hassle-free. The Kindle’s built-in ‘Fit to Screen’ option is sufficient for simple PDFs, such as novels or reports. However, for more complex documents, it is better to convert them to EPUB first using a free online service such as Zamzar and then transfer them to your Kindle using a USB cable.
To read comics and illustrated PDFs, I use ‘Kindle Comic Converter’. It splits up the PDF into readable parts on your Kindle, saving you from having to reduce the font size so much that you can no longer read it properly. Some books even contain beautiful pictures which get preserved very well by this tool. For travel I simply email the PDF to my Kindle under the subject line ‘convert’. It’s not perfect, but it’s better than nothing.
11 Answers2025-07-09
Scene breaks within chapters are usually marked with a centered asterisk or a blank line in the TXT file. A good converter will then keep these as visual breaks within a chapter instead of creating a new chapter for them. In Calibre these can be formatted in the “Look & Feel”-section for scene breaks within chapters.
The processor can also replace a line of three asterisks with a horizontal rule, styled as desired. Maintaining these small structures is as important as maintaining chapter ends. A finished work looks very different from a rough draft.
8 Answers2025-05-29
For extremely academic content with lots of citations and a bibliography, proper formatting is crucial. Inline citations ([1,2]) have to be rendered as superscript and the bibliography has to be complete and not messed up by the converter. You can use ‘Extra CSS’ to style common citation patterns. For example, will style all tags with the class “citation”. Also, make sure the converter recognizes the bibliography as a separate section and not as just more paragraphs. You can help the converter by marking the bibliography’s heading tag (e.g. ) as a major division in the ‘Structure Detection’ settings. This will then also ensure proper page breaks before the bibliography.
13 Answers2025-08-15
I also needed to explain how the OPF file (the package document for your EPUB) works. This file contains a manifest of all the files in your EPUB and the spine which lays out the reading order. Your hyperlinked TOC (whether NCX or NAV) is referenced from here, so if the reference to your hyperlinked TOC is wrong or missing it won’t appear in the reader’s navigation panel, even though your HTML TOC page has been perfectly linked up. When using Sigil to edit your EPUB it manages the OPF file for you but when hand-coding you need to add to the OPF XML file and add a entry for your TOC file. It is very easily broken which is why for most creators using a dedicated tool is the pragmatic choice.