Is it possible to reduce the file size of a PDF?
I have couple of things saved in DB as PDF, image, docs, etc. saved as base64, but mostly PDFs and images.
I am able to reduce/scale down images, but would it be possible for PDFs too?
This is for a mobile application. I can compromise on quality (which I am doing with images).
Edit
Can't say what's in the pdf, depends on the client, I guess there is no easy/direct way to reduce the size of pdf.
What's your thoughts on compressing the PDF and decompressing at mobile side? Will it have any effect on reducing the size?