mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 13:00:08 +00:00
Merge branch 'devv'
This commit is contained in:
commit
970ae7a4f0
@ -36,7 +36,7 @@ const std::string HTML_HEAD = "<!DOCTYPE html>\n\
|
|||||||
}\
|
}\
|
||||||
.l > .w {\
|
.l > .w {\
|
||||||
display:inline-block;\
|
display:inline-block;\
|
||||||
visibility:hidden;\
|
font-family: monospace;\
|
||||||
}\
|
}\
|
||||||
::selection{\
|
::selection{\
|
||||||
background: rgba(168,209,255,0.5);\
|
background: rgba(168,209,255,0.5);\
|
||||||
|
@ -94,7 +94,7 @@ class HTMLRenderer : public OutputDev
|
|||||||
|
|
||||||
virtual void drawImage(GfxState * state, Object * ref, Stream * str, int width, int height, GfxImageColorMap * colorMap, GBool interpolate, int *maskColors, GBool inlineImg);
|
virtual void drawImage(GfxState * state, Object * ref, Stream * str, int width, int height, GfxImageColorMap * colorMap, GBool interpolate, int *maskColors, GBool inlineImg);
|
||||||
|
|
||||||
private:
|
protected:
|
||||||
void close_cur_line();
|
void close_cur_line();
|
||||||
|
|
||||||
// return the mapped font name
|
// return the mapped font name
|
||||||
|
@ -18,14 +18,14 @@
|
|||||||
|
|
||||||
#include <goo/GooString.h>
|
#include <goo/GooString.h>
|
||||||
|
|
||||||
#include "Object.h"
|
#include <Object.h>
|
||||||
#include "PDFDoc.h"
|
#include <PDFDoc.h>
|
||||||
#include "PDFDocFactory.h"
|
#include <PDFDocFactory.h>
|
||||||
#include "HTMLRenderer.h"
|
#include <GlobalParams.h>
|
||||||
#include "GlobalParams.h"
|
#include <Error.h>
|
||||||
#include "Error.h"
|
#include <DateInfo.h>
|
||||||
#include "DateInfo.h"
|
|
||||||
|
|
||||||
|
#include "HTMLRenderer.h"
|
||||||
#include "Param.h"
|
#include "Param.h"
|
||||||
|
|
||||||
#define PDFTOHTMLEX_VERSION "0.1"
|
#define PDFTOHTMLEX_VERSION "0.1"
|
||||||
|
Loading…
Reference in New Issue
Block a user