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

RE: [sqr-users] Image not appearing on Letters



For a PDF to pick up the image it has to be a JPEG. SPF files require a BMP.
If you need it to show in both file types, you might try to declare both
images and print them in the same location so that both file types can see
them.

Dave Benzenhafer 




-----Original Message-----
From: Lindquist, Maria [mailto:mlindqui@uwc.edu] 
Sent: Tuesday, April 01, 2003 11:34 AM
To: sqr-users@sqrug.org
Subject: RE: [sqr-users] Image not appearing on Letters


I can only get my images to show up in SQRW too. If anyone comes up with a
solution to get it to work on a SQR run thru the web (PDF) let me know. When
I run it thru the web it shows up as a box with an X in it. :(


-----Original Message-----
From: Rehan Khan [mailto:mr52385@yahoo.com] 
Sent: Tuesday, April 01, 2003 9:04 AM
To: sqr-users@sqrug.org
Subject: [sqr-users] Image not appearing on Letters



Hi,

I am trying to get an image ( signature ) on the letters created by an SQR.
It works great when I am testing in SQRW ( Windows ) environment, the file
that has the image is in SPF format. The code used to print the image in
Windows is as follows:

     declare-image signature
      Type=BMP-FILE
      Source='C:\Temp\ladyliberty.bmp'
    end-declare
 

   let #image_length = 8
   let #image_height = 6
   print 'Look at this picture: ' (+2,{midcol})
   print-image signature (+2,{midcol})
         image-size= (#image_length, #image_height)
  let #current_line_adj = #image_height +3
  print 'Any Comments?' (+#current_line_adj,{midcol})


But when I am trying to use the same code to print the file to Docutech(
Printer Name ) I dont get any image. The code for this is as follows: 

     declare-image signature
      Type=GIF-FILE
      Source='/t02/app/psft/ladyliberty.gif/'
    end-declare
                                                OR

     declare-image signature
      Type=JPEG-FILE
      Source='/t02/app/psft/ladyliberty.jpg/'
    end-declare


Ive tried GIF and JPG format and both doesnt work. The file that gets send
to the Docutech printer is in .LIS format.

Any Suggestions

RK

   

 

 



---------------------------------
Do you Yahoo!?
Yahoo! Tax Center - File online, calculators, forms, and more

_______________________________________________
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

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