atril | A document viewer for MATE | Document Editor library

 by   mate-desktop C Version: v1.26.1 License: GPL-2.0

kandi X-RAY | atril Summary

kandi X-RAY | atril Summary

atril is a C library typically used in Editor, Document Editor applications. atril has no bugs, it has no vulnerabilities, it has a Strong Copyleft License and it has low support. You can download it from GitHub.

Atril Optional Backend Libraries.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              atril has a low active ecosystem.
              It has 158 star(s) with 59 fork(s). There are 16 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 137 open issues and 170 have been closed. On average issues are closed in 395 days. There are 1 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of atril is v1.26.1

            kandi-Quality Quality

              atril has no bugs reported.

            kandi-Security Security

              atril has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              atril is licensed under the GPL-2.0 License. This license is Strong Copyleft.
              Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.

            kandi-Reuse Reuse

              atril releases are available to install and integrate.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of atril
            Get all kandi verified functions for this library.

            atril Key Features

            No Key Features are available at this moment for atril.

            atril Examples and Code Snippets

            No Code Snippets are available at this moment for atril.

            Community Discussions

            QUESTION

            Unknown encoding used in PDF strings
            Asked 2019-Apr-24 at 15:41

            I am writing code to extract URLs from PDF files. In most files, the URLs appear as plain ascii. However, in some PDF files, such as the PDF specification itself (https://www.adobe.com/content/dam/acom/en/devnet/pdf/pdfs/PDF32000_2008.pdf) the URLs appear in hexadecimal form with seemingly no structure.

            For example, in the above file, in the main metadata, the author appears as:

            /Author

            This is decoded by Atril and other PDF viewers as "Jim King". The hexadecimal strings are double the length of the literal value as expected, but scrambled beyond recognition. Assuming a 1:1 mapping of byte value to characters, the "i" is encoded both as 0x40 and 0x72.

            Actual URL value:

            Should decode to: http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=51502

            I have also looked at PyPDF2 source code which manages to decode these strings, but I have not found the answer.

            How do I find the encoding used for annotations in a PDF document ?

            ...

            ANSWER

            Answered 2019-Apr-24 at 15:41

            The example pdf is encrypted as you can determine by looking at its trailer which contains an Encrypt entry:

            Source https://stackoverflow.com/questions/55832223

            QUESTION

            Combine gnuplot with latex: method and output
            Asked 2018-Oct-15 at 04:47

            I'm running the following script:

            ...

            ANSWER

            Answered 2018-Oct-15 at 04:34

            gnuplot's original latex terminal, the one you get by saying "set term latex", is horrible by modern standards. Use one of the more recent ones. My favorite is the tikz terminal:

            gnuplot>

            Source https://stackoverflow.com/questions/52806362

            QUESTION

            How is this pdf encoded? The font looks funny
            Asked 2018-Feb-08 at 09:27

            I have seen this effect many times while reading pdf documents. So, some pdf have this funny smudged font which looks like it is a scanned image. However, I am able to select the font, and while selecting it the highlighted font appears differently as seen in the images.

            Default appearance

            Appearance on selection of font

            Overall, seems like some ocr is happening behind the scene. The document reader I am using is Atril 1.12.2 document viewer.

            My question is: What is encoded in the pdf, image or text? What is happening to text when I am selecting it?

            ...

            ANSWER

            Answered 2018-Feb-08 at 09:27

            Another nice change can be observed in the document shared by the OP:

            What we see here indeed is the result of OCR. But it's not some ocr happening behind the scene in the viewer, OCR has already happened before and the results have been integrated into the PDF.

            The PDF page actually contains a scanned image upon which invisible text is drawn.

            As long as nothing is selected, Atril shows exactly that, you only see the scanned image. As soon as you start selecting text, though, it appears to cover the marked area in blue and display the marked (formerly invisible) text in white upon it.

            In situations, therefore, in which the invisible text is not added exactly above the corresponding letters in the image, this might result in funny gaps like the one in the OP's screenshot after "multidimensional". In case of errors in the OCR output, one sees the erroneous data like in my screenshots.

            Other PDF viewer often merely mark the text by applying some effect to the text area, e.g. inverting colors or overlaying a semi-transparent color.

            It might be considered an advantage of the Atril approach that already in the selection process one sees the exact text one is selecting and probably eventually going to copy.

            Inside the content stream

            As mentioned above, the PDF page actually contains a scanned image upon which invisible text is drawn.

            In the page content stream the corresponding instructions look like this:

            Source https://stackoverflow.com/questions/48535480

            QUESTION

            Opening Cygwin X11 applications in Windows 10 from desktop shortcuts
            Asked 2018-Jan-16 at 16:22

            I have 64-bit Cygwin installed on Windows 10, and I would like to open Cygwin GUI applications such as atril from desktop shortcuts, without having to open a Cygwin terminal and launching them from the command line manually.

            I have:

            • created a ~/.startxwinrc file containing the line "exec sleep infinity"
            • added these lines to ~/.bashrc

            export DISPLAY=:0.0

            which startxwin > /dev/null 2>&1

            if [ $? -eq 0 ]; then

            ...

            ANSWER

            Answered 2018-Jan-16 at 16:22

            It looks as though I've found a partial answer to my own question. It's imperfect for various reasons:

            • It probably depends on startxwin already having been launched elsewhere as a background process.

            • The applications are slow to launch; there's a delay of a few seconds.

            • Terminal windows which the user cannot interact with (presumably the shells which act as parent process for the GUI applications) appear alongside the application windows.

            But it will probably be enough to be getting on with. Assuming pluma to be our application, here is the shortcut that successfully launches it:

            Source https://stackoverflow.com/questions/48280315

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install atril

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries

            Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link