From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/64687 Path: news.gmane.org!not-for-mail From: Henning Hraban Ramm Newsgroups: gmane.comp.tex.context Subject: Re: Html to pdf using pragma script Date: Tue, 21 Dec 2010 09:13:00 +0100 Message-ID: <2D1B9714-4C9A-4EE0-9C5E-05D784033C1F@fiee.net> References: <60FCDB26-6B1B-4D02-9705-C5C3AD3C53C6@gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset="us-ascii"; Format="flowed"; DelSp="yes" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1292919204 29608 80.91.229.12 (21 Dec 2010 08:13:24 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 21 Dec 2010 08:13:24 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Tue Dec 21 09:13:20 2010 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PUxLU-00031O-II for gctc-ntg-context-518@m.gmane.org; Tue, 21 Dec 2010 09:13:20 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id A8345CA920; Tue, 21 Dec 2010 09:13:19 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id V-sqKfogH7Ao; Tue, 21 Dec 2010 09:13:16 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id CA12FCA90C; Tue, 21 Dec 2010 09:13:16 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 9CE30CA90C for ; Tue, 21 Dec 2010 09:13:15 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id rUc3YLd2KVEB for ; Tue, 21 Dec 2010 09:13:04 +0100 (CET) Original-Received: from filter4-til.mf.surf.net (filter4-til.mf.surf.net [194.171.167.220]) by balder.ntg.nl (Postfix) with ESMTP id 02138CA907 for ; Tue, 21 Dec 2010 09:13:03 +0100 (CET) Original-Received: from turan.fiee.net (turan.fiee.net [87.230.77.106]) by filter4-til.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id oBL8D2mv000980 for ; Tue, 21 Dec 2010 09:13:03 +0100 X-No-Auth: unauthenticated sender Original-Received: from turan.fiee.net (lvps87-230-77-106.dedicated.hosteurope.de [127.0.0.1]) by turan.fiee.net (Postfix) with ESMTP id 23E6435D44024 for ; Tue, 21 Dec 2010 09:13:02 +0100 (CET) Original-Received: from [10.128.9.9] (56-197.76-83.cust.bluewin.ch [83.76.197.56]) by turan.fiee.net (Postfix) with ESMTP for ; Tue, 21 Dec 2010 09:13:01 +0100 (CET) In-Reply-To: X-Mailer: Apple Mail (2.936) X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=87.230.77.106; country=DE; region=07; city=Host; latitude=51.6500; longitude=6.1833; http://maps.google.com/maps?q=51.6500,6.1833&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 05DJId2Bm - d3c202d4515e - 20101221 X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.216 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:64687 Archived-At: Am 2010-12-21 um 03:12 schrieb Anand Raj: > my need is to convert the html page to pdf and this html contains > svg and mathml content. > I have linux environment > > 1. What are things to be installed to fulfill my need > 2. how to convert html --> xml --> pdf using context (may be the > commands) There's nothing ready-made that you can use out-of-the-nonexistant-box. ConTeXt is (part of) a programmable system that you can and must adapt to your needs. It's not that hard, but you can't expect us to provide you with a complete solution for your fuzzy needs. If you're ready to throw in some money, then there are enough hireable consultants here to do your work for you. - Install ConTeXt minimals. - Learn how to use ConTeXt generally. - Learn how to use ConTeXt with XML input. - Write your conversion settings of HTML to ConTeXt, since there is and can be no general solution. (Only proper XHTML can work at all!) - I guess you must write the SVG code to a buffer first to be able to use it as graphics input. - I don't know about MathML, probably also there are some setups to do. - Don't forget to write about your experiences in our wiki pages, in articles for TeX magazines, presetations at TeX conferences and perhaps in a MyWay tutorial. Greetlings from Lake Constance! Hraban --- http://www.fiee.net/texnique/ http://wiki.contextgarden.net https://www.cacert.org (I'm an assurer) ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________