コード例 #1
0
        public String GetRangesFromKeywordAndPageCountWithRegex(String PDFFilePath, String PDFFileName, String Keyword, String RegexWithGroupsForPageCount)
        {
            F1 f1 = new F1();

            return(f1.GetRangesFromKeywordAndPageCount(PDFFilePath, PDFFileName, Keyword, RegexWithGroupsForPageCount, false));
        }
コード例 #2
0
        public String GetRangesFromKeywordAndPageCount(String PDFFilePath, String PDFFileName, String Keyword)
        {
            F1 f1 = new F1();

            return(f1.GetRangesFromKeywordAndPageCount(PDFFilePath, PDFFileName, Keyword, false));
        }