Skip to content

Problem with --no-strict-syntax and --use-pades-lta #466

Closed Answered by edispring
pquL1 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi Matthias,

I think I found the reason.
In the method PdfTBSDocument.async_finish_signing calling post_sign.post_signature_processing a new IncrementalPdfFileWriter is instantiated and there is no possibility to pass strict=False in this case.

w = IncrementalPdfFileWriter(output)

The same applies when calling PdfTBSDocument.async_sign_pdf.

Is it possible to add the strict option to these methods?
@MatthiasValvekens Should I make a PR?

Best,
Edi

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@MatthiasValvekens
Comment options

@pquL1
Comment options

Answer selected by pquL1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants