From owner-freebsd-questions@FreeBSD.ORG Mon Jan 5 00:52:04 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4C7A51065670 for ; Mon, 5 Jan 2009 00:52:04 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from mail-ew0-f21.google.com (mail-ew0-f21.google.com [209.85.219.21]) by mx1.freebsd.org (Postfix) with ESMTP id 9F7788FC12 for ; Mon, 5 Jan 2009 00:52:03 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: by ewy14 with SMTP id 14so8582570ewy.19 for ; Sun, 04 Jan 2009 16:52:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:received :x-authentication-warning:date:from:to:cc:subject:message-id :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=YA/VtOtqMwmKuL0A/A6QAnIoVCOzWKAr53M2W7D3yXM=; b=RUMnWc2VY1OgEN2p5uLjTteSY07KTWUf+wu3Pmb18MiXpeq26hLdAJyfDsm+8ScmgU RYBZ1+Ygm5GFp5rlenpK4iODYdjqeMRoK4BmsuypV9OiVOXZ/2E/30S4K3PAKkyXUy6i F7brCzPFz6uK/9LhyVsloVidG4PzN2YrPCmdU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=x-authentication-warning:date:from:to:cc:subject:message-id :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; b=Ma8we+OXy4Ot7Dn+xWunYBHx80g8M6KPa9MgCAyp95OCoktaS3OWAZxyM4C4h7a7Vc eYqJ6GH9cUYZ7IsOBzfwhhCXEe1rGepQ+ff1Wzl+XCLt9Nal7nBV9aNNKb+/zdVlRu49 FE5XhwwawVUoxJJqzzjUETDVOaMZxEfTRXVJ0= Received: by 10.210.51.18 with SMTP id y18mr23803879eby.103.1231116722661; Sun, 04 Jan 2009 16:52:02 -0800 (PST) Received: from darklight.homeunix.org ([85.175.24.248]) by mx.google.com with ESMTPS id g11sm14645802gve.4.2009.01.04.16.52.01 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 04 Jan 2009 16:52:02 -0800 (PST) Received: from darklight.homeunix.org (yuri@darklight.homeunix.org [127.0.0.1]) by darklight.homeunix.org (8.14.3/8.14.3) with ESMTP id n050pwam043276; Mon, 5 Jan 2009 03:51:58 +0300 (MSK) (envelope-from yuri.pankov@gmail.com) Received: (from yuri@localhost) by darklight.homeunix.org (8.14.3/8.14.3/Submit) id n050pvhM043275; Mon, 5 Jan 2009 03:51:57 +0300 (MSK) (envelope-from yuri.pankov@gmail.com) X-Authentication-Warning: darklight.homeunix.org: yuri set sender to yuri.pankov@gmail.com using -f Date: Mon, 5 Jan 2009 03:51:57 +0300 From: Yuri Pankov To: "B. Cook" Message-ID: <20090105005157.GB72474@darklight.homeunix.org> References: <496155B7.90304@poughkeepsieschools.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <496155B7.90304@poughkeepsieschools.org> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: freebsd-questions@freebsd.org Subject: Re: make pdf from webpage on webserver (no x11) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jan 2009 00:52:04 -0000 On Sun, Jan 04, 2009 at 07:35:03PM -0500, B. Cook wrote: > Trying to figure out how to print a webpage on the server, without a gui.. > > On the local test webserver that we have we are trying to figure out how > we can from php (or anything else) print a webpage to a pdf.. > > Anyone have a clue as to how to do this? > > Or is this some major php programming to make it happen? I'm using textproc/htmldoc to create PDFs from HTML. HTH, Yuri