Trouble exporting a pdf with correct resolution

I am really confused.
When I export a pdf from inDesign using any of the (print) options, and view it in bridge (meta data and preview area), the dimensions are incorrect from what the specs my printer supplied me, even though the inches are correct in the document set up.
As an example, a postcard in Inches, 4.1” x 6.1” and when looking at the meta data using bridge it says the 439 x 289 (pixels I guess) and should be 2135 x 1435. It also doesn't display the resolution in bridge for the pdf which needs to be 350 dpi. Now if I export a jpeg, it has all the correct specs that I need. Am I exporting incorrectly?

Ok right got it
My document is A4 - and Bridge is telling me the PDF is 595 x 842
If you start a new document and choose "Web" instead of "Print"
Choose A4 and you'll see the dimensions being 595 x 842
I wouldn't trust Bridge or any PDF preview or information for actual size.
It's clearly giving a Pixel reading of the document
And if you uploaded that as a thumbnail to a website at 72 ppi
It would be 595 x 842 pixels.

Similar Messages

  • How can I Export a PDF with Hebrew Font

    I am having trouble exporting a PDF file with a Hebrew font into word document.

    Sorry for the long delay in getting back to you! I must have missed your original post.
    Unfortunately our ExportPDF service doesn't support Hebrew text.  You can vote for this feature in here: http://forums.adobe.com/ideas/1554  We use the Ideas section to help prioritize features.
    -David

  • How to copy and paste the graphics from illustrator to MS word. What I tried is exporting in png with highest resolution and then inserting in to word. This loses a bit of resolution in comparison to direct copy and paste as EMF.  But if I do a copy and p

    How to copy and paste the graphics from illustrator to MS word. What I tried is exporting in png with highest resolution and then inserting in to word. This loses a bit of resolution in comparison to direct copy and paste as EMF.  But if I do a copy and paste, and then take a print of the document, all the graphs and text is printed upside down, flipped back.

    Use the Pencil Tool
    alex
    adrian stock wrote:
    > How to copy and paste a single pixel
    >
    > I want to copy a single pixel and then paste it in the
    position of
    > another pixel in the same image.
    >
    > (This is in effect changing the colour of the target
    pixel, isn't it.
    > But in my case copying an existing pixel seems simpler
    than selecting a
    > colour from the swatch or using the colour picker.)
    >
    > What is the most efficient way of doing this?
    >
    > I tried to select one pixel with the marquee tool. Then
    copied it with
    > control-C, but then how do I select the target pixel and
    paste with
    > control-V?
    >
    > Thanks for your help.
    >
    > Adrian
    >

  • Exporting to pdf with new numbers app

    recently i upgraded from numbers 09 to numbers 3.0. i have a worksheet with 2 pages. with numbers 09 when i export to pdf it export as pdf with 2 pages works fine. but in numbers 3.0 when i wxport the same worksheet it combines both pages in one pdf page so i can't print it on 2 pages. any solution ?

    Vikas
    The solution is to Print to PDF rather than Export to PDF.
    You will see that there are two pages in the Print dialog preview, and when you choose PDF, Open in Preview, you will see that the PDF version of the file has two pages.
    Jerry

  • How do I create a PDF with a resolution of 300 or 600? Where is the control in X Pro?

    How do I create a PDF with a resolution of 300 or 600? Where is the control in X Pro?

    You change the PDF Maker conversion settings or PDF printer conversion settings.
    PDF Maker Conversion Settings.
    Open any office application, click on "Acrobat" in ribbon.
    Click on "Preferences".
    Click on "Advanced Settings".
    Now, you can change the resolution as per your requirement.
    PDF Printer Conversion Settings.
    Click on File -> Print
    Select "Adobe PDF Printer".
    Click on "Printer Properties".
    For more details, please refer to http://help.adobe.com/en_US/acrobat/pro/using/WS58a04a822e3e50102bd615109794195ff-7f0f.w.h tml
    Let me know, if you need more information.
    Regards,
    Deepak

  • Having trouble opening a pdf with Adobe...keep seeing an error sign "acroExch"  does anyone have a way to fix this?

    Having trouble opening a pdf with Adobe...keep seeing an error sign "acroExch"  does anyone have a way to fix this?

    Hmm, "Use Adobe Reader" should launch the PDF outside of Firefox in the stand-alone Adobe Reader application, so seeing it in a tab is something of a puzzle.
    Could you check your version of Adobe Reader? For Windows 7, you normally would have the Reader XI series (Reader 11), which has had several updates. From inside Adobe Reader, you can use Help > Check for Updates to make sure it's current.
    In Firefox, could you check your Adobe Acrobat plugin version or possibly versions? You can view that on the Add-ons page. Either:
    * Ctrl+Shift+a
    * "3-bar" menu button (or Tools menu) > Add-ons
    In the left column, click Plugins. If you find multiple versions, this can cause problems and may need to be cleaned up manually (post back on that for suggestions).
    Sometimes, the settings file which stores those download handler preferences becomes corrupted and there's not much else to do than to rename or remove that file and let Firefox rebuild it.
    To do that, open your current Firefox settings (AKA Firefox profile) folder using either
    * "3-bar" menu button > "?" button > Troubleshooting Information
    * (menu bar) Help > Troubleshooting Information
    * type or paste about:support in the address bar and press Enter
    In the first table on the page, click the "Show Folder" button. This will launch a new window (Windows Explorer window) listing various settings files.
    Leaving that window open, switch back to Firefox and Exit, either:
    * "3-bar" menu button > "power" button
    * (menu bar) File > Exit
    Pause while Firefox finishes its cleanup, then rename '''mimeTypes.rdf''' to something like mimeTypes.old
    Start Firefox back up again and "PDF Files" should be back to their default setting of "Preview in Firefox". Try changing that to "Use Adobe Acrobat (in Firefox)" and test to see whether there's any improvement.

  • Error on export to PDF, working correctly in viewer.

    I have been wrestling with an error for a while now and would appreciate any insights offered here to help me correct this issue and move on with my project.
    The situation is this, I have a .net application which includes eight different Crystal Reports. All of the reports presently display and behave correctly in the browser using the crViewer.
    However, one does not export to Excel or PDF at all (the other 7 do so, and do so without error or issue).
    Instead, I am given this error when the export is requested:
    Error in File C:\DOCUME1\x\LOCALS1\Temp\Detail {F7B06596-9318-42CD-8849-7C800C47D161}.rpt:
    Failed to retrieve data from the database.
    Details:  Database Vendor Code: 512
        Source: "CrystalDecisions.ReportAppServer.DataSetConversion"
    I have tried exporting the report with both an ExportToHttpResponse and an ExportToStream approach, both result in the same error. The process of generating and attempting to export this report is no different than that used by the other reports which are working correctly. I have tried placing the export call both in the page_load and in the page_loadcomplete and have tried using both the report object being sent to the viewer (which works fine for the other reports) as well as creating a new report document exclusive to the export routine. I have validated the database and tested the page on two different servers, all to no avail.
    This report is somewhat more elaborate than the others, but shares a data access approach (stored procedures) as well as many basic design elements with the other reports - and again, the report displays correctly in the report viewer - it is only failing when an export is attempted.
    I would be happy to provide additional details as needed in order to facilitate troubleshooting, and any and all help is greatly appreciated.

    It was subreport-related, though I still do not know the exact root cause.
    I was having trouble with both the built-in export as well as a custom process.
    Removing the subreports as suggested, I isolated the failure to one of the three subs and rebuilt this subreport from scratch (it was only three fields) and now the report has no trouble with the pdf export. I am not sure if it had a resolvable technical issue or if it was just corrupted, as it is now working, I am not going to expend much energy on finding out.
    Thanks for the suggestion.

  • Problem while exporting to PDF with japanese character in Crystal Report X1

    Hi,
    I am using Crystal report X1 with classic ASP on a Windows 2003 Enterprise Server, SP 2. In my application, I have to export the report into PDF, CSV, DOC formats. I am have Japanese strings in the report. While exporting to PDF, empty boxes has displayed in the place of Japanese string and in CSV file, question mark has been displayed instead of Japanese string. But the Doc file is exported correctly. I have not installed any language support software either in server or in client machine. I have used MS Gothic and Arial Unicode MS fonts for the text-objects which has Japanese strings.
    Please give me a solution so that I will get PDF file with Japanese strings instead of empty box or question mark.
    Do I need to install any language support pack software?
    Thanks in advance.
    Regards,
    Manju

    Hi Don,
    Thank You for your reply. I have resolved the issue of exporting to pdf from crystal report X1 having Japanese data after installing the language pack.
    But when I am exporting to CSV or TXT, i am getting ??? instead of Japanese characters. I have tried "export" through crystal report designer and got ??? instead of Japanese.
    The Crystal report version I am using is Crystal report X1  11.0.0.1282
    Crystal Report Desinger is installed in Windows Xp machine
    Font set for Text object is Arial Unicode MS, MS PMincho, MS PGothic
    Does the Crystal report X1 11.0.0.1282 has the UTF-8 support for CVS / txt
    Please provide me a solution
    Thanks in advance,
    Regards,
    Manju

  • Export a PDF with Imposition and wraparound

    Hi everybody,
    I'm a relative newbie here, and I apologize for that.  I'm looking for some help in CS5 with imposition.
    Specifically:
    I created a 28 page booklet, 8.5x11, for a client that has 28 pages.   Same booklet as last year.  However, this year, the client - to save money - wants to print on tabloid paper.  So an 8.5x11 format needs to convert to 17x11.
    The printer they have chosen wants the inDesign document as a PDF.
    Two unique problems:  one, how do I export to PDF a document that allows for imposition.  And two, the front and back cover are wraparound (a single image). 
    Or, more concisely, how do I format this correctly?  And can it be done in a single file?  Or would a second file be required to handle the wraparound of 1 and 28?

    I would have thought that too, but that's not what I'm hearing from the printer.
    You are correct: I have been told by the printer that 14 11x17 sheets, printed double-sided, and golden in half, will save the client significant money. Hence the reason the client made the change.  So getting my imposition right kinda got me scratching my head. But let me revisit that with them.
    The cover issue I still need to be clear on:  how pages 1 and 28 can have a wraparound image , and still assimilate into a layout. How would you handle that in your print house?  Right now I moved 28 to precede 1, built the layout, and then moved that half image back down in the layout. Is that correct?
    Thanks so much for your insight.

  • Exporting to PDF with Vector/Transparency issues? (huge file)

    Hi folks
    I have a 36 page magazine in Indesign which has a lot of illustrator images placed in, some of which have transparency applied.  The images are xmas icons and there are 10 or so on each illustrator file so there are only 3/4 illustrator files placed but they are done many times over within the Indesign file.
    When I export to PDF the file size is huge.  154mb.  I am sure it is to do with the vectors/transparency, but dont know how to correct this to bring the PDF file size down.  Any ideas?
    Thanks

    To echo Peter's response, 154 MB for a 36 page magazine is not necessarily all that large, especially if the content is graphically rich.
    There is some information you are not providing us. For example, how are you bringing in the Illustrator artwork? And with what settings are you exporting PDF?
    In the first case, the most efficient way to bring Illustrator content into InDesign is to save the Illustrator artwork as PDF/X-4 and place the resultant file into InDesign. InDesign is more likely to reuse the content for PDF export if the content is placed in that manner.
    In the second case, content with transparency can yield very bloated PDF if you export PDF with flattened transparency such as you would get with the PDF/X-1a or PDF/X-3 export settings from InDesign (or for the Illustrator-based imported content, PDF saved from Illustrator with such settings). Again, we recommend PDF/X-4 for PDF export maintaining live transparency and original color spaces with ICC profiles and avoiding the bloat caused by transparency flattening and conversion of RGB to CMYK.
              - Dov

  • Trouble exporting interactive pdf´s

    Hi!
    I having som trouble exporting pdf from indesign cs6 using the interactive export option. In short my goal is to export a magazie file, about 80 pages to a pdf using srgb color space and medium res images to use on a website. I have previously used the interactive option in the export dialog box, since this option converts the file to a web freindly file. Now this crashes indesign. On page 64 everthing stops and I have to force quit ID. This have worked before, but now I have experienced the same problem on two different files. Does anyone have any clue to why this happens or any suggestions to a work around?
    Thanks, Rune

    This usually indicates theres a problem with something on a page. You can often isolate it using a divide and conquer strategy. Try exporting the front half of the file and the back half  as separate PDFs. If either half fails, divide that in half and repeat until you are down to one page. Do the same with the objects onthe page (though it usually turns out to be an image).
    If both halves export OK initially, then it's a problem of machine resources. Combine the two halves using Acrobat Pro.

  • Trouble Exporting to PDF

    I am having trouble exporting one file to PDF. I try other indd files and they export prefectly fine. Just this one file. When I export it has the message "background task: Failed to export a PDF"
    I try couple solution online that I find
    1. Disable preflight and restart InDesign
    2. Add the document to a new book and export from the book panel
    The only think that I couldn't try is Disable background exporting.
    I am having a little trouble there....I did create an empty ext file and save it as "DisableAsynExport.txt"
    but I seem to have trouble going to the folder. It said that you need to go...
    Mac: /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/
    When I got to Adobe InDesign CS5.5.app it opens the app instead of opening another folder... not sure if there is another way to open it.
    So when I go to Mac: /Applications/Adobe InDesign CS5.5/
    It has Adobe Indesign CS5.5.app, Configuration folder, Documentation folder, Fonts folder, Legal folder, Plug-Ins folder, Presets folder, Scripts folder and Uninstall Adobe InDesign CS5.5
    So I have not clue where the Contents/MacOS is??
    Would be best is someone can help me....
    Thank you so much!!!

    If it failed from a book, it won't matter if you disable background export becasue books don't use it.
    See Adobe Community: File Crashing on Output - printing/PDF/other

  • Cannot export to PDF with grayscale PDF in layout

    IDCS5.5, MacPro, OSX 10.7.4
    I am working on a grayscale teacher’s guide that accompanies a CMYK schoolbook. The introduction pages contain miniature pages of the workbook (formatted as grayscale PDF), but InDesign refuses to output those pages as PDF ("Impossible d’exporter le fichier PDF"), or when it does produce a PDF (when exporting page by page), Acrobat warns of a possible problem and stuff is missing on the resulting page, not necessarily from the grayscale minipages.
    I have tried grayscale PDFs created from the original CMYK PDFs in Acrobat Pro X, grayscale PDFs exported from the original CMYK file in InDesign CS6, PDFs reduced to 20% in InDesign, PDFs reduced to 20% with a third-party application and imported in ID at 100%, and all sort of variations on the export values. The problem is also present in InDesign CS4 (after exporting the file as IDML) and in CS6.
    The thing is, there is no problem at all if I use the CMYK PDF version of the minipages (I then turned the resulting PDF into grayscale with Acrobat Pro X). But the printer expects to see only grayscale images in a grayscale job, not color... and a Photoshop version of those minipages is not acceptable.
    Has anybody encountered that problem? Can you reproduce it, i.e. can you export to PDF if you use any type of grayscale PDFs in your layout?

    FOUND IT! Inspired by Rob solution, I was able to export my InDesign CS5.5 document containing some grayscale PDFs to PDF/X-3:2002 (and PDF/X-1a:2001), with or without the standard, but without converting to destination. For some reason, it does not work with PDF/X-4:2008, nor with any of the other presets.
    -3

  • Can't export a PDF with XFA form

    Cannot convert/export a PDF document containing an SFA form - can this program not do this?

    Hi Morin27,
    XFA forms are not regular PDF's but XML files in a PDF shell.
    To create a word file from those files, you first have to flatten the XFA forms by printing as PDF with the Adobe PDF Printer.
    Then you can save using ExportPDF the created static PDF as Word document.
    ~ Pranav

  • Problem exporting a PDF with Helvetica Neue

    I am using InDesign CS6 on Mac OSX 10.8.4. I have a PDF with Helvetica Neue in it. When I export this file to a PDF my client claims that the text is jumbled and appears to be widely spaced/leaded. I've read it's an issue with Helvetica Neue as a system font, and found the following solution, but wondered if there was a simpler answer that does not involve messing with my system fonts.
    http://indesignsecrets.com/removing-nonessential-system-fonts-in-leopard.php

    I am sorry this is the simplest way if you need to use exactly that font.

Maybe you are looking for

  • I got a new computer and want to transfer PHOTOS Is this possible?

    I'v got all the photos from my old computer onto my ipod but now when I plug it into my new computer, it tells me that i can not sync 2 librarys and I have to delete the stuff on the ipod to update....does anyone know a way around this? Is it even po

  • Can't read UDP packets

    Hi everyone. I'm triying to read the UDP packets that a board with a CPU and ethernet module is sending me via ethernet connection. In the board I've just implemented a static IP+UDP packet that only needs to change the data in order to send a temper

  • How to install a PFX file?

    I'm trying to install a PFX file onto a Cisco 1941 but cannot find instructions for this. I've found similar instructions but these are for ASA's and seem to only give instructions of doing it via the wenb interface. Can anyone point me in the right

  • Am I able to down load iOS 4.3 using my iphone?

    does any one know if I can us my iphone 4 to down load the new iOS update. and where I will find the site to do it.

  • How do I completely remove an iPhone from my iTunes account

    How do I completely remove an iPhone from my iTunes account, I have removed my ex's iPhone from the device list but I keep getting notifications saying that her phone is now using FaceTime and iMessage, I have changed my password as well