summaryrefslogtreecommitdiff
path: root/help/C/textselection.page
diff options
context:
space:
mode:
authormbkma <[email protected]>2021-03-12 11:24:53 +0100
committerraveit65 <[email protected]>2021-03-29 20:45:35 +0200
commite82bd2c2b4d0a1556234e33bdfeafc43ff21d9ec (patch)
tree09d117459074c1f7fa8a9f2e0415d2f01a225e21 /help/C/textselection.page
parent2651eeb6938177551676efc0a9ffde1e2c9ab9fc (diff)
downloadatril-e82bd2c2b4d0a1556234e33bdfeafc43ff21d9ec.tar.bz2
atril-e82bd2c2b4d0a1556234e33bdfeafc43ff21d9ec.tar.xz
update help
Diffstat (limited to 'help/C/textselection.page')
-rw-r--r--help/C/textselection.page39
1 files changed, 39 insertions, 0 deletions
diff --git a/help/C/textselection.page b/help/C/textselection.page
new file mode 100644
index 00000000..1b310fe4
--- /dev/null
+++ b/help/C/textselection.page
@@ -0,0 +1,39 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="topic" style="task"
+ id="textselection">
+
+ <info>
+ <link type="guide" xref="index#faq"/>
+ <desc>When you copy text, the text that is pasted might be different from what you had selected.</desc>
+ <revision pkgversion="1.25" version="0.1" date="2021-03-13" status="final"/>
+ <credit type="author">
+ <name>Phil Bull</name>
+ <email>[email protected]</email>
+ </credit>
+ <license>
+ <p>Creative Commons Share Alike 3.0</p>
+ </license>
+
+ </info>
+
+<title>Why didn't the text I selected copy properly?</title>
+
+
+<p>
+If you highlight and copy text from a document using Atril and then paste it into another
+application, the formatting may alter. It may also contain different characters than the original selection. This often happens when copying text from a PDF document with multiple columns.
+</p>
+
+
+ <p>
+ This problem happens because of how some document formats handle text.
+ The actual text in the document is stored differently from the way it is
+ displayed. This may result in a copy that does not appear as expected.
+ </p>
+
+ <p>
+ Unfortunately, there is no real way of fixing this problem. Copying
+ less text at a time, or copying the text into a text editor (like <app>pluma</app>) may minimize the problem.
+ </p>
+
+</page>