michaelrsweet / pdfio

PDFio is a simple C library for reading and writing PDF files.
https://www.msweet.org/pdfio
Apache License 2.0
199 stars 44 forks source link

API call to get the keys from a dict object? #31

Closed JayHiserote closed 2 years ago

JayHiserote commented 2 years ago

Hey Micheal, I've had some success using experimenting with you code package. I might be missing something but I can't seem to find an api call to return a list of keys from a dict object. What am I missing? Thanks -- Jay

michaelrsweet commented 2 years ago

@JayHiserote Nope, but I can add one... :)

JayHiserote commented 2 years ago

Nice. I’ll verify it.

Sent from my iPhone

On May 29, 2022, at 12:11 PM, Michael R Sweet @.***> wrote:

 @JayHiserote Nope, but I can add one... :)

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.

michaelrsweet commented 2 years ago

[master f4b8983] Implement pdfioDictIterateKeys API (Issue #31)