DissolveEPS Drawing Command

Separates an EPS object and its bitmap preview into two separate objects. The bitmap preview will become a separate picture object and the EPS object will no longer have a preview. This command is only applicable to EPS objects with bitmap previews.

dissolveeps [DOCUMENT name | WINDOW name | OBJECTID number]

DOCUMENT/s The document name.

WINDOW/s The window name.

OBJECTID/i The number of the object. Default=current.

Examples:
ARexx:

dissolve object dissolve object document 'project.doc'

 

DissolveEPS  Command Definition  url:PGScmd/dissolveeps
  created:2006-03-30 13:47:46   last updated:2006-08-18 11:35:34
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For DissolveEPS
Dan Kilroy wrote...2006-05-03 15:49:23

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

Dissolve the {...} .

DissolveEPS ([DOCUMENT document | WINDOW document window | OBJECTID objectid])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For DissolveEPS