ffdf_document_r.h File Reference

Header file for FDF Document module of Foxit PDF SDK. More...

Go to the source code of this file.

Functions

FS_RESULT FSFDF_Doc_Load (FSCRT_FILE fdfFile, FSCRT_DOCUMENT *fdfDoc)
 Load a FDF document. More...
 
FS_RESULT FSFDF_Doc_Close (FSCRT_DOCUMENT fdfDoc)
 Close a FDF document. More...
 
FS_RESULT FSFDF_Doc_GetPDFPath (FSCRT_DOCUMENT fdfDoc, FSCRT_BSTR *pdfPath)
 Get the path of PDF document from FDF document in UTF-8 string. More...
 
FS_RESULT FSFDF_Annot_GetCount (FSCRT_DOCUMENT fdfDoc, const FSCRT_BSTR *filter, FS_INT32 *count)
 Count annotations in a FDF document by specific filter. More...
 
FS_RESULT FSFDF_Annot_Get (FSCRT_DOCUMENT fdfDoc, const FSCRT_BSTR *filter, FS_INT32 index, FSCRT_ANNOT *fdfAnnot)
 Get an annotation from FDF document by specific filter and index. More...
 
FS_RESULT FSFDF_Annot_GetPageIndex (FSCRT_ANNOT fdfAnnot, FS_INT32 *pageIndex)
 Get the ordinal PDF page index, on which the FDF annotation should appear. More...
 

Detailed Description

Header file for FDF Document module of Foxit PDF SDK.

Copyright (C) 2003-2016, Foxit Software Inc.. All Rights Reserved.

http://www.foxitsoftware.com

The following code is copyrighted and contains proprietary information and trade secrets of Foxit Software Inc.. You cannot distribute any part of Foxit PDF SDK to any third party or general public, unless there is a separate license agreement with Foxit Software Inc. which explicitly grants you such rights.

This header file defines FDF document data supports.
It contains:

  • 1. Load and close FDF document.
  • 2. Get FDF data.
  • 3. Get annotations.
Note
If you want to purchase Foxit PDF SDK license and use ANY of the following functions, please request for enabling Annotation Add-on or Form Add-on explicitly.

Foxit Corporation