Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: multi-tool only loads the first page of PDFs #2560

Open
1 task done
SantiagoSchez opened this issue Dec 26, 2024 · 2 comments
Open
1 task done

[Bug]: multi-tool only loads the first page of PDFs #2560

SantiagoSchez opened this issue Dec 26, 2024 · 2 comments

Comments

@SantiagoSchez
Copy link

SantiagoSchez commented Dec 26, 2024

Installation Method

Docker fat

The Problem

When using the multitool, only the first page of the PDF is shown. I have tried with multiple PDF, and the outcome is the same. For example, this book I am linking shows only the first page: Data Structures for Game Programmers.pdf (removed just in case of copyright).
Thank you.

Version of Stirling-PDF

0.36.5

Last Working Version of Stirling-PDF

No response

Page Where the Problem Occurred

No response

Docker Configuration

services:
  stirling-pdf:
    image: stirlingtools/stirling-pdf:latest
    container_name: stirling-pdf
    expose:
      - "8080"
    volumes:
      - ./trainingData:/usr/share/tessdata
      - ./extraConfigs:/configs
      - ./customFiles:/customFiles/
      #- ./logs:/logs/
    environment:
      DOCKER_ENABLE_SECURITY: false
      INSTALL_BOOK_AND_ADVANCED_HTML_OPS: false
      LANGS: en_GB,es_ES

Relevant Log Output

No response

Additional Information

No response

Browsers Affected

Chrome, Safari

No Duplicate of the Issue

  • I have verified that there are no existing issues raised related to my problem.
@Stirling-Tools Stirling-Tools deleted a comment from dosubot bot Dec 26, 2024
@Frooodle
Copy link
Member

Can you reproduce the issue on
https://stirlingpdf.io/multi-tool

it might be cache issue, it seems fine for me

@SantiagoSchez
Copy link
Author

Can you reproduce the issue on https://stirlingpdf.io/multi-tool

it might be cache issue, it seems fine for me

Sadly, same behaviour. But I think I have found something: if I upload the file by dragging-and-drop, the bug can be reproduced (see [1]), but if I use the [+] button to upload it, it works properly!

As a workaround I'll be using the [+] button from now on.

In case it's needed, I am on MacOS Sequoia and using Chrome (same behaviour with Safari).

[1]: Captura 2024-12-27 a las 10 02 18@2x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants