From owner-freebsd-questions@FreeBSD.ORG Sun Sep 5 03:19:45 2010 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 DFD2610656B1 for ; Sun, 5 Sep 2010 03:19:45 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 6FF7E8FC15 for ; Sun, 5 Sep 2010 03:19:45 +0000 (UTC) Received: by wwb18 with SMTP id 18so1370984wwb.31 for ; Sat, 04 Sep 2010 20:19:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:reply-to :in-reply-to:references:date:message-id:subject:from:to:cc :content-type; bh=OWRVJ2kKdl61XeVFoKhwKwfpwcO/64KQsd7J8vU6MuA=; b=oPAinyaUG/B+DNgqo5oDWZwsEycOPOh3CJZuLpFSszwlpWCm7OtAOEA4XiFbX2VeC7 ErlWNSy5EhlO0x609eDgiyA5YaHlVQZxByzGeUnq2Y1mf0AwrG8dIqqBTP7U5ujIyf5O DTl6Zo4sMk6yzRQUm2Y4wmbuHf/Sy7SWx+NtU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; b=NW3vbk+yVoPYEOIkFHzbx819L/ZHjlOxAoMByHtD/ZrKAH/mmdH5hezBe45WJQNp5C Jn6abJhdWeYNez5+IESi5T7UjAHUNXwQwKxW/rnD38zq/eDDrSpxTfj2G1GySFCainL0 OqZeK1tyY5qYFGXMwSSizpfNSkbHqKGeo3Vfc= MIME-Version: 1.0 Received: by 10.216.188.211 with SMTP id a61mr1136509wen.15.1283656784286; Sat, 04 Sep 2010 20:19:44 -0700 (PDT) Received: by 10.216.63.146 with HTTP; Sat, 4 Sep 2010 20:19:44 -0700 (PDT) In-Reply-To: References: Date: Sun, 5 Sep 2010 03:19:44 +0000 Message-ID: From: "b. f." To: Chad Perrin Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org Subject: Re: PDF to HTML translations X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bf1783@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Sep 2010 03:19:46 -0000 On 9/5/10, b. f. wrote: >>What PDF to HTML translators, other than pdftohtml, am I likely to be >>able to find in ports? I went looking for pdf2html, expecting to find >>that there, but no luck. > > Off the top of my head: > > OpenOffice > graphics/xpdf (via pdftotext -htmlmeta, simplistic) > graphics/poppler-utils (pdftohtml) > I guess that you could also use converters/pdf2djvu + djvutoxml from graphics/djvulibre[-nox11]. b.