Skip to main content
This topic is closed to new replies. Start a new post to keep the conversation going.

3 replies

Raymond Camden
Community Manager
Community Manager
November 8, 2024

It's possible the visualizer is using the includeStyling boolean on by default. Are you using that locally?

Participant
November 19, 2024
    $body = [
        'assetID' => $asset_id,
        'getCharBounds' => false,
        'includeStyling' => true,
        'elementsToExtract' => [
            'text',
            'tables'
        ],
        'tableOutputFormat' => 'xlsx',
        'renditionsToExtract' => [
            'tables',
            'figures'
        ],
        'includeHeaderFooter' => true,
        'tagEncapsulatedText' => [
            'Figure'
        ],
        'notifiers' => [
            [
                'type' => 'CALLBACK',
                'data' => [
                    'url' => $callback_url,
                    'headers' => [
                        'x-api-key' => $client_id,
                        'access-token' => $access_token
                    ]
                ]
            ]
        ]
    ];
Raymond Camden
Community Manager
Community Manager
November 20, 2024

Would you be able to share the PDF with me? You can email it to jedimaster@adobe.com.