cancel
Showing results for 
Search instead for 
Did you mean: 

Script to Delete the First Page of Each Document in a Workflow

GILBERTO_CORUJO
Champ on-the-rise
Champ on-the-rise

Hi,

Do you know a script to run in a workflow to delete the first page of the document?

Thanks for your help,

Gilberto

1 REPLY 1

Not applicable

Hello -

It depends on the situation and the document type configuration but what you may be looking for is storing a new revision of the document. You can find information on this in the SDK. You would be making use of the Application.Core.Storage.StoreNewRevision method, storing the document's current PageData minus the first page.

Thank you