【发布时间】:2017-04-02 14:00:47
【问题描述】:
将文本复制到剪贴板并粘贴到 Word 中时,Adobe Acrobat 中的长段落会导致换行。
为了解决这个问题,我在记事本++中手动粘贴复制的文本>全选> ctrl+J(加入行)>全选>复制......然后将其粘贴到我的Word文档中。
我想使用 autohotkey 自动执行此连接线,因为我有大量文档要查看。我似乎无法在网上找到任何直接在 autohotkey 脚本中处理此问题的示例。
例如。
Data structures with labeled axes supporting automatic or explicit data alignment.
This prevents common errors resulting from misaligned data and working with
differently-indexed data coming from different sources.
在记事本++中手动加入后
Data structures with labeled axes supporting automatic or explicit data alignment. This prevents common errors resulting from misaligned data and working with differently-indexed data coming from different sources.
【问题讨论】:
-
在这里找到了答案:superuser.com/a/1109920/235752
标签: autohotkey