PdfAddNote

Description

This activity adds sticky notes to a PDF document. Notes represents text annotations linked to contents within a PDF document.

Videos:


Input File

File InArgument<IFileValue> REQUIRED

The file which the note will be added.


Misc


Note Properties

Author InArgument<String>

The name of whoever wrote the note.

Color InArgument<Color>

The color of the note. Default is yellow.

Content InArgument<String> REQUIRED

The text of the note.

Opacity InArgument<Double>

The opacity of the note (from 0 to 1). Default is 0,5.


Page

LastPage InArgument<Boolean>

If it is set to true the note will be added to the last page of your file. Default is FALSE.

PageNumber InArgument<Int32>

The number of the page you want to add the note. The range of the pages starts from 1. Default is 1.


Position

XPercent InArgument<Double>

The percentage of width where you want to put the note. The zero is at the left edge of the file.

YPercent InArgument<Double>

The percentage of height where you want to put the note. The zero is at the bottom edge of the file.