Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connectionsFrom: Lester Thorpe Subject: Re: Windows victims: go ahead and pretend you don't want or need the greatest PC software available Newsgroups: comp.os.linux.advocacy References: <6638465a$0$8092$882e4bbb@reader.netnews.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Lines: 16 Path: ...!weretis.net!feeder9.news.weretis.net!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!feeder.usenetexpress.com!tr2.iad1.usenetexpress.com!news.usenetexpress.com!not-for-mail Date: Wed, 08 May 2024 14:31:24 +0000 Nntp-Posting-Date: Wed, 08 May 2024 14:31:24 +0000 X-Received-Bytes: 1202 Organization: UsenetExpress - www.usenetexpress.com X-Complaints-To: abuse@usenetexpress.com Message-Id: <17cd89ed05d9e9e6$192198$3582942$802601b3@news.usenetexpress.com> Bytes: 1600 On Wed, 8 May 2024 09:51:03 -0400, Chris Ahlstrom wrote: > ImageMagick is cool. I use "convert" to create a PDF document to send > filled-in forms. Scan each page and save as a JPEG, numbered to ensure page > ordering, then: > If you're scanning text documents, JPEG is a poor format. You should use PNG or, the best, JBIG2. Also, ImageMagick is poor for creating PDF files. USE img2pdf or jbig2enc: https://github.com/agl/jbig2enc https://gitlab.mister-muffin.de/josch/img2pdf