mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +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 {\
|
||||
display:inline-block;\
|
||||
visibility:hidden;\
|
||||
font-family: monospace;\
|
||||
}\
|
||||
::selection{\
|
||||
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);
|
||||
|
||||
private:
|
||||
protected:
|
||||
void close_cur_line();
|
||||
|
||||
// return the mapped font name
|
||||
|
@ -18,14 +18,14 @@
|
||||
|
||||
#include <goo/GooString.h>
|
||||
|
||||
#include "Object.h"
|
||||
#include "PDFDoc.h"
|
||||
#include "PDFDocFactory.h"
|
||||
#include "HTMLRenderer.h"
|
||||
#include "GlobalParams.h"
|
||||
#include "Error.h"
|
||||
#include "DateInfo.h"
|
||||
#include <Object.h>
|
||||
#include <PDFDoc.h>
|
||||
#include <PDFDocFactory.h>
|
||||
#include <GlobalParams.h>
|
||||
#include <Error.h>
|
||||
#include <DateInfo.h>
|
||||
|
||||
#include "HTMLRenderer.h"
|
||||
#include "Param.h"
|
||||
|
||||
#define PDFTOHTMLEX_VERSION "0.1"
|
||||
|
Loading…
Reference in New Issue
Block a user