From owner-freebsd-questions@freebsd.org Tue Jul 4 00:32:14 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA7549F29ED for ; Tue, 4 Jul 2017 00:32:14 +0000 (UTC) (envelope-from va6bmj@gmail.com) Received: from mail-ua0-x22c.google.com (mail-ua0-x22c.google.com [IPv6:2607:f8b0:400c:c08::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 83F7B2BFA for ; Tue, 4 Jul 2017 00:32:14 +0000 (UTC) (envelope-from va6bmj@gmail.com) Received: by mail-ua0-x22c.google.com with SMTP id z22so117972766uah.1 for ; Mon, 03 Jul 2017 17:32:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=LLRzRzBSPF8ssG8W+P5y2cOLuOPg6hw0SuPDj+5wPCY=; b=UPVuHZDRHvB9s+VCV8oo+kDEJmQd+FltE4jjrfcSP+CAqQTf5woY97bLM8CzUT7Lpv okPa2OH4446GNjOfdNN+pT0ni7lsA0V5aNMA8OWvKwff8Y9p5wMKHl4OQjaN+q+bQ4jk XI4iD0cgR3kyypsp/KW06IRTMvhbpIusyYimt6EYqwQYdYhd9DphhbkvJsQ1FTTxTNwM ncnvfB5x+DhVNdsVWZDDhbO1szPL2wotIBM2vT0OvGnDE7E+Z+pxR3ulgburE6HGH06D mjMRUJ0+52j52S07cTkTPcyq0ZYgxKSUhGkhZO9Nq//LNDiuKPGAEk2jGHEPTk7dx6Ns fkfg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=LLRzRzBSPF8ssG8W+P5y2cOLuOPg6hw0SuPDj+5wPCY=; b=HS3mq5/UmEhcmZG6e8Bla07nvzwztRedkKA+fQbRWfQ5IdHwAPp9ICacz7gqIVH5An btj64kuMVaIqP1LxQkP4vj/aI/KJ438qaR8dwOZNTfJhee38ZwDIGcnLFnHx6oKRymvU j+E1YqV+v796Q8N3/KUWeeqEST1EWFeIDv7ZlWg0ebUj4RYpOiBy9o5opsaDrEDwVkEf MorpJD9GqsiNqzvDwluMxJmYfXAD6O9Kj1mVgtlVk7z28uCKFUozkwl5UoWg3TWib9Kk 5WE0GDqay410gNCo4CQrJoPYNW/eBQBBa7HgtKOfZWbYvgb1EXbY+V0P7Ryo0CE6p2vg tzdw== X-Gm-Message-State: AKS2vOwrovGGFsdJl321dgumGaYXK9u+Qzrl/tO9PhXMxuo+1jtru4Eo BjGM4EBoH37BduyOa2bK3emRT8+2aA== X-Received: by 10.176.76.96 with SMTP id d32mr19369252uag.4.1499128333448; Mon, 03 Jul 2017 17:32:13 -0700 (PDT) MIME-Version: 1.0 Received: by 10.159.51.88 with HTTP; Mon, 3 Jul 2017 17:32:12 -0700 (PDT) In-Reply-To: References: From: B J Date: Tue, 4 Jul 2017 00:32:12 +0000 Message-ID: Subject: Re: FreeBSD Equivalent To Adobe Acrobat To: Ben Woods Cc: freebsd-questions Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2017 00:32:14 -0000 > If you want to insert pages, rotate pages, cut out pages, etc, then you can > look at pfdtk which is available in the ports tree at print/pdftk. > > If you want to simply fill in existing forms in the PDF, that can normally > be accomplished in the more feature complete PDF readers such as Evince > (gtk gui) and Okular (qt gui). Thanks. I tried several and those you mentioned might have been among them. None of them appeared to fill in blanks, assuming, of course, I did things right in the first place. For each one, I would get a message, embedded in the file I was looking at, which said something about me having to use Acrobat. I'll try them again some time and see if I can't get something to work. BMJ