Lines Matching defs:Options
150 struct Options { struct
153 bool show_config = false;
154 bool show_metadata = false;
155 bool send_events = false;
156 bool use_load_mem_document = false;
157 bool render_oneshot = false;
158 bool lcd_text = false;
159 bool no_nativetext = false;
160 bool grayscale = false;
161 bool forced_color = false;
162 bool fill_to_stroke = false;
163 bool limit_cache = false;
164 bool force_halftone = false;
165 bool printing = false;
166 bool no_smoothtext = false;
167 bool no_smoothimage = false;
168 bool no_smoothpath = false;
169 bool reverse_byte_order = false;
170 bool save_attachments = false;
171 bool save_images = false;
172 bool save_rendered_images = false;
173 bool save_thumbnails = false;
174 bool save_thumbnails_decoded = false;
175 bool save_thumbnails_raw = false;
176 RendererType use_renderer_type = RendererType::kDefault;
178 bool disable_javascript = false;
179 std::string js_flags; // Extra flags to pass to v8 init.
181 bool disable_xfa = false;
184 bool pages = false;
185 bool md5 = false;
187 bool callgrind_delimiters = false;
190 bool linux_no_system_fonts = false;
192 bool croscore_font_names = false;
193 OutputFormat output_format = OutputFormat::kNone;
194 std::string password;
195 std::string scale_factor_as_string;
196 std::string exe_path;
197 std::string bin_directory;
198 std::string font_directory;
199 int first_page = 0; // First 0-based page number to renderer.
200 int last_page = 0; // Last 0-based page number to renderer.
201 time_t time = -1;