Guillaume

Results 16 comments of Guillaume

I confirm this is currently not supported. The current problem is that Origami will parse the document and maintain an internal representation of all the objects for every revision. When...

Not that I know of. I wrote this feature based on the PDF specifications and by comparing with signed documents generated by the Adobe products. There may be more libraries...

Thanks for this PR, that would be a useful feature. I would like to integrate it, however I will need to modify it because the current interface does not fully...

As far as I remember, a certified document is a signed document that allows a few modifications (basically filling in forms and adding annotations). I don't think certifying a document...

This problem should now be fixed in ``2.0.3``.

Origami will not modify the internal structure of the document unless asked to. A document saved by Origami will still be a form if the original document was a form....

Text insertion/replacement is a feature often requested. It is unfortunately quite difficult to implement in a generic way. The PDF is composed of a stream of instructions for rendering every...

I'm still unsure what should be the correct behavior if no font is passed as an argument. I could simply reuse the current font used in the graphics stack of...

Actually those are just dummy values in the transformation matrix, they do not mean anything. The support for drawing images in Origami is very limited. I don't think this is...

pdfextract is quite an old script, written before I implemented object enumerators or lazy parsing. As such it probably does a lot of object copies and does not handle big...