This behavior is file specific and not due to evince or okular since there are pdf files that are always folded .
How to make PDF index/bookmarks/outline always folded/collapsed/wrapped on Okular
960 Views Asked by liaguridio At
1
There are 1 best solutions below
Related Questions in PDF
- How to use custom font during html to pdf conversion?
- How to get content of BLOCK types LAYOUT_TITLE, LAYOUT_SECTION_HEADER and LAYOUT_xx in Textract
- PDF form checkbox/radio button ignores content stream
- Suggest python library for rendering html to pdf files
- Problems with the order in which PDF files are created
- Centering a map element on a generated PDF
- download all pdf files from website doesn't support wildcard
- How to enter external pdf into quarto book while keeping page layout+numbering
- How do I create a website that combines user input and standard text and converts it into a pdf?
- Excel VBA error 1004 on PDF export - not a path issue
- downloading pdf using requests not working
- Creating pdf on Firestore with Pdfplum: Template path "no such object"
- Export password protected PDF from QGIS
- XPS convert PDF with Ghostscript
- Download PDF in ASP.NET MVC application
Related Questions in PDFTK
- pdftk unicode works in preview but not adobe acrobat
- pdftk generated pdf does not render correct utf-8
- Include input file name in output option
- Can I skip PDF form fields from being filled in an FDF?
- Comparing 2 pdf files with imagemagick and pdftk to produce an output file with Ubuntu 20.04.6 LTS
- Is it possible to fill PDF fields with HTML using PDFTK?
- Fill in PDF server backend special characters
- letter-size pages scanned to PDF as legal size. How can I "trim" off the top?
- How to create programmatically named destinations in a PDF from comments starting with a custom ID
- How to call a PDFtk command within Laravel in AWS lambda
- PDFTK on plesk (centos)
- How can I edit an existing pdf using pdftk?
- PDF Merging with Elixir and pdftk with Implementation?
- Pdftk fails to update_info the data that was produced by dump_data_annots
- Create multiple PDF files from one large PDF file based on page
Related Questions in OKULAR
- Inverse search from Okular to TexMaker
- How to run a small script before closing a Program (Okular)
- Convert Wordperfect to pdf using okular
- How to share certificates between Firefox and Okular on Ubuntu 22.04
- Is there any way to connect a dictionary to a pdf reader in linux?
- okular: disable keyboard shortcuts for annotations
- Customising Okular Text-to-Speech
- Not able to build Okular from source
- Problem with Okular after creating binary with pyinstaller
- How to make PDF index/bookmarks/outline always folded/collapsed/wrapped on Okular
- Okular openDocumentArchive() can not open pdf files
- emacs org-mode exports odt file but opens with PDF viewer
- Same executable with different icons
- Using okular in a Python app : hiding the side pannel
- How to Show Review Bar in Okular by Default?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Use pdfedit . You can install it in Linux from here (it worked in ubuntu 18.04 LTS bionic beaver).Type pdfedit in terminal to open the program and load your pdf file .
In the right side of the window you will see a tree . Open outlines . Then find each node of the pdf outline you want to be always display wrapped . Open that node and left click on it and choose add item to dictionary. This item should have property name Count be of int type and value equal to the negative of the already existing Count property (left click on the count property and choose show string representation , look at left down window and you will see the value that is has) . Replace the already existing Count property and that node will always be wrapped when you open the pdf .
I still do not know a faster way to do that in linux .
Edit : A somewhat faster solution is to use jPdfTweak . Download it from here and read the README.txt file on how to run it via terminal .