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]: .docx to .pdf conversion (barcode problem) #1565

Closed
1 task done
nedim86 opened this issue Jul 17, 2024 · 1 comment
Closed
1 task done

[Bug]: .docx to .pdf conversion (barcode problem) #1565

nedim86 opened this issue Jul 17, 2024 · 1 comment
Labels
question Further information is requested upstream

Comments

@nedim86
Copy link

nedim86 commented Jul 17, 2024

The Problem

When I do the docx to pdf conversion, the barcode is not loaded correctly. The font I use for the barcode is "CarolinaBar-B39-25F2". Below are images of the barcode display in docx and pdf.

image
image

I already tried copying the "CarolinaBar-B39-25F2" font to usr/share/fonts , but that didn't solve the problem.

If you have any suggestions, I would be extremely grateful.

Version of Stirling-PDF

App Version: 0.26.1

Page Where the Problem Occurred

http://localhost:8080/api/v1/convert/file/pdf

Docker Configuration

version: '3.3'
services:
  stirling-pdf:
    image: frooodle/s-pdf:latest
    ports:
      - '8080:8080'
    volumes:
      - ./trainingData:/usr/share/tessdata #Required for extra OCR languages
      - ./extraConfigs:/configs
#      - ./customFiles:/customFiles/
#      - ./logs:/logs/
    environment:
      - DOCKER_ENABLE_SECURITY=false
      - INSTALL_BOOK_AND_ADVANCED_HTML_OPS=false
      - LANGS=en_GB

Relevant Log Output

No response

Additional Information

No response

Browsers Affected

No response

No Duplicate of the Issue

  • I have verified that there are no existing issues raised related to my problem.
@Frooodle Frooodle added the question Further information is requested label Aug 3, 2024
@Frooodle
Copy link
Member

Frooodle commented Jan 9, 2025

This issue lies with LIbreOffices conversion, you may be able to get help on their help page.
If you do fine a solution please mention it here for others to find!

@Frooodle Frooodle closed this as not planned Won't fix, can't repro, duplicate, stale Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested upstream
Projects
None yet
Development

No branches or pull requests

2 participants