From owner-freebsd-questions@freebsd.org Thu Aug 3 03:26:07 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 93BCEDC5A07 for ; Thu, 3 Aug 2017 03:26:07 +0000 (UTC) (envelope-from wfdudley@gmail.com) Received: from mail-yw0-x230.google.com (mail-yw0-x230.google.com [IPv6:2607:f8b0:4002:c05::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5897C6401C for ; Thu, 3 Aug 2017 03:26:07 +0000 (UTC) (envelope-from wfdudley@gmail.com) Received: by mail-yw0-x230.google.com with SMTP id s143so1127854ywg.1 for ; Wed, 02 Aug 2017 20:26:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=RXsyzLoiS+IPA+C/ATQzi2nJfCVXXZBjhXdB7SERrs0=; b=N1hQQClhdBmyNu61VY0K4bJbTFz2PfxFilwdUhcXMp7tAFgPuGJstIy+YhjKrXJWJ5 3OW4m3ZRspKizngLycmHlJkFjiVykKnvNlGiobORhbHqcbfw+TO53op8TzZLcicFJsQl k5uwEH6/YOPrxDkIpptDM1OAgLmT6dgiPE1yKO4VpRcvkOzU/5+qoVIxkbRlh84OquH5 0JjIe18Ly5XUIi9MWmLDWzRzWQDNsfKyz88R6+kc5nHknbtaULmA+gD7rm4XBFz2zVwr ttQuc5KrxRg21Uekk8jh2qm35fOCwtfplpJVocrSStdlSLDumjowuDlDf4i4Z+OJZwji +EoA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=RXsyzLoiS+IPA+C/ATQzi2nJfCVXXZBjhXdB7SERrs0=; b=X0rFtUR/KeKnoxqiFcn1pPL0CqDaW5x9wyzAImmnwh2qS9+UGdYjiOxoQcsDDB404u y27TpcLGV1e1DlPaBuJPcy+iQlXYn1vR1V2myNuRDtUP/J9fbP61wEP9sZsLIwHIUpjn RwdIP3e3enoj/gmmr4rzYuIbspBd629qN2asH1V0L1+EyVy9E6cyNsxOo0TuSJRJZkCT RAdPXr/7+xIdmHWHF6c81iUtiVqV8Z9Wp2No6zxnUCao7z9Tp1zZ38kuKT2OlcRVxn8G hyKqsz4gadnLcqgnSyHi1/c//tui3Z2BNz3v9gqvceR+9qDTsjb1KLUcXRkQKKiWUs1t 6oyQ== X-Gm-Message-State: AIVw113W65Y6x4BZgbLOT9iHcK53nZ0mFyNDcFld0iL0su/0cYwqvgTz PLBQ19B0ClqDpKXso5n+bONxcF/Whw== X-Received: by 10.37.63.66 with SMTP id m63mr155129yba.295.1501730766249; Wed, 02 Aug 2017 20:26:06 -0700 (PDT) MIME-Version: 1.0 Received: by 10.37.246.17 with HTTP; Wed, 2 Aug 2017 20:26:05 -0700 (PDT) In-Reply-To: <85a6a91f-bf58-3d76-befa-6fee0a4bb6c8@paz.bz> References: <85a6a91f-bf58-3d76-befa-6fee0a4bb6c8@paz.bz> From: William Dudley Date: Wed, 2 Aug 2017 23:26:05 -0400 Message-ID: Subject: Re: html -> pdf conversion + pdf generation To: Jim Pazarena , freebsd-questions Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Aug 2017 03:26:07 -0000 troff (groff) document -> postscript document ps2pdf pdf So all you need is groff or troff and ps2pdf. Q.E.D. Bill Dudley This email is free of malware because I run Linux. On Wed, Aug 2, 2017 at 7:36 PM, Jim Pazarena wrote: > I've compiled a list of sites which offer some means of pdf creation. This > may (or may not) be of use to you. > I like the fpdf site at the top, as it seems to offer a fair bit of > flexibility. > > Can anyone offer any other sites / solutions for pdf generation? > > http://fpdf.org/ > > https://github.com/michaelrsweet/htmldoc/ > > https://wkhtmltopdf.org/ > > www.pdfreactor.com/ > > https://www.npmjs.com/package/html-pdf > > https://www.princexml.com/ > > https://htmlpdfapi.com/ > > http://www.html2pdfrocket.com/ > > https://www.sitepoint.com/convert-html-to-pdf-with-dompdf/ > > https://grabz.it/html-to-pdf-image-api.aspx > > http://www.htm2pdf.co.uk/html-to-pdf-api/ > > -- > Jim Pazarena fquest@paz.bz > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe > @freebsd.org" >