Abpujar
Explorer
Abpujar
Explorer
Activity
‎Aug 30, 2022
05:53 AM
Anyone with the solution?
... View more
‎Aug 30, 2022
05:51 AM
Anyone with the solution?
... View more
‎Aug 25, 2022
05:54 AM
Hi all , I have a question regarding drop shadow effect. In illustrator drop shadow doesn’t have any property but we can able to apply drop shadow effect using <LiveEffect > tag. But there is no alternate method to retrieve the drop shadow values. why? How to get the value of the blur which is applied to the shadow.? I’ve not found any solution regarding retrieving drop shadow details. Thank you
... View more
‎Aug 23, 2022
01:41 AM
Hi all , I have a question regarding drop shadow effect. In illustrator drop shadow doesn’t have any property but we can able to apply drop shadow effect using <LiveEffect > tag. But there is no alternate method to retrieve the drop shadow values. why? I’ve not found any solution regarding retrieving drop shadow details. Thank you.
... View more
‎Aug 22, 2022
01:44 AM
Oooops!! I was comparing it with indesign. In indesign we can adjust the angle of the drop shadow using angle, but in illustrator we can adjust offset value to change the angle of the drop shadow. Is there any solution to Retrieve Drop Shadow details through script? I didn’t find any solution .
... View more
‎Aug 18, 2022
05:45 AM
Hi all, we can apply angle and distance in drop shadow effect, can please anyone help me , how to apply angle and distance value of drop shadow effect here ? xmlstring = '<LiveEffect name="Adobe Drop Shadow"><Dict data="R vert 7 R opac 0.75 B pair 1 R dark 100 R horz 14.655 R blur 5 I blnd 1 I csrc 0 "/></LiveEffect>'; app.documents[0].selection[0].applyEffect(xmlstring) ;
... View more
‎Aug 15, 2022
08:44 PM
Hi @m1b I’ve applied drop shadow manually to the image. now I want to retrieve the values through script.can you please help me.
... View more
‎Aug 14, 2022
09:35 AM
Hi @m1b thank you so much for the reply. We can apply drop shadow effect through script but how can we retrieve those details?? Please help me i didn't get any solution to retrieve drop shadow effect.
... View more
‎Aug 13, 2022
03:14 AM
Hi all, here I’ve attached the image, that image has been applied drop shadow , I want to retrieve the drop shadow details using script, can please anyone help me to get the solution. Thank you.
... View more
‎Aug 12, 2022
10:43 PM
Hi all , how to retrieve the details of drop shadow effects of the image in illustrator using script. Thank you.
... View more
‎Aug 11, 2022
06:01 AM
Hi all , we can apply clipping mask to a group in illustrator. Is it possible to apply clipping mask in indesign? if yes, then how can we apply clipping mask in indesign using script.
... View more
‎Aug 11, 2022
05:58 AM
Hi all , we can apply clipping mask to a group in illustrator. Is it possible to apply clipping mask in indesign? if yes, then how can we apply clipping mask in indesign using script.
... View more
‎Aug 08, 2022
09:07 PM
Hi @m1b , while unembeding RasterImage the progress bar is displaying automatically during the process of exporting file .that progress bar is not required , is it possible to remove this progress bar? Thank you.
... View more
‎Aug 04, 2022
09:44 PM
Hi @m1b , I’ve tried retrieving scaling script which you have sent. while retrieving scaling details of the PlacedItem . I am having some issue for some images , here I’ve attached document which causes issue. In the document I’ve not applied any scaling but while retrieving scaling details it shows - ve value for vertical scaling. I don’t know what’s wrong with that image ,the script will work fine for other images. Can you please check on this issue. Thank you.
... View more
‎Aug 03, 2022
08:01 PM
Hi @m1b can you please help me to rretrieve the shear angle details of pathItem and placedItem.
... View more
‎Jul 22, 2022
05:02 AM
Hi @m1b your script is working absolutely fine. Thank you so much for helping. I have another issue. in the above script is used to converting RasterImage to placedItem while doing unembedding. Now how can we convert that converted placedItem to RasterItem, We can use embed() method but while using this method it will create clip group to a image. But I don’t want to create a clip group while embedding.
... View more
‎Jul 20, 2022
05:56 AM
1 Upvote
Hi @m1b a big hug to you, thank you for taking your time to prepare this script. While testing this script I got error in - "// relink to the embedded image var newImage = oldImage.layer.placedItems.add(); newImage.file = file;" This line ,here the newImage is not getting file property so the next line will get error. Is it possible to convert the rasterItem to placedItem??
... View more
‎Jul 20, 2022
03:14 AM
1 Upvote
Hi all , is it possible to convert RasterItem to placedItem in illustrator? Using script. i have rasterise the placedItem manually but when I check it through the script It shows the typename as placedItem.
... View more
‎Jul 18, 2022
01:20 AM
Hi @m1b still I’m confused, is there any script to get the raster image file details (i.e image name, location, size etc)for the pdf which I have shared.
... View more
‎Jul 17, 2022
10:09 PM
Hi @m1b in this file I’ve copied image from other document and placed it in illustrator, now the image typename is rasterItem , here I’m not getting file property to this image.(here the image extension is .eps).is there any other way to retrieve the file details without using file property?
... View more
‎Jul 14, 2022
03:53 AM
Hi @m1b how can we retrieve raster image file details like image name, size, location etc..all these things belongs to file property.how can we retrieve all these details without using file property? is there any other way to retrieve those details.
... View more
‎Jul 12, 2022
06:26 AM
Hi @m1b the above code is still not working on different images. can u please check it once.
... View more
‎Jul 09, 2022
01:19 AM
Hi @m1b still it is not working properly. I have tried it with different images.
... View more
‎Jul 05, 2022
12:43 AM
Hi @ here I’ve not applied any scaling to this image but still it shows vertical scale value -100.
... View more
‎Jul 04, 2022
08:26 AM
var xScale = Math.sqrt(my_matrix.mValueA my_matrix.mValueA + my_matrix.mValueB my_matrix.mValueB); var yScale = Math.sqrt(my_matrix.mValueC my_matrix.mValueC + my_matrix.mValueD my_matrix.mValueD); xScale = xScale * 100; yScale = yScale * 100; Here I’m getting scaling value , how can we identify whether the image has been flipped or not after applying scaling.if the image has been flipped horizontally then the horizontal scaling value should be -100. How can we calculate ?
... View more
‎Jul 04, 2022
05:15 AM
Hi @m1b i’ve tried ur updated script still I’m getting the same result as previous, I just want if the image has been flipped after applying scaling then the value should be -ve (-100). if we have manually given -ve scaling value the image will be flipped.
... View more
‎Jul 04, 2022
01:04 AM
for example If we give -100% horizontal ,100%vertical scale , in this scenario the image will be flip horizontally,(here I need to get the horizontal value as -ve). If we give 100% horizontal ,-100% vertical scale ,in this scenario the image will be flip vertically. if the image has been applied -ve scaling ,then I need to get -ve value. how can we know whether the image has been flipped or not after applying scalingscaling using script.
... View more