Skip to content
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

Question: scale pdf #33

Open
vegarringdal opened this issue Jul 4, 2018 · 2 comments
Open

Question: scale pdf #33

vegarringdal opened this issue Jul 4, 2018 · 2 comments

Comments

@vegarringdal
Copy link

vegarringdal commented Jul 4, 2018

Hi

Is this lib able to scale/resize pdf pages ?
What I need is something where I can take a pdf with multiple pages and resize/scale them so its only A4 and A3 print sizes.
So everything under A4 to A4, between A4 an A3 to A3 and any page ver A3 to A3.

@yodatak
Copy link

yodatak commented Sep 16, 2022

I'm interested to in this fonctionality to try to make a booklet maker in rust
Its implemented like this in python
https://github.com/py-pdf/PyPDF2/blob/main/PyPDF2/_page.py

def scale(

@vegarringdal
Copy link
Author

I ended up using a js lib, and made a small electron app.
Was good enough for what i needed there and then.
Getting Annotations resized tok most of the time, since I really dont know much about PDF :-)

Learning rust is still on my todo list, just goes very slowly :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants