mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
..
This commit is contained in:
parent
e42eada963
commit
6080ecb447
@ -50,6 +50,8 @@ Special thanks to Arthur Titeica for the [AUR Package](https://aur.archlinux.org
|
||||
|
||||
### Build from source
|
||||
|
||||
** If you cannot build it on Mac, please use commit f02e1d4 before we resolve the issue **
|
||||
|
||||
#### Dependency
|
||||
|
||||
* CMake, pkg-config
|
||||
|
@ -146,7 +146,6 @@ GBool HTMLRenderer::checkPageSlice(Page *page, double hDPI, double vDPI,
|
||||
GBool (*annotDisplayDecideCbk)(Annot *annot, void *user_data),
|
||||
void *annotDisplayDecideCbkData)
|
||||
{
|
||||
cur_page = page;
|
||||
return gTrue;
|
||||
}
|
||||
|
||||
|
@ -22,7 +22,6 @@
|
||||
#include <goo/gtypes.h>
|
||||
#include <Object.h>
|
||||
#include <GfxFont.h>
|
||||
#include <Page.h>
|
||||
#include <Annot.h>
|
||||
|
||||
#include "Param.h"
|
||||
@ -206,7 +205,6 @@ class HTMLRenderer : public OutputDev
|
||||
////////////////////////////////////////////////////
|
||||
|
||||
XRef * xref;
|
||||
Page * cur_page;
|
||||
PDFDoc * cur_doc;
|
||||
double default_ctm[6];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user