ffdf_document_w.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_Create (FS_INT32 format, FSCRT_DOCUMENT *fdfDoc)
 Create a new FDF document. More...
 
FS_RESULT FSFDF_Doc_Save (FSCRT_DOCUMENT fdfDoc, FSCRT_FILE fdfFile)
 Save a FDF document. More...
 
FS_RESULT FSFDF_Doc_SetPDFPath (FSCRT_DOCUMENT fdfDoc, const FSCRT_BSTR *pdfPath)
 Set the path of PDF document to FDF document. It is a UTF-8 string. More...
 
FS_RESULT FSPDF_Annot_ExportToFDFDoc (FSCRT_ANNOT pdfAnnot, FSCRT_DOCUMENT fdfDoc)
 Export a PDF annotation into a FDF document. More...
 
FS_RESULT FSFDF_Annot_ExportToPDFPage (FSCRT_ANNOT fdfAnnot, FSCRT_PAGE pdfPage, FSCRT_ANNOT *pdfAnnot)
 Export an annotation object loaded from a FDF document into a PDF page. More...
 
FS_RESULT FSPDF_Doc_ExportAnnotsToFDFDoc (FSCRT_DOCUMENT pdfDoc, FSCRT_DOCUMENT fdfDoc)
 Export all annotations from a PDF document into a FDF document. More...
 
FS_RESULT FSFDF_Doc_ExportAnnotsToPDFDoc (FSCRT_DOCUMENT fdfDoc, FSCRT_DOCUMENT pdfDoc)
 Export all annotations from a FDF document into a PDF document. 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. Create and save FDF document.
  • 2. Set FDF data.
  • 3. Import or export PDF 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