From nobody Thu Jan 19 23:54:12 2023 X-Original-To: questions@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4NyfcC66Mjz2t3d9 for ; Thu, 19 Jan 2023 23:54:19 +0000 (UTC) (envelope-from verm@darkbeer.org) Received: from mx.coeval.ca (mx.coeval.ca [184.75.211.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4NyfcC0HZ7z3Gqs for ; Thu, 19 Jan 2023 23:54:18 +0000 (UTC) (envelope-from verm@darkbeer.org) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=darkbeer.org header.s=mail header.b=DfNQHrzQ; spf=pass (mx1.freebsd.org: domain of verm@darkbeer.org designates 184.75.211.21 as permitted sender) smtp.mailfrom=verm@darkbeer.org; dmarc=none Received: from mx.darkbeer.org (unknown [192.168.211.20]) by mx.coeval.ca (Postfix) with ESMTP id 724FB43605C for ; Thu, 19 Jan 2023 23:54:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=darkbeer.org; s=mail; t=1674172452; bh=zg8JxqbPvNyBFj6kqX8Z9anM+IZfha67FpLYS69lriQ=; h=Date:From:To:Subject:References:In-Reply-To; b=DfNQHrzQcpqTHSo51v5MRKZacm3f1iV9P8w2981WR1FQ1eaAVQublZSnvMfRF6PtZ oqdo0r6jxBho1qbh7Oa75ZbyDk711Jk79RjYqphJFvWDnyN89KYdKKE5r1vAXluR43 epG/kmzrBjZksGXG27rgBK9Z/3fuQnEKVvK6KmDs= Received: by mx.darkbeer.org (Postfix, from userid 1001) id 6CB98470C17; Thu, 19 Jan 2023 23:54:12 +0000 (UTC) Date: Thu, 19 Jan 2023 23:54:12 +0000 From: Amar Takhar To: questions@freebsd.org Subject: Re: PDF forms Message-ID: <20230119235412.GA3417@darkbeer.org> References: List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spamd-Result: default: False [-3.50 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.999]; R_SPF_ALLOW(-0.20)[+ip4:184.75.211.21]; R_DKIM_ALLOW(-0.20)[darkbeer.org:s=mail]; MIME_GOOD(-0.10)[text/plain]; MIME_TRACE(0.00)[0:+]; MLMMJ_DEST(0.00)[questions@freebsd.org]; FROM_EQ_ENVFROM(0.00)[]; DKIM_TRACE(0.00)[darkbeer.org:+]; RCVD_TLS_LAST(0.00)[]; DMARC_NA(0.00)[darkbeer.org]; ARC_NA(0.00)[]; ASN(0.00)[asn:32489, ipnet:184.75.211.0/24, country:CA]; TO_MATCH_ENVRCPT_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; PREVIOUSLY_DELIVERED(0.00)[questions@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; TO_DN_NONE(0.00)[]; MID_RHS_MATCH_FROM(0.00)[] X-Rspamd-Queue-Id: 4NyfcC0HZ7z3Gqs X-Spamd-Bar: --- X-ThisMailContainsUnwantedMimeParts: N On 2023-01-19 18:47 -0500, Aryeh Friedman wrote: > A client of ours sent us an IRS (W-9) form as a PDF form. Don't have > a working printer right now (mechanical issues) and thus can not > print, fill out, sign and then rescan to send back. > > Is there anything in the ports collection (or anywhere else) that can > handle both filling out the form and superimposing a scanned copy of > my signature onto it? xournal from ports does this. You can fill in the PDF and it will save a separate file that has your text. You'll need to keep the original PDF around with it. Amar.