PlaceGraphic File Command

PLACEGRAPHIC File Commands

Places a graphic file into a document.

placegraphic [FILE filepath] [FILTER name] [progress] [AT x y] [DOCUMENT name | WINDOW name]

FILE/s The filename and path of the file.

FILTER/k The filter to use.

Options: PICT|TIFF | IFFILBM | GIF|BMP | IFFDR2D | IFFILUS | JPEG | MACPAINT | PRODRAW | PCX | ILLUSTRATOREPS | FREEHANDEPS | ARTEXPRESSIONEPS | EPS.

progress/k Toggle to display a progress meter.

Options: STATUS | NOSTATUS (default).

AT/d The position at which to center the placed graphic. Default=center of window.

DOCUMENT/s The document name. Default=current.

WINDOW/s The window name. Default=current.

If the FILE parameter is not specified, a file selector will open.

If the FILTER paragraph is not specified, the Place Graphic dialog box will open.

Examples:

placegraphic 'PageStream:Graphics/Logo.EPS' ยจ
   at 3.25i 4.125i status

 

PlaceGraphic  Command Definition  url:PGScmd/placegraphic
  created:2006-03-30 17:46:00   last updated:2006-03-30 17:46:00
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For PlaceGraphic
Dan Kilroy wrote...2006-05-04 16:36:28

Script command submitted from PageStream internal documentation. Needs to be checked and merged with the command documentation above.

Gets the {...} .

PlaceGraphic ([FILE "file"] [FILTER filtername] [STATUS | NOSTATUS] [ASIS | AT X Y | USER] [PAGE document:...-pagenum | MPG document:...-masterpage:side | DOCUMENT document | WINDOW document-window])

Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For PlaceGraphic