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) 2022 Francesco Pretto * SPDX-License-Identifier: LGPL-2.0-or-later * SPDX-License-Identifier: MPL-2.0 */ #ifndef PDF_ANNOTATION_TYPES_H #define PDF_ANNOTATION_TYPES_H #include "PdfAnnotationActionBase.h" #include "PdfFileSpec.h" #include "PdfDestination.h" #include "PdfDictionary.h" namespace PoDoFo { template class PdfQuadPointsProvider { friend class PdfAnnotationLink; friend class PdfAnnotationTextMarkupBase; friend class PdfAnnotationRedact; public: /** Get the quad points associated with the annotation (if appropriate). * This array is used in text markup annotations to describe the * regions affected by the markup (i.e. the hilighted words, one * quadrilateral per word) * * \returns a PdfArray of 8xn numbers describing the * x,y coordinates of BL BR TR TL corners of the * quadrilaterals. If inappropriate, returns * an empty array. */ nullable GetQuadPoints() const { auto& dict = static_cast(*this).GetDictionary(); const PdfArray* arr; auto obj = dict.FindKey("QuadPoints"); if (obj == nullptr || !obj->TryGetArray(arr)) return { }; return *arr; } /** Set the quad points associated with the annotation (if appropriate). * This array is used in text markup annotations to describe the * regions affected by the markup (i.e. the hilighted words, one * quadrilateral per word) * * \param quadPoints a PdfArray of 8xn numbers describing the * x,y coordinates of BL BR TR TL corners of the * quadrilaterals. */ void SetQuadPoints(nullable quadPoints) { auto& dict = static_cast(*this).GetDictionary(); if (quadPoints == nullptr) dict.RemoveKey("QuadPoints"); else dict.AddKey("QuadPoints", *quadPoints); } }; class PODOFO_API PdfAnnotationTextMarkupBase : public PdfAnnotation, public PdfQuadPointsProvider { friend class PdfAnnotationSquiggly; friend class PdfAnnotationHighlight; friend class PdfAnnotationStrikeOut; friend class PdfAnnotationUnderline; private: PdfAnnotationTextMarkupBase(PdfPage& page, PdfAnnotationType annotType, const Rect& rect); PdfAnnotationTextMarkupBase(PdfObject& obj, PdfAnnotationType annotType); }; class PODOFO_API PdfAnnotationCaret : public PdfAnnotation { friend class PdfAnnotation; private: PdfAnnotationCaret(PdfPage& page, const Rect& rect); PdfAnnotationCaret(PdfObject& obj); }; class PODOFO_API PdfAnnotationFileAttachement : public PdfAnnotation { friend class PdfAnnotation; private: PdfAnnotationFileAttachement(PdfPage& page, const Rect& rect); PdfAnnotationFileAttachement(PdfObject& obj); public: /** Set a file attachment for this annotation. * The type of this annotation has to be * PdfAnnotationType::FileAttachement for file * attachements to work. * * \param rFileSpec a file specification */ void SetFileAttachement(const std::shared_ptr& fileSpec); /** Get a file attachement of this annotation. * \returns a file specification object. The file specification object is owned * by the PdfAnnotation. * * \see SetFileAttachement */ std::shared_ptr GetFileAttachement() const; private: std::shared_ptr getFileAttachment(); private: std::shared_ptr m_FileSpec; }; class PODOFO_API PdfAnnotationFreeText : public PdfAnnotation { friend class PdfAnnotation; private: PdfAnnotationFreeText(PdfPage& page, const Rect& rect); PdfAnnotationFreeText(PdfObject& obj); }; class PODOFO_API PdfAnnotationHighlight : public PdfAnnotationTextMarkupBase { friend class PdfAnnotation; private: PdfAnnotationHighlight(PdfPage& page, const Rect& rect); PdfAnnotationHighlight(PdfObject& obj); }; class PODOFO_API PdfAnnotationInk : public PdfAnnotation { friend class PdfAnnotation; private: PdfAnnotationInk(PdfPage& page, const Rect& rect); PdfAnnotationInk(PdfObject& obj); }; class PODOFO_API PdfAnnotationLine : public PdfAnnotation { friend class PdfAnnotation; private: PdfAnnotationLine(PdfPage& page, const Rect& rect); PdfAnnotationLine(PdfObject& obj); }; class PODOFO_API PdfAnnotationLink : public PdfAnnotationActionBase, public PdfQuadPointsProvider { friend class PdfAnnotation; private: PdfAnnotationLink(PdfPage& page, const Rect& rect); PdfAnnotationLink(PdfObject& obj); public: /** Set the destination for link annotations * \param destination target of the link * * \see GetDestination */ void SetDestination(const std::shared_ptr& destination); /** Get the destination of a link annotations * * \returns a destination object * \see SetDestination */ std::shared_ptr GetDestination() const; private: std::shared_ptr getDestination(); private: std::shared_ptr m_Destination; }; class PODOFO_API PdfAnnotationModel3D : public PdfAnnotation { friend class PdfAnnotation; private: PdfAnnotationModel3D(PdfPage& page, const Rect& rect); PdfAnnotationModel3D(PdfObject& obj); }; class PODOFO_API PdfAnnotationMovie : public PdfAnnotation { friend class PdfAnnotation; private: PdfAnnotationMovie(PdfPage& page, const Rect& rect); PdfAnnotationMovie(PdfObject& obj); }; class PODOFO_API PdfAnnotationPolygon : public PdfAnnotation { friend class PdfAnnotation; private: PdfAnnotationPolygon(PdfPage& page, const Rect& rect); PdfAnnotationPolygon(PdfObject& obj); }; class PODOFO_API PdfAnnotationPolyLine : public PdfAnnotation { friend class PdfAnnotation; private: PdfAnnotationPolyLine(PdfPage& page, const Rect& rect); PdfAnnotationPolyLine(PdfObject& obj); }; class PODOFO_API PdfAnnotationPopup : public PdfAnnotation { friend class PdfAnnotation; private: PdfAnnotationPopup(PdfPage& page, const Rect& rect); PdfAnnotationPopup(PdfObject& obj); public: /** Sets whether this annotation is initialy open. * You should always set this true for popup annotations. * \param b if true open it */ void SetOpen(const nullable& value); /** * \returns true if this annotation should be opened immediately * by the viewer */ bool GetOpen() const; }; class PODOFO_API PdfAnnotationPrinterMark : public PdfAnnotation { friend class PdfAnnotation; private: PdfAnnotationPrinterMark(PdfPage& page, const Rect& rect); PdfAnnotationPrinterMark(PdfObject& obj); }; class PODOFO_API PdfAnnotationScreen : public PdfAnnotationActionBase, public PdfAppearanceCharacteristicsProvider { friend class PdfAnnotation; private: PdfAnnotationScreen(PdfPage& page, const Rect& rect); PdfAnnotationScreen(PdfObject& obj); }; class PODOFO_API PdfAnnotationSquiggly : public PdfAnnotationTextMarkupBase { friend class PdfAnnotation; private: PdfAnnotationSquiggly(PdfPage& page, const Rect& rect); PdfAnnotationSquiggly(PdfObject& obj); }; class PODOFO_API PdfAnnotationStrikeOut : public PdfAnnotationTextMarkupBase { friend class PdfAnnotation; private: PdfAnnotationStrikeOut(PdfPage& page, const Rect& rect); PdfAnnotationStrikeOut(PdfObject& obj); }; class PODOFO_API PdfAnnotationSound : public PdfAnnotation { friend class PdfAnnotation; private: PdfAnnotationSound(PdfPage& page, const Rect& rect); PdfAnnotationSound(PdfObject& obj); }; class PODOFO_API PdfAnnotationSquare : public PdfAnnotation { friend class PdfAnnotation; private: PdfAnnotationSquare(PdfPage& page, const Rect& rect); PdfAnnotationSquare(PdfObject& obj); }; class PODOFO_API PdfAnnotationCircle : public PdfAnnotation { friend class PdfAnnotation; private: PdfAnnotationCircle(PdfPage& page, const Rect& rect); PdfAnnotationCircle(PdfObject& obj); }; class PODOFO_API PdfAnnotationStamp : public PdfAnnotation { friend class PdfAnnotation; private: PdfAnnotationStamp(PdfPage& page, const Rect& rect); PdfAnnotationStamp(PdfObject& obj); }; class PODOFO_API PdfAnnotationText : public PdfAnnotation { friend class PdfAnnotation; private: PdfAnnotationText(PdfPage& page, const Rect& rect); PdfAnnotationText(PdfObject& obj); public: /** Sets whether this annotation is initialy open. * You should always set this true for popup annotations. * \param b if true open it */ void SetOpen(const nullable& value); /** * \returns true if this annotation should be opened immediately * by the viewer */ bool GetOpen() const; }; class PODOFO_API PdfAnnotationTrapNet : public PdfAnnotation { friend class PdfAnnotation; private: PdfAnnotationTrapNet(PdfPage& page, const Rect& rect); PdfAnnotationTrapNet(PdfObject& obj); }; class PODOFO_API PdfAnnotationUnderline : public PdfAnnotationTextMarkupBase { friend class PdfAnnotation; private: PdfAnnotationUnderline(PdfPage& page, const Rect& rect); PdfAnnotationUnderline(PdfObject& obj); }; class PODOFO_API PdfAnnotationWatermark : public PdfAnnotation { friend class PdfAnnotation; private: PdfAnnotationWatermark(PdfPage& page, const Rect& rect); PdfAnnotationWatermark(PdfObject& obj); }; class PODOFO_API PdfAnnotationWebMedia : public PdfAnnotation { friend class PdfAnnotation; private: PdfAnnotationWebMedia(PdfPage& page, const Rect& rect); PdfAnnotationWebMedia(PdfObject& obj); }; class PODOFO_API PdfAnnotationRedact : public PdfAnnotation, public PdfQuadPointsProvider { friend class PdfAnnotation; private: PdfAnnotationRedact(PdfPage& page, const Rect& rect); PdfAnnotationRedact(PdfObject& obj); }; class PODOFO_API PdfAnnotationProjection : public PdfAnnotation { friend class PdfAnnotation; private: PdfAnnotationProjection(PdfPage& page, const Rect& rect); PdfAnnotationProjection(PdfObject& obj); }; class PODOFO_API PdfAnnotationRichMedia : public PdfAnnotation { friend class PdfAnnotation; private: PdfAnnotationRichMedia(PdfPage& page, const Rect& rect); PdfAnnotationRichMedia(PdfObject& obj); }; } #endif // PDF_ANNOTATION_TYPES_H