With chromium 135 on Linux, I am able to save a simple PDF file then parse it with pdf2json. The content show up in each page's Texts property.
{
"Transcoder": "[email protected] [https://github.com/modesty/pdf2json]",
"Meta": {
"PDFFormatVersion": "1.4",
"IsAcroFormPresent": false,
"IsXFAPresent": false,
"Title": "tmp-34722-xETce7Wa4bRR-.html",
"Creator": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/136.0.0.0 Safari/537.36",
"Producer": "Skia/PDF m136",
"CreationDate": "D:20250519171424+00'00'",
"ModDate": "D:20250519171424+00'00'",
"Metadata": {}
},
"Pages": [
{
"Width": 38.25,
"Height": 49.5,
"HLines": [],
"VLines": [],
"Fills": [],
"Texts": [],
"Fields": [],
"Boxsets": []
}
]
}
Here is the simple PDF saved from chromium 136.
With chromium 135 on Linux, I am able to save a simple PDF file then parse it with
pdf2json. The content show up in each page'sTextsproperty.With the same simple PDF content saved from chromium 136, parsing with
pdf2jsonresults in allTextsbeing an empty array.Here is the simple PDF saved from chromium 136.
test.pdf