gal kahana
gal kahana
NotifyIndirectObjectEnd doesn't crash. i checked. do you have an extender that requires checking for null maybe?
I'm afraid that there's no such API. Building such a capability on top of the existing PDFHummus library parsing abilities is possible, though. but then, if there's apache pdfbox textstripper...
I meant the c++ lib. The nodejs module is just a shell around it.
extracting text with hummus http://pdfhummus.com/post/156548561656/extracting-text-from-pdf-files
if relevant to anyone - i solved this on my fork - https://github.com/galkahana/react-native-wheel-picker/commit/64480beeebc3b89b6156ef5ce68cec48aa244462 sendKeys should work.
It's a link error. You might need some `target_link_libraries` statements there. Like `target_link_libraries (proj PDFWriter)`. This should take care of linking. If you get more dependency issues, then depending on...
thanks. sorry for this. used hummus in a new project of mine and found out a whole slew of compilation issues. released a fix...and fucked up things. sorry for that....
Code seems fun. How about you include the image? Maybe hummus isnt happy with it. Also try creating a log, maybe itll have useful insights
a log: hummus.createWriterToModify(__dirname + '/pdfs/aed_invoice_mockup.pdf', { modifiedFilePath: certificatePath + certificateName, log: _dirname + '/logs/aed_invoice_mockup.txt' });
Well, object 22 that wasnt written is prbbly the one containing the image data. It wasnt wrutten prbbly because it didnt like the image.