> ## Documentation Index
> Fetch the complete documentation index at: https://www.anything.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# iLovePDF

> Integrate iLovePDF capabilities into your application

Connect your app to iLovePDF's API to convert URLs to PDFs. More functionality will come soon!

## Overview

<CardGroup cols={2}>
  <Card title="Create Developer Account" icon="user">
    Sign up and configure your iLovePDF Developer account.
  </Card>

  <Card title="Get API Key" icon="key">
    Generate your iLovePDF API key.
  </Card>

  <Card title="Connect to Anything" icon="plug">
    Add your credentials to Anything's secrets.
  </Card>
</CardGroup>

## Account Setup

<Steps>
  <Step title="Create an iLovePDF Developer Account">
    Go to [iLovePDF Developer Portal](https://developer.ilovepdf.com/).

    <img src="https://mintcdn.com/create/h7brMl8OkFSdcGO6/images/ilovepdf/homepage.png?fit=max&auto=format&n=h7brMl8OkFSdcGO6&q=85&s=8a8716c950b988f72e2c2b1cff8506b1" style={{ borderRadius: '0.5rem'}} width="2700" height="1284" data-path="images/ilovepdf/homepage.png" />
  </Step>

  <Step title="Sign In">
    Click "Register" to create a new account.

    <img src="https://mintcdn.com/create/h7brMl8OkFSdcGO6/images/ilovepdf/signup.png?fit=max&auto=format&n=h7brMl8OkFSdcGO6&q=85&s=c9beb57ccaac03ede7ba7114b3431a81" style={{ borderRadius: '0.5rem' }} width="2560" height="1056" data-path="images/ilovepdf/signup.png" />
  </Step>
</Steps>

## Generate API Key

<Steps>
  <Step title="Get Your API Key">
    1. In your application settings, find and copy your API key.

    <img src="https://mintcdn.com/create/h7brMl8OkFSdcGO6/images/ilovepdf/apigen.png?fit=max&auto=format&n=h7brMl8OkFSdcGO6&q=85&s=c036182a86fafc2e0e21a05d2ed16f56" style={{ borderRadius: '0.5rem' }} width="2686" height="1256" data-path="images/ilovepdf/apigen.png" />

    <Warning>
      Keep your API key secure - it grants access to your iLovePDF account.
    </Warning>
  </Step>
</Steps>

## Add to Anything project

<Steps>
  <Step title="Add the Integration">
    1. In your Anything project, type `/` in chat.
    2. Select "iLovePDF" from the menu.
  </Step>

  <Step title="Add Your Credentials">
    1. Paste your API key into "ILOVEPDF\_API\_KEY".

    <Tip>
      Need new credentials? Regenerate in the iLovePDF Developer Portal.
    </Tip>
  </Step>

  <Step title="Start Building">
    Use prompts to implement iLovePDF features:

    * `Convert this webpage to PDF files using /iLovePDF`
    * `Create a PDF document with /iLovePDF`
    * `I want this webpage to PDF using /iLovePDF`

    <Warning>
      Ask the agent to show a helpful message if the connection fails.
    </Warning>
  </Step>
</Steps>

<Tip>
  iLovePDF integration complete! Use `/iLovePDF` in chat to access PDF manipulation capabilities.
</Tip>
