Adobe is a multinational computer software company that develops a wide range of software products, including Creative Cloud applications for graphic design, photography, video, and web development. Some of their popular products include Photoshop, Illustrator, InDesign, Premiere Pro, and Acrobat.
๐Ÿ”— Connect and Use Adobe
1. ๐Ÿ”‘ Connect your Adobe account
2. โœ… Select an action
3. ๐Ÿš€ Go live with the agent
What do you want to do?

API actions for Adobe for AI assitants/agents

Language
JS
PYTHON

Create PDF

Convert a document or image file to PDF format.
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.ADOBE_CREATE_PDF])

Merge PDFs

Combine multiple PDF files into a single document.
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.ADOBE_MERGE_PDFS])

Split PDF

Divide a PDF into multiple separate documents.
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.ADOBE_SPLIT_PDF])

Extract Text From PDF

Extract plain text content from a PDF file.
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.ADOBE_EXTRACT_TEXT])

Add Watermark

Apply a text or image watermark to a PDF document.
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.ADOBE_ADD_WATERMARK])

Compress PDF

Reduce the file size of a PDF document.
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.ADOBE_COMPRESS_PDF])

Convert PDF To Image

Convert PDF pages to image files (e.g., JPEG, PNG).
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.ADOBE_PDF_TO_IMAGE])

Add Password Protection

Secure a PDF with password encryption.
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.ADOBE_ADD_PASSWORD])

Remove Password Protection

Remove password protection from a PDF file.
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.ADOBE_REMOVE_PASSWORD])

Add Digital Signature

Apply a digital signature to a PDF document.
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.ADOBE_ADD_SIGNATURE])

OCR Scan

Perform Optical Character Recognition on a scanned PDF.
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.ADOBE_OCR_SCAN])

Rotate PDF Pages

Change the orientation of pages in a PDF document.
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.ADOBE_ROTATE_PAGES])

Add Page Numbers

Insert page numbers into a PDF document.
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.ADOBE_ADD_PAGE_NUMBERS])

Convert To PDF/A

Convert a PDF to PDF/A format for long-term archiving.
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.ADOBE_CONVERT_TO_PDFA])

Fill PDF Form

Automatically fill in fields in a PDF form.
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.ADOBE_FILL_FORM])

New Document Created

Triggered when a new document is created in Adobe Creative Cloud.
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.ADOBE_NEW_DOCUMENT_TRIGGER])

Document Edited

Triggered when an existing document is modified.
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.ADOBE_DOCUMENT_EDITED_TRIGGER])

Document Shared

Triggered when a document is shared with other users.
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.ADOBE_DOCUMENT_SHARED_TRIGGER])

Comment Added

Triggered when a comment is added to a document.
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.ADOBE_COMMENT_ADDED_TRIGGER])

Document Signed

Triggered when a document is electronically signed.
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.ADOBE_DOCUMENT_SIGNED_TRIGGER])

Form Submitted

Triggered when a PDF form is submitted.
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.ADOBE_FORM_SUBMITTED_TRIGGER])

Document Approved

Triggered when a document is approved in a review process.
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.ADOBE_DOCUMENT_APPROVED_TRIGGER])

Document Rejected

Triggered when a document is rejected in a review process.
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.ADOBE_DOCUMENT_REJECTED_TRIGGER])

Storage Quota Exceeded

Triggered when the user's storage quota is exceeded.
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.ADOBE_STORAGE_QUOTA_EXCEEDED_TRIGGER])

New Version Created

Triggered when a new version of a document is created.
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.ADOBE_NEW_VERSION_TRIGGER])

Document Exported

Triggered when a document is exported to a different format.
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.ADOBE_DOCUMENT_EXPORTED_TRIGGER])

Collaboration Invitation Sent

Triggered when a collaboration invitation is sent to a user.
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.ADOBE_COLLABORATION_INVITE_TRIGGER])

Document Deadline Approaching

Triggered when a document's deadline is approaching.
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.ADOBE_DEADLINE_APPROACHING_TRIGGER])

License Expiration Warning

Triggered when a user's Adobe license is about to expire.
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.ADOBE_LICENSE_EXPIRATION_TRIGGER])

New Font Activated

Triggered when a new font is activated in Adobe Fonts.
from composio_langchain import ComposioToolSet, Action tool_set = ComposioToolSet() tools = tool_set.get_tools(actions=[Action.ADOBE_NEW_FONT_ACTIVATED_TRIGGER])

Frequently asked questions

What is Composio.dev?

Composio.dev is a platform for building AI applications, designed to make the process of developing AI solutions super easy and fun! It provides a comprehensive set of tools and libraries that simplify the process of developing AI solutions, allowing you to focus on the creative aspects of your project without getting bogged down by the technical details.

How does Composio.dev support Adobe?

Composio.dev seamlessly integrates with Adobe, allowing you to leverage its capabilities within the Composio.dev platform. You can utilize Adobe to call functions across various platforms, including Google, GitHub, and others, making it a breeze to incorporate different services into your AI applications. Additionally, it supports user authentication via OAuth2 and can work in conjunction with other popular frameworks like LangChain and CrewAI, giving you the flexibility to build truly innovative AI solutions.

What models can I use with Adobe?

With Adobe, you have access to a wide range of state-of-the-art language models, including GPT-4o (OpenAI), GPT-3.5 (OpenAI), GPT-4 (OpenAI), Claude (Anthropic), PaLM (Google), LLaMA and LLaMA 2 (Meta), Gemini, and many others. This flexibility allows you to choose the model that best suits your specific use case, whether you're building a chatbot, a content creation tool, or any other AI-powered application. You can experiment with different models and find the one that delivers the best performance for your project.

How can I integrate Adobe into my project?

Composio.dev provides a seamless integration for Adobe, making it super easy to incorporate this powerful framework into your projects. You can leverage the Composio.dev API to call functions from Adobe, allowing you to tap into its capabilities with just a few lines of code. The SDK is available in Python, JavaScript, and TypeScript, so you can work with your preferred programming language and integrate Adobe into your projects seamlessly.

What is the pricing for Adobe?

Adobe is completely free to use, with a generous free tier that allows up to 1000 requests per month. This makes it accessible for developers and organizations of all sizes to explore and experiment with this powerful tool without any upfront costs. Whether you're a student working on a personal project or a startup building the next big thing, you can get started with Adobe without worrying about breaking the bank.

What kind of authentication is supported for Adobe?

Adobe supports OAuth2 authentication, ensuring secure and authorized access to its functionalities. You can leverage the Composio.dev API to handle authentication and call functions from Adobe seamlessly. The SDK is available in Python, JavaScript, and TypeScript for your convenience, making it easy to integrate authentication into your projects and keep your users' data safe and secure.

Can I add Adobe to my project?

Absolutely! You can easily incorporate Adobe into your project by utilizing the Composio.dev API. This API allows you to call functions from Adobe, enabling you to leverage its capabilities within your application. The SDK is available in Python, JavaScript, and TypeScript to facilitate integration, so you can work with the language you're most comfortable with and add Adobe to your project with ease.

What is the accuracy of Adobe?

Adobe is designed to provide highly accurate and reliable results, ensuring that your AI applications perform at their best. The integration with Composio.dev ensures precise function calls, enabling you to build robust and powerful AI applications with confidence. Adobe's comprehensive framework and the ability to leverage state-of-the-art models ensure reliable and accurate outcomes for your AI development needs, whether you're working on a chatbot, a content creation tool, or any other AI-powered project.

What are some common use cases for Adobe?

Adobe can be used for a wide range of AI applications, making it a versatile tool for developers and creators alike. Some common use cases include natural language processing, text generation, question answering, sentiment analysis, and more. It's particularly useful for building chatbots, virtual assistants, content creation tools, and other AI-powered applications that can help you automate tasks, engage with users, and create compelling content. Whether you're working on a personal project or building a product for your startup, Adobe can help you bring your ideas to life.

How does Adobe handle data privacy and security?

Data privacy and security are crucial considerations when working with AI systems, and Adobe takes these issues seriously. It follows industry best practices and adheres to strict data protection regulations, ensuring that your data is kept safe and secure. Adobe provides robust security measures, such as encryption and access controls, to ensure the confidentiality and integrity of your data. You can rest assured that your sensitive information is protected when using Adobe for your AI development needs.
+ Integrate seamlessly with your agentic frameworks
Composio Works with All Shapes and SizesComposio Works with All Shapes and SizesComposio Works with All Shapes and SizesComposio Works with All Shapes and SizesComposio Works with All Shapes and Sizes
Building for AI across continents๐Ÿงช