PDF-raku
PDF-raku copied to clipboard
Low level tools for reading, writing and manipulation of PDFs
Results
2
PDF-raku issues
Sort by
recently updated
recently updated
newest added
Most likely in PDF::IO::Serializer. These do result in smaller PDF files. Potentially also of benefit to serialization, in reducing peak memory size and number of objects, but only if we...
Currently the serializer builds a complete AST tree which is then passed to the writer which deconstructs out outputs it. Simple, but single threaded and creating a memory peak with...