devilsclaw

Results 44 comments of devilsclaw

I forgot to mention the data that needs modified is V the one with Testing 1 - Testing 51

I am not looking to in place edit the info. I know the the style is to copy to a new PDF. But I don't know how to get a...

Thanks. I will look into it.

I looked at the JS script and currently working to port it to C++ and the modify it to work with my forms if needed I noticed a bug in...

So I am trying to figure out the C++ equivalent to this if(handles.acroformDict.exists('DR')) { handles.writer.getEvents().once('OnResourcesWrite',function(args){ // copy all but the keys that exist already var dr = handles.reader.queryDictionaryObject(handles.acroformDict,'DR').toPDFDictionary().toJSObject(); Object.getOwnPropertyNames(dr).forEach(function(element,index,array) {...

Not sure but would this work ? ``` if(handles.acroformDict->Exists("DR")) { //maybe // copy all but the keys that exist already PDFObjectCastPtr dr = handles.reader.QueryDictionaryObject(handles.acroformDict.GetPtr(), "DR"); MapIterator it = dr->GetIterator(); RefCountPtr...

So here is the C++ port which is like 95 to 99 % ported. If fills out the test pdf the same amount as the original js example does. It...

I also made a pdf_info tool that parses the whole PDF and prints all elements in a human readable form other then input streams which are printed in hex notation...

I am not using whatsapp but in general when I use the 3 button soft keys circle button to return to the desktop. At times when I push and hold...

So this happens multiple times a day for me. Commonly when I wake up the phone and use pattern to unlock. It seems to be stuck in the state where...