How can I open a pdf file in the Foxit PhantomPDF reader in SumatraPDF with go to a page number?
maybe good idea does to provide auto-detect feature for that PDFreader?
and
how does it work?
https://www.sumatrapdfreader.org/docs/Customize-external-viewers.html
$F = "C:\Program Files (x86)\Foxit Software\Foxit PhantomPDF\FoxitPhantomPDF.exe"
$File = "e:\Books\JavaScript\Lucas da Costa - Testing jаvascript Applications (MEAP), 2020.pdf"
&$F $File /A page=5
ExternalViewers [
[
CommandLine = "C:\Program Files (x86)\Foxit Software\Foxit PhantomPDF\FoxitPhantomPDF.exe"
Name = "Foxit PhantomPDF"
Filter =
]
]
ExternalViewers [
[
CommandLine = FoxitPhantomPDF.exe %1 %p
Name = Foxit PhantomPDF
Filter =
]
]