{
    "content": [
        {
            "type": "text",
            "text": "# PDF::API2::Basic::PDF::String (perldoc)\n\n## NAME\n\nPDF::API2::Basic::PDF::String - Low-level PDF string object\n\n## Sections\n\n- **NAME**\n- **METHODS**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "PDF::API2::Basic::PDF::String",
        "section": "",
        "mode": "perldoc",
        "summary": "PDF::API2::Basic::PDF::String - Low-level PDF string object",
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "METHODS",
                "lines": 20,
                "subsections": []
            }
        ],
        "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": []
            }
        }
    }
}