|
Name |
Description |

|
FPDF_CloseDocument |
Close a loaded PDF document. |

|
FPDF_ClosePage |
Close a loaded PDF page. |

|
FPDF_CopyViewerPreferences |
|

|
FPDF_CountNamedDests |
Get the count of named destinations in the PDF document. |

|
FPDF_CreateClipPath |
|

|
FPDF_CreateNewDocument |
Create a new PDF document. |

|
FPDF_DestroyClipPath |
|

|
FPDF_DestroyLibrary |
Release all resources allocated by the PDFium library. |

|
FPDF_DeviceToPage |
|

|
FPDF_GetDocPermissions |
|

|
FPDF_GetFileVersion |
Get the file version of the given PDF document. |

|
FPDF_GetLastError |
Get last error code when a function fails. |

|
FPDF_GetMetaText(FPDF_DOCUMENT, MetadataTags) |
Get meta-data tag content from document. |

|
FPDF_GetMetaText(FPDF_DOCUMENT, String) |
Get meta-data tag content from document. |

|
FPDF_GetMetaText(FPDF_DOCUMENT, String, Byte, UInt32) |
|

|
FPDF_GetNamedDest |
Get the named destination by index. |

|
FPDF_GetNamedDestByName |
Get a the destination handle for the given name. |

|
FPDF_GetPageCount |
Get total number of pages in the document. |

|
FPDF_GetPageHeight |
Get page height. |

|
FPDF_GetPageSizeByIndex |
Get the size of the page at the given index. |

|
FPDF_GetPageWidth |
Get page width. |

|
FPDF_GetSecurityHandlerRevision |
|

|
FPDF_ImportPages(FPDF_DOCUMENT, FPDF_DOCUMENT, Int32, Int32[]) |
Imports pages from src_doc to dest_doc
|

|
FPDF_ImportPages(FPDF_DOCUMENT, FPDF_DOCUMENT, String, Int32) |
|

|
FPDF_InitLibrary |
Initialize the PDFium library |

|
FPDF_InitLibraryWithConfig |
Initialize the PDFium library |

|
FPDF_LoadCustomDocument |
Load PDF document from a custom access descriptor. |

|
FPDF_LoadDocument(String, String) |
Open and load a PDF document. |

|
FPDF_LoadDocument(Stream, Int32, String) |
Loads a PDF document from 'count' bytes read from a stream. |

|
FPDF_LoadDocument(Byte[], Int32, Int32, String) |
Loads a PDF document from memory. |

|
FPDF_LoadPage |
Load a page inside the document. |

|
FPDF_PageToDevice |
|

|
FPDF_RenderPage_Close |
|

|
FPDF_RenderPage_Continue |
|

|
FPDF_RenderPageBitmap |
Render contents of a page to a device independent bitmap. |

|
FPDF_RenderPageBitmap_Start |
|

|
FPDF_RenderPageBitmapWithMatrix |
Render contents of a page to a device independent bitmap. |

|
FPDF_SaveAsCopy(FPDF_DOCUMENT, FPDF_FILEWRITE, SaveFlags) |
|

|
FPDF_SaveAsCopy(FPDF_DOCUMENT, Stream, SaveFlags, Int32) |
Saves a PDF document to a stream. |

|
FPDF_SaveWithVersion |
|

|
FPDF_StructElement_CountChildren |
|

|
FPDF_StructElement_GetAltText |
Get the alternative text for a given element. |

|
FPDF_StructElement_GetChildAtIndex |
|

|
FPDF_StructTree_Close |
|

|
FPDF_StructTree_CountChildren |
|

|
FPDF_StructTree_GetChildAtIndex |
|

|
FPDF_StructTree_GetForPage |
|

|
FPDF_VIEWERREF_GetDuplex |
Returns the paper handling option to be used when printing from the print dialog. |

|
FPDF_VIEWERREF_GetNumCopies |
Returns the number of copies to be printed. |

|
FPDF_VIEWERREF_GetPrintPageRange |
Page numbers to initialize print dialog box when file is printed. |

|
FPDF_VIEWERREF_GetPrintScaling |
Whether the PDF document prefers to be scaled or not. |

|
FPDFAction_GetDest |
|

|
FPDFAction_GetFilePath |
Gets the file path of a FPDF_ACTION of type RemoteGoTo or Launch. |

|
FPDFAction_GetType |
|

|
FPDFAction_GetURIPath |
Gets URI path of a FPDF_ACTION of type Uri. |

|
FPDFBitmap_Create |
Create a device independent bitmap (FXDIB). |

|
FPDFBitmap_CreateEx |
Create a device independent bitmap (FXDIB). |

|
FPDFBitmap_Destroy |
Destroy a bitmap and release all related buffers. |

|
FPDFBitmap_FillRect |
Fill a rectangle in a bitmap. |

|
FPDFBitmap_GetBuffer |
Get data buffer of a bitmap. |

|
FPDFBitmap_GetHeight |
Get height of a bitmap. |

|
FPDFBitmap_GetStride |
Get number of bytes for each line in the bitmap buffer. |

|
FPDFBitmap_GetWidth |
Get width of a bitmap. |

|
FPDFBookmark_Find |
|

|
FPDFBookmark_GetAction |
|

|
FPDFBookmark_GetDest |
|

|
FPDFBookmark_GetFirstChild |
|

|
FPDFBookmark_GetNextSibling |
|

|
FPDFBookmark_GetTitle |
Get the title of bookmark. |

|
FPDFDest_GetLocationInPage |
|

|
FPDFDest_GetPageIndex |
|

|
FPDFDoc_GetPageMode |
|

|
FPDFImageObj_LoadJpegFile |
Load an image from a JPEG image file and then set it into image_object. |

|
FPDFImageObj_SetBitmap(FPDF_PAGE[], FPDF_PAGEOBJECT, FPDF_BITMAP) |
Set bitmap to image_object. |

|
FPDFImageObj_SetBitmap(FPDF_PAGE, Int32, FPDF_PAGEOBJECT, FPDF_BITMAP) |
|

|
FPDFImageObj_SetMatrix |
|

|
FPDFLink_CloseWebLinks |
|

|
FPDFLink_CountQuadPoints |
|

|
FPDFLink_CountRects |
|

|
FPDFLink_CountWebLinks |
|

|
FPDFLink_Enumerate |
Enumerates all the link annotations in page. |

|
FPDFLink_GetAction |
|

|
FPDFLink_GetAnnotRect |
|

|
FPDFLink_GetDest |
|

|
FPDFLink_GetLinkAtPoint |
|

|
FPDFLink_GetLinkZOrderAtPoint |
|

|
FPDFLink_GetQuadPoints |
|

|
FPDFLink_GetRect |
|

|
FPDFLink_GetURL |
|

|
FPDFLink_LoadWebLinks |
|

|
FPDFPage_CountObject |
|

|
FPDFPage_Delete |
|

|
FPDFPage_Flatten |
|

|
FPDFPage_GenerateContent |
|

|
FPDFPage_GetCropBox |
|

|
FPDFPage_GetMediaBox |
|

|
FPDFPage_GetObject |
|

|
FPDFPage_GetRotation |
|

|
FPDFPage_HasTransparency |
|

|
FPDFPage_InsertClipPath |
|

|
FPDFPage_InsertObject |
Insert page_obj into page. |

|
FPDFPage_New |
|

|
FPDFPage_SetCropBox |
|

|
FPDFPage_SetMediaBox |
|

|
FPDFPage_SetRotation |
|

|
FPDFPage_TransformAnnots |
|

|
FPDFPage_TransFormWithClip |
|

|
FPDFPageObj_CreateNewPath |
|

|
FPDFPageObj_CreateNewRect |
|

|
FPDFPageObj_HasTransparency |
|

|
FPDFPageObj_NewImageObj |
|

|
FPDFPageObj_NewTextObj |
|

|
FPDFPageObj_Transform |
|

|
FPDFPageObj_TransformClipPath |
|

|
FPDFPath_BezierTo |
|

|
FPDFPath_Close |
|

|
FPDFPath_LineTo |
|

|
FPDFPath_MoveTo |
|

|
FPDFPath_SetDrawMode |
|

|
FPDFPath_SetFillColor |
|

|
FPDFPath_SetStrokeColor |
|

|
FPDFPath_SetStrokeWidth |
|

|
FPDFText_ClosePage |
|

|
FPDFText_CountChars |
|

|
FPDFText_CountRects |
|

|
FPDFText_FindClose |
|

|
FPDFText_FindNext |
|

|
FPDFText_FindPrev |
|

|
FPDFText_FindStart |
|

|
FPDFText_GetBoundedText |
|

|
FPDFText_GetCharBox |
|

|
FPDFText_GetCharIndexAtPos |
|

|
FPDFText_GetCharIndexFromTextIndex |
|

|
FPDFText_GetFontSize |
|

|
FPDFText_GetRect |
|

|
FPDFText_GetSchCount |
|

|
FPDFText_GetSchResultIndex |
|

|
FPDFText_GetText |
|

|
FPDFText_GetTextIndexFromCharIndex |
|

|
FPDFText_GetUnicode |
|

|
FPDFText_LoadFont |
Returns a font object loaded from a stream of data. The font is loaded into the document. The caller does not need to free the returned object. |

|
FPDFText_LoadPage |
|

|
FPDFText_SetText |
|