[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

RE: [sqr-users] Rendering an eps-file



According to the sqr reference, under declare-image:
SOURCE – Specifies the name of a file containing the image. The file must be
in the SQRDIR directory or you must specify the full path.

Note:   If the file is not in the SQRDIR directory, the full path or no path
should be given. A relative path will not do since you need to know where
you execute the file from.

If you don't want to specify the path, it should also work if the source
file is in the same directory that you are in when you execute the sqrw
command.

Steve.



-----Original Message-----
From: sqr-users-admin@sqrug.org [mailto:sqr-users-admin@sqrug.org]On
Behalf Of Parks, Sam
Sent: Tuesday, 1 July 2003 4:18 AM
To: 'sqr-users@sqrug.org'
Subject: [sqr-users] Rendering an eps-file


Subject: Rendering an eps-file

When I try and render an eps-file I get a box and a diagonally line through
it.  Does anyone have any idea?
The postscript file that gets created and the eps file are located in the
same directory when I try to look at my document.

Thanks

begin-program
do main
end-program

begin-setup

  declare printer
          type        = postscript
          orientation = portrait
          left-margin = 1.0

  declare-image orclogo
        type = eps-file
        source = 'orclogops.eps'
        image-size = (40,4)
  end-declare

end-setup

begin-procedure main
    print-image orclogo (5,5)
end-procedure main


Sam Parks

1-310-846-4218     email: sam.parks@orcinc.com <mailto:sam.parks@orcinc.com>




_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users

_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users