ddvk / rmfakecloud

host your own cloud for the remarkable
GNU Affero General Public License v3.0
705 stars 57 forks source link

Missing pages in pdf on rmfakecloud #236

Open MrHappy opened 1 year ago

MrHappy commented 1 year ago

I've transferred a pdf to my RM2 through rmfakecloud. On my RM2 it is fine, it has all the pages. When I want to read it on rmfakecloud it shows 1 page. This happened on several pdf's and seems random.

I downloaded the pdf with rmapi and opened it, it is complete (11 pages).

The content-file however shows 1 page.


{
    "coverPageNumber": -1,
    "documentMetadata": {
    },
    "dummyDocument": false,
    "extraMetadata": {
        "LastFinelinerv2Size": "1",
        "LastPen": "Finelinerv2",
        "LastTool": "Finelinerv2",
        "ThicknessScale": ""
    },
    "fileType": "pdf",
    "fontName": "",
    "formatVersion": 1,
    "lastOpenedPage": 0,
    "lineHeight": -1,
    "margins": 180,
    "orientation": "portrait",
    "originalPageCount": -1,
    "pageCount": 1,
    "pageTags": [
    ],
    "pages": [
        "b2c0a739-a8f0-47cb-993c-c59d705866b7"
    ],
    "redirectionPageMap": [
    ],
    "sizeInBytes": "303517",
    "tags": [
    ],
    "textAlignment": "justify",
    "textScale": 1
}````
ddvk commented 1 year ago

thanks for reporting this, busy with other things, but will try to get back to this one.

MrHappy commented 1 year ago

Thanks! Let me know if you need additional info.