#include "utils.h"#include "log.h"#include "task.h"#include "pdf_page.h"#include "pdf_doc_controller.h"#include "pdf_renderer.h"
Go to the source code of this file.
Namespaces | |
| namespace | |
A simple observer implementation. | |
Functions | |
| void | pdf::init_render_area (RenderArea &area) |
| bool | pdf::is_render_area_valid (const RenderArea &area) |
| Estimate whether the render area is valid. | |
| void | pdf::get_content_area_in_pixel (const RenderArea &area, const int origin_width, const int origin_height, PluginRectangle &rect) |
| Get the content area in pixel. | |
| void | pdf::get_std_string_from_text_word (TextWord *word, std::string &result) |
| bool | pdf::merge_rectangle (const double x_min, const double y_min, const double x_max, const double y_max, PDFRectangle *rect) |
1.6.2-20100208