Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3637086
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T01:06:51+00:00 2026-05-19T01:06:51+00:00

I have PDF files I need to prepare for viewing on mobile devices. The

  • 0

I have PDF files I need to prepare for viewing on mobile devices. The worse case would be ~50 pages, with lots full color images and vector art, file size approx. 40MB. This is acceptable for PC viewing on broadband, but not great for mobile viewing due to long download times and very laggy scrolling on mobile (At least on my overclocked Droid). Are there any tools or libraries for processing the files to simply the vector stuff, downsample/recompress the images, that sort of thing?

Output in pdf format is not absolutely essential, but it needs to be something readable on android and iOS devices without software downloads.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-19T01:06:52+00:00Added an answer on May 19, 2026 at 1:06 am

    There are a few main things that can blow up the size of a PDF on mobile devices:

    • hi-resolution pictures (where lo-res would suffice)
    • embedded fonts (where content would still be readable “good enough” without them)
    • PDF content not required any more for the current version/view (older version of certain objects)
    • embedded ICC profiles
    • embedded third-party files (using the PDF as a container)
    • embedded job tickets (for printing)
    • embedded Javascript
    • and a few more

    FOSS software: Ghostscript can try to size down your PDFs, mainy be re-sampling the pictures used and by removing older versions (“generations”) of PDF objects which were replaced by newer ones:

    gswin32c.exe ^
      -o sized-down.pdf ^
      -sDEVICE=pdfwrite ^
      -dPDFSETTINGS=/ebook ^
      -dEmbedAllFonts=false ^
      -c ".setpdfwrite <</AlwaysEmbed [ ]>>" ^
      -f blown-up.pdf
    

    You can add more parameters to above commandline to size down certain PDFs even more (f.e. by setting a lower max resolution, etc.) Here is an example to enforce a downsampling for color and grayscale images to 72dpi:

    gswin32c.exe ^
      -o sized-down.pdf ^
      -sDEVICE=pdfwrite ^
      -dPDFSETTINGS=/ebook ^
      -dEmbedAllFonts=false ^
      -dColorImageDownsampleThreshold=1.0 ^
      -dColorImageDownsampleType=/Average ^
      -dColorImageResolution=72 ^
      -dGrayImageDownsampleThreshold=1.0 ^
      -dGrayImageDownsampleType=/Average ^
      -dGrayImageResolution=72 ^
      -c ".setpdfwrite <</AlwaysEmbed [ ]>>" ^
      -f blown-up.pdf
    

    Commercial+closed source software: callas pdfToolbox4 is able to reduce file sizes even more by applying a custom profile to the PDF downsizing process (it can even un-embed fonts and ICC profiles).


    Update 2: See also the following (new) question with the answer:

    • How can I remove all images from a PDF?

    It provides some sample PostScript code which completely removes all (raster) images from the PDF, leaving the rest of the page layout unchanged. This is useful in cases where you do not want the (raster) images, but only the text parts in order to reduce file size.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Actually I have to upload pdf files and need to read on my website
I have a directory with PDF files that I need to create an index
I have a bunch of PDF files that I need to convert to TXT.
In my silverlight I have the need to modify PDF files. I usually use
I have been developing Android application, and I need to read PDF-files in my
I have many pdf files in my project so I need it available to
I have a pdf file.I need to find all the hyperlinks available in that
So, I have a .pdf file and I need to be able to determine
I have a PDF file, which contains data that we need to import into
I have an situation where i need to convert Doc file into PDF file.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.