adobe-firefly-sdk
    Preparing search index...

    Type Alias ConvertPdfToInDesignData

    type ConvertPdfToInDesignData = {
        body: ConvertToInDesignRequest;
        headers: {
            Authorization: string;
            "x-api-key": string;
            "x-gw-ims-org-id"?: string;
        };
        path?: never;
        query?: never;
        url: "/v3/convert-pdf-to-indesign";
    }
    Index

    Properties

    This job request object specifies parameters for converting PDF to InDesign format.

    headers: {
        Authorization: string;
        "x-api-key": string;
        "x-gw-ims-org-id"?: string;
    }

    Type Declaration

    • Authorization: string

      The authorization token with bearer "token_value". For example: Bearer <access_token>.

    • x-api-key: string

      The API key as defined in Adobe's Developer Console.

    • Optionalx-gw-ims-org-id?: string

      This is the identifier for Adobe Identity Management Service (IMS) as defined in Adobe's Developer Console. This is optional.

    path?: never
    query?: never
    url: "/v3/convert-pdf-to-indesign"