From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: mrf Newsgroups: gmane.emacs.help Subject: Re: Edit pdf files Date: Thu, 02 Dec 2021 10:56:31 +0300 Message-ID: <87sfvbv3no.fsf@cock.li> References: <87tufs9mma.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24332"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: mu4e 1.5.8; emacs 27.2 Cc: help-gnu-emacs@gnu.org To: =?utf-8?Q?Andr=C3=A9_A=2E_Gomes?= Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Thu Dec 02 08:59:48 2021 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1msh0L-00062t-5S for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 02 Dec 2021 08:59:48 +0100 Original-Received: from localhost ([::1]:43050 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1msh0I-0003Ac-Pt for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 02 Dec 2021 02:59:43 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:52736) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1msgyN-00038S-1X for help-gnu-emacs@gnu.org; Thu, 02 Dec 2021 02:57:44 -0500 Original-Received: from mail.cock.li ([37.120.193.124]:54780) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1msgyK-0002mn-8x for help-gnu-emacs@gnu.org; Thu, 02 Dec 2021 02:57:42 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cock.li; s=mail; t=1638431855; bh=aTrJ7VvxBW64MJmCw7KIm7du10x6hksTWR8TZGFvNME=; h=References:From:To:Cc:Subject:Date:In-reply-to:From; b=I7V9sQ+BlEvNqs4CRygY4DJTHbyOUz1bOCjTVmIVYYdrrYse1xkq3V+nXgszWGWh3 LNzlhxmoAGk6cOA9tx19HQELlhGy8k4UcKeBCsb9V9g3MpxLr4YFgJ8+HV3YrvB65r g+RNGGyrpwMWlokxYlXMQii9WEOEyUKql+PRnes39ZamJiRuw6ddqDqyK+4t1jOJ/X hN70j7cB8n865zVKv+sB7wDbaF+naPIkkjqfIIOs2kRNV2HfSaAHOqxs5AlMuO2aFt DILnpOy2jMoGKavpaxdv3J5dLWqgVchAkVI0yirwpF25+kef+4zAmlaBap0xQSvnOA hnfxvQfYl/bbA== In-reply-to: <87tufs9mma.fsf@gmail.com> Received-SPF: pass client-ip=37.120.193.124; envelope-from=joinlaw@cock.li; helo=mail.cock.li X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:134768 Archived-At: Andr=C3=A9 A. Gomes writes: > Hi, > > Is there a WYSIWYG way of editing PDF forms in Emacs as found in Evince > and other programs? Thanks. pdf-tools package author says this is in his todo list but still he didn't implemented look at this issue: https://github.com/politza/pdf-tools/issues/81 for know I don't know any method that work. BTW are using pdf-tools or doc-view or other thing?