Rocksolid Light

Welcome to Rocksolid Light

mail  files  register  newsreader  groups  login

Message-ID:  

As of next Thursday, UNIX will be flushed in favor of TOPS-10. Please update your programs.


devel / comp.lang.tcl / Announce: tclMuPdf 2.4 - rendering of Pdf pages and interactive features

SubjectAuthor
* Announce: tclMuPdf 2.4 - rendering of Pdf pages and interactive featuresaldo.w....@gmail.com
`- Announce: tclMuPdf 2.4 - rendering of Pdf pages and interactiveAshok

1
Announce: tclMuPdf 2.4 - rendering of Pdf pages and interactive features

<f0db0b64-a0fc-451d-8fdb-3aa299f75e3cn@googlegroups.com>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=11843&group=comp.lang.tcl#11843

  copy link   Newsgroups: comp.lang.tcl
X-Received: by 2002:a05:6214:a64:b0:635:e204:35dc with SMTP id ef4-20020a0562140a6400b00635e20435dcmr7171qvb.9.1689288553163;
Thu, 13 Jul 2023 15:49:13 -0700 (PDT)
X-Received: by 2002:a05:6870:35c5:b0:1b0:1d65:8bf1 with SMTP id
c5-20020a05687035c500b001b01d658bf1mr2789689oak.0.1689288552797; Thu, 13 Jul
2023 15:49:12 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border-2.nntp.ord.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.tcl
Date: Thu, 13 Jul 2023 15:49:12 -0700 (PDT)
Injection-Info: google-groups.googlegroups.com; posting-host=93.44.166.97; posting-account=CpQfUQoAAACWuSZdT5zfmIK7a0FfbQ0B
NNTP-Posting-Host: 93.44.166.97
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <f0db0b64-a0fc-451d-8fdb-3aa299f75e3cn@googlegroups.com>
Subject: Announce: tclMuPdf 2.4 - rendering of Pdf pages and interactive features
From: aldo.w.buratti@gmail.com (aldo.w....@gmail.com)
Injection-Date: Thu, 13 Jul 2023 22:49:13 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Lines: 24
 by: aldo.w....@gmail.com - Thu, 13 Jul 2023 22:49 UTC

I'm pleased to announce a new release of tclMuPF

tclMuPdf is a porting of the MuPdf framework (see at mupdf.com), for fast and high-quality rendering of PDF pages, but you can also use it for some batch automation tasks such as filling a PDF-form or extracting data from a PDF-form, extracting images ... and many other more or less useful tasks.

It's a C extension, distributed with precompiled binaries in a single package for Windows x64, Linux x64 and MacOS.

See
https://wiki.tcl-lang.org/page/tclmupdf for details

CHANGES (version 2.4)
---------------
14-jul-2023 - Version 2.4 - based on MuPDF 1.22.2
* New command mupdf::new for creating a new empty PDF
* New methods for adding/deleting/moving pages
* New method addimage: insert a jpg/png image
* BUGFIX: critical typo error in "graft" method (causing missing sync when a related doc is closed). NOW FIXED.
* BUGFIX saveImage : CRASH if "-from" is greater than the page size. Now FIXED

Re: Announce: tclMuPdf 2.4 - rendering of Pdf pages and interactive features

<u9efrr$3brt2$3@dont-email.me>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=11871&group=comp.lang.tcl#11871

  copy link   Newsgroups: comp.lang.tcl
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: apnmbx-public@yahoo.com (Ashok)
Newsgroups: comp.lang.tcl
Subject: Re: Announce: tclMuPdf 2.4 - rendering of Pdf pages and interactive
features
Date: Fri, 21 Jul 2023 23:09:07 +0530
Organization: A noiseless patient Spider
Lines: 25
Message-ID: <u9efrr$3brt2$3@dont-email.me>
References: <f0db0b64-a0fc-451d-8fdb-3aa299f75e3cn@googlegroups.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Fri, 21 Jul 2023 17:39:07 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="17f82b159822c5cb257333b37bfaa497";
logging-data="3534754"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX187fD/9ewvjRLRLjl10qsFm"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.10.0
Cancel-Lock: sha1:M2cVaD09oA+IssXurPvVjaVM1X4=
In-Reply-To: <f0db0b64-a0fc-451d-8fdb-3aa299f75e3cn@googlegroups.com>
Content-Language: en-US
 by: Ashok - Fri, 21 Jul 2023 17:39 UTC

Excellent stuff

/Ashok

On 7/14/2023 4:19 AM, aldo.w....@gmail.com wrote:
> I'm pleased to announce a new release of tclMuPF
>
> tclMuPdf is a porting of the MuPdf framework (see at mupdf.com), for fast and high-quality rendering of PDF pages, but you can also use it for some batch automation tasks such as filling a PDF-form or extracting data from a PDF-form, extracting images ... and many other more or less useful tasks.
>
> It's a C extension, distributed with precompiled binaries in a single package for Windows x64, Linux x64 and MacOS.
>
> See
> https://wiki.tcl-lang.org/page/tclmupdf for details
>
>
> CHANGES (version 2.4)
> ---------------
> 14-jul-2023 - Version 2.4 - based on MuPDF 1.22.2
> * New command mupdf::new for creating a new empty PDF
> * New methods for adding/deleting/moving pages
> * New method addimage: insert a jpg/png image
> * BUGFIX: critical typo error in "graft" method (causing missing sync when a related doc is closed). NOW FIXED.
> * BUGFIX saveImage : CRASH if "-from" is greater than the page size. Now FIXED
>


devel / comp.lang.tcl / Announce: tclMuPdf 2.4 - rendering of Pdf pages and interactive features

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor