Bo

Results 180 comments of Bo

P.S. You should also be able to use `textbox` with a `:ctm` property. [CTM](http://stackoverflow.com/questions/19908472/pdf-1-7-how-exactly-does-the-ctm-current-transformation-matrix-work) is used for transformations and it will allow you to achieve the effect you want without...

Hi @bibstha , I'm assuming the target barcode size is static...? In that case the easiest way to do what you want is to create a stamp PDF that actually...

Hi Chuck, Thank you for opening the issue and posting the details. I downloaded the `purchase_request_signature_block_only.pdf` PDF, but I can't see the signature block... I didn't try anything with CombinePDF...

> You can't open it with Preview. You need to use Adobe Reader AC. If I understand this comment correctly, your signature file isn't a Standard compliant PDF, but it...

Wow, I wonder how that came to be. I'm happy you found a tool that does the job. I wish I knew what's going on with this, but I can't...

`textbox` doesn't support milti-line text. The main cause has to do with the question of page boundaries and overflow handling, as well as line height and other options not yet...

Hi @jheth You're welcome ☺️ > Do you prefer to leave questions like this open or closed? I'm keeping this one open as a reminder to myself to update the...

Hi Chuck. I'm not sure I understand the difference between merging PDF data, which can be achieved as indicated in the README, and the e-Signature placeholders. Maybe I don't understand...

I think you might consider a "workaround" / "hack" in you wish to keep the link in the Logo. I'm not sure this would work... Assuming the logo is in...

I did get a hack around the issue... but it will be **slow** for longer documents. ``` ruby logo = CombinePDF.load 'logo.pdf' original = CombinePDF.load('pdf.pdf') pdf = CombinePDF.new # the...