For bug 77407

This commit is contained in:
Svetlana Kulikova
2025-10-09 16:49:46 +03:00
parent 5b5a1d461c
commit c6d1f5e502
5 changed files with 53 additions and 36 deletions

View File

@ -107,6 +107,7 @@ public:
PDFDoc* GetPDFDocument(int PDFIndex);
int GetStartRefID(PDFDoc* pDoc);
int GetNumPagesBefore(PDFDoc* pDoc);
std::string GetPrefixForm(PDFDoc* pDoc);
int FindRefNum(int nObjID, PDFDoc** pDoc = NULL, int* nStartRefID = NULL);
int GetPageIndex(int nPageIndex, PDFDoc** pDoc = NULL, PdfReader::CPdfFontList** pFontList = NULL, int* nStartRefID = NULL);