Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How to increase the contrast for a PDF file in a batch method

Community Beginner ,
Dec 16, 2017 Dec 16, 2017

I have a pdf file to processing here.

I note I can import the pdf file as a image for every page content. like this

pxmHj.png

I can auto-adjust the contrast by Alt+Shitf+Ctrl+L for every page. Then I will get a very good page like this

sZXWB.png

I have to say I get a larger improvement for this page, but if my pdf have 200+ pages, I don't know how to adjust and export it in batch method. Can anybody help me out?

24.5K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Dec 17, 2017 Dec 17, 2017

That seems to be a fairly suboptimal pdf to begin with … the type appears to be pixels.

I am afraid the task exceeds Photoshop’s default functionality, but Scripting would provide a work-around:

Photoshop Scripting

But mind you: The pages apparently already being images you should open the images, not the pages, to avoid resampling and the ensuing image degradation.

Translate
Adobe
Community Expert ,
Dec 17, 2017 Dec 17, 2017

That seems to be a fairly suboptimal pdf to begin with … the type appears to be pixels.

I am afraid the task exceeds Photoshop’s default functionality, but Scripting would provide a work-around:

Photoshop Scripting

But mind you: The pages apparently already being images you should open the images, not the pages, to avoid resampling and the ensuing image degradation.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 17, 2017 Dec 17, 2017

importPdfSDialogImages.png

When you post over n the Scripting Forum please also explain what exact output you want to get: file format, individual images, a re-assembled pdf, …

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 17, 2017 Dec 17, 2017

But maybe I am misunderstanding your intention and Image Processor would suffice.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 31, 2017 Dec 31, 2017

Have you made any headway on this issue yet?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
May 24, 2018 May 24, 2018
LATEST

Thanks very much. I have make it by c++ and OpenCV afterwards.. Sorry for later response, I have to say I get none notification about your answer totally..

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 06, 2018 Feb 06, 2018

This seems like it should be a fairly obvious feature for Acrobat to have - but then Acrobat is a weird product.

The best I have found is to export the pages as images, batch process each image in Photoshop as required and then use the Photoshop PDF Presentation feature (File/ Automate/ PDF Presentation) to recombine the images back into a PDF with control over the compression (Acrobat seems to compress images if imported directly using Combine files).

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 06, 2018 Feb 06, 2018
The best I have found is to export the pages as images

Which would be a bad idea if the text was type or the pdf contained vector components, which in this case does not seem to be the case, though.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 07, 2018 Feb 07, 2018

I was assuming scanned text, therefore a raster format.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines