From owner-freebsd-questions@freebsd.org Thu Apr 23 15:00:10 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5BE692B9445 for ; Thu, 23 Apr 2020 15:00:10 +0000 (UTC) (envelope-from peo@nethead.se) Received: from ns1.nethead.se (ns1.nethead.se [5.150.237.139]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "ns1.nethead.se", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 497L7s2p1Cz3NS2 for ; Thu, 23 Apr 2020 15:00:09 +0000 (UTC) (envelope-from peo@nethead.se) X-Virus-Scanned: amavisd-new at Nethead AB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nethead.se; s=NETHEADSE; t=1587654000; bh=YTpXXI3ie3VDiOs0FIX2UlYW7v6ZwJY5zyVIX6r5MBw=; h=Subject:To:References:From:Date:In-Reply-To; b=OJ1CikjgqdXDJ7bV5K7/SPgmqoE+If+pi1X0LKJuLepupgmwhrZdl0/4iRI+VkA8M 2GDEC3R5F4yQEtqSXAzsTj6TAwrqeE3AgE3v6VPG+YPs5g+weOIiyaVRa/bPpNjvjI 3f8sXiVboqddBlxxx6WK31D48srRu5WZ2NqZT1Ec= Subject: Re: PDF Documents Manipulation Software options To: freebsd-questions@freebsd.org References: <3e1efa0d-0b09-8612-d291-fa03b6537926@defert.com> From: Per olof Ljungmark Message-ID: <3dabad2c-3716-8f2b-7ed0-0e6e54cae406@nethead.se> Date: Thu, 23 Apr 2020 16:59:57 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 497L7s2p1Cz3NS2 X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=nethead.se header.s=NETHEADSE header.b=OJ1Cikjg; dmarc=pass (policy=none) header.from=nethead.se; spf=pass (mx1.freebsd.org: domain of peo@nethead.se designates 5.150.237.139 as permitted sender) smtp.mailfrom=peo@nethead.se X-Spamd-Result: default: False [-5.90 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; R_DKIM_ALLOW(-0.20)[nethead.se:s=NETHEADSE]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:5.150.237.139]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; RCPT_COUNT_ONE(0.00)[1]; DKIM_TRACE(0.00)[nethead.se:+]; DMARC_POLICY_ALLOW(-0.50)[nethead.se,none]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; IP_SCORE(-2.90)[ip: (-9.80), ipnet: 5.150.192.0/18(-4.90), asn: 8473(0.24), country: SE(-0.03)]; ASN(0.00)[asn:8473, ipnet:5.150.192.0/18, country:SE]; MID_RHS_MATCH_FROM(0.00)[] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Apr 2020 15:00:10 -0000 On 2020-04-23 12:16, Ottavio Caruso via freebsd-questions wrote: > On Thu, 23 Apr 2020 at 10:32, Tomasz CEDRO wrote: >> >> Also recent versions of LibreOffice can import/export and edit PDF files I >> am using with success and its in the ports :-) > > Yes, but the quality and the rendering of even simple text-only pdf > documents is atrocious! If the document to be edited is text only, > it's just better to convert it to text, edit it and then reconvert it > back to pdf. Otherwise, if there are pictures or multi columns, I > can't see any professional alternatives to Acrobat Pro. > Depending on what one wants to achieve, Inkscape can read and write pdf's, albeit one page at a time. -- Per