!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/var/www/html/laravel-crm/vendor/smalot/pdfparser/src/Smalot/PdfParser/   drwxrwxrwx
Free 13.15 GB of 57.97 GB (22.68%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     Config.php (4.28 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

/**
 * @file
 *          This file is part of the PdfParser library.
 *
 * @author  Konrad Abicht <hi@inspirito.de>
 *
 * @date    2020-11-22
 *
 * @license LGPLv3
 *
 * @url     <https://github.com/smalot/pdfparser>
 *
 *  PdfParser is a pdf library written in PHP, extraction oriented.
 *  Copyright (C) 2017 - Sébastien MALOT <sebastien@malot.fr>
 *
 *  This program is free software: you can redistribute it and/or modify
 *  it under the terms of the GNU Lesser General Public License as published by
 *  the Free Software Foundation, either version 3 of the License, or
 *  (at your option) any later version.
 *
 *  This program is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU Lesser General Public License for more details.
 *
 *  You should have received a copy of the GNU Lesser General Public License
 *  along with this program.
 *  If not, see <http://www.pdfparser.org/sites/default/LICENSE.txt>.
 */

namespace Smalot\PdfParser;

/**
 * This class contains configurations used in various classes. You can override them
 * manually, in case default values aren't working.
 *
 * @see https://github.com/smalot/pdfparser/issues/305
 */
class Config
{
    private 
$fontSpaceLimit = -50;

    
/**
     * @var string
     */
    
private $horizontalOffset ' ';

    
/**
     * Represents: (NUL, HT, LF, FF, CR, SP)
     *
     * @var string
     */
    
private $pdfWhitespaces "\0\t\n\f\r ";

    
/**
     * Represents: (NUL, HT, LF, FF, CR, SP)
     *
     * @var string
     */
    
private $pdfWhitespacesRegex '[\0\t\n\f\r ]';

    
/**
     * Whether to retain raw image data as content or discard it to save memory
     *
     * @var bool
     */
    
private $retainImageContent true;

    
/**
     * Memory limit to use when de-compressing files, in bytes.
     *
     * @var int
     */
    
private $decodeMemoryLimit 0;

    
/**
     * Whether to include font id and size in dataTm array
     *
     * @var bool
     */
    
private $dataTmFontInfoHasToBeIncluded false;

    
/**
     * Whether to attempt to read PDFs even if they are marked as encrypted.
     *
     * @var bool
     */
    
private $ignoreEncryption false;

    public function 
getFontSpaceLimit()
    {
        return 
$this->fontSpaceLimit;
    }

    public function 
setFontSpaceLimit($value)
    {
        
$this->fontSpaceLimit $value;
    }

    public function 
getHorizontalOffset(): string
    
{
        return 
$this->horizontalOffset;
    }

    public function 
setHorizontalOffset($value): void
    
{
        
$this->horizontalOffset $value;
    }

    public function 
getPdfWhitespaces(): string
    
{
        return 
$this->pdfWhitespaces;
    }

    public function 
setPdfWhitespaces(string $pdfWhitespaces): void
    
{
        
$this->pdfWhitespaces $pdfWhitespaces;
    }

    public function 
getPdfWhitespacesRegex(): string
    
{
        return 
$this->pdfWhitespacesRegex;
    }

    public function 
setPdfWhitespacesRegex(string $pdfWhitespacesRegex): void
    
{
        
$this->pdfWhitespacesRegex $pdfWhitespacesRegex;
    }

    public function 
getRetainImageContent(): bool
    
{
        return 
$this->retainImageContent;
    }

    public function 
setRetainImageContent(bool $retainImageContent): void
    
{
        
$this->retainImageContent $retainImageContent;
    }

    public function 
getDecodeMemoryLimit(): int
    
{
        return 
$this->decodeMemoryLimit;
    }

    public function 
setDecodeMemoryLimit(int $decodeMemoryLimit): void
    
{
        
$this->decodeMemoryLimit $decodeMemoryLimit;
    }

    public function 
getDataTmFontInfoHasToBeIncluded(): bool
    
{
        return 
$this->dataTmFontInfoHasToBeIncluded;
    }

    public function 
setDataTmFontInfoHasToBeIncluded(bool $dataTmFontInfoHasToBeIncluded): void
    
{
        
$this->dataTmFontInfoHasToBeIncluded $dataTmFontInfoHasToBeIncluded;
    }

    public function 
getIgnoreEncryption(): bool
    
{
        return 
$this->ignoreEncryption;
    }

    
/**
     * @deprecated this is a temporary workaround, don't rely on it
     * @see https://github.com/smalot/pdfparser/pull/653
     */
    
public function setIgnoreEncryption(bool $ignoreEncryption): void
    
{
        
$this->ignoreEncryption $ignoreEncryption;
    }
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0049 ]--