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

Factur-X PDF/A-3 Validation on Docker Image #31

Open
clement-gambier2 opened this issue Aug 30, 2023 · 1 comment
Open

Factur-X PDF/A-3 Validation on Docker Image #31

clement-gambier2 opened this issue Aug 30, 2023 · 1 comment

Comments

@clement-gambier2
Copy link

Hello,

First of all, I would like to express my appreciation for the incredible work you have done. Your project is truly outstanding and has left me thoroughly impressed.

I have successfully utilized your web service host on FNFE-MPE to generate Factur-X files, and the results were impeccable. In order to ensure its stability for my company's needs, I aimed to deploy it on my personal server. Consequently, I developed a Docker image which performed well. However, I encountered an issue when I attempted to validate Factur-X files using the FNFE-MPE Factur-x Validator. The error I encountered is as follows:

Specification: ISO_19005_3, Clause 6.8, Test 4 - PDF/A-3 Error
The supplemental data provided for associated files, along with the utilization requirements for said associated files, establish a correlation between the embedded file and either the PDF document itself or a specific section within the PDF document.
Severity Level: CosDocument
Context:
root/indirectObjects[60](5 0)/directObject[0]**

I have taken care to utilize the identical files that were used successfully with your web service. Here is my Dockerfile for your reference:

FROM python:3.8
RUN apt-get update && \
    apt-get install -y sudo
RUN sudo pip3 install --upgrade pip
RUN sudo pip3 install --upgrade factur-x
RUN sudo pip install Flask
WORKDIR /app
EXPOSE 5000
CMD ["facturx-webservice","--host=0.0.0.0"]

I am wondering if you are familiar with this issue and whether you could extend your assistance to resolve it.

Thank you for your time and consideration.

@trenoncourt
Copy link

hi,
I've tried the public instance (https://ws.fnfe-mpe.org/generate_facturx) and it's working : no error in fnfe validator.
but when i try with the library on windows, with the same pdf, same xml, i've one error on fnfe validator.

@akretion Maybe the code of the public instance is more updated than your github code ?

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