Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] PDF-Maker V1 and images

From: kpeters:otaksoft at: 13-Aug-2007 15:10

While I am getting the hang of graphics & textboxes, images still elude me: Given an base-64 encoded JPG in C:\Logo.r logo: load %/c/logo.r [ page size 215.9 279.4 image 20 100 100 100 logo ] produces read errors in Acrobat Reader ("Read less image data than expected.") What am I missing or doing wrong? Thanks, as always, for all help Kai