ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Images
@ 2004-05-12 10:01 techw
  2004-05-12 11:28 ` Images olivier Turlier
  0 siblings, 1 reply; 4+ messages in thread
From: techw @ 2004-05-12 10:01 UTC (permalink / raw)
  Cc: suresh.marur, ashwini.heerekar

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. 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

^ permalink raw reply	[flat|nested] 4+ messages in thread
* Images
@ 2004-05-12 10:15 techw
  2004-05-12  9:55 ` Images Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: techw @ 2004-05-12 10:15 UTC (permalink / raw)
  Cc: ashwini.heerekar, suresh.marur

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-05-12 11:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-12 10:01 Images techw
2004-05-12 11:28 ` Images olivier Turlier
2004-05-12 10:15 Images techw
2004-05-12  9:55 ` Images Hans Hagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).