Thomas Leitner

Results 261 comments of Thomas Leitner

This won't be possible because you can only link to existing pages (PDF destinations require a *page object*, not a *page number*). You would need to combine the other PDFs...

@manoelneto Even if you use HexaPDF for the combining part, you won't be able to do it unless you first append the PDFs to an empty PDF document, then create...

I'm sorry but I don't understand the reason of the change. Could you be a bit more expressive with respect to explaining the reason for the PR?

I have read the discussion - please try the sample script provided by @mojavelinux with the [GNU FreeSerif font](https://www.gnu.org/software/freefont/). This font has the requested character as well as a mapping...

You can use `\u{1d70e}` for Unicode characters with a codepoint greater than 0xFFFF - see http://ruby-doc.org/core-2.6.1/doc/syntax/literals_rdoc.html#label-Strings Generally, please note that although U+03C3 and U+1D70E may have the same appearance, there...

Just as information for someone wanting to implement this: For this to work the color space of the image has to be set to /ICCBased and the ICC profile extracted...

@stellard As far as I can determine from the code, Prawn does not do anything with the value of the "link" attribute with respect to escaping. Looking at the generated...

Can you show the whole test case? Have you made sure the spelling of the file name is correct with respect to uppercase/lowercase?

@pointlessone If you need help with a new release, let me know! But no stress, when you have time, you have time..

@pointlessone I have created pull requests https://github.com/prawnpdf/prawn/pull/1242 and https://github.com/prawnpdf/pdf-core/pull/48 for open issues. Those are rather small changes and would be good candidates for merging before making the new release.