{
    "mode": "perldoc",
    "parameter": "PDF::API2::Basic::PDF::String",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/PDF%3A%3AAPI2%3A%3ABasic%3A%3APDF%3A%3AString/json",
    "generated": "2026-06-13T10:38:37Z",
    "sections": {
        "NAME": {
            "content": "PDF::API2::Basic::PDF::String - Low-level PDF string object\n",
            "subsections": []
        },
        "METHODS": {
            "content": "PDF::API2::Basic::PDF::String->frompdf($string)\nCreates a new string object (not a full object yet) from a given string. The string is parsed\naccording to input criteria with escaping working.\n\nPDF::API2::Basic::PDF::String->new($string)\nCreates a new string object (not a full object yet) from a given string. The string is parsed\naccording to input criteria with escaping working.\n\n$s->convert($str)\nReturns $str converted as per criteria for input from PDF file\n\n$s->val\nReturns the value of this string (the string itself).\n\n$->aspdf\nReturns the string formatted for output as PDF for PDF File object $pdf.\n\n$s->outobjdeep\nOutputs the string in PDF format, complete with necessary conversions\n",
            "subsections": []
        }
    },
    "summary": "PDF::API2::Basic::PDF::String - Low-level PDF string object",
    "flags": [],
    "examples": [],
    "see_also": []
}