gal kahana

Results 236 comments of gal kahana

how about you send the original PDF, i might find time to look into running the sample with this file, and figuring this out. and yes, you can update document...

[test#89.pdf](https://github.com/galkahana/PDF-Writer/files/948920/test.89.pdf) this is what i got running through TestBasicFileModification. i don't see anything wrong with it. extra page. courier is embedded.

you got it just right. hummus uses a simple glyph mapping which does not take into account script arabic considerations (and then there's right to left). There was a discussion...

understood. i guess something more sophisticated is in order, but for now i changes unsafe trace locations to substr to a safe size (including this location), and increased the buffer...

check out cmake documentation. also note that note below: https://github.com/galkahana/PDF-Writer/wiki/Building-and-running-samples#special-options-with-cmake

i think this should help you get there: https://stackoverflow.com/questions/225432/export-all-symbols-when-creating-a-dll short one - yes, no dll exports in code...so you will need to use .def files. and it might be that...

@samkots never tried it. Exporting hummus as DLL on windows is too much effort, with them exporting macros (no need on mac/linux for instance, in case you're creating a shared...

Hi, No current plan to support. Maybe you can tell more about the feature so we can consider implementation? Gal.

Not sure that i understand what you have in mind, given the description. Are you looking to start with a multi page PDF and create multiple single page pdfs from...