From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/15112 Path: main.gmane.org!not-for-mail From: techw@siritech.com Newsgroups: gmane.comp.tex.context Subject: Images Date: Wed, 12 May 2004 15:45:30 +0530 Sender: ntg-context-admin@ntg.nl Message-ID: Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1084355099 3395 80.91.224.253 (12 May 2004 09:44:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 12 May 2004 09:44:59 +0000 (UTC) Cc: ashwini.heerekar@siritech.com, suresh.marur@tumbleweed.com Original-X-From: ntg-context-admin@ntg.nl Wed May 12 11:44:52 2004 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BNqIG-0004K4-00 for ; Wed, 12 May 2004 11:44:52 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 3AB1A10AF0; Wed, 12 May 2004 11:40:34 +0200 (MEST) Original-Received: from www.siri.co.in (www.siritech.com [203.196.147.67]) by ref.ntg.nl (Postfix) with ESMTP id C8EF510AF0 for ; Wed, 12 May 2004 11:38:33 +0200 (MEST) Original-Received: from yamuna.siri.co.in (yamuna.siritech.com [203.196.147.66]) by www.siri.co.in (Postfix) with ESMTP id 6ED22FE4C; Wed, 12 May 2004 09:43:51 +0000 (UTC) Original-To: ntg-context@ntg.nl X-Mailer: Lotus Notes Release 5.0.8 June 18, 2001 X-MIMETrack: Serialize by Router on Yamuna/Siri(Release 5.0.5 |September 22, 2000) at 05/12/2004 03:45:29 PM Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:15112 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:15112 Hello all! Thanks for all your suggestions. I am capturing screenshots and saving them as .eps images using Jasc Paint Shop Pro 8. I then convert the eps images to PDF using "convertall2pdf"(on the command line) which is the batch file that Ghostscript uses. I am sending through the script of "Convertall2pdf". @echo off PATH=%PATH%;c:\gs\gs8.13\lib;c:\gs\gs8.13\bin; for /F %%i in ('dir /b *.eps') do ps2pdf %%i %%i.pdf When I then use context tags \placefigure {test} {\externalfigure[Image1-4][type=pdf,preset=yes]} \blank I still get blank gray boxes in the output. Why does this happen? How do I solve this problem? Does it have anything to do with the bounding box? How do I fix the bounding box? Thanks and regards, -priya