How to add Regular expression of an unimportant text in the script?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ayjob
    New User
    • Nov 2018
    • 1

    How to add Regular expression of an unimportant text in the script?

    Hi everyone,

    I'm using the following script to compare between two Pdfs:
    file-report layout:side-by-side &
    options:display-all,ignore-unimportant,line-numbers &
    output-to:"%3" &
    output-options:html-color,wrap-word %1 %2

    In order to ignore footers I've added the following Regularexpression in Rules- unimportant text section- :
    .*Page*.*of*.*

    My question:
    How can I add this regular expression in the script above? I don't want to use the UI of the Tool to add this Regular expression.

    Thanks in advance
    Best regrads,
    Ayyoub
  • Aaron
    Team Scooter
    • Oct 2007
    • 16002

    #2
    Hello,

    Script does not support defining the regular expression of Unimportance as part of the automation. This needs to be set up ahead of time in as the default settings in the graphical interface, or update the BCSessions.xml and/or BCFileFormats.xml externally before calling BCompare.exe.
    Aaron P Scooter Software

    Comment

    Working...