-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
README needs reorganization/transference to doco repository #11
Comments
The code example just after https://github.com/pdf-raku/PDF-API6/blob/master/README.md#to-xobject is intended to show how to copy and transform pages from I tried changing |
@hectormonacci I fixed the |
Thank you. Here's more info: raku -v: raku sample.raku (contains the example with minimal adaptations, and is applied to a valid v1.5 PDF input file):
|
That's on line 45, but my code sample only has 19 lines. Can you please show the actual code? It would also be helpful to attach a sample PDF, if you are able. |
Sure thing! 1. My code:
2. The PDF file to be used as source: |
Thanks, I can replicate the issue. That is very close to the example, apologies. I'm thinking it must be somehow PDF-specific. Will investigate. |
I fixed a bug in @hectormonacci could you please upgrade to PDF::Content 0.6.6 and try again. |
Great job @dwarring ! I upgraded to PDF::Content 0.6.6 and now it works. Thanks a lot! |
By the way, I think another change would be needed on the same example.
should be changed to:
|
This was created before https://github.com/pdf-raku/pdf-raku.github.io can into existence and has continued to grow and become a defacto documentation point for the rest of the tool-chain.
Initial problem is that it's in the wrong place. At some point the bulk of it should be moved to the doco repository and the README slimmed down to refer to it.
The text was updated successfully, but these errors were encountered: