Debenu Quick PDF logo

RetrieveCustomDataToString

Document properties

Version history

This function was renamed in Quick PDF Library version 7.11.

The function name in earlier versions was RetrieveCustomData.

Description

Retrieves custom data from the PDF that was previously stored with the StoreCustomData function.

Syntax

Delphi

function TDebenuPDFLibrary1811.RetrieveCustomDataToString(Key: WideString; 
  Location: Integer): AnsiString;

ActiveX

This function is not available in the ActiveX edition

DLL

char * DPLRetrieveCustomDataToString(int InstanceID, wchar_t * Key, int Location)

Parameters

Key The key that the data was stored under. If the location is the Document Catalog then the key must have a special prefix assigned to you by Adobe to avoid conflicts with other software. If the location is the Document Information Dictionary any key can be used but should be chosen with care so they make sense to the user.
Location 1 = Retrieve the data from the Document Information Dictionary
2 = Retrieve the data from the Document Catalog

Copyright © 2020 Debenu. All rights reserved. AboutContactBlogNewsletterSupport