Skip to main content

Recreate Resource

The RecreateResource provides document recreation capabilities through client.enterprise_api.recreate. It handles document processing workflows including creation, status monitoring, and resource management.

recreate.create

Creates a new recreation job and returns a recreate_id and status.

recreate.retrieve_status

Requires a recreate_id and returns its status plus download links if available.
When a job completes, the download URLs are populated with non-null values:

recreate.get_dfs

Requires a recreate_id and returns the recreate’s data as a list of pandas DataFrames.
Inspect the returned DataFrames as usual:

Enterprise API Resource

The EnterpriseAPIResource class is the primary interface for enterprise operations. It exposes format listing, PDF unprotection, and token validation functionality.

list_formats

Returns configuration templates for formatting output files.

unprotect_pdf

Removes password protection from PDF files. Requires file and password parameters.

validate_token

Validates JWT authentication tokens. Requires a token parameter.