summaryrefslogtreecommitdiffstats
path: root/2023/talks/world.md
diff options
context:
space:
mode:
Diffstat (limited to '2023/talks/world.md')
-rw-r--r--2023/talks/world.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/2023/talks/world.md b/2023/talks/world.md
index 5a7f1735..b0916167 100644
--- a/2023/talks/world.md
+++ b/2023/talks/world.md
@@ -83,6 +83,11 @@ GNU Emacs as a lightweight IDE
- Thank you for showing so many new possibilities with Emacs!
- which package is required for pdf filling? so that works with (usually adobe authored) "pdf forms"?
+ - A: It's an extension (not a separate package) to doc-view mode. It will work with Adobe authored forms as long as the form doesn't use javascript. *Details:* <https://lifeofpenguin.blogspot.com/2022/10/take-charge-of-pdf-in-gnu-emacs.html>
+ - A: *Code:*
+ <https://gitlab.com/atamariya/emacs/-/blob/dev/lisp/pdf.el>
+ <https://gitlab.com/atamariya/emacs/-/blob/dev/lisp/doc-view.el>
+
- This author's work is always very impressive when he shares it on his blog and on Reddit. But unfortunately he seems to develop it in his own fork of emacs.git so it's impractical for other users to try.