PDF Highlighter Command Line

PDF Highlighter Command Line is a command line application which can be used to highlight more keywords in PDF pages. PDF Highlighter Command Line can be used as a server-side application that highlight keywords in PDF documents "on the fly", you can call it from your service side application to highlighting search terms.

PDF Highlighter simplifies the PDF viewing process by highlighting keywords within a text. Unlike the standard "search" function found in PDF viewer, Highlighter's unique features streamline the process by highlighting multiple search terms and phrases simultaneously. Additionally, PDF Highlighter assigns separate colors to different keywords, further enhancing and organizing search results.

PDF Highlighter Command Line improves your user's search experience. Highlight multiple search terms and phrases with ease.

Highlighter supports advanced search options including:

* Phrases and proximity search
* Wildcards
* Fuzzy search
* Alternatively, instead of feeding Highlighter with search terms, the highlight file can be used to specify locations of text that should be marked in the document.

Multicolor hit highlighting
PDF Highlighter ensures that same terms are assigned the same color. The highlighter automatically assigns colors to different terms, making the document review process more user-friendly and efficient. The color coding feature makes PDF Highlighter ideal for document forensics and natural language processing (NLP) tools as well—where the number of marked terms is much higher than for simple user queries.

Batch PDF processing
Batch highlighter can automatically annotate all your PDF documents using a file containing predefined keywords and phrases. You can assign a color to each individual phrase.

Generated PDF can be opened in any PDF viewer.

PDF Highlighter Command Line Command Line Options

VeryPDF PDF Highlighter Command Line version 3.0
Copyright 1996-2019 VeryPDF.com Inc.
Product Name: VeryPDF PDF Highlighter Command Line
http://www.verypdf.com
http://www.verydoc.com
http://support.verypdf.com
Email: support@verypdf.com
Usage: pdfhl.exe [options] [PDF-file]
  -opw [string]                    : owner password (for encrypted files)
  -upw [string]                    : user password (for encrypted files)
  -configfile [string]             : Use a configure file to process PDF file
  -detectfilename [int]            : detect and add hyperlinks to filenames in PDF contents
  -checkiffileexists [int]         : add hyperlinks to filenames which exist on disk only
  -allowedextension [string]       : add hyperlinks to filenames which have allowed extensions
      -allowedextension ".PDF;.DOC;.DOCX;.XLS;.XLSX;.PPT;.PPTX;.TXT;.RTF;.TIF;.JPG;.PNG;.GIF;.HTM;.HTML;.ZIP;.RAR"
  -detecturl [int]                 : detect and add hyperlinks to URLs in PDF contents
  -bordercolor [string]            : set border color to hyperlinks
      -bordercolor #FF0000
      -bordercolor #00FF00
      -bordercolor #0000FF
  -borderwidth [int]               : set border width to hyperlinks
  -caseinsensitive [int]           : enable or disable Case Insensitive for searching
  -linestyle [int]                 : set LineStyle to the border of hyperlinks
      -linestyle 0: solid border
      -linestyle 1: dashed border
      -linestyle 2: beveled (three-dimensional) border
      -linestyle 3: inset border
      -linestyle 4: underlined border
  -linethickness [int]             : set LineThickness to the border of hyperlinks. 0: Invisible, 1: Thin, 2: Medium, 3: Thick
  -linedash1 [int]                 : set LineDash1 to dash line
  -linedash2 [int]                 : set LineDash2 to dash line
  -highlightstyle [int]            : set HighlightStyle. 0: None, 1: Invert, 2: Outline, 3: Inset
  -keywords-to-urls [string]       : add hyperlinks to keywords
      -keywords-to-urls "VeryPDF=]http://www.verypdf.com"
      -keywords-to-urls "VeryDOC=]http://www.verydoc.com"
      -keywords-to-urls "VeryPDF=]http://www.verypdf.com||VeryDOC=]http://www.verydoc.com"
      -keywords-to-urls "VeryPDF=]http://www.verypdf.com||PDF Editor=]http://www.verypdf.com/app/pdf-editor/index.html"

  -keywords-to-highlighter [string]: add background colors to keywords
      -keywords-to-highlighter "PDFcamp Printer=][color:#FF0000;opacity:20]"
      -keywords-to-highlighter "PDFcamp Printer=][color:#FF0000;opacity:20]||PDF to Word=][color:#00FF00;opacity:20]||PDF to Text=][color:#0000FF;opacity:20]||PDF Highlighter=][color:#800000;opacity:20]"

  -keywords-to-annotation [string] : add annotations to keywords
      -keywords-to-annotation "PDF Password Remover=][type:8; title:VeryPDF title; contents:VeryPDF contents; color:#FFFF00; opacity:80; StampName:SBConfidential]"
      -keywords-to-annotation "PDF Password Remover=][type:8; title:VeryPDF title; contents:VeryPDF contents; color:#FFFF00; opacity:80; StampName:SBConfidential]||PDF to Image Converter=][type:8; title:VeryPDF title; contents:VeryPDF contents; color:#FF00FF; opacity:100; StampName:SBConfidential]||docPrint Virtual Printer=][type:10; title:VeryPDF title; contents:VeryPDF contents; color:#FF0000; opacity:100; StampName:SBConfidential]||Image to PDF Converter=][type:8; title:VeryPDF title; contents:VeryPDF contents; color:#00FFFF; opacity:100; StampName:SBConfidential]"

  -autoview                        : view resultant PDF file automatically
  -h                               : print usage information
  -help                            : print usage information
  --help                           : print usage information
  -?                               : print usage information
  -$ [string]                      : input your license key
Example:
   pdfhl.exe -configfile "D:\Highlighter.ini" D:\in.pdf D:\out.pdf
   pdfhl.exe -autoview -configfile "D:\Highlighter.ini" D:\in.pdf D:\out.pdf
   pdfhl.exe -opw 123 -upw 456 -configfile "D:\Highlighter.ini" D:\in.pdf D:\out.pdf
   pdfhl.exe -detectfilename 1 -checkiffileexists 1 -allowedextension ".PDF;.DOC;.DOCX;.XLS;.XLSX;.PPT;.PPTX;.TXT;.RTF;.TIF;.JPG;.PNG;.GIF;.HTM;.HTML;.ZIP;.RAR" D:\in.pdf D:\out.pdf
   pdfhl.exe -detecturl 1 -bordercolor #FF0000 -borderwidth 3 D:\in.pdf D:\out.pdf
   pdfhl.exe -caseinsensitive 1 -linestyle 0 -linethickness 3 D:\in.pdf D:\out.pdf
   pdfhl.exe -linestyle 1 -linedash1 6 -linedash2 1 -highlightstyle 3 D:\in.pdf D:\out.pdf
   pdfhl.exe -keywords-to-urls "VeryPDF=]http://www.verypdf.com" D:\in.pdf D:\out.pdf
   pdfhl.exe -keywords-to-urls "VeryPDF=]http://www.verypdf.com||VeryDOC=]http://www.verydoc.com" D:\in.pdf D:\out.pdf
   pdfhl.exe -keywords-to-highlighter "PDFcamp Printer=][color:#FF0000;opacity:20]" D:\in.pdf D:\out.pdf
   pdfhl.exe -keywords-to-highlighter "PDFcamp Printer=][color:#FF0000;opacity:20]||PDF to Word=][color:#00FF00;opacity:20]||PDF to Text=][color:#0000FF;opacity:20]||PDF Highlighter=][color:#800000;opacity:20]" D:\in.pdf D:\out.pdf
   pdfhl.exe -keywords-to-annotation "PDF Password Remover=][type:8; title:VeryPDF title; contents:VeryPDF contents; color:#FFFF00; opacity:80; StampName:SBConfidential]" D:\in.pdf D:\out.pdf
   pdfhl.exe -keywords-to-annotation "PDF Password Remover=][type:8; title:VeryPDF title; contents:VeryPDF contents; color:#FFFF00; opacity:80; StampName:SBConfidential]||PDF to Image Converter=][type:8; title:VeryPDF title; contents:VeryPDF contents; color:#FF00FF; opacity:100; StampName:SBConfidential]||docPrint Virtual Printer=][type:10; title:VeryPDF title; contents:VeryPDF contents; color:#FF0000; opacity:100; StampName:SBConfidential]||Image to PDF Converter=][type:8; title:VeryPDF title; contents:VeryPDF contents; color:#00FFFF; opacity:100; StampName:SBConfidential]" D:\in.pdf D:\out.pdf

Relevant information:

How to Highlight Text in a PDF using PDF Highlighter Command Line?
Searching and Marking Multiple Words in a PDF.
Highlighting Multiple Words in a PDF Document.
How to Highlight Text in a PDF Document?
How do I highlight a certain word throughout my document all at one time?
Highlight Text in PDF Documents By Search.
Highlight, Underline, and Cross Out Text in PDF Documents.
PDF Highlighter: Highlight search terms in PDF documents.
How To Search for Words or Phrases in a PDF Document?
How to Highlight Text in a PDF File?
PDF Comment & Markup Tools: Add Highlight Comment to a PDF.
PDF text highlighter – highlight text in a PDF document.
How to highlight portions of a PDF file programmatically?
Batch PDF Highlighting - PDF Highlighter
How to highlight portions of a PDF file programmatically (eg. using command line)?
Simple and Effective Ways to Highlight Text in PDF
PDF Highlighter: Highlight search terms in PDF documents
PDF Comment & Markup Tools: Add Highlight Comment to a PDF
 

Write a review

Note: HTML is not translated!
    Bad           Good
Captcha

PDF Highlighter Command Line

  • Brand: VeryPDF
  • Product Code: MOD190316112513
  • Availability: In Stock
  • Viewed: 28175
  • Sold By: VeryPDF
  • Seller Rating:
  • Seller Reviews: (1)
  • $299.00

  • Ex Tax: $299.00

Available Options


Related Products

Java PDF Reader Custom Build Service

Java PDF Reader Custom Build Service

Java PDF Reader (Windows, Mac, Linux) Java PDF Reader is Java Visual Component to Display PDF, Offi..

$5,000.00 Ex Tax: $5,000.00

Save
17%

Metafile (EMF, WMF) to PDF Converter Command Line

Metafile (EMF, WMF) to PDF Converter Command Line

Metafile (EMF, WMF) to PDF Converter Command Line can be used to convert EMF, WMF, and RTF files int..

$199.95 $240.00 Ex Tax: $199.95

TIFF Toolkit -- Compress, Merge, Split, Extract, Compare and Maintain TIFF files

TIFF Toolkit -- Compress, Merge, Split, Extract, Compare and Maintain TIFF files

TIFF Toolkit is a powerful application tool which can compress TIFF image files to small size ones..

$19.95 Ex Tax: $19.95

PDF Signer Software

PDF Signer Software

PDF Signer can be used to add your signature to PDF documents. The main function of PDF Signer is ..

$39.95 Ex Tax: $39.95

Save
17%

PDFSearch Command Line Tool for Windows

PDFSearch Command Line Tool for Windows

pdfsearch is a Command Line Tool to search text in PDF files on Windows system. pdfsearch can be use..

$49.95 $59.95 Ex Tax: $49.95

PDF to HTML5 Flipbook Converter Command Line

PDF to HTML5 Flipbook Converter Command Line

PDF to HTML5 Flipbook Converter Command Line is a Windows software. PDF to HTML5 Flipbook Converter ..

$59.95 Ex Tax: $59.95

PDF to Word Converter SDK/CLI

PDF to Word Converter SDK/CLI

PDF to Word Converter SDK/CLI PDF to Word Converter SDK enables programmers and system administrato..

$5,000.00 Ex Tax: $5,000.00

OCR to Any Converter Command Line

OCR to Any Converter Command Line

OCR to Any Converter Command Line OCR software is used to make the text of a scanned document acc..

$395.00 Ex Tax: $395.00

DOC to Any Converter Command Line

DOC to Any Converter Command Line

DOC to Any Converter Command Line can be used to batch convert DOC, DOCX, DOCM, RTF, TXT, PPT, PPT..

$79.00 Ex Tax: $79.00

Save
15%

Encrypt PDF Command Line

Encrypt PDF Command Line

EncryptPDF Command Line is a powerful tool that enables users to encrypt their PDF files by setting ..

$49.95 $59.00 Ex Tax: $49.95

PDF Keywords to Hyperlinks Maker Command Line

PDF Keywords to Hyperlinks Maker Command Line

With VeryUtils PDF Hyperlinks Maker Command Line software, you can turn every occurrence of a part..

$299.00 Ex Tax: $299.00

HTML to PDF Converter Command Line

HTML to PDF Converter Command Line

VeryUtils HTML To PDF Converter Command Line is a Command Line Tool that lets you create PDF docum..

$399.00 Ex Tax: $399.00

Save
36%

PDF to DWG Converter Command Line

PDF to DWG Converter Command Line

PDF to DWG Converter Command Line does batch convert PDF to DWG and PDF to DXF format for fast and..

$125.00 $195.00 Ex Tax: $125.00

PythonPDF Library Source Code License

PythonPDF Library Source Code License

PythonPDF Library Source Code License PythonPDF Library is a tool for extracting information from P..

$299.00 Ex Tax: $299.00

Tags: comment pdf keywords, highlight pdf keywords, highlight pdf text, highlight search terms, html highlighting, markup pdf words, pdf highlighting, pdf hit highlighting, pdf keywords to annotations, pdf keywords to hyperlinks, pdf text selection, underline pdf keywords, underline words in pdf