The following Application Programming Interface functions to Image to PDF all set some aspect of meta information which can be stored within a PDF document. These items of information are usually available/displayable through the PDF viewer.
Important Note: You should always use I2PDF_SetProducer - see below for details.
I2PDF_SetAuthor | |
---|---|
Parameters: | author - string between 1 and 256 characters |
Return Value: | 0 - success 1 - invalid parameter |
Notes: |
I2PDF_SetCreator | |
---|---|
Parameters: | creator - string between 1 and 256 characters |
Return Value: | 0 - success 1 - invalid parameter |
Notes: |
I2PDF_SetProducer | |
---|---|
Parameters: | producer - string between 1 and 256 characters |
Return Value: | 0 - success 1 - invalid parameter |
Notes: |
I2PDF_SetTitle | |
---|---|
Parameters: | title - string between 1 and 256 characters |
Return Value: | 0 - success 1 - invalid parameter |
Notes: |
I2PDF_SetSubject | |
---|---|
Parameters: | subject - string between 1 and 256 characters |
Return Value: | 0 - success 1 - invalid parameter |
Notes: |
I2PDF_SetKeywords | |
---|---|
Parameters: | keywords - string between 1 and 256 characters |
Return Value: | 0 - success 1 - invalid parameter |
Notes: |
I2PDF_SetCreationDate | |
---|---|
Parameters: | None |
Return Value: | None |
Notes: |