Binary compatibility report for the PoDoFo library  between 0.5.0 and 0.6.0 versions on x86

Test Info


Library NamePoDoFo
Version #10.5.0
Version #20.6.0
CPU Typex86
GCC Version4.6.1

Test Results


Total Header Files1
Total Shared Libraries1
Total Symbols / Types974 / 359
VerdictIncompatible
(39%)

Problem Summary


SeverityCount
Added Symbols-279
Removed SymbolsHigh91
Problems with
Data Types
High24
Medium30
Low35
Problems with
Symbols
High38
Medium3
Low5
Problems with
Constants
Low0
Other Changes
in Data Types
-8
Other Changes
in Constants
-1

Added Symbols (279)


PdfAction.h, libpodofo.so.0.6.0
namespace PoDoFo
PdfAction::PdfAction [in-charge] ( enum EPdfAction eAction, PdfDocument* pParent )
PdfAction::PdfAction [not-in-charge] ( enum EPdfAction eAction, PdfDocument* pParent )

PdfArray.h, libpodofo.so.0.6.0
namespace PoDoFo
PdfArray::Write ( PdfOutputDevice* pDevice, PdfEncrypt const* pEncrypt ) const

PdfColor.h, libpodofo.so.0.6.0
namespace PoDoFo
PdfColor::ConvertToCMYK ( ) const
PdfColor::ConvertToGrayScale ( ) const
PdfColor::ConvertToRGB ( ) const
PdfColor::FromArray PdfArray const& rArray ) [static]
PdfColor::FromString char const* pszName ) [static]
PdfColor::operator = PdfColor const& rhs )
PdfColor::PdfColor [in-charge] ( )
PdfColor::PdfColor [in-charge] double dCyan, double dMagenta, double dYellow, double dBlack )
PdfColor::PdfColor [in-charge] double dGray )
PdfColor::PdfColor [in-charge] double dRed, double dGreen, double dBlue )
PdfColor::PdfColor [not-in-charge] ( )
PdfColor::PdfColor [not-in-charge] double dCyan, double dMagenta, double dYellow, double dBlack )
PdfColor::PdfColor [not-in-charge] double dGray )
PdfColor::PdfColor [not-in-charge] double dRed, double dGreen, double dBlue )
PdfColor::ToArray ( ) const

PdfContentsTokenizer.h, libpodofo.so.0.6.0
namespace PoDoFo
PdfContentsTokenizer::PdfContentsTokenizer [in-charge] PdfCanvas* pCanvas )
PdfContentsTokenizer::PdfContentsTokenizer [not-in-charge] PdfCanvas* pCanvas )
PdfContentsTokenizer::ReadNext ( enum EPdfContentsType& reType, char const*& rpszKeyword, PdfVariant& rVariant )
PdfContentsTokenizer::~PdfContentsTokenizer [in-charge-deleting] ( )
PdfContentsTokenizer::~PdfContentsTokenizer [in-charge] ( )

PdfData.h, libpodofo.so.0.6.0
namespace PoDoFo
PdfData::Write ( PdfOutputDevice* pDevice, PdfEncrypt const* pEncrypt ) const

PdfDictionary.h, libpodofo.so.0.6.0
namespace PoDoFo
PdfDictionary::operator == PdfDictionary const& rhs ) const
PdfDictionary::Write ( PdfOutputDevice* pDevice, PdfEncrypt const* pEncrypt ) const
PdfDictionary::Write ( PdfOutputDevice* pDevice, PdfEncrypt const* pEncrypt, PdfName const& keyStop ) const

PdfDocument.h, libpodofo.so.0.6.0
namespace PoDoFo
PdfDocument::Append ( PdfMemDocument const& rDoc, bool bAppendAll )
PdfDocument::CreateFont ( char const* pszFontName, bool bBold, bool bItalic, PdfEncoding const*const pEncoding, bool bEmbedd, char const* pszFileName )
PdfDocument::CreateFont ( char const* pszFontName, PdfEncoding const*const pEncoding, bool bEmbedd )
PdfDocument::CreateFont FT_Face face, PdfEncoding const*const pEncoding, bool bEmbedd )
PdfDocument::FillXObjectFromDocumentPage ( PdfXObject* pXObj, PdfMemDocument const& rDoc, int nPage )
PdfDocument::SetPageMode enum EPdfPageMode inMode )
PdfDocument::SetUseFullScreen ( )
PdfDocument::SetViewerPreference ( PdfName const& whichPref, bool inValue )
PdfDocument::SetViewerPreference ( PdfName const& whichPref, PdfObject const& valueObj )

PdfElement.h, libpodofo.so.0.6.0
namespace PoDoFo
PdfElement::CreateObject char const* pszType )
PdfElement::PdfElement [in-charge] ( char const* pszType, PdfDocument* pParent )
PdfElement::PdfElement [not-in-charge] ( char const* pszType, PdfDocument* pParent )

PdfEncoding.h, libpodofo.so.0.6.0
namespace PoDoFo
PdfEncoding::PdfEncoding [in-charge] int nFirstChar, int nLastChar )
PdfEncoding::PdfEncoding [not-in-charge] int nFirstChar, int nLastChar )
PdfEncoding::~PdfEncoding [in-charge-deleting] ( )
PdfEncoding::~PdfEncoding [in-charge] ( )
PdfEncoding::~PdfEncoding [not-in-charge] ( )
PdfIdentityEncoding::AddToDictionary PdfDictionary& rDictionary ) const
PdfIdentityEncoding::ConvertToEncoding ( PdfString const& rString, PdfFont const* pFont ) const
PdfIdentityEncoding::ConvertToUnicode ( PdfString const& rEncodedString, PdfFont const* pFont ) const
PdfIdentityEncoding::GetID ( ) const
PdfIdentityEncoding::IsAutoDelete ( ) const
PdfIdentityEncoding::IsSingleByteEncoding ( ) const
PdfIdentityEncoding::PdfIdentityEncoding [in-charge] int nFirstChar, int nLastChar, bool bAutoDelete )
PdfIdentityEncoding::PdfIdentityEncoding [not-in-charge] int nFirstChar, int nLastChar, bool bAutoDelete )
PdfIdentityEncoding::~PdfIdentityEncoding [in-charge-deleting] ( )
PdfIdentityEncoding::~PdfIdentityEncoding [in-charge] ( )
PdfMacRomanEncoding::GetToUnicodeTable ( ) const
PdfMacRomanEncoding::~PdfMacRomanEncoding [in-charge-deleting] ( )
PdfMacRomanEncoding::~PdfMacRomanEncoding [in-charge] ( )
PdfSimpleEncoding::AddToDictionary PdfDictionary& rDictionary ) const
PdfSimpleEncoding::ConvertToEncoding ( PdfString const& rString, PdfFont const* pFont ) const
PdfSimpleEncoding::ConvertToUnicode ( PdfString const& rEncodedString, PdfFont const* pFont ) const
PdfSimpleEncoding::GetID ( ) const
PdfSimpleEncoding::IsAutoDelete ( ) const
PdfSimpleEncoding::IsSingleByteEncoding ( ) const
PdfSimpleEncoding::PdfSimpleEncoding [in-charge] PdfName const& rName )
PdfSimpleEncoding::PdfSimpleEncoding [not-in-charge] PdfName const& rName )
PdfSimpleEncoding::~PdfSimpleEncoding [in-charge-deleting] ( )
PdfSimpleEncoding::~PdfSimpleEncoding [in-charge] ( )
PdfSimpleEncoding::~PdfSimpleEncoding [not-in-charge] ( )
PdfWinAnsiEncoding::GetToUnicodeTable ( ) const
PdfWinAnsiEncoding::~PdfWinAnsiEncoding [in-charge-deleting] ( )
PdfWinAnsiEncoding::~PdfWinAnsiEncoding [in-charge] ( )

PdfEncrypt.h, libpodofo.so.0.6.0
namespace PoDoFo
PdfEncrypt::Authenticate ( std::string const& documentID, std::string const& password, std::string const& uValue, std::string const& oValue, int pValue, int lengthValue, int rValue )
PdfEncrypt::Authenticate ( std::string const& password, PdfString const& documentId )
PdfEncrypt::CalculateStreamLength int length ) const
PdfEncrypt::CalculateStreamOffset ( ) const
PdfEncrypt::CheckKey ( unsigned char* key1, unsigned char* key2 )
PdfEncrypt::ComputeEncryptionKey ( std::string const& documentID, unsigned char* userPad, unsigned char* ownerKey, int pValue, int keyLength, int revision, unsigned char* userKey )
PdfEncrypt::ComputeOwnerKey ( unsigned char* userPad, unsigned char* ownerPad, int keylength, int revision, bool authenticate, unsigned char* ownerKey )
PdfEncrypt::CreateObjKey ( unsigned char* objkey, int* pnKeyLen ) const
PdfEncrypt::CreatePdfEncrypt PdfEncrypt const& rhs ) [static]
PdfEncrypt::CreatePdfEncrypt PdfObject const* pObject ) [static]
PdfEncrypt::CreatePdfEncrypt ( std::string const& userPassword, std::string const& ownerPassword, int protection, enum PdfEncrypt::EPdfEncryptAlgorithm eAlgorithm, enum PdfEncrypt::EPdfKeyLength eKeyLength ) [static]
PdfEncrypt::Encrypt ( std::string& str, int inputLen ) const
PdfEncrypt::GenerateEncryptionKey PdfString const& documentId )
PdfEncrypt::GenerateInitialVector unsigned char* iv )
PdfEncrypt::operator = PdfEncrypt const& rhs )
PdfEncrypt::PdfEncrypt [in-charge] PdfEncrypt const& rhs )
PdfEncrypt::PdfEncrypt [not-in-charge] PdfEncrypt const& rhs )

PdfExtGState.h, libpodofo.so.0.6.0
namespace PoDoFo
PdfExtGState::PdfExtGState [in-charge] PdfDocument* pParent )
PdfExtGState::PdfExtGState [not-in-charge] PdfDocument* pParent )

PdfFileSpec.h, libpodofo.so.0.6.0
namespace PoDoFo
PdfFileSpec::PdfFileSpec [in-charge] ( char const* pszFilename, bool bEmbedd, PdfDocument* pParent )
PdfFileSpec::PdfFileSpec [not-in-charge] ( char const* pszFilename, bool bEmbedd, PdfDocument* pParent )

PdfFont.h, libpodofo.so.0.6.0
namespace PoDoFo
PdfFont::MacRomanEncoding [data]
PdfFont::PdfFont [in-charge] ( PdfFontMetrics* pMetrics, PdfEncoding const*const pEncoding, PdfVecObjects* pParent )
PdfFont::PdfFont [not-in-charge] ( PdfFontMetrics* pMetrics, PdfEncoding const*const pEncoding, PdfVecObjects* pParent )
PdfFont::WinAnsiEncoding [data]
PdfFont::WriteStringToStream ( PdfString const& rsString, PdfStream* pStream )

PdfFontCache.h, libpodofo.so.0.6.0
namespace PoDoFo
PdfFontCache::GetFont ( char const* pszFontName, bool bBold, bool bItalic, bool bEmbedd, PdfEncoding const*const p5, char const* pszFileName )
PdfFontCache::GetFont FT_Face face, bool bEmbedd, PdfEncoding const*const p3 )

PdfFontFactory.h, libpodofo.so.0.6.0
namespace PoDoFo
PdfFontFactory::CreateFontObject ( PdfFontMetrics* pMetrics, int nFlags, PdfEncoding const*const pEncoding, PdfVecObjects* pParent ) [static]

PdfFontMetrics.h, libpodofo.so.0.6.0
namespace PoDoFo
PdfFontMetrics::CharWidth unsigned char c ) const
PdfFontMetrics::CharWidthMM unsigned char c ) const
PdfFontMetrics::GetGlyphId long lUnicode ) const
PdfFontMetrics::GetGlyphWidth int nGlyphId ) const
PdfFontMetrics::PdfFontMetrics [in-charge] ( FT_Library* pLibrary, PdfRefCountedBuffer const& rBuffer )
PdfFontMetrics::PdfFontMetrics [not-in-charge] ( FT_Library* pLibrary, PdfRefCountedBuffer const& rBuffer )
PdfFontMetrics::SetFontCharSpace float fCharSpace )
PdfFontMetrics::SetFontScale float fScale )

PdfFunction.h, libpodofo.so.0.6.0
namespace PoDoFo
PdfExponentialFunction::PdfExponentialFunction [in-charge] ( PdfArray const& rDomain, PdfArray const& rC0, PdfArray const& rC1, double dExponent, PdfDocument* pParent )
PdfExponentialFunction::PdfExponentialFunction [in-charge] ( PdfArray const& rDomain, PdfArray const& rC0, PdfArray const& rC1, double dExponent, PdfVecObjects* pParent )
PdfExponentialFunction::PdfExponentialFunction [not-in-charge] ( PdfArray const& rDomain, PdfArray const& rC0, PdfArray const& rC1, double dExponent, PdfDocument* pParent )
PdfExponentialFunction::PdfExponentialFunction [not-in-charge] ( PdfArray const& rDomain, PdfArray const& rC0, PdfArray const& rC1, double dExponent, PdfVecObjects* pParent )
PdfExponentialFunction::~PdfExponentialFunction [in-charge-deleting] ( )
PdfExponentialFunction::~PdfExponentialFunction [in-charge] ( )
PdfFunction::PdfFunction [in-charge] ( enum EPdfFunctionType eType, PdfArray const& rDomain, PdfDocument* pParent )
PdfFunction::PdfFunction [in-charge] ( enum EPdfFunctionType eType, PdfArray const& rDomain, PdfVecObjects* pParent )
PdfFunction::PdfFunction [not-in-charge] ( enum EPdfFunctionType eType, PdfArray const& rDomain, PdfDocument* pParent )
PdfFunction::PdfFunction [not-in-charge] ( enum EPdfFunctionType eType, PdfArray const& rDomain, PdfVecObjects* pParent )
PdfFunction::~PdfFunction [in-charge-deleting] ( )
PdfFunction::~PdfFunction [in-charge] ( )
PdfFunction::~PdfFunction [not-in-charge] ( )
PdfStitchingFunction::PdfStitchingFunction [in-charge] ( PdfFunction::List const& rlstFunctions, PdfArray const& rDomain, PdfArray const& rBounds, PdfArray const& rEncode, PdfDocument* pParent )
PdfStitchingFunction::PdfStitchingFunction [in-charge] ( PdfFunction::List const& rlstFunctions, PdfArray const& rDomain, PdfArray const& rBounds, PdfArray const& rEncode, PdfVecObjects* pParent )
PdfStitchingFunction::PdfStitchingFunction [not-in-charge] ( PdfFunction::List const& rlstFunctions, PdfArray const& rDomain, PdfArray const& rBounds, PdfArray const& rEncode, PdfDocument* pParent )
PdfStitchingFunction::PdfStitchingFunction [not-in-charge] ( PdfFunction::List const& rlstFunctions, PdfArray const& rDomain, PdfArray const& rBounds, PdfArray const& rEncode, PdfVecObjects* pParent )
PdfStitchingFunction::~PdfStitchingFunction [in-charge-deleting] ( )
PdfStitchingFunction::~PdfStitchingFunction [in-charge] ( )

PdfImage.h, libpodofo.so.0.6.0
namespace PoDoFo
PdfImage::SetImageICCProfile ( PdfInputStream* pStream, long lColorComponents, enum EPdfColorSpace eAlternateColorSpace )

PdfImmediateWriter.h, libpodofo.so.0.6.0
namespace PoDoFo
PdfImmediateWriter::PdfImmediateWriter [in-charge] ( PdfOutputDevice* pDevice, PdfVecObjects* pVecObjects, PdfObject const* pTrailer, enum EPdfVersion eVersion, PdfEncrypt* pEncrypt )
PdfImmediateWriter::PdfImmediateWriter [not-in-charge] ( PdfOutputDevice* pDevice, PdfVecObjects* pVecObjects, PdfObject const* pTrailer, enum EPdfVersion eVersion, PdfEncrypt* pEncrypt )

PdfMemDocument.h, libpodofo.so.0.6.0
namespace PoDoFo
PdfMemDocument::DeletePages int inFirstPage, int inNumPages )
PdfMemDocument::GetPdfVersion ( ) const
PdfMemDocument::InsertPages ( PdfMemDocument const& rDoc, int inFirstPage, int inNumPages )
PdfMemDocument::IsAccessibilityAllowed ( ) const
PdfMemDocument::IsCopyAllowed ( ) const
PdfMemDocument::IsDocAssemblyAllowed ( ) const
PdfMemDocument::IsEditAllowed ( ) const
PdfMemDocument::IsEditNotesAllowed ( ) const
PdfMemDocument::IsFillAndSignAllowed ( ) const
PdfMemDocument::IsHighPrintAllowed ( ) const
PdfMemDocument::IsLinearized ( ) const
PdfMemDocument::IsPrintAllowed ( ) const
PdfMemDocument::Load ( char const* pBuffer, long lLen )
PdfMemDocument::Load char const* pszFilename )
PdfMemDocument::Load PdfRefCountedInputDevice const& rDevice )
PdfMemDocument::PdfMemDocument [in-charge] ( )
PdfMemDocument::PdfMemDocument [in-charge] char const* pszFilename )
PdfMemDocument::PdfMemDocument [not-in-charge] ( )
PdfMemDocument::PdfMemDocument [not-in-charge] char const* pszFilename )
PdfMemDocument::SetEncrypted PdfEncrypt const& pEncrypt )
PdfMemDocument::SetEncrypted ( std::string const& userPassword, std::string const& ownerPassword, int protection, enum PdfEncrypt::EPdfEncryptAlgorithm eAlgorithm, enum PdfEncrypt::EPdfKeyLength eKeyLength )
PdfMemDocument::SetPassword std::string const& sPassword )
PdfMemDocument::Write char const* pszFilename )
PdfMemDocument::Write PdfOutputDevice* pDevice )
PdfMemDocument::~PdfMemDocument [in-charge-deleting] ( )
PdfMemDocument::~PdfMemDocument [in-charge] ( )
PdfMemDocument::~PdfMemDocument [not-in-charge] ( )

PdfMemStream.h, libpodofo.so.0.6.0
namespace PoDoFo
PdfMemStream::Write ( PdfOutputDevice* pDevice, PdfEncrypt* pEncrypt )

PdfName.h, libpodofo.so.0.6.0
namespace PoDoFo
PdfName::Write ( PdfOutputDevice* pDevice, PdfEncrypt const* pEncrypt ) const

PdfObject.h, libpodofo.so.0.6.0
namespace PoDoFo
PdfObject::GetIndirectKey PdfName const& key ) const
PdfObject::WriteObject ( PdfOutputDevice* pDevice, PdfEncrypt* pEncrypt, PdfName const& keyStop ) const

PdfOutputDevice.h, libpodofo.so.0.6.0
namespace PoDoFo
PdfOutputDevice::PdfOutputDevice [in-charge] PdfRefCountedBuffer* pOutBuffer )
PdfOutputDevice::PdfOutputDevice [not-in-charge] PdfRefCountedBuffer* pOutBuffer )
PdfOutputDevice::Tell ( ) const

PdfPage.h, libpodofo.so.0.6.0
namespace PoDoFo
PdfPage::CreateStandardPageSize ( enum EPdfPageSize const ePageSize, bool bLandscape ) [static]

PdfPainter.h, libpodofo.so.0.6.0
namespace PoDoFo
PdfPainter::Clip ( )
PdfPainter::DrawImage double dX, double dY, PdfImage* pObject, double dScaleX, double dScaleY )
PdfPainter::DrawMultiLineText double dX, double dY, double dWidth, double dHeight, PdfString const& rsText, enum EPdfAlignment eAlignment, enum EPdfVerticalAlignment eVertical )
PdfPainter::DrawTextAligned double dX, double dY, double dWidth, PdfString const& rsText, enum EPdfAlignment eAlignment )
PdfPainter::ExpandTabs ( PdfString const& rsString, long lLen ) const
PdfPainter::SetClipRect double dX, double dY, double dWidth, double dHeight )
PdfPainter::SetColor PdfColor const& rColor )
PdfPainter::SetShadingPattern PdfShadingPattern const& rPattern )
PdfPainter::SetStrokingColor PdfColor const& rColor )
PdfPainter::SetStrokingShadingPattern PdfShadingPattern const& rPattern )

PdfParser.h, libpodofo.so.0.6.0
namespace PoDoFo
PdfParser::ParseFile ( char const* pBuffer, long lLen, bool bLoadOnDemand )
PdfParser::ParseFile ( PdfRefCountedInputDevice const& rDevice, bool bLoadOnDemand )
PdfParser::PdfParser [in-charge] ( PdfVecObjects* pVecObjects, char const* pBuffer, long lLen, bool bLoadOnDemand )
PdfParser::PdfParser [in-charge] ( PdfVecObjects* pVecObjects, PdfRefCountedInputDevice const& rDevice, bool bLoadOnDemand )
PdfParser::PdfParser [not-in-charge] ( PdfVecObjects* pVecObjects, char const* pBuffer, long lLen, bool bLoadOnDemand )
PdfParser::PdfParser [not-in-charge] ( PdfVecObjects* pVecObjects, PdfRefCountedInputDevice const& rDevice, bool bLoadOnDemand )
PdfParser::ReadObjectsInternal ( )
PdfParser::SetPassword std::string const& sPassword )

PdfParserObject.h, libpodofo.so.0.6.0
namespace PoDoFo
PdfParserObject::ParseFile ( PdfEncrypt* pEncrypt, bool bIsTrailer )

PdfRefCountedInputDevice.h, libpodofo.so.0.6.0
namespace PoDoFo
PdfRefCountedInputDevice::PdfRefCountedInputDevice [in-charge] PdfInputDevice* pDevice )
PdfRefCountedInputDevice::PdfRefCountedInputDevice [not-in-charge] PdfInputDevice* pDevice )

PdfReference.h, libpodofo.so.0.6.0
namespace PoDoFo
PdfReference::Write ( PdfOutputDevice* pDevice, PdfEncrypt const* pEncrypt ) const

PdfShadingPattern.h, libpodofo.so.0.6.0
namespace PoDoFo
PdfAxialShadingPattern::PdfAxialShadingPattern [in-charge] double dX0, double dY0, double dX1, double dY1, PdfColor const& rStart, PdfColor const& rEnd, PdfDocument* pParent )
PdfAxialShadingPattern::PdfAxialShadingPattern [in-charge] double dX0, double dY0, double dX1, double dY1, PdfColor const& rStart, PdfColor const& rEnd, PdfVecObjects* pParent )
PdfAxialShadingPattern::PdfAxialShadingPattern [not-in-charge] double dX0, double dY0, double dX1, double dY1, PdfColor const& rStart, PdfColor const& rEnd, PdfDocument* pParent )
PdfAxialShadingPattern::PdfAxialShadingPattern [not-in-charge] double dX0, double dY0, double dX1, double dY1, PdfColor const& rStart, PdfColor const& rEnd, PdfVecObjects* pParent )
PdfAxialShadingPattern::~PdfAxialShadingPattern [in-charge-deleting] ( )
PdfAxialShadingPattern::~PdfAxialShadingPattern [in-charge] ( )
PdfRadialShadingPattern::PdfRadialShadingPattern [in-charge] double dX0, double dY0, double dR0, double dX1, double dY1, double dR1, PdfColor const& rStart, PdfColor const& rEnd, PdfDocument* pParent )
PdfRadialShadingPattern::PdfRadialShadingPattern [in-charge] double dX0, double dY0, double dR0, double dX1, double dY1, double dR1, PdfColor const& rStart, PdfColor const& rEnd, PdfVecObjects* pParent )
PdfRadialShadingPattern::PdfRadialShadingPattern [not-in-charge] double dX0, double dY0, double dR0, double dX1, double dY1, double dR1, PdfColor const& rStart, PdfColor const& rEnd, PdfDocument* pParent )
PdfRadialShadingPattern::PdfRadialShadingPattern [not-in-charge] double dX0, double dY0, double dR0, double dX1, double dY1, double dR1, PdfColor const& rStart, PdfColor const& rEnd, PdfVecObjects* pParent )
PdfRadialShadingPattern::~PdfRadialShadingPattern [in-charge-deleting] ( )
PdfRadialShadingPattern::~PdfRadialShadingPattern [in-charge] ( )
PdfShadingPattern::PdfShadingPattern [in-charge] ( enum EPdfShadingPatternType eShadingType, PdfDocument* pParent )
PdfShadingPattern::PdfShadingPattern [in-charge] ( enum EPdfShadingPatternType eShadingType, PdfVecObjects* pParent )
PdfShadingPattern::PdfShadingPattern [not-in-charge] ( enum EPdfShadingPatternType eShadingType, PdfDocument* pParent )
PdfShadingPattern::PdfShadingPattern [not-in-charge] ( enum EPdfShadingPatternType eShadingType, PdfVecObjects* pParent )
PdfShadingPattern::~PdfShadingPattern [in-charge-deleting] ( )
PdfShadingPattern::~PdfShadingPattern [in-charge] ( )
PdfShadingPattern::~PdfShadingPattern [not-in-charge] ( )

PdfStream.h, libpodofo.so.0.6.0
namespace PoDoFo
PdfStream::Set ( char const* szBuffer, long lLen )
PdfStream::Set ( char const* szBuffer, long lLen, TVecFilters const& vecFilters )

PdfStreamedDocument.h, libpodofo.so.0.6.0
namespace PoDoFo
PdfStreamedDocument::GetPdfVersion ( ) const
PdfStreamedDocument::IsAccessibilityAllowed ( ) const
PdfStreamedDocument::IsCopyAllowed ( ) const
PdfStreamedDocument::IsDocAssemblyAllowed ( ) const
PdfStreamedDocument::IsEditAllowed ( ) const
PdfStreamedDocument::IsEditNotesAllowed ( ) const
PdfStreamedDocument::IsFillAndSignAllowed ( ) const
PdfStreamedDocument::IsHighPrintAllowed ( ) const
PdfStreamedDocument::IsLinearized ( ) const
PdfStreamedDocument::IsPrintAllowed ( ) const
PdfStreamedDocument::PdfStreamedDocument [in-charge] ( char const* pszFilename, enum EPdfVersion eVersion, PdfEncrypt* pEncrypt )
PdfStreamedDocument::PdfStreamedDocument [in-charge] ( PdfOutputDevice* pDevice, enum EPdfVersion eVersion, PdfEncrypt* pEncrypt )
PdfStreamedDocument::PdfStreamedDocument [not-in-charge] ( char const* pszFilename, enum EPdfVersion eVersion, PdfEncrypt* pEncrypt )
PdfStreamedDocument::PdfStreamedDocument [not-in-charge] ( PdfOutputDevice* pDevice, enum EPdfVersion eVersion, PdfEncrypt* pEncrypt )
PdfStreamedDocument::~PdfStreamedDocument [in-charge-deleting] ( )

PdfString.h, libpodofo.so.0.6.0
namespace PoDoFo
PdfString::PdfString [in-charge] pdf_utf16be const* pszStringUtf16 )
PdfString::PdfString [not-in-charge] pdf_utf16be const* pszStringUtf16 )
PdfString::SetHexData ( char const* pszHex, long lLen, PdfEncrypt* pEncrypt )
PdfString::Write ( PdfOutputDevice* pDevice, PdfEncrypt const* pEncrypt ) const

PdfTable.h, libpodofo.so.0.6.0
namespace PoDoFo
PdfSimpleTableModel::GetAlignment int p1, int p2 ) const
PdfSimpleTableModel::GetBackgroundColor int p1, int p2 ) const
PdfSimpleTableModel::GetBorderColor int p1, int p2 ) const
PdfSimpleTableModel::GetBorderWidth ( ) const
PdfSimpleTableModel::GetFont int p1, int p2 ) const
PdfSimpleTableModel::GetForegroundColor int p1, int p2 ) const
PdfSimpleTableModel::GetImage int p1, int p2 ) const
PdfSimpleTableModel::GetText int col, int row ) const
PdfSimpleTableModel::GetVerticalAlignment int p1, int p2 ) const
PdfSimpleTableModel::HasBackgroundColor int p1, int p2 ) const
PdfSimpleTableModel::HasBorders ( ) const
PdfSimpleTableModel::HasImage int p1, int p2 ) const
PdfSimpleTableModel::HasWordWrap int p1, int p2 ) const
PdfSimpleTableModel::PdfSimpleTableModel [in-charge] ( )
PdfSimpleTableModel::PdfSimpleTableModel [in-charge] int nCols, int nRows )
PdfSimpleTableModel::PdfSimpleTableModel [not-in-charge] ( )
PdfSimpleTableModel::PdfSimpleTableModel [not-in-charge] int nCols, int nRows )
PdfSimpleTableModel::~PdfSimpleTableModel [in-charge-deleting] ( )
PdfSimpleTableModel::~PdfSimpleTableModel [in-charge] ( )
PdfSimpleTableModel::~PdfSimpleTableModel [not-in-charge] ( )
PdfTable::CalculateTableSize double const dX, double const dY, PdfCanvas const* pCanvas, double* pdWidths, double* pdHeights, double* pdWidth, double* pdHeight ) const
PdfTable::CheckForNewPage double* pdY, double* pdCurY, double dRowHeight, PdfPainter* pPainter )
PdfTable::Draw double dX, double dY, PdfPainter* pPainter, PdfRect const& rClipRect, double* pdLastX, double* pdLastY )
PdfTable::DrawHorizontalBorders int nRow, double dX, double dY, PdfPainter* pPainter, double* pdColWidths )
PdfTable::GetHeight double dX, double dY, PdfCanvas* pPage ) const
PdfTable::GetWidth double dX, double dY, PdfCanvas* pPage ) const
PdfTable::PdfTable [in-charge] int nCols, int nRows )
PdfTable::PdfTable [not-in-charge] int nCols, int nRows )
PdfTable::~PdfTable [in-charge-deleting] ( )
PdfTable::~PdfTable [in-charge] ( )
PdfTable::~PdfTable [not-in-charge] ( )
PdfTableModel::~PdfTableModel [in-charge-deleting] ( )
PdfTableModel::~PdfTableModel [in-charge] ( )

PdfTokenizer.h, libpodofo.so.0.6.0
namespace PoDoFo
PdfTokenizer::GetNextToken ( char const*& pszToken, enum EPdfTokenType* peType )
PdfTokenizer::GetNextVariant ( char const* pszToken, enum EPdfTokenType eType, PdfVariant& rVariant, PdfEncrypt* pEncrypt )
PdfTokenizer::GetNextVariant ( PdfVariant& rVariant, PdfEncrypt* pEncrypt )
PdfTokenizer::ReadArray ( PdfVariant& rVariant, PdfEncrypt* pEncrypt )
PdfTokenizer::ReadDataType ( enum EPdfDataType eDataType, PdfVariant& rVariant, PdfEncrypt* pEncrypt )
PdfTokenizer::ReadDictionary ( PdfVariant& rVariant, PdfEncrypt* pEncrypt )
PdfTokenizer::ReadHexString ( PdfVariant& rVariant, PdfEncrypt* pEncrypt )
PdfTokenizer::ReadString ( PdfVariant& rVariant, PdfEncrypt* pEncrypt )
PdfTokenizer::~PdfTokenizer [in-charge-deleting] ( )

PdfVariant.h, libpodofo.so.0.6.0
namespace PoDoFo
PdfVariant::operator == PdfVariant const& rhs ) const
PdfVariant::Write ( PdfOutputDevice* pDevice, PdfEncrypt const* pEncrypt ) const
PdfVariant::Write ( PdfOutputDevice* pDevice, PdfEncrypt const* pEncrypt, PdfName const& keyStop ) const

PdfXObject.h, libpodofo.so.0.6.0
namespace PoDoFo
PdfXObject::InitXObject PdfRect const& rRect )
PdfXObject::PdfXObject [in-charge] ( char const* pszSubType, PdfDocument* pParent )
PdfXObject::PdfXObject [in-charge] ( PdfMemDocument const& rSourceDoc, int nPage, PdfDocument* pParent )
PdfXObject::PdfXObject [in-charge] ( PdfRect const& rRect, PdfDocument* pParent )
PdfXObject::PdfXObject [not-in-charge] ( char const* pszSubType, PdfDocument* pParent )
PdfXObject::PdfXObject [not-in-charge] ( PdfMemDocument const& rSourceDoc, int nPage, PdfDocument* pParent )
PdfXObject::PdfXObject [not-in-charge] ( PdfRect const& rRect, PdfDocument* pParent )

to the top

Removed Symbols (91)


PdfAction.h, libpodofo.so.0.5.0
namespace PoDoFo
PdfAction::PdfAction [in-charge] ( enum EPdfAction eAction, PdfStreamedDocument* pParent )
PdfAction::PdfAction [not-in-charge] ( enum EPdfAction eAction, PdfStreamedDocument* pParent )

PdfArray.h, libpodofo.so.0.5.0
namespace PoDoFo
PdfArray::Write PdfOutputDevice* pDevice ) const

PdfData.h, libpodofo.so.0.5.0
namespace PoDoFo
PdfData::Write PdfOutputDevice* pDevice ) const

PdfDictionary.h, libpodofo.so.0.5.0
namespace PoDoFo
PdfDictionary::Write PdfOutputDevice* pDevice ) const
PdfDictionary::Write ( PdfOutputDevice* pDevice, PdfName const& keyStop ) const

PdfDocument.h, libpodofo.so.0.5.0
namespace PoDoFo
PdfDocument::Append PdfDocument const& rDoc )
PdfDocument::CreateFont ( char const* pszFontName, bool bEmbedd )
PdfDocument::CreateFont FT_Face face, bool bEmbedd )
PdfDocument::DeletePages int inFirstPage, int inNumPages )
PdfDocument::InsertPages ( PdfDocument const& rDoc, int inFirstPage, int inNumPages )
PdfDocument::Load char const* pszFilename )
PdfDocument::PdfDocument [in-charge] char const* pszFilename )
PdfDocument::PdfDocument [not-in-charge] char const* pszFilename )
PdfDocument::SetPageMode enum EPdfPageMode inMode ) const
PdfDocument::SetUseFullScreen ( ) const
PdfDocument::Write char const* pszFilename )
PdfDocument::Write PdfOutputDevice* pDevice )

PdfElement.h, libpodofo.so.0.5.0
namespace PoDoFo
PdfElement::PdfElement [in-charge] ( char const* pszType, PdfStreamedDocument* pParent )
PdfElement::PdfElement [not-in-charge] ( char const* pszType, PdfStreamedDocument* pParent )

PdfFont.h, libpodofo.so.0.5.0
namespace PoDoFo
PdfFont::PdfFont [in-charge] ( PdfFontMetrics* pMetrics, bool bEmbed, PdfVecObjects* pParent )
PdfFont::PdfFont [not-in-charge] ( PdfFontMetrics* pMetrics, bool bEmbed, PdfVecObjects* pParent )
PdfFont::SetFontSize float fSize )

PdfFontCache.h, libpodofo.so.0.5.0
namespace PoDoFo
PdfFontCache::GetFont ( char const* pszFontName, bool bEmbedd )
PdfFontCache::GetFont FT_Face face, bool bEmbedd )

PdfFontMetrics.h, libpodofo.so.0.5.0
namespace PoDoFo
PdfFontMetrics::CharWidth char c ) const
PdfFontMetrics::CharWidthMM char c ) const
PdfFontMetrics::GetFilenameForFont char const* pszFontname ) [static]
PdfFontMetrics::GetFilenameForFont ( FcConfig* pConfig, char const* pszFontname ) [static]

PdfHintStream.h, libpodofo.so.0.5.0
namespace PoDoFo
PdfHintStream::PdfHintStream [in-charge] ( PdfVecObjects* pParent, PdfPagesTree* pPagesTree )
PdfHintStream::PdfHintStream [not-in-charge] ( PdfVecObjects* pParent, PdfPagesTree* pPagesTree )
PdfHintStream::WriteUInt16 pdf_uint16 val )
PdfHintStream::WriteUInt32 pdf_uint32 p1 )
PdfHintStream::~PdfHintStream [in-charge-deleting] ( )
PdfHintStream::~PdfHintStream [in-charge] ( )
PdfHintStream::~PdfHintStream [not-in-charge] ( )
vtable for PdfHintStream [data]

PdfImage.h, libpodofo.so.0.5.0
namespace PoDoFo
PdfImage::PdfImage [in-charge] PdfStreamedDocument* pParent )
PdfImage::PdfImage [not-in-charge] PdfStreamedDocument* pParent )

PdfLocale.h, libpodofo.so.0.5.0
namespace PoDoFo
PdfLocaleImbue std::ios_base& p1 )

PdfMemStream.h, libpodofo.so.0.5.0
namespace PoDoFo
PdfMemStream::Write PdfOutputDevice* pDevice )

PdfName.h, libpodofo.so.0.5.0
namespace PoDoFo
PdfName::Write PdfOutputDevice* pDevice ) const

PdfObject.h, libpodofo.so.0.5.0
namespace PoDoFo
PdfObject::GetIndirectKey PdfName const& key )
PdfObject::WriteObject ( PdfOutputDevice* pDevice, PdfName const& keyStop ) const

PdfPage.h, libpodofo.so.0.5.0
namespace PoDoFo
PdfPage::CreateStandardPageSize enum EPdfPageSize const ePageSize ) [static]

PdfParserObject.h, libpodofo.so.0.5.0
namespace PoDoFo
PdfParserObject::ParseFile bool bIsTrailer )

PdfRefCountedBuffer.h, libpodofo.so.0.5.0
namespace PoDoFo
PdfRefCountedBuffer::Append ( char const* pszString, long lLen )

PdfReference.h, libpodofo.so.0.5.0
namespace PoDoFo
PdfReference::Write PdfOutputDevice* pDevice ) const

PdfStream.h, libpodofo.so.0.5.0
namespace PoDoFo
PdfStream::Set char* szBuffer, long lLen )
PdfStream::Set char* szBuffer, long lLen, TVecFilters const& vecFilters )

PdfStreamedDocument.h, libpodofo.so.0.5.0
namespace PoDoFo
PdfStreamedDocument::PdfStreamedDocument [in-charge] char const* pszFilename )
PdfStreamedDocument::PdfStreamedDocument [in-charge] PdfOutputDevice* pDevice )
PdfStreamedDocument::PdfStreamedDocument [not-in-charge] char const* pszFilename )
PdfStreamedDocument::PdfStreamedDocument [not-in-charge] PdfOutputDevice* pDevice )

PdfString.h, libpodofo.so.0.5.0
namespace PoDoFo
PdfString::HexDecode ( ) const
PdfString::HexEncode ( ) const
PdfString::SetHexData ( char const* pszHex, long lLen )
PdfString::Write PdfOutputDevice* pDevice ) const

PdfTokenizer.h, libpodofo.so.0.5.0
namespace PoDoFo
PdfTokenizer::GetNextToken enum EPdfTokenType* peType )
PdfTokenizer::GetNextVariant PdfVariant& rVariant )

PdfVariant.h, libpodofo.so.0.5.0
namespace PoDoFo
PdfVariant::Write PdfOutputDevice* pDevice ) const
PdfVariant::Write ( PdfOutputDevice* pDevice, PdfName const& keyStop ) const

PdfWriter.h, libpodofo.so.0.5.0
namespace PoDoFo
PdfWriter::CompressObjects PdfVecObjects const& vecObjects )
PdfWriter::WritePdfHeader PdfOutputDevice* pDevice )
PdfWriter::WritePdfObjects ( PdfOutputDevice* pDevice, PdfVecObjects const& vecObjects, PdfXRef* pXref )

PdfXRef.h, libpodofo.so.0.5.0
namespace PoDoFo
PdfXRef::AddObject ( PdfReference const& rRef, long lOffset, bool bUsed )
PdfXRef::BeginWrite PdfOutputDevice* pDevice )
PdfXRef::EndWrite PdfOutputDevice* pDevice )
PdfXRef::GetOffset ( ) const
PdfXRef::GetSize ( ) const
PdfXRef::PdfXRef [in-charge] ( )
PdfXRef::PdfXRef [not-in-charge] ( )
PdfXRef::PdfXRefBlock::InsertItem ( PdfXRef::TXRefItem const& rItem, bool bUsed )
PdfXRef::Write PdfOutputDevice* pDevice )
PdfXRef::WriteSubSection ( PdfOutputDevice* pDevice, unsigned int nFirst, unsigned int nCount )
PdfXRef::WriteXRefEntry ( PdfOutputDevice* pDevice, unsigned long lOffset, unsigned long lGeneration, char cMode, unsigned long lObjectNumber )
PdfXRef::~PdfXRef [in-charge-deleting] ( )
PdfXRef::~PdfXRef [in-charge] ( )
PdfXRef::~PdfXRef [not-in-charge] ( )
vtable for PdfXRef [data]

PdfXRefStream.h, libpodofo.so.0.5.0
namespace PoDoFo
PdfXRefStream::BeginWrite PdfOutputDevice* pDevice )
PdfXRefStream::EndWrite PdfOutputDevice* pDevice )
PdfXRefStream::GetOffset ( ) const
PdfXRefStream::PdfXRefStream [in-charge] ( PdfVecObjects* pParent, PdfWriter* pWriter )
PdfXRefStream::PdfXRefStream [not-in-charge] ( PdfVecObjects* pParent, PdfWriter* pWriter )
PdfXRefStream::WriteSubSection ( PdfOutputDevice* pDevice, unsigned int nFirst, unsigned int nCount )
PdfXRefStream::WriteXRefEntry ( PdfOutputDevice* pDevice, unsigned long lOffset, unsigned long lGeneration, char cMode, unsigned long lObjectNumber )
PdfXRefStream::~PdfXRefStream [in-charge-deleting] ( )
PdfXRefStream::~PdfXRefStream [in-charge] ( )
PdfXRefStream::~PdfXRefStream [not-in-charge] ( )
vtable for PdfXRefStream [data]

to the top

Problems with Data Types, High Severity (24)


PdfDocument.h
namespace PoDoFo
[+] class PdfDocument (11)

PdfFontCache.h
namespace PoDoFo
[+] class PdfFontCache (1)

PdfFontMetrics.h
namespace PoDoFo
[+] class PdfFontMetrics (1)

PdfMemStream.h
namespace PoDoFo
[+] class PdfMemStream (1)

PdfOutputDevice.h
namespace PoDoFo
[+] class PdfOutputDevice (1)

PdfParser.h
namespace PoDoFo
[+] class PdfParser (1)

PdfParserObject.h
namespace PoDoFo
[+] class PdfParserObject (1)

PdfStreamedDocument.h
namespace PoDoFo
[+] class PdfStreamedDocument (2)

PdfString.h
namespace PoDoFo
[+] class PdfString (1)

PdfTokenizer.h
namespace PoDoFo
[+] class PdfTokenizer (2)

PdfWriter.h
namespace PoDoFo
[+] class PdfWriter (2)

to the top

Problems with Symbols, High Severity (38)


PdfAction.h, libpodofo.so.0.5.0
namespace PoDoFo
[+] PdfAction::PdfAction [not-in-charge] ( enum EPdfAction eAction, PdfStreamedDocument* pParent ) (1)
[+] PdfAction::PdfAction [in-charge] ( enum EPdfAction eAction, PdfStreamedDocument* pParent ) (1)

PdfArray.h, libpodofo.so.0.5.0
namespace PoDoFo
[+] PdfArray::Write PdfOutputDevice* pDevice ) const (1)

PdfData.h, libpodofo.so.0.5.0
namespace PoDoFo
[+] PdfData::Write PdfOutputDevice* pDevice ) const (1)

PdfDictionary.h, libpodofo.so.0.5.0
namespace PoDoFo
[+] PdfDictionary::Write PdfOutputDevice* pDevice ) const (1)
[+] PdfDictionary::Write ( PdfOutputDevice* pDevice, PdfName const& keyStop ) const (1)

PdfDocument.h, libpodofo.so.0.5.0
namespace PoDoFo
[+] PdfDocument::Append PdfDocument const& rDoc ) (1)
[+] PdfDocument::CreateFont ( char const* pszFontName, bool bEmbedd ) (1)
[+] PdfDocument::CreateFont FT_Face face, bool bEmbedd ) (1)
[+] PdfDocument::SetPageMode enum EPdfPageMode inMode ) const (1)
[+] PdfDocument::SetUseFullScreen ( ) const (1)

PdfElement.h, libpodofo.so.0.5.0
namespace PoDoFo
[+] PdfElement::PdfElement [in-charge] ( char const* pszType, PdfStreamedDocument* pParent ) (1)
[+] PdfElement::PdfElement [not-in-charge] ( char const* pszType, PdfStreamedDocument* pParent ) (1)

PdfFont.h, libpodofo.so.0.5.0
namespace PoDoFo
[+] PdfFont::PdfFont [in-charge] ( PdfFontMetrics* pMetrics, bool bEmbed, PdfVecObjects* pParent ) (1)
[+] PdfFont::PdfFont [not-in-charge] ( PdfFontMetrics* pMetrics, bool bEmbed, PdfVecObjects* pParent ) (1)

PdfFontCache.h, libpodofo.so.0.5.0
namespace PoDoFo
[+] PdfFontCache::GetFont ( char const* pszFontName, bool bEmbedd ) (1)
[+] PdfFontCache::GetFont FT_Face face, bool bEmbedd ) (1)

PdfFontMetrics.h, libpodofo.so.0.5.0
namespace PoDoFo
[+] PdfFontMetrics::CharWidth char c ) const (1)
[+] PdfFontMetrics::CharWidthMM char c ) const (1)

PdfMemStream.h, libpodofo.so.0.5.0
namespace PoDoFo
[+] PdfMemStream::Write PdfOutputDevice* pDevice ) (1)

PdfName.h, libpodofo.so.0.5.0
namespace PoDoFo
[+] PdfName::Write PdfOutputDevice* pDevice ) const (1)

PdfObject.h, libpodofo.so.0.5.0
namespace PoDoFo
[+] PdfObject::GetIndirectKey PdfName const& key ) (1)
[+] PdfObject::WriteObject ( PdfOutputDevice* pDevice, PdfName const& keyStop ) const (1)

PdfPage.h, libpodofo.so.0.5.0
namespace PoDoFo
[+] PdfPage::CreateStandardPageSize enum EPdfPageSize const ePageSize ) [static] (1)

PdfParserObject.h, libpodofo.so.0.5.0
namespace PoDoFo
[+] PdfParserObject::ParseFile bool bIsTrailer ) (1)

PdfReference.h, libpodofo.so.0.5.0
namespace PoDoFo
[+] PdfReference::Write PdfOutputDevice* pDevice ) const (1)

PdfStream.h, libpodofo.so.0.5.0
namespace PoDoFo
[+] PdfStream::Set char* szBuffer, long lLen ) (1)
[+] PdfStream::Set char* szBuffer, long lLen, TVecFilters const& vecFilters ) (1)

PdfStreamedDocument.h, libpodofo.so.0.5.0
namespace PoDoFo
[+] PdfStreamedDocument::PdfStreamedDocument [in-charge] char const* pszFilename ) (1)
[+] PdfStreamedDocument::PdfStreamedDocument [not-in-charge] char const* pszFilename ) (1)
[+] PdfStreamedDocument::PdfStreamedDocument [in-charge] PdfOutputDevice* pDevice ) (1)
[+] PdfStreamedDocument::PdfStreamedDocument [not-in-charge] PdfOutputDevice* pDevice ) (1)

PdfString.h, libpodofo.so.0.5.0
namespace PoDoFo
[+] PdfString::SetHexData ( char const* pszHex, long lLen ) (1)
[+] PdfString::Write PdfOutputDevice* pDevice ) const (1)

PdfTokenizer.h, libpodofo.so.0.5.0
namespace PoDoFo
[+] PdfTokenizer::GetNextToken enum EPdfTokenType* peType ) (1)
[+] PdfTokenizer::GetNextVariant PdfVariant& rVariant ) (1)

PdfVariant.h, libpodofo.so.0.5.0
namespace PoDoFo
[+] PdfVariant::Write PdfOutputDevice* pDevice ) const (1)
[+] PdfVariant::Write ( PdfOutputDevice* pDevice, PdfName const& keyStop ) const (1)

to the top

Problems with Data Types, Medium Severity (30)


PdfDataType.h
namespace PoDoFo
[+] class PdfDataType (1)

PdfError.h
namespace PoDoFo
[+] enum EPdfError (26)

PdfFont.h
namespace PoDoFo
[+] class PdfFont (1)

PdfStream.h
namespace PoDoFo
[+] class PdfStream (1)

PdfVariant.h
namespace PoDoFo
[+] class PdfVariant (1)

to the top

Problems with Symbols, Medium Severity (3)


PdfDefines.h
namespace PoDoFo
[+] s_szPdfVersionNums [data] (1)
[+] s_szPdfVersions [data] (1)

PdfString.h, libpodofo.so.0.5.0
namespace PoDoFo
[+] PdfString::StringNull [data] (1)

to the top

Problems with Data Types, Low Severity (35)


PdfDefines.h
namespace PoDoFo
[+] enum EPdfColorSpace (1)
[+] enum EPdfFilter (1)
[+] enum EPdfLineCapStyle (1)
[+] enum EPdfLineJoinStyle (1)
[+] enum EPdfPageLayout (1)
[+] enum EPdfPageMode (1)
[+] enum EPdfStrokeStyle (1)

PdfDocument.h
namespace PoDoFo
[+] class PdfDocument (2)

PdfFont.h
namespace PoDoFo
[+] class PdfFont (1)

PdfFontCache.h
namespace PoDoFo
[+] class PdfFontCache (1)

PdfFontMetrics.h
namespace PoDoFo
[+] class PdfFontMetrics (7)

PdfMemStream.h
namespace PoDoFo
[+] class PdfMemStream (1)

PdfOutputDevice.h
namespace PoDoFo
[+] class PdfOutputDevice (2)

PdfParser.h
namespace PoDoFo
[+] class PdfParser (4)

PdfParserObject.h
namespace PoDoFo
[+] class PdfParserObject (1)

PdfStreamedDocument.h
namespace PoDoFo
[+] class PdfStreamedDocument (4)

PdfString.h
namespace PoDoFo
[+] class PdfString (1)

PdfTokenizer.h
namespace PoDoFo
[+] class PdfTokenizer (1)

PdfWriter.h
namespace PoDoFo
[+] class PdfWriter (3)

to the top

Problems with Symbols, Low Severity (5)


PdfDocument.h, libpodofo.so.0.5.0
namespace PoDoFo
[+] PdfDocument::PdfDocument [not-in-charge] ( ) (1)
[+] PdfDocument::PdfDocument [in-charge] ( ) (1)

PdfPage.h, libpodofo.so.0.5.0
namespace PoDoFo
[+] PdfPage::GetNumAnnots ( ) const (1)
[+] PdfPage::GetNumFields ( ) const (1)
[+] PdfPage::GetRotation ( ) const (1)

to the top

Other Changes in Data Types (8)


PdfError.h
namespace PoDoFo
[+] enum EPdfError (6)

PdfFont.h
namespace PoDoFo
[+] class PdfFont (1)

PdfOutputDevice.h
namespace PoDoFo
[+] class PdfOutputDevice (1)

to the top

Other Changes in Constants (1)


PdfFontMetrics.h
[+] PODOFO_CONVERSION_CONSTANT

to the top

Header Files (1)


podofo.h

to the top

Shared Libraries (1)


libpodofo.so.0.5.0

to the top




Generated on Tue Jul 8 18:43:06 2014 for PoDoFo by ABI Compliance Checker 1.99.9  
A tool for checking backward compatibility of a C/C++ library API