[Tools-discuss] Has 'pdfized' rendering changed?

Jim Fenton <fenton@bluepopcorn.net> Fri, 27 May 2022 19:06 UTC

Return-Path: <fenton@bluepopcorn.net>
X-Original-To: tools-discuss@ietfa.amsl.com
Delivered-To: tools-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 255A3C15E40B for <tools-discuss@ietfa.amsl.com>; Fri, 27 May 2022 12:06:59 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.096
X-Spam-Level:
X-Spam-Status: No, score=-2.096 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_ZEN_BLOCKED_OPENDNS=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001, URIBL_DBL_BLOCKED_OPENDNS=0.001, URIBL_ZEN_BLOCKED_OPENDNS=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=bluepopcorn.net
Received: from mail.ietf.org ([50.223.129.194]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XRcW58ZLDc32 for <tools-discuss@ietfa.amsl.com>; Fri, 27 May 2022 12:06:54 -0700 (PDT)
Received: from v2.bluepopcorn.net (v2.bluepopcorn.net [IPv6:2607:f2f8:a994::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7C153C15E6E0 for <tools-discuss@ietf.org>; Fri, 27 May 2022 12:06:54 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=bluepopcorn.net; s=supersize; h=Content-Transfer-Encoding:Content-Type: MIME-Version:Message-ID:Date:Subject:To:From:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=fTRAK4keSv6IqYjUwkQG1gI9B8yMi2xSzjbT5GcMFsI=; b=NkwbRyy07c5DHEMjcuN+3lpAKv 0rwVbI4qlptofnKR1Bkv/zjjvac8H4C2KnfugdSVjUHEzxCyeV30dbHk4WXL9sXwy19CHJoiRQGKg bw5hHJzAr2/6MpF9GeQiQ8ctSkzWlgQJ894qETuoHUd3CK4ocnM9mOiCp2oSy+ve6JOY=;
Received: from [64.71.6.2] (helo=[10.100.11.204]) by v2.bluepopcorn.net with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from <fenton@bluepopcorn.net>) id 1nufIT-0003xK-0L for tools-discuss@ietf.org; Fri, 27 May 2022 12:06:53 -0700
From: Jim Fenton <fenton@bluepopcorn.net>
To: tools-discuss <tools-discuss@ietf.org>
Date: Fri, 27 May 2022 12:06:51 -0700
X-Mailer: MailMate (1.14r5852)
Message-ID: <5055006F-4B93-4962-A938-B8C6F35EB058@bluepopcorn.net>
MIME-Version: 1.0
Content-Type: text/plain; markup="markdown"
Content-Transfer-Encoding: quoted-printable
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-discuss/-CiMH1G99GPg2eLo6VC5Z-M1UPQ>
Subject: [Tools-discuss] Has 'pdfized' rendering changed?
X-BeenThere: tools-discuss@ietf.org
X-Mailman-Version: 2.1.34
Precedence: list
List-Id: IETF Tools Discussion <tools-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tools-discuss/>
List-Post: <mailto:tools-discuss@ietf.org>
List-Help: <mailto:tools-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 27 May 2022 19:06:59 -0000

I went to create a pdfized rendering of an internet-draft for printing, and I notice that the pagination has gone haywire. Comparing a pdfization of a draft I did in March with one I created today from the same draft, it appears that the line spacing has increased and the typeface has changed slightly. The line spacing probably contributed to the problem.

I was having a problem with pagination of the first page (see https://github.com/ietf-tools/datatracker/issues/3653 ) but now things seem much worse. Is anyone else experiencing this?

-Jim