RASHMI27093105mst7
Community Beginner
RASHMI27093105mst7
Community Beginner
Activity
Oct 16, 2023
03:39 AM
1 Upvote
Hi All, I want to identify the linked layers by using Photoshop SDK in C++. Can anyone please help me with the above!
... View more
Oct 16, 2023
01:25 AM
1 Upvote
Hi All, I want to get the adjustment layer Kind value by using Photoshop SDK in C++. I have attached the screenshot which contains different adjustment layer Kind values. Please provide C++ code to get the adjustment layer kind values. Can anyone please help me with the above!
... View more
Oct 13, 2023
03:48 AM
1 Upvote
Hi All, I want to get the each layer and layer group informations like visibility, blend mode and layer image data from the TIF file using C++ Can anyone please help me with the above!
... View more
Sep 21, 2023
04:52 AM
Hi All, I have retrieved the data of “.tif” file using “libtiff” library But the retrieved data is in photoshop specific format, I need to decode that data and make the data as readable format using C++ I have attached the file which contains the retrieved data. Can anyone please help me with the above!!
... View more
Sep 20, 2023
04:42 AM
Hi All, TIFFGetField(tif, 37724, &size, &data) Using the above code, I have retrieved the data of “.tif” file using “libtiff” library But the data is in below format, I need to decode that data and make the data as readable format using C++ I have attached the file which contains the retrieved data. Can anyoneplease help me with the above!!
... View more
Jul 07, 2023
11:48 PM
Hi Manan Joshi, Thank you for the update! While building the “DrawArt” project in Visual Studio 2022, getting error as “DrawArt.aip is not a valid Win32 application”. But “DrawArt.aip” file will get created inside Output folder of Adobe Illustrator 2023 SDK. Then i have copy this aip file and place it within the Plugins folder of the Illustrator application installation folder. After this, if i open Illustrator at that time Illustrator was quitting. Please let me know how can i solve this problem!
... View more
Jul 06, 2023
05:19 AM
Hi all, While running the “DrawArt” sample project from Adobe Illustrator 2023 SDK using Visual Studio in windows system, getting error as “DrawArt.aip” is not a valid Win32 application as shown in below screenshot. I m using, Python 3.10 Adobe Illustartor 2023 Visual Studio 2022 Windows 10 Pro with 64-bit operating system Can someone please help!
... View more
Jul 06, 2023
12:00 AM
Hi all, How can I run the sample project from Adobe Illustrator 2023 SDK in Windows Operating system with 64 bit architecture. Can anyone provide the steps for this. Can someone please help!
... View more
Jul 03, 2023
05:18 AM
Hi all, After running sample project from Adobe Illustrator 2023 SDK in windows system using Visual Studio 2022, .aip file is getting created. After adding .aip file inside the Illustrator Plug-ins folder, then if I open the illustrator, the app is getting quit. How to fix this issue. Can someone please help!!!
... View more
Apr 11, 2023
10:36 PM
Hi All how to get the color settings color management policies using adobe sdk . i retrieved "workspace color profile details" but struggling to get color management policies.. can we get this through c++ code . if yes provide some c++ code to get this..
... View more
Apr 11, 2023
10:32 PM
Hi All how to get the color setting color management policies as shown in the above fig. can we get this through script. if yes please provide some sample code to do this.. Thanks
... View more
Apr 03, 2023
11:11 PM
Hi Rick E Johnson, It's working fine, Thanks for the help!!!
... View more
Apr 02, 2023
09:07 PM
Hi Rick E Johnson, Thanks for the help!!! How to create new action to trigger “Select All Unused” flyout menu of swatches panel in illustrator sdk using c++ Can you please provide sample code for this.
... View more
Apr 01, 2023
03:16 AM
Hi all, AIAPI AIErr(* GetFlyoutMenu )(AIPanelRef inPanel, AIPanelFlyoutMenuRef &outFlyoutMenu) For the above code, what is the first parameter need to be passed for swatch panel.
... View more
Mar 16, 2023
01:40 AM
Hi all, If the document set to CMYK color, then how to retrieve the percentage of K value from CMYK color of the particular text in the document in illustrator sdk using c++.
... View more
Mar 15, 2023
05:06 AM
Hi Mr Patterson, Can you please provide sample code for the above description.
... View more
Mar 14, 2023
03:15 AM
Hi Test Screen Name, In Illustrator sdk 2023, there is no member function available in AIColor suite to iterate the function to get a list of colours.
... View more
Mar 14, 2023
03:03 AM
Hi all, How to retrieve unused swatch colours in the document by triggering “Select All Unused” menu option in swatches panel in illustrator sdk 2023 using c++. Please provide sample code for this.
... View more
Mar 13, 2023
09:14 PM
Hi A.Patterson, Thanks for the help!!! Can you please provide example code of retrieving all colours which are used in the document in illustrator sdk 2023 using c++
... View more
Mar 13, 2023
02:24 AM
Hi all, How to retrieve list of all colours in the document using illustrator sdk 2023 using c++ with sample example.
... View more
Mar 12, 2023
11:12 PM
Hi all, How to retrieve Document Raster Effect Settings details using illustrator sdk in c++. Give the example code
... View more
Mar 12, 2023
10:27 PM
Hi all, How to disable or remove CMYK colour in the document in illustrator sdk using c++ with sample example
... View more
Mar 12, 2023
08:31 PM
Thank you for your help!!! Undefined issue got solved.
... View more
Mar 10, 2023
11:02 PM
Hi A.Patterson, Thanks for the help!!! I have added IText.cpp and Text.h files in source folder, but still I’m getting undefined symbol error. Is there any steps I need to follow?
... View more
Mar 10, 2023
09:25 PM
Hi all, I’m facing below issue could anyone able to help me with this How to get list of all colours in Separations Preview panel in illustrator sdk using c++ Please provide sample code for this.
... View more
Mar 10, 2023
08:16 PM
Hi all, I’m facing below issue could anyone able to help me with this. const ai::ColorSpace colorSpace; const AIFloat* altColors = sAIColorSpace->GetSeparationAltColors(colorSpace); What value it will return with sample example.
... View more
Mar 09, 2023
08:18 PM
Hi all, How to retrieve missing fonts list in active document using illustrator sdk in c++ code.
... View more
Mar 07, 2023
11:00 PM
Hi all, I’m facing below issue, could anyone able to help me with this ATE::ITextFrame textFrame(textFrameRef); getting error as, “Undefined symbol: ATE::ITextFrame::ITextFrame(ATE::_TextFrame*)”.
... View more
Mar 07, 2023
08:23 PM
Hi all, I’m facing below issue could anyone able to help me with this. How to retrieve separations preview colour details in illustrator sdk using c++ with example code.
... View more
Nov 14, 2022
01:06 AM
Indesign Script to move the tagged element group based on the insertion point inside text frame
... View more