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

Is it possible to support timeout #319

Open
rastermechanism opened this issue Sep 27, 2024 · 1 comment
Open

Is it possible to support timeout #319

rastermechanism opened this issue Sep 27, 2024 · 1 comment
Labels
enhancement New feature or request postponed no soon implementation

Comments

@rastermechanism
Copy link

Is your feature request related to a problem? Please describe.
Hi, whileconverting from pdf to docx in somecases it might take too long. Is it possible to add feature if
it is taking more than allowed time, it should cancel further processing of pdf and return timeout.

Describe the solution you'd like
cv = Converter(pdf_path)
cv.convert(dox_path, end=20, timeout=30s)

Describe alternatives you've considered
Not sure about it.

Additional context
Sometime we do really need it, I understand there is end param which might be thought as time bound but still
having a timeout would give granule control over process.

@rastermechanism rastermechanism added the enhancement New feature or request label Sep 27, 2024
@green0317 green0317 added the postponed no soon implementation label Sep 27, 2024
@wlevene
Copy link

wlevene commented Oct 4, 2024

pdf2document.com - No loss of pdf layout
30 free page conversions daily for all users.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request postponed no soon implementation
Projects
None yet
Development

No branches or pull requests

3 participants