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

Some links disappear when converting #315

Open
Adamkadaban opened this issue Sep 9, 2024 · 2 comments
Open

Some links disappear when converting #315

Adamkadaban opened this issue Sep 9, 2024 · 2 comments

Comments

@Adamkadaban
Copy link

Adamkadaban commented Sep 9, 2024

Description of the bug

Links in document seem to disappear when converting.

Screenshot from source pdf:
image

Screenshot from conversion with Adobe converter:
image

Screenshot from pdf2docx conversion:
image

How to reproduce the bug

Installation with pipx install pdf2docx

File is attached:
CPTC_9_Report.pdf

Command run:
pdf2docx convert CPTC_9_Report.pdf --pages 104,105

[INFO] Start to convert CPTC_9_Report.pdf
[INFO] [1/4] Opening document...
[INFO] [2/4] Analyzing document...
[INFO] [3/4] Parsing pages...
[INFO] (1/2) Page 105
[INFO] (2/2) Page 106
[INFO] [4/4] Creating pages...
[INFO] (1/2) Page 105
[INFO] (2/2) Page 106
[INFO] Terminated in 0.80s.

pipx list | grep pdf2docx

   package pdf2docx 0.5.8, installed using Python 3.11.2
    - pdf2docx

pdf2docx version

0.5.8

Operating system

Linux

Python version

3.11
3.12

@Adamkadaban
Copy link
Author

@greendreamer

pdf2docx is supported on several versions and tested in v3.11 and v3.12 too. Please use later versions of Python.

When installing with pip on python3.12, the same issues occur

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
@Adamkadaban and others