Giter VIP home page Giter VIP logo

Comments (4)

GitHubRulesOK avatar GitHubRulesOK commented on July 18, 2024

if you Control A+C you should get all the searchable text and images (there may be exclusions if outside but referenced into a page) however paint will only show the first page of a selection and Notepad may choke on a whole file so it is best to be in single page mode before select all

The issue with selecting single characters or lines is there is no basic use of tabs or other in page key navigation (page contents internally do not have to be where you think they are as there are offsets that may interfere when under the surface of a page) When text is shown on screen or in a clipboard it has been adjusted into orderly parts of lines.

I dont know if there may be some third party selectors but you could consider writing one in AutoIt or AutoHotKey

from sumatrapdf.

soluty avatar soluty commented on July 18, 2024

I can not write one in AutoIt or AutoHotKey if there is no api support in sumatra itself. no dde command and no command i can find in document such as SelectDown or else. The only command i can find is SelectAll.

i dont know what is the issue with selecting single characters or lines, we can select text with mouse, why
we can not select text with keyboard. the only problem i think is that there is no start point to select, because there is no keyboard cursor. but this can be solve like web browser's vim plugin's way.

from sumatrapdf.

GitHubRulesOK avatar GitHubRulesOK commented on July 18, 2024

If you spend a long time working with PDF you will come to find that the smallest sensible unit is one page (Atom) all those can be in any order within the outer carrier (PDF structure) so there is no such thing as a page break or continuity between pages.

The same goes for the components inside a "Page" it is a collection of random references much like electrons spinning around in an Atom so ILLOGICALLY all the A's could be written first then all the B's and no need to keep them in PDF charting order where a page is based on a concept of bottom left. We do darn well to be able to rapidly position all the object in a single boundary while the parts come from allover the whole file starting at the end and working backwards via file addresses.

PDF is nothing whatsoever like a WORD file or others that have a top to bottom arrangement. It was designed for Laser Beams burning drums of Apples.

In a badly written PDF the Audio Descriptor can dance about in any order but most writers and readers try to convert into some sensible human output sequence. You may notice the odd way selections can go wrong in tabular data when the writter was trying to maintain a semblance of cellular.

from sumatrapdf.

soluty avatar soluty commented on July 18, 2024

PDF is nothing whatsoever like a WORD file or others that have a top to bottom arrangement. i see maybe this is the
main reason that let it is hard to use keyboard to walk arround document, thanks.

from sumatrapdf.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.