Sha256: fd7051e1740928067c02e619c62bc978a1316dfdd2f18a38d256ac6fee0e486c

Contents?: true

Size: 1.49 KB

Versions: 2

Compression:

Stored size: 1.49 KB

Contents

//========================================================================
//
// about-text.h
//
// Copyright 2002-2007 Glyph & Cog, LLC
//
//========================================================================

static char *aboutWinText[] = {
  "http://www.foolabs.com/xpdf/",
  "derekn@foolabs.com",
  " ",
  "Licensed under the GNU General Public License (GPL).",
  "See the 'COPYING' file for details.",
  " ",
  "Supports PDF version " supportedPDFVersionStr ".",
  " ",
  "The PDF data structures, operators, and specification",
  "are copyright 1985-2006 Adobe Systems Inc.",
  " ",
  "Mouse bindings:",
  "  button 1: select text / follow link",
  "  button 2: pan window",
  "  button 3: menu",
  " ",
  "Key bindings:",
  "  o              = open file",
  "  r              = reload",
  "  f / ctrl-F     = find text",
  "  ctrl-G         = find next",
  "  ctrl-P         = print",
  "  n              = next page",
  "  p              = previous page",
  "  <PgDn> = <space>                = scroll down",
  "  <PgUp> = <backspace> = <delete> = scroll up",
  "  v              = forward (history path)",
  "  b              = backward (history path)",
  "  0 / + / -      = zoom zero / in / out",
  "  z / w          = zoom page / page width",
  "  alt-F          = toggle full-screen mode",
  "  ctrl-L         = redraw",
  "  q              = quit",
  "  <home> / <end> = top / bottom of page",
  "  <arrows>       = scroll",
  " ",
  "For more information, please read the xpdf(1) man page.",
  NULL
};

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pdf2json-0.2.0 pdf2json-0.52-source/xpdf/about-text.h
pdf2json-0.1.0 pdf2json-0.52-source/xpdf/about-text.h