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) 2005 Dominik Seichter * SPDX-FileCopyrightText: (C) 2020 Francesco Pretto * SPDX-License-Identifier: LGPL-2.0-or-later */ #ifndef PDF_DECLARATIONS_H #define PDF_DECLARATIONS_H #ifdef PDF_ERROR_H #error "Don't include PdfDeclarations.h in PdfError.h" #endif /** * \file PdfDeclarations.h * This file should be included as the FIRST file in every header of * PoDoFo lib. It includes all standard files, defines some useful * macros, some datatypes and all important enumeration types. On * supporting platforms it will be precompiled to speed compilation. */ // Include some base macro definitions #include // Include common system headers #include #include // Error Handling Defines #include "PdfError.h" #define FORWARD_DECLARE_FCONFIG()\ extern "C" {\ struct _FcConfig;\ typedef struct _FcConfig FcConfig;\ } #define FORWARD_DECLARE_FREETYPE()\ extern "C"\ {\ struct FT_FaceRec_;\ typedef struct FT_FaceRec_* FT_Face;\ } /** * \namespace PoDoFo * * All classes, functions, types and enums of PoDoFo * are members of these namespace. * * If you use PoDoFo, you might want to add the line: * using namespace PoDoFo; * to your application. */ namespace PoDoFo { // NOTE: This may change in the future using Matrix2D = std::array; /** A backing storage for a CID to GID map * \remarks It must preserve ordering */ using CIDToGIDMap = std::map; // Enums /** * Enum to identify different versions of the PDF file format */ enum class PdfVersion : uint8_t { Unknown = 0, V1_0 = 10, ///< PDF 1.0 V1_1 = 11, ///< PDF 1.1 V1_2 = 12, ///< PDF 1.2 V1_3 = 13, ///< PDF 1.3 V1_4 = 14, ///< PDF 1.4 V1_5 = 15, ///< PDF 1.5 V1_6 = 16, ///< PDF 1.6 V1_7 = 17, ///< PDF 1.7 V2_0 = 20, ///< PDF 2.0 }; /** The default PDF Version used by new PDF documents * in PoDoFo. */ constexpr PdfVersion PdfVersionDefault = PdfVersion::V1_4; enum class PdfALevel : uint8_t { Unknown = 0, L1B, L1A, L2B, L2A, L2U, L3B, L3A, L3U, L4E, L4F, }; enum class PdfStringState : uint8_t { RawBuffer, ///< The string is an unvaluated raw buffer Ascii, ///< The string use characters that are in both Ascii and PdfDocEncoding charsets PdfDocEncoding, ///< The string uses characters that are in the whole PdfDocEncoding charset Unicode, ///< The string uses characters that are in the whole Unicode charset }; enum class PdfEncodingMapType : uint8_t { Indeterminate, ///< Indeterminate map type, such as identity encodings Simple, ///< A legacy encoding, such as built-in or difference CMap ///< A proper CMap encoding or pre-defined CMap names }; /** * Specify additional options for writing the PDF. */ enum class PdfWriteFlags { None = 0, Clean = 1, ///< Create a PDF that is readable in a text editor, i.e. insert spaces and linebreaks between tokens NoInlineLiteral = 2, ///< Don't write spaces before literal types (numerical, references, null) NoFlateCompress = 4, // NOTE: The following flags are actually never set but // they are kept for documenting some PDF peculiarities // when writing compact code NoPDFAPreserve = 256, ///< When writing compact (PdfWriteFlags::Clean is unset) code, preserving PDF/A compliance is not required }; /** * Every PDF datatype that can occur in a PDF file * is referenced by an own enum (e.g. Bool or String). * * \see PdfVariant * * Remember to update PdfVariant::GetDataTypeString() when adding members here. */ enum class PdfDataType : uint8_t { Unknown = 0, ///< The Datatype is unknown. The value is chosen to enable value storage in 8-bit unsigned integer Bool, ///< Boolean datatype: Accepts the values "true" and "false" Number, ///< Number datatype for integer values Real, ///< Real datatype for floating point numbers String, ///< String datatype in PDF file. Strings have the form (Hallo World!) in PDF files. \see PdfString Name, ///< Name datatype. Names are used as keys in dictionary to reference values. \see PdfName Array, ///< An array of other PDF data types Dictionary, ///< A dictionary associates keys with values. A key can have another dictionary as value Null, ///< The null datatype is always null Reference, ///< The reference datatype contains references to PDF objects in the PDF file of the form 4 0 R. \see PdfObject RawData, ///< Raw PDF data }; enum class PdfTextExtractFlags { None = 0, IgnoreCase = 1, KeepWhiteTokens = 2, TokenizeWords = 4, MatchWholeWord = 8, RegexPattern = 16, ComputeBoundingBox = 32, ///< NOTE: Currently the bounding is inaccurate RawCoordinates = 64, ExtractSubstring = 128, ///< NOTE: Extract the matched substring }; enum class PdfXObjectType : uint8_t { Unknown = 0, Form, Image, PostScript, }; /** * Every filter that can be used to encode a stream * in a PDF file is referenced by an own enum value. * Common filters are PdfFilterType::FlateDecode (i.e. Zip) or * PdfFilterType::ASCIIHexDecode */ enum class PdfFilterType : uint8_t { None = 0, ///< Do not use any filtering ASCIIHexDecode, ///< Converts data from and to hexadecimal. Increases size of the data by a factor of 2! \see PdfHexFilter ASCII85Decode, ///< Converts to and from Ascii85 encoding. \see PdfAscii85Filter LZWDecode, FlateDecode, ///< Compress data using the Flate algorithm of ZLib. This filter is recommended to be used always. \see PdfFlateFilter RunLengthDecode, ///< Run length decode data. \see PdfRLEFilter CCITTFaxDecode, JBIG2Decode, DCTDecode, JPXDecode, Crypt }; enum class PdfExportFormat { Png = 1, ///< NOTE: Not yet supported Jpeg = 2, }; /** * Enum for the font descriptor flags * * See ISO 32000-1:2008 Table 121 — Font flags */ enum class PdfFontDescriptorFlags : uint32_t { None = 0, FixedPitch = 1 << 0, Serif = 1 << 1, Symbolic = 1 << 2, ///< Font contains glyphs outside the Standard Latin character set. It does **not** mean the font is a symbol like font Script = 1 << 3, NonSymbolic = 1 << 5, ///< Font uses the Standard Latin character set or a subset of it. It does **not** mean the font uses only textual/non symbolic characters Italic = 1 << 6, ///< Glyphs have dominant vertical strokes that are slanted AllCap = 1 << 16, SmallCap = 1 << 17, ForceBold = 1 << 18, ///< Determine whether bold glyphs shall be painted with extra pixels even }; enum class PdfFontStretch { Unknown = 0, UltraCondensed, ExtraCondensed, Condensed, SemiCondensed, Normal, SemiExpanded, Expanded, ExtraExpanded, UltraExpanded, }; /** Enum specifying the type of the font * * It doesn't necessarily specify the underline font file type, * as per the value Standard14. To know that, refer to * PdfFontMetrics::GetFontFileType() */ enum class PdfFontType : uint8_t { Unknown = 0, Type1, Type3, TrueType, CIDType1, ///< This is a "CIDFontType0" CIDTrueType, ///< This is a "CIDFontType2" }; enum class PdfFontFileType : uint8_t { // Table 126 – Embedded font organization for various font types Unknown = 0, Type1, Type1CCF, ///< Compact Font Representation for /Type1 fonts CIDType1, ///< This is a Type1 font that can be used only in CID Fonts Type3, TrueType, OpenType ///< OpenType font. This is /Subtype "OpenType" for /FontFile3 }; /** Font style flags used during searches */ enum class PdfFontStyle : uint8_t { Regular = 0, Italic = 1, Bold = 2, }; /** When accessing a glyph, there may be a difference in * the glyph ID to retrieve the width or to index it * within the font program */ enum class PdfGlyphAccess : uint8_t { Width = 1, ///< The glyph is accessed in the widths arrays (/Widths, /W1 keys) FontProgram = 2 ///< The glyph is accessed in the font program }; /** Flags to control font creation. */ enum class PdfFontAutoSelectBehavior { None = 0, ///< No auto selection Standard14 = 1, ///< Automatically select a Standard14 font if the fontname matches one of them Standard14Alt = 2, ///< Automatically select a Standard14 font if the fontname matches one of them (standard and alternative names) }; /** Font init flags */ enum class PdfFontCreateFlags { None = 0, ///< No special settings DontEmbed = 1, ///< Do not embed font data. Not embedding Standard14 fonts implies non CID DontSubset = 2, ///< Don't subset font data (includes all the font glyphs) PreferNonCID = 4, ///< Prefer non CID, simple fonts (/Type1, /TrueType) }; enum class PdfFontMatchBehaviorFlags { None, NormalizePattern = 1, ///< Normalize search pattern, removing subset prefixes like "ABCDEF+" and extract flags from it (like ",Bold", "-Italic") MatchPostScriptName = 2, ///< Match postscript font name. The default is match family name. This search may be more specific }; /** * Enum for the colorspaces supported * by PDF. */ enum class PdfColorSpace : uint8_t { Unknown = 0, DeviceGray, DeviceRGB, DeviceCMYK, CalGray, CalRGB, Lab, ///< CIE-Lab ICCBased, Indexed, Pattern, Separation, DeviceN }; enum class PdfPixelFormat { Unknown = 0, Grayscale, RGB24, BGR24, RGBA, ///< This is known to be working in Apple CGImage created with rgb colorspace and kCGBitmapByteOrder32Big | kCGImageAlphaLast bitmapInfo BGRA, ///< This is known to be used in Windows GDI Bitmap ARGB, ABGR, ///< This is known to be used in JDK BufferedImage.TYPE_4BYTE_ABGR }; /** * Enum for text rendering mode (Tr) * * Compare ISO 32000-1:2008, Table 106 "Text rendering modes" */ enum class PdfTextRenderingMode { Fill = 0, ///< Default mode, fill text Stroke, ///< Stroke text FillStroke, ///< Fill, then stroke text Invisible, ///< Neither fill nor stroke text (invisible) FillAddToClipPath, ///< Fill text and add to path for clipping StrokeAddToClipPath, ///< Stroke text and add to path for clipping FillStrokeAddToClipPath, ///< Fill, then stroke text and add to path for clipping AddToClipPath, ///< Add text to path for clipping }; /** * Enum for the different stroke styles that can be set * when drawing to a PDF file (mostly for line drawing). */ enum class PdfStrokeStyle { Solid, Dash, Dot, DashDot, DashDotDot }; /** * Enum to specifiy the initial information of the * info dictionary. */ enum class PdfInfoInitial { None = 0, WriteCreationTime = 1, ///< Write the creation time (current time). Default for new documents WriteModificationTime = 2, ///< Write the modification time (current time). Default for loaded documents WriteProducer = 4, ///< Write producer key. Default for new documents }; /** * Enum for line cap styles when drawing. */ enum class PdfLineCapStyle { Butt = 0, Round = 1, Square = 2 }; /** * Enum for line join styles when drawing. */ enum class PdfLineJoinStyle { Miter = 0, Round = 1, Bevel = 2 }; /** * Enum for vertical text alignment */ enum class PdfVerticalAlignment { Top = 0, Center = 1, Bottom = 2 }; /** * Enum for text alignment */ enum class PdfHorizontalAlignment { Left = 0, Center = 1, Right = 2 }; enum class PdfSaveOptions { None = 0, _Reserved1 = 1, _Reserved2 = 2, NoFlateCompress = 4, NoCollectGarbage = 8, /** * Don't update the trailer "/Info/ModDate" with current * time and synchronize XMP metadata "/Catalog/Metadata" * * Use this option to produce deterministic PDF output, or * if you want to manually handle the manipulation of the * XMP packet */ NoMetadataUpdate = 16, Clean = 32, /** * \deprecated Use NoMetadataUpdate instead */ NoModifyDateUpdate = NoMetadataUpdate }; /** * Enum holding the supported page sizes by PoDoFo. * Can be used to construct a Rect structure with * measurements of a page object. * * \see PdfPage */ enum class PdfPageSize { Unknown = 0, A0, ///< DIN A0 A1, ///< DIN A1 A2, ///< DIN A2 A3, ///< DIN A3 A4, ///< DIN A4 A5, ///< DIN A5 A6, ///< DIN A6 Letter, ///< Letter Legal, ///< Legal Tabloid, ///< Tabloid }; /** * Enum holding the supported of types of "PageModes" * that define which (if any) of the "panels" are opened * in Acrobat when the document is opened. * * \see PdfDocument */ enum class PdfPageMode { DontCare, UseNone, UseThumbs, UseBookmarks, FullScreen, UseOC, UseAttachments }; /** * Enum holding the supported of types of "PageLayouts" * that define how Acrobat will display the pages in * relation to each other * * \see PdfDocument */ enum class PdfPageLayout { Ignore, Default, SinglePage, OneColumn, TwoColumnLeft, TwoColumnRight, TwoPageLeft, TwoPageRight }; enum class PdfStandard14FontType { Unknown = 0, TimesRoman, TimesItalic, TimesBold, TimesBoldItalic, Helvetica, HelveticaOblique, HelveticaBold, HelveticaBoldOblique, Courier, CourierOblique, CourierBold, CourierBoldOblique, Symbol, ZapfDingbats, }; /** The type of the annotation. * PDF supports different annotation types, each of * them has different keys and propeties. * * Not all annotation types listed here are supported yet. * * Please make also sure that the annotation type you use is * supported by the PDF version you are using. */ enum class PdfAnnotationType : uint8_t { Unknown = 0, Text, // - supported Link, // - supported FreeText, // PDF 1.3 // - supported Line, // PDF 1.3 // - supported Square, // PDF 1.3 Circle, // PDF 1.3 Polygon, // PDF 1.5 PolyLine, // PDF 1.5 Highlight, // PDF 1.3 Underline, // PDF 1.3 Squiggly, // PDF 1.4 StrikeOut, // PDF 1.3 Stamp, // PDF 1.3 Caret, // PDF 1.5 Ink, // PDF 1.3 Popup, // PDF 1.3 // - supported FileAttachement,// PDF 1.3 Sound, // PDF 1.2 Movie, // PDF 1.2 Widget, // PDF 1.2 // - supported Screen, // PDF 1.5 PrinterMark, // PDF 1.4 TrapNet, // PDF 1.3 Watermark, // PDF 1.6 Model3D, // PDF 1.6 RichMedia, // PDF 1.7 ADBE ExtensionLevel 3 ALX: Petr P. Petrov WebMedia, // PDF 1.7 IPDF ExtensionLevel 3 Redact, // PDF 1.7 Projection, // PDF 2.0 }; /** Flags that control the appearance of a PdfAnnotation. * You can OR them together and pass it to * PdfAnnotation::SetFlags. */ enum class PdfAnnotationFlags : uint32_t { None = 0x0000, Invisible = 0x0001, Hidden = 0x0002, Print = 0x0004, NoZoom = 0x0008, NoRotate = 0x0010, NoView = 0x0020, ReadOnly = 0x0040, Locked = 0x0080, ToggleNoView = 0x0100, LockedContents = 0x0200, }; /** The type of PDF field */ enum class PdfFieldType : uint32_t { Unknown = 0, PushButton, CheckBox, RadioButton, TextBox, ComboBox, ListBox, Signature, }; /** The possible highlighting modes * for a PdfField. I.e the visual effect * that is to be used when the mouse * button is pressed. * * The default value is * PdfHighlightingMode::Invert */ enum class PdfHighlightingMode { Unknown = 0, None, ///< Do no highlighting Invert, ///< Invert the PdfField InvertOutline, ///< Invert the fields border Push, ///< Display the fields down appearance (requires an additional appearance stream to be set) }; enum class PdfFieldFlags : uint8_t { ReadOnly = 1, Required = 2, NoExport = 4 }; /** * Type of the annotation appearance. */ enum class PdfAppearanceType { Normal = 0, ///< Normal appearance Rollover, ///< Rollover appearance; the default is PdfAnnotationAppearance::Normal Down ///< Down appearance; the default is PdfAnnotationAppearance::Normal }; /** * List of PDF stream content operators */ enum class PdfOperator { Unknown = 0, // ISO 32008-1:2008 Table 51 – Operator Categories // General graphics state w, J, j, M, d, ri, i, gs, // Special graphics state q, Q, cm, // Path construction m, l, c, v, y, h, re, // Path painting S, s, f, F, f_Star, B, B_Star, b, b_Star, n, // Clipping paths W, W_Star, // Text objects BT, ET, // Text state Tc, Tw, Tz, TL, Tf, Tr, Ts, // Text positioning Td, TD, Tm, T_Star, // Text showing Tj, TJ, Quote, DoubleQuote, // Type 3 fonts d0, d1, // Color CS, cs, SC, SCN, sc, scn, G, g, RG, rg, K, k, // Shading patterns sh, // Inline images BI, ID, EI, // XObjects Do, // Marked content MP, DP, BMC, BDC, EMC, // Compatibility BX, EX, }; /** * List of defined Rendering intents */ enum class PdfRenderingIntent { AbsoluteColorimetric, RelativeColorimetric, Perceptual, Saturation, }; /** * List of defined transparency blending modes */ enum class PdfBlendMode { Normal, Multiply, Screen, Overlay, Darken, Lighten, ColorDodge, ColorBurn, HardLight, SoftLight, Difference, Exclusion, Hue, Saturation, Color, Luminosity, }; }; ENABLE_BITMASK_OPERATORS(PoDoFo::PdfSaveOptions); ENABLE_BITMASK_OPERATORS(PoDoFo::PdfWriteFlags); ENABLE_BITMASK_OPERATORS(PoDoFo::PdfInfoInitial); ENABLE_BITMASK_OPERATORS(PoDoFo::PdfFontStyle); ENABLE_BITMASK_OPERATORS(PoDoFo::PdfFontCreateFlags); ENABLE_BITMASK_OPERATORS(PoDoFo::PdfFontAutoSelectBehavior); ENABLE_BITMASK_OPERATORS(PoDoFo::PdfFontMatchBehaviorFlags); ENABLE_BITMASK_OPERATORS(PoDoFo::PdfFontDescriptorFlags); ENABLE_BITMASK_OPERATORS(PoDoFo::PdfGlyphAccess); ENABLE_BITMASK_OPERATORS(PoDoFo::PdfTextExtractFlags); ENABLE_BITMASK_OPERATORS(PoDoFo::PdfAnnotationFlags); /** * \mainpage * * PoDoFo is a library to work with the PDF file format and includes also a few * tools. The name comes from the first letter of PDF (Portable Document * Format). * * The PoDoFo library is a free portable C++ library which includes * classes to parse a PDF file and modify its contents into memory. The changes * can be written back to disk easily. PoDoFo does not currently provide any * rendering facility but the parser could be used to write a PDF viewer. * Besides parsing PoDoFo includes also very simple classes to create your * own PDF files. All classes are documented so it is easy to start writing * your own application using PoDoFo. * * * As of now PoDoFo is available for Unix, Mac OS X and Windows platforms. * * More information can be found at: https://github.com/podofo/podofo * * PoDoFo is maintained by Francesco Pretto , * and it's based on the work done by Dominik Seichter, Leonard Rosenthol, * Craig Ringer and others in the PoDoFo (http://podofo.sourceforge.net/) * library. * * \page Codingstyle (Codingstyle) * \verbinclude CODINGSTYLE.txt * */ #endif // PDF_DECLARATIONS_H