1:45 PM 11/12/2025 ���� JFIF    �� �        "" $(4,$&1'-=-157:::#+?D?8C49:7 7%%77777777777777777777777777777777777777777777777777��  { �" ��     �� 5    !1AQa"q�2��BR��#b�������  ��  ��   ? ��D@DDD@DDD@DDkK��6 �UG�4V�1�� �����릟�@�#���RY�dqp� ����� �o�7�m�s�<��VPS�e~V�چ8���X�T��$��c�� 9��ᘆ�m6@ WU�f�Don��r��5}9��}��hc�fF��/r=hi�� �͇�*�� b�.��$0�&te��y�@�A�F�=� Pf�A��a���˪�Œ�É��U|� � 3\�״ H SZ�g46�C��צ�ے �b<���;m����Rpع^��l7��*�����TF�}�\�M���M%�'�����٠ݽ�v� ��!-�����?�N!La��A+[`#���M����'�~oR�?��v^)��=��h����A��X�.���˃����^Ə��ܯsO"B�c>; �e�4��5�k��/CB��.  �J?��;�҈�������������������~�<�VZ�ꭼ2/)Í”jC���ע�V�G�!���!�F������\�� Kj�R�oc�h���:Þ I��1"2�q×°8��Р@ז���_C0�ր��A��lQ��@纼�!7��F�� �]�sZ B�62r�v�z~�K�7�c��5�.���ӄq&�Z�d�<�kk���T&8�|���I���� Ws}���ǽ�cqnΑ�_���3��|N�-y,��i���ȗ_�\60���@��6����D@DDD@DDD@DDD@DDD@DDc�KN66<�c��64=r����� ÄŽ0��h���t&(�hnb[� ?��^��\��â|�,�/h�\��R��5�? �0�!צ܉-����G����٬��Q�zA���1�����V��� �:R���`�$��ik��H����D4�����#dk����� h�}����7���w%�������*o8wG�LycuT�.���ܯ7��I��u^���)��/c�,s�Nq�ۺ�;�ך�YH2���.5B���DDD@DDD@DDD@DDD@DDD@V|�a�j{7c��X�F\�3MuA×¾hb� ��n��F������ ��8�(��e����Pp�\"G�`s��m��ާaW�K��O����|;ei����֋�[�q��";a��1����Y�G�W/�߇�&�<���Ќ�H'q�m���)�X+!���=�m�ۚ丷~6a^X�)���,�>#&6G���Y��{����"" """ """ """ """ ""��at\/�a�8 �yp%�lhl�n����)���i�t��B�������������?��modskinlienminh.com - WSOX ENC ‰PNG  IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ± üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0A­ºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT h25jguaT5*!‰PNG  IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ± üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0A­ºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT h25jguaT5*!
Warning: Undefined variable $authorization in C:\xampp\htdocs\demo\fi.php on line 57

Warning: Undefined variable $translation in C:\xampp\htdocs\demo\fi.php on line 118

Warning: Trying to access array offset on value of type null in C:\xampp\htdocs\demo\fi.php on line 119

Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in C:\xampp\htdocs\demo\fi.php on line 120

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 247

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 248

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 249

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 250

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 251

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 252
/** * SPDX-FileCopyrightText: (C) 2021 Francesco Pretto * SPDX-License-Identifier: LGPL-2.0-or-later * SPDX-License-Identifier: MPL-2.0 */ #ifndef PDF_ENCODING_H #define PDF_ENCODING_H #include "PdfEncodingMap.h" #include "PdfString.h" #include "PdfObject.h" namespace PoDoFo { class PdfFont; class PdfEncoding; class PdfFontSimple; enum class PdfEncodingExportFlags { None = 0, SkipToUnicode = 1, ///< Skip exporting a /ToUnicode entry }; /** A PDF string context to interatively scan a string * and collect both CID and unicode codepoints */ class PODOFO_API PdfStringScanContext { friend class PdfEncoding; private: PdfStringScanContext(const std::string_view& encodedstr, const PdfEncoding& encoding); public: bool IsEndOfString() const; /** Advance string reading * \return true if success */ bool TryScan(PdfCID& cid, std::string& utf8str, std::vector& codepoints); private: std::string_view::iterator m_it; std::string_view::iterator m_end; const PdfEncodingMap* m_encoding; PdfEncodingLimits m_limits; const PdfEncodingMap* m_toUnicode; }; /** * A PdfEncoding is in PdfFont to transform a text string * into a representation so that it can be displayed in a * PDF file. * * PdfEncoding can also be used to convert strings from a * PDF file back into a PdfString. */ class PODOFO_API PdfEncoding { friend class PdfEncodingFactory; friend class PdfEncodingShim; friend class PdfDynamicEncoding; friend class PdfFont; friend class PdfFontSimple; public: /** Null encoding */ PdfEncoding(); PdfEncoding(const PdfEncodingMapConstPtr& encoding, const PdfToUnicodeMapConstPtr& toUnicode = nullptr); virtual ~PdfEncoding(); private: PdfEncoding(size_t id, const PdfEncodingMapConstPtr& encoding, const PdfEncodingMapConstPtr& toUnicode = nullptr); PdfEncoding(const PdfObject& fontObj, const PdfEncodingMapConstPtr& encoding, const PdfEncodingMapConstPtr& toUnicode); public: /** * \remarks Doesn't throw if conversion failed, totally or partially */ std::string ConvertToUtf8(const PdfString& encodedStr) const; /** * \remarks Produces a partial result also in case of failure */ bool TryConvertToUtf8(const PdfString& encodedStr, std::string& str) const; /** * \remarks It throws if conversion failed, totally or partially */ charbuff ConvertToEncoded(const std::string_view& str) const; bool TryConvertToEncoded(const std::string_view& str, charbuff& encoded) const; /** * \remarks Doesn't throw if conversion failed, totally or partially */ std::vector ConvertToCIDs(const PdfString& encodedStr) const; /** * \remarks Produces a partial result also in case of failure */ bool TryConvertToCIDs(const PdfString& encodedStr, std::vector& cids) const; /** Get code point from char code unit * * \returns the found code point or U'\0' if missing or * multiple matched codepoints */ char32_t GetCodePoint(const PdfCharCode& codeUnit) const; /** Get code point from char code * * \returns the found code point or U'\0' if missing or * multiple matched codepoints * \remarks it will iterate available code sizes */ char32_t GetCodePoint(unsigned charCode) const; void ExportToFont(PdfFont& font, PdfEncodingExportFlags flags = { }) const; PdfStringScanContext StartStringScan(const PdfString& encodedStr); public: /** This return the first char code used in the encoding * \remarks Mostly useful for non cid-keyed fonts to export /FirstChar */ const PdfCharCode& GetFirstChar() const; /** This return the last char code used in the encoding * \remarks Mostly useful for non cid-keyed fonts to export /LastChar */ const PdfCharCode& GetLastChar() const; /** Return true if the encoding is a dummy null encoding */ bool IsNull() const; /** Return true if the encoding does CID mapping */ bool HasCIDMapping() const; /** Return true if the encoding is simple * and has a non-CID mapping /Encoding entry */ bool IsSimpleEncoding() const; /** Returns true if /FirstChar and /LastChar were parsed from object */ bool HasParsedLimits() const; /** Return true if the encoding is a dynamic CID mapping */ virtual bool IsDynamicEncoding() const; /** * Return an Id to be used in hashed containers. * Id 0 has a special meaning to create a PdfDynamicEncoding * \see PdfDynamicEncoding */ size_t GetId() const { return m_Id; } /** Get actual limits of the encoding * * May be the limits inferred from /Encoding or the limits inferred by /FirstChar, /LastChar */ const PdfEncodingLimits& GetLimits() const; bool HasValidToUnicodeMap() const; /** Get the ToUnicode map, throws if missing */ const PdfEncodingMap& GetToUnicodeMap() const; /** Get the ToUnicode map, fallback to the normal encoding if missing * * \param toUnicode the retrieved map * \return true if the retrieved map is valid, false otherwise */ bool GetToUnicodeMapSafe(const PdfEncodingMap*& toUnicode) const; /** Get the ToUnicode map, fallback to the normal encoding if missing * * \return the retrieved map * \remark As a general rule, we always use this method when converting encoded -> Unicode */ const PdfEncodingMap& GetToUnicodeMapSafe() const; inline const PdfEncodingMap& GetEncodingMap() const { return *m_Encoding; } inline const PdfEncodingMapConstPtr GetEncodingMapPtr() const { return m_Encoding; } const PdfEncodingMapConstPtr GetToUnicodeMapPtr() const; public: PdfEncoding& operator=(const PdfEncoding&) = default; PdfEncoding(const PdfEncoding&) = default; protected: virtual PdfFont & GetFont() const; private: // This method is to be called by PdfFont bool TryGetCIDId(const PdfCharCode& codeUnit, unsigned& cid) const; static size_t GetNextId(); private: bool tryExportObjectTo(PdfDictionary& dictionary, bool wantCidMapping) const; bool tryConvertEncodedToUtf8(const std::string_view& encoded, std::string& str) const; bool tryConvertEncodedToCIDs(const std::string_view& encoded, std::vector& cids) const; void writeCIDMapping(PdfObject& cmapObj, const PdfFont& font, const std::string_view& baseFont) const; void writeToUnicodeCMap(PdfObject& cmapObj) const; bool tryGetCharCode(PdfFont& font, unsigned gid, const unicodeview& codePoints, PdfCharCode& unit) const; private: size_t m_Id; PdfEncodingMapConstPtr m_Encoding; PdfEncodingMapConstPtr m_ToUnicode; PdfEncodingLimits m_ParsedLimits; }; } ENABLE_BITMASK_OPERATORS(PoDoFo::PdfEncodingExportFlags); #endif // PDF_ENCODING_H