Eliot Jones
Eliot Jones
Document loading into PdfDocumentBuilder is now possible
Sorry, not going to have time to look into this, maybe try https://github.com/gowengit/docnet since hopefully Google has better support for CJK fonts
Hi @cremor I did thanks, unfortunately I'm deep in burnout so I don't have much time for the project. But your message has reminded me to take a look next...
I've looked at the second file you sent over and I'm stumped. The file has 4 as its number of components value. I can't find anywhere online what that actually...
I suspect the target PDF has a `/Rotate` value non-zero in its page dictionary contents somewhere, based on the output the value is +/-180 causing the placed text to be...
Depending on your needs you can hook into the parsing of individual chunks using the `IChunkVisitor` ([here](https://github.com/EliotJones/BigGustave/blob/master/src/BigGustave/IChunkVisitor.cs)), you can implement the interface with any logic you need and pass it...
Thanks @BobLd, I'm thinking of stabilising the current master in order to release 0.1.8 before merging this. Once I've addressed a few remaining issues for the 0.1.8 version I think...
@BobLd from this answer I think we're ok with the Notices attribution only and the license matching the source project. https://opensource.stackexchange.com/questions/14050/notices-txt-or-copyright-file-header-when-porting-code Interestingly another JBIG post made the rounds today https://www.dkriesel.com/en/blog/2013/0802_xerox-workcentres_are_switching_written_numbers_when_scanning...
I'm not opposed to a separate library for this. Though I generally aim to keep PdfPig dependency free (outside of Microsoft/.NET dependencies) this is somewhere where code re-use makes sense...
No, PdfPig does not currently support adding Hyperlinks or any other Annotation types.