-
-
Notifications
You must be signed in to change notification settings - Fork 46
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
TypeScript errors - make input optional #320
Comments
why did you close it? from first perspective it looks like a but to be fixed. |
I closed it because there was no feedback for a week, I figured it is very low priority. After not getting this library working for what I needed it for, I just moved on. I will re-open the issue, maybe others will find it useful. |
May I ask what you needed what the lib could not do? |
The args are thrown against
which instanciates: MuhammaraJS/src/ConstructorsHolder.cpp Line 57 in 76b9789
|
I needed to fill out a pdf file (find / replace text) but I just could not get it to work. Tried everything I could find online. No errors but no result either. I can share the code if you are interested. |
Please share the code. |
Should getSourceDocumentParser require "input" parameter?
getSourceDocumentParser( input: FilePath | ReadStream, options?: PDFReaderOptions ): PDFReader;
It seems it may not be required
PDFParser* PDFDocumentHandler::GetSourceDocumentParser() { return mParser; }
The text was updated successfully, but these errors were encountered: