Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~917 People Reached
Favorite Forums
Favorite Tags
Member Avatar for arunprabhakar

[COLOR=black]This is the coding i have done in vb illustrator file is loading and we can make changes CODING --------- [/COLOR]Private Sub Command1_Click() Set appRef = New Illustrator.Application Set fol = fso.GetFolder("C:\ChemDraw\StePHOXTetrahedronRevised\Eps") Dim charStyle As Illustrator.CharacterStyle For Each fil In fol.Files Set docref = appRef.Open(fil) appRef.ActiveDocument.ActiveLayer.HasSelectedArtwork = True appRef.ActiveDocument.ActiveLayer.Opacity = …

Member Avatar for arunprabhakar
0
115
Member Avatar for arunprabhakar

i want an eps file image to b grayscale i cant get it please help me to get 1: opening a eps file 2: changing a color mode to grayscale 3: saving it 4: this has to done in a command button click MY CODING -------------- Private Sub Command1_Click() Fldr …

0
52
Member Avatar for arunprabhakar

HAI I HAVE ERROR IN RUNNING THIS PROGRAM I HAVE COPIED THE MAIN.H AND STRING .H. PLEASE GIVE THE SOLUTION AS SOON AS POSSIBLE CODING /* $Id: main.h,v 1.69 2005/01/18 06:19:46 prahl Exp $ */ #if defined(UNIX) #define ENVSEP ':' #define PATHSEP '/' #endif #if defined(MSDOS) || defined(OS2) #define ENVSEP …

Member Avatar for Ancient Dragon
0
750