PdfFillerInput Class

Definition

Add Text, Images, Form Fields to PDF

public class PdfFillerInput
type PdfFillerInput = class
Public Class PdfFillerInput
Inheritance
PdfFillerInput

Constructors

Name Description
PdfFillerInput()

Properties

Name Description
AnnotationsString

Annotation strings to be added to the PDF document. Format should be like “x;y;page;text”. Refer to PDF.co documentations for more advanced formats and examples.

Async

Set to true for long processes to run in the background, API will then return a jobId which you can use with JobCheck endpoint to check the status of the process and retrieve the output while you can proceed with other tasks without waiting for this process to finish.

Expiration

Set the expiration time for the output link in minutes (default is 60 i.e 60 minutes or 1 hour), After this specified duration, any generated output file(s) will be automatically deleted from PDF.co temporary files storage. The maximum duration for link expiration varies based on your current subscription plan.

FieldsString

Fill PDF form fields. Format should be like “page;fieldName;value”. Refer to PDF.co documentations for more advanced formats and examples.

ImagesString

Images to be added to the PDF document. Format should be like “x;y;page;urltoimage;link;width;height”. Refer to PDF.co documentations for more advanced formats and examples.

Inline

Determines whether to return output in response or link to output file.

Name

Output PDF Name

Profiles

This parameter can be used to set additional configurations for fine-tuning and to enable more options. Visit PDF.co knowledgebase (https://developer.pdf.co/api/profiles/index.html) for profile examples and more.

Url

Url to the input PDF document

Applies to