Adding Footers to a PDF Document

Introduction

Aspose.PDF Cloud allows you to add Footers to a PDF Document. Aspose.PDF Cloud supports adding Text and Image Footers to a PDF Document

API Information

API Type Description Swagger Link Request DTO
/pdf/{name}/footers/text POST Add document Text Footer PostDocumentTextHeader TextFooter
/pdf/{name}/footers/image POST Add document Image Footer PostDocumentImageFooter ImageFooter

cURL Example

Example for adding a Text Header to a PDF Document

Example for adding a Image Footer to a PDF Document