X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Yahoo-Newman-Id: 35286 DOT 75969 DOT bm AT omp1024 DOT access DOT mail DOT sp2 DOT yahoo DOT com DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=sbcglobal.net; h=DKIM-Signature:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:From:Content-Type:Content-Transfer-Encoding:Subject:Date:Message-Id:To:Mime-Version:X-Mailer; b=gNnd+Jixc5iiPhnZkeEQamjJXPAKM3LLJs7dyNDHI126jKQb8kllyhiQQqDuOa92vovkA21+p/1A8vMfqQO4510VjG5rDbm5PQYqKa+TO6DwfKltFsSirIpxtkp2m5ndAocPhlJW3W1DqJHjq95wuivanZlD6yHlRPhe31YNM/k= ; DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sbcglobal.net; s=s1024; t=1349106349; bh=Utp0GglQzAgO4qSu7FcdSbz57ROCQueti7w2SPlGZQA=; h=X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:From:Content-Type:Content-Transfer-Encoding:Subject:Date:Message-Id:To:Mime-Version:X-Mailer; b=0LPYsAJMNWqWlgrc0QXc0Mg1YJkw4AOUU+ToyfG+ebSYWx+FICc57ubN5lNEhDOj2RCLdGiNx6El0OFyZIi9tCCN9uy/pWBP5ZViGdLq6tWZrIApuBZnE4FMe3eWauwOYfBaDEFSfaR6Zb6Bj8JcM2VJRlRXTGoMDXJYuvckAgw= X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: WT2z.AsVM1kcsm97hlZ.tGjTQkkMfr5_hdQQL91ix73x6Fn daMl4xAYKV.YH8fRpxKIX.FCr3804i0OwhiW5w3TXoQypp1tviPRMkk.peQF QRnNRdC6BYfIlPqk.qEzlGOtB2Iwx.P8cbXD5nc1vVvBthsG_k2VcZo7hNpP i9_D_F3t4UGkvXwQpjjfdFqBYtzuB30zOZzs59QMk1gJG7aSasMEy.qCnfQD vK.DXzwS6kGiOG9AJJf8E1j3bCu3e8bDSK7JQm3kkh1n9OPBYqZRwpJ4x3ns ApFDNvSx.Xo500rsQ8xFoGwRF.HQwK6T66Yul7e2uEut0XVabG0wVyBhDi2E NXEVgaMhdXXKy_Bk1eHHLpcZBs3avmUS1f3hCTcIoZC02jPfjFP0Rd_dV.nP 9lJzi2wqkLpT8rHkKqXBsCk9B9cv.GLyMYpSw2aDweDSEmM38J_vosWaQHxK SeLqjn9h8E_yttW6KRHtAIP_AZ.k6SYWQ X-Yahoo-SMTP: b8jVkbOswBAqZ4BhECp7nxPJUfTGEnEGv_G4qgQeZMeAbA-- From: Edward Hennessy Content-Type: text/plain; charset=us-ascii Subject: [geda-user] Command Line Printing Date: Mon, 1 Oct 2012 08:45:48 -0700 Message-Id: To: geda-user AT delorie DOT com Mime-Version: 1.0 (Apple Message framework v1283) X-Mailer: Apple Mail (2.1283) Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id q91Fjui1017952 Reply-To: geda-user AT delorie DOT com I required a bit more functionality with printing gschem schematics. So, I created a command line utility to convert schematics to a PDF file. This utility is checked into main. Just list all the schematics in order on the command line in order of the pages output into the PDF file. The output will be in the file output.pdf. For example: gsch2pdf schematic-1.sch schematic-2.sch schematic-3.sch Options can be configured in the file system-gsch2pdf, and a local gsch2pdf can be created if needed. Some features are not supported currently, such as overbars and pictures. Cheers, Ed