CombinePDF v1.0.0 Release Notes

  • ๐Ÿ›  Fix: Fixed a possible issue with string corruption... it might have only existed in the development version, I'm not sure, but it's fixed anyway.

    ๐Ÿ›  Fix (degrade): Fixed an issue related to deeply nested objects causing unreasonable slowdowns. The issue was resolved by degrading the PDF optimization process to review object with stream data instead of reviewing every object. This means more duplicate objects might be observed when similar PDF files are merged.

    ๐Ÿ›  Fix: Fixed an issue related to form data where font information was lost during the PDF optimization process.

    ๐Ÿ›  Fix: Fixed issue #108 by adding support for PDFs that have spaces and missing zeros in their hex encoded strings. Credit to @emmanuelmillionaer.