PDF Image Resolution

khuon mau
I'm having a difficult time meeting a printers requirements and I thought I'd ask if there was any way to tell what the image resolution is on a PDF file.
The images are 300+ when I create the pdf (from Adobe Illustrator CS3), based on their creation instructions, but when I submit they say the images are not high enough quality.
Thanks in advance for any help.
Micah

With the preflight tool in Acrobat you can check the resolution of the images in the PDF document.

Similar Messages

  • Finding image resolution in a PDF?

    I am currently working to perform some maintenance for an app that formats and resizes documents, usually PDFs. The problem happens when certain files are uploaded with an unusually large image resolution (according to the Preflight Properties, 2222.222/2222.222 pt/in). The documents with this resolution come in with file sizes of 36"x24" and end up formatted to 8.5"x11". This leaves the text and a lot of information unreadable.
    I am using Visual Basic with iTextSharp to interact with the PDFs that come in. I'm able to find the width and height in points of the document without issue. Finding the image's width/height pixel count is what is giving me fits.
    Is there any way in iTextSharp that I can determine the pixel count for the width/height of a PDF Image, or am I heading down a dead end street here?
    Thanks in advance for any help you can provide.

    I hate to reply again, but I'm still stuck. I've been through the SDK and documentation and have had no luck finding anything to help solve this problem. I don't really need to extract the image per se, I just need to find the resolution of it. Could you possibly point me in a definitive direction in the SDK/Documentation that I could use? There are a couple examples that deal with Preflight but none dealing with the image in the PDF or its properties.
    Thanks in advance.

  • What is the image resolution in the PDF file for an "Add Image"?

    I am using Acrobat Pro XI.  I added a 600 dpi image to my PDF file.  When I click on it and copy a chunk of it, then paste it into paint, the image resolution is 96 dpi.  How can I tell the resolution is of images in my PDF file?  I am trying to keep at least 300 dpi image resolution.  Thank you for any help in understand this.

    then paste it into paint, the image resolution is 96 dpi
    That's the consequence of using the OS's clipboard.
    A PDF can have image content of different resolution.
    You can look in the application's Preferences - Convert to PDF - [select one of the supported image file formats] to observe settings.
    Some are user configurable.
    Basically if you insert "x" ppi that's the resolution of that image that is not on the PDF page.
    Be well...

  • How do I change the image resolution of a photo?

    Hi..,
         I am the beginner in Photoshop.
         I want to change one image resolution from 72 dpi to 300 dpi.
         So, I search and got one pdf for change the resolution of the image. In that they mention, take the "Printscreen" of the image and paste in the photoshop and change the mode(Index - flatten) and change resolution via the "Image -> image size -> Resolution".
         Like that i did, it changed correctly.
         After that I Open one already saved image file in Photoshop and do that same steps but the resolution was not changed.
    So, now how to change that saved image resolution to 300 dpi...??
    Regards.,
    VISWA

    Viswa,
    To find the current resolution of your image, follow these steps:
    With your image open in Photoshop, Image > Image Size (Like you've already done earlier).
    Check the resolution as shown above. If it doesn't show 300, enter 300, hit OK and 'Save' your image.
    Open the file and check again. If it still shows 72, post back with more details of the type of file you're trying to open in Photoshop and if possible, a screenshot so we can help.
    -ST

  • Overprint Preview, RGB, Image Resolution Acrobat v9

    I recently started using Acrobat 9. There is 2 things I'm looking in V9.
    1- Overprint Preview
    2- All image resolutions in a HiRes pdf. I see a custom check profile called "resolution of color & grayscale images is between..." but I want image resolution is ...
    3- Flag any RGB images used.
    ThankYou

    I'm sorry what I mean if a pdf have 35 images I would to see the image resolution of all of them independently if they are 72 or 600 dpi.

  • Continuous tone image resolution lower than specified

    The following message was posted in the incorrect forum; no legitimate solution to the problem was ever posted. I am re-posting it, as this is the same exact problem I am having, right down to the OS and version of Acrobat. Could someone please explain to me what this means and whether or not I should be concerned about it? I will also get two different kinds of results... one is a single number effective ppi on this error, such as 199, (which results in 200ppi if run through PitStop), and a two-number effective ppi, which we haven't been able to decipher, such as 501.357/179.55ppi (which should be a hi-resolution image).
    Help?
    Amy Carolyn Watson
    >
    >
    >Nikola Viereckel - 09:45pm Dec 9, 2007 Pacific
    >
    >Hi - I have recently discovered the above error message when I
    >check my distilled press quality pdf in preflight. I am using
    >a PC and Version 7.0 of distiller and acrobat. The images are
    >300dpi and are in my documents at 100% or lower, so there should
    >be no resolution issues. The pdf itself looks fine, but the
    >preflight does not. I find if I export out of InDesign (CS2)
    >then I do not get the same error message, but this is not my
    >preferred way to create pdfs for print.
    >
    >Any ideas? I the only thoughts I have had is to reinstall
    >the program. Thanking you in advance for your help.
    >Cheers
    >Nikola

    > All text should export as vector, since it's all on a layer above any kind of image.
    Is there any transparency in the text, though? If you float text over
    an image with transparency, it MUST be exported as an image. If it is
    floated over vector art with transparency, it MIGHT.
    It's easy to assume that just because something is on top, it doesn't
    ever need to be flattened. This is not in fact true.
    >
    >I am a little concerned: is this a flaw in the Acrobat Program?
    You mean in its preflight? Unlikely, it isn't rocket science to
    calculate ppi, so the numbers are probably right.
    >
    >Where is this "Continuous tone image resolution" turned on/off? Why is it important?
    That's probably a reference to Distiller settings. I think we've
    established that you aren't using Distiller.
    >
    >Is InDesignCS2 flattening to low transparency settings, even though my settings dictate high?
    You'd probably need to ask in the InDesign forum. But bear in mind
    that the flattener is free to use lower resolution if it thinks that
    is all that is needed for particular effects.
    Maybe you could reopen the PDF in Illustrator, and use that to select
    the images in the flattened page. Might illuminate what is going on.
    Aandi Inston

  • Find images resolution

    Hi Forum,
    I have tried to get alert for the links if it has 250 or 300 resolution. But if the pdf is placed, the script is replying error message.
    "object does not support the property or method actualPPi"
    How can i omit the check for PDF and continue to find other images resolution and alert.
    var doc = app.activeDocument;
    var graphics = doc.allGraphics;
    var image, horRes, verRes;
    for (var i = 0; i < graphics.length; i++) {
         image = graphics[i];
         if(image.actualPpi[0] ==300 ||
         image.actualPpi[0] ==250){
    alert ("images are in 300 & 250 dpi");                 
    thanks in advance forum...

    hi -hans-
    thanks for the quick reply,
    on the flip side of it, it tried to check only for the "Grayscale" images. please see and if you can help on this...
    var doc = app.activeDocument;
    var graphics = doc.allGraphics;
    var image, horRes, verRes;
    for (var i = 0; i < graphics.length; i++) {
         image = graphics[i];
         if(image.imageTypeName == 'Grayscale' &&
         image.hasOwnProperty('actualPpi') != false &&
         image.actualPpi[0] ==250){
    alert ("images are in 300 & 250 dpi");                

  • Image resolution drops from Illustrator to Photoshop

    Hello. I have an .ai with an image in it. After transfer to photoshop (by copying, or by saving the file as either .ai or .pdf and placing it in photoshop), the image resolutions seems to drop significantly (to about a third), telling by eyesight (is there a way to determine the resolution of an image (a pixel graphic) within illustrator?). Does anyone know why, and what to do about it? (Reason is that I need to get rid of the background, of which I don't know how to in ai.)
    Thanks

    It sounds like you are doing this backwards.  Usually you remove the background in the image in PS and Place the image in Illustrator which is transparent to begin with ( i.e., no background unless you give it one ).  If you must do it your way, just "Export" the file out of Illustrator into PS as high res.  But, you can give your Ai file a document resolution ( File > Print > Output resolution ) of 2540 dpi and the Raster resolution at 300ppi.  Copying it to PS will only give you PS's default res.

  • Image Resolution in Crystal Report

    I am facing problem in image resolution when resizing big picture in crystal report.
    Please help.

    Thanks for your reply
    The issue is the pictures (e.g. employee photos) are saved in Database as BLOB data type.
    The report is loading employee photo into the report (e.g. employee card), but the loaded picture is coming up with much less quality than the original.

  • Unable to display a PDF image on the page - Mac 10.6

    Hi,
    Running an iMac with 10.6.8 and Indesign 5.0.4. Just wanting to export a PDF as per usual via File > Export function. However, I keep getting the error message, "Unable to display a PDF image on the page'. No idea what this is and have never seen this error before. The only info on the internet reveals error code 0x2511(9489).
    I've deleted prefs, closed down and re-opened Indesign and even restarted the computer. I've also re-linked the images contained in the document and even created a new document and set it up the same, but still the same problem. Investigating further, other Indesign documents still export properly.
    The only ones that don't export are 2 documents, both giving this same error message. Both documents are ones where a client has sent a PDF, I've imported into two of these into an 2-page A4 Indesign document (each PDF is 48MB each) and then just added a text layer (using Times) which is properly installed on the computer. I basically have to 'update' course dates for the client and add PDF to the website, all very basic.
    I've tried importing a jpeg and other PDFs into the file (replacing the existing ones) and they export fine.
    All my software is legal and I've exported this document before now in exactly the same File > Export without any problems (under 10.5 and 10.6).
    OK... I've just imported the offending PDFs into Acrobat, optimized and shrunk the file size, re-imported back to Indesign and the PDF export works fine. So it seems InDesign / PDF Export doesn't like large imported PDFs? I think they were originally exported from Publisher, so maybe that's the problem or a file conflict somehow.
    Any ideas on the culprit? I've googled it, searched these forums and Apple discussions and haven't found anything. Although I've found a workaround, I do get large files to import and then export. Thanks for any help
    Steve

    It does sound like a problem with the original PDF files the client sent you. You can check how they were made in Acrobat Pro from the Additional MetaData button on the Description tab of the document properties dialog. It will be under Advanced at the bottom of the list when the metadata opens.
    You might be able to salvage them by running the optimzer and not changing the size, or just doing a Save As in Acrobat.

  • How to find out the image resolution in illustrator?

    How to find out the image resolution in illustrator cs through javascript or vbscript?
    Thanks,
    Prabudass

    Anyone please help me, how to find out the embedded image resolution in illustrator file through script.
    Thanks,
    Prabudass

  • How to read ZIP files(having PDFs,Image) using MQ Series link for R/3

    Hi,
    1)Is it possible to transfer a zip file (having an image or pdf) using IDocs in SAP 4.6C using MQ Series link for R/?
    Scenario: "MQ Series link for R/3" converts Business-Reports from a third-party software,into SAP IDocs.Each Business-Report contains one XML file and one ZIP file.
    2)Being on ABAP side,do I have to worry about how the zip file would be converted into IDocs?
    Detailed descrption:
    This scenario requires integration of a non-SAP software which talks in XML with SAP R/3(4.6C).The customer has decided to go with 'MQ Series link for R/3' (which integrates any non-SAP application running on IBM MQ Series to R/3,by converting data(in any format) into IDocs).He is not ready to go for XI.
    The Problem area is a functionality which requires the non-SAP software to send XML file along with an attached Zip file.So,XML document,basically,has a 'zippedFile' XML element having actual file in XML keyword 'file'.
    This XML document ideally, should be converted by the subsystem(MQSeries link for R/3) into IDocs i.e. into a stream which could be stored in a table on R/3 side and later, sent back to the non-SAP software through MQ Series link to be converted into zip-file again with corresponding pdfs,images.I want someone who has worked in a similar scenario to confirm this.

    Hi,
    I have a feeling I have posted this question in the wrong forum or maybe I will let you decide this.Any help would be appreciated (even the right forum name).
    My scenario requires integration of a non-SAP software which talks in XML with SAP R/3(4.6C).The customer has decided to go with 'MQ Series link for R/3' (which integrates any non-SAP application running on IBM MQ Series to R/3,by converting data(in any format) into IDocs).He is not ready to go for XI.
    The Problem area is a functionality which requires the non-SAP software to send XML file along with an attached Zip file.So,XML document,basically,has a 'zippedFile' XML element having actual file in XML keyword 'file'.
    This XML document ideally, should be converted by the subsystem(MQSeries link for R/3) into IDocs i.e. into a stream which could be stored in a table on R/3 side and later, sent back to the non-SAP software through MQ Series link to be converted into zip-file again with corresponding pdfs,images.I wanted someone who has worked in a similar scenario to confirm this.

  • PDF images distorted in Keynote 6.0

    When I Open a presentation created in Keynote V5.3 with Keynote 6.0, some PDF images look fine in th editor but become aliased and pixellated when displayed in presentation mode. If I copy the image from Keynote, save it to the desktop and then open it in Preview I see the same distortion. Is there
    a workaround for this.
    Joseph Ayers

    Thank you so much. I didn't know that shortcut and it fixed it right away. I was surprised that when I went back to the section that all of those slide were only a small portion of the page. It's almost like the white part of the slide got bigger so the actual slide information shrunk. Obviously I hit something in my frustration that changed the slide size, but luckily it will be easy to replace. Great response to my question and much appreciated!

  • JPG or PDF image in Portfolio window

    How do you remove the JPG or PDF image from the top right of a Portfolio window?
    I'm using Acrobat X10.1.1 on an iMac with Mac OS X 10.7.2

    I created a PDF Portfolio using the Wave layout. I added a few frames with a name and description.
    I do not want to delete the image, I would like to remove the small jpg or pdf logo that appears on the picture (image) in the top right hand corner. The logo appears in both the Layout Mode and the Edit Mode. When I emailed the portfolio to myself the small logo was still in the picture.
    Thanks….
    John McKee

  • Exported Raw Conversion Image Resolution and Assigning a Color Profile, etc

    In Aperture 1.1, although I set the exported Raw conversion image resolution to 300 dpi in the preferences, it continues to come out at 72 dpi which is something of an inconvenience. Also, is it possible to assign a color profile to the "exported version" so that it is congruent to my PS CS2 color workspace (if that is what its called). Is this program capable of carrying out a conversion as a background operation? Finally, can the layout windows be configured so that they remember how they have been used in the past? Thanks.

    Iatrogenic huh! Cool!
    Anyway, I'm not real clear on what it is you are trying to accomplish. Despite your obvious vocabulary skills, there seems to be some disconnect relative to what you are trying to accomplish. You are right that "exporting a version" in Aperture is roughly equivalent to what happens in ACR when you "Open" a RAW image into Photoshop. In both cases you have, hopefully, already done the adjusting of parameters you want prior to "exporting", or "opening". When you "open" or "export" you wind up with an "image" composed of pixels, whereas in the RAW adjustment phase you are just working with a temporary thumbnail and a set of mathematical instructions. Big difference, I suppose is that when you "open" and image from ACR into CS2, the resulting image is truly just pixels and has not had a "file type" applied to the file yet, until you "save" it, while in Aperture, if you "export" a file to CS2, or to the desktop, you end up with the file type already applied. Presuming you "export" a 16 bit TIFF or PSD, there is no operational difference.
    I could be wrong, but with the new Bayer Demosaicing algorithms in Aperture 1.1, and the Camera RAW adjustments, you should be able to come up with an adjusted image that is VERY close if not identical to one done in ACR, with the possible exception of lens abberation adjustment. I was very critical of the RAW adjustments in 1.0.1, but I am very happy with the capabilites in 1.1. That said, I think there is still some room for improvement in user friendliness of some of the adjustments such as Levels.

Maybe you are looking for

  • Keyboard No Longer Illuminates in Low Light Conditions

    Hi there, Tonight I turned on my MacBook Pro (purchased January 2008). The keyboard doesn't light up at all. I recently installed 10.5.7 and I'm not sure if it's worked since that install. I've checked the keyboard and also display preferences. Every

  • APIC setting in BIOS

    Hi all, Yesterday I posted a problem regarding low cpu performance, which is now solved. I checked my IRQ's and noticed 'Microsoft ACPI-Compliant System' was sharing IRQ 22 with my Network controller. Went into BIOS and disabled APIC in the BIOS and

  • Flash Player 10.0.45.2 - Youtube Video playback

    Hi guys, My computer automatically downloaded the new 10.0.45.2 version of Adobe Flash Player sometime last night and now I am unable to play videos on the internet for longer than a couple of seconds - (At most about 90 seconds), I've tried removing

  • GRUB Destroyed in Updating from OpenSolaris 134 to Solaris 11 Express

    Following the instructions to upgrade from openSolaris to Solaris 11 Express, the system has destroyed the Grub menu The foloowing error messages are being printed Checksum verification failed. Assistance to correct this problem please.

  • Jailbreak untethered 6.0.1 for iphone 4 or down grade to 5.1

    im having problems with my iphone for my service provider is straight talk, Everything works except for MMS i cant send or recive pictures can anyone help me out?