PDF cropping question

I posted this question in the Illustrator Forum too, but thought it might be worthwile to see if anyone here had any ideas. I have a few hundred PDF files that I created in Illustrator. The Illustrator document size on all of these is 8.5 x 11, but on each file I created a smaller crop area to the artwork. These files crop to the crop area on their image previews and when I open them in Acrobat, but for some reason, they are coming in at the full document size for the programmers that are working with them. I need a way to either automatically reset the Illustrator document size to the crop area, or possibly to process it in Acrobat and remove the document size. I don't want to run it through Photoshop, because we want to keep the vector data, and our tests worked better with Illustrator PDFs then Photoshop.

The problem is not the files, Acrobat, nor Illustrator. The crop used is a non-destructive crop. The entire pdf exists. Your programmers must learn how to determine the crop box and use that information.

Similar Messages

  • Saving a PDF crops to artwork and not the artboard

    I have read a few posts on the web regarding this issue and was wondering if anybody here has a solution. 
    Since upgrading to CC, when saving our PDFs they now crop to the boundaries of the artwork and not to the artbord like in previous versions. I work in a PDF enviroment and we have a program that relies heavily on XMP data - one of which is the X and Y co-ordinates of the artwork in relation to the top-left corner of the artboard, however now, when artwork goes outside of the artboard or doesn't fill the artboard, the resulting PDF crops to the artwork thus changing the X and Y co-ordinates of where artwork is positioned on the page.
    Is this a bug that is likely to be fixed or has a feature changed that I don't know about.

    This is in Illustrator CC Version 17. It is fine when you open them back in Illustrator.  I have also noticed that from Illustrator if you do a 'Save As', select PDF, then select one of the PDF presets (I use 'Press Quality) the resulting PDF when opened in Reader displays how I want it, with the artwork as it was positioned on the Illustrator artboard (not cropped). If I then open in Illustrator again, make a change to the artwork, and select 'Save' (not 'Save As') when opened back in Reader the file is cropped again.

  • Preview.app with .pdf: crop box view in slideshow revisted

    Regarding the archived discussion found here:
    https://discussions.apple.com/message/11230425
    The question was never really answered as to provide a working solution for Nicolas. Here is his original question:
    When I preview a .pdf in the "crop box" mode and I start a slideshow, it shows me the "media box" version.
    How can I see the the crop box in the slideshow?
    I have had this same issue with certain PDFs in Preview. The simplest and quickest solution I propose is:
    1) Open PDF in Preview
    2) Find out the actual cropped page size via Tools > Show Inspector
    3) Go to File > Print... and then to Paper Size: Manage Paper Sizes... and create a custom paper size for the cropped page size.
    4) Finally, click on PDF V Save as PDF... and save a copy of the original PDF.
    When you open the file copy in Preview and go to View > Slideshow it will now compose without the crop marks and bleeds.
    If anyone still is having this issue, I hope this helps.

    Since the media box (as you may know) is the size of the largest page in the PDF file, regardless of placement of objects in the PDF. The crop box is always a subsection of this (or the same size, but never larger), defined by you. It should be the part of the PDF page (media box) that contains the text, pictures, etc. that you want the person reading your PDF to see.
    For example, when composing the layout for print publication, you would want to set the media box to be slightly larger than the media you will be printing on. You would then set the crop box to be the precise size of the final, printed media. If you were printing on normal 8.5" x 11" paper then media box would be larger than 8.5" x 11", and the crop box to 8.5 " x 11". This way, you can position pictures and text and whatnot right up to the edge of the printed page. This will also allow you to see whether anything is positioned wrong and is hanging over the edge of the crop box (which would mean it'll be cut off when printed".
    So basically, what I meant to say is: the crop box isn't meant for changing how a PDF is displayed; it's meant to control what prints out, and what doesn't, when printing to paper. Microsoft Excel does the same thing -- when looking at a spreadsheet on the computer, you see all cells. If you want to only print a portion of the spreadsheet then you'd use the "set print area" option. Setting the print area isn't the same as just printing a single page or selection of pages, although in some situations they may produce similar printed pages.

  • PDF with Question marks : Critical

    We are facing one issue in the production .
    In our application we are generating PDF using FOP. Now this functionality is working fine on the staging server but same is giving problem on the production server.
    On the staging/ UAT server PDF is generated fine, but same PDF is generated with question marks (?) in the production.
    I am not able to add the pdf files over here. One is generated on the staging server and other is generated on the staging one is containing Question marks.
    I will show the relevant parts where there are differences:
    ABC, Inc. (Buyer) on UAT but ABC? (Buyer)
    It seems to me that the spaces are being converted to ? marks...
    Any suggestions on this are welcome

    A simple solution would be to add "fake" crop and registration marks in full inking to your design, then convert to PDF. (I did that for a CD cover I made on a laptop with "just" Photoshop.
    When you purchase Acrobat, you get an acrobat print driver, so I guess you can print with the crop and registration marks in the Ps output settings...

  • CS4 cropping question

    Hello, I'm new here.
    I just got Photoshop CS4 (Design Suite Standard) last week after having used Elements (2, then 3) for the last five years.
    In Elements, when you use the crop tool, you can move the entire frame around by clicking on the dot in the center and moving it.
    It seems that in CS4, when I attempt to move the frame, only the center dot moves without moving the frame lines.  I looked through the PDF manual, but couldn't find any explanation how to change this.
    Thanks in advance for your assistance ... I'll likely be back with more questions as I try to learn how to use CS4.
    Ron

    Thanks Zeno!  That's the answer.
    Just goes to prove ... you may never be too old to learn new tricks ... it just takes longer.
    Ron

  • Converting from PDF directly to Java Objects/XML (and PDF format questions)

    Hi,
    I posted this originally in the Acrobat Windows forums but was told I might have more luck here, so here goes:
    I am desperately trying to find a tool (preferably open source but commercial is fine also) that will sit on top of a PDF and allow me to query it's text for content and formatting (I don't care about images). I have found some tools that get me part of the way there, but nothing that seems to provide an end-to-end solution but is quite lightweight. My main question is WHY are there so many tools that go from PDF to RTF, and many tools that go from RTF to XML, but NONE that I can find that go PDF to XML.
    To clarify, by formatting I simply mean whether a line/block of text is bold/italic, and its font size. I am not concerned with exact position on the page. The background is that I will be searching PDFs and assigning importance to whether text is a heading/bodytext etc. We already have a search tool in place so implementing a pure PDF search engine is not an option. I need a lightweight tool that simply allows me to either make calls directly to the PDF OR converts to XML which I can parse.
    Some tools I have tried:
    1) PDFBox (Java Library) - Allows the extraction of text content easily, but doesn't seem to have good support for formatting.
    2) JPedal (Java Library) - Allows extraction of text content easily, and supports formatting IF XML structured data is in the PDF (not the case for my data).
    3)  Nitro PDF (Tool) + RTF to XML (script) - This works quite nicely and shows that PDF to XML is possible, but why do I have to use 2 tools? Also, these are not libraries I can integrate into my app.
    4) iText (Java Library) - Seems great at creating PDFs but poor at extracting content.
    I don't really expect someone to give me a perfect solution (although that would be nice!).
    Instead, what I'd like to know is WHY tools support PDF to RTF/Word/whatever retaining formatting, and other tools support RTF to XML with the formatting information retained. What is it about PDF and RTF/Word that makes it feasible to convert that way, but not to XML. Also, as I found in 3) above, it is perfectly feasible to end up as XML from PDF, so why do no tools support this reliably!
    Many thanks for any advice from PDF gurus.

    XML doesn't mean anything - it's just a generic concept for structuring
    information.  You need a specific GRAMMAR of XML to mean anything.  So what
    grammar would you use?  Something standard?  Make up your own?
    However, there are a number of commercial and open source products that can
    convert PDF to various XML grammars - SVG, ABW, and various custom grammars.
    But the other thing you need to understand is that most PDF files do not
    have any structure associated with them (as you saw when using JPEDAL).  As
    such, any concepts of paragraphs/sections/tables/etc. Are WILD GUESSES by
    the software in question.

  • PhotoShop CS2 and PDF Presets question.

    Hello,
    I have installed the recent free release of Adobe Photoshop CS2 on my Win 8.1 PC.
    I am creating the artwork for a CD Cover, by using a CYMK template from CD-Baby.
    They require that the finished artwork be submitted to them in PDF format, using the [PDF/X-4:2008] preset.
    I found that Photoshop CS2 didn't come with this preset, but after searching the web, I came across this forum whereby a user posted a link to a "JobOptions" archive file at...
         http://dl.dropbox.com/u/16243351/joboptions.rar
    ... I downloaded this RAR file and found that there was a file inside called "x4;2008.joboptions"
    I installed this preset by the 'EDIT/Adobe PDF Presets/' route, and it seemed to successfully install the preset.
    (No errors at least).
    Now when I go to save my finished project as PDF, I am given the choice of...
    * [PDF/X-1a:2001]
    * [PDF/X-3:2002]
    * x4;2008
    (this is the exact description of each preset).
    My only question is, do you think the desired [PDF/X-4:2008] was correctly installed?,
    I'm not sure since the naming format is not exactly the same as the first 2 presets descriptions.
    Thank you.

    thanks for your reply  Mylenium.
    is it possible that this user preset might not exactly conform to the desired preset I'm after?
    is there any way I can get a genuine copy of the factory preset [PDF/X-4:2008]?
    thanks.

  • Preview.app with .pdf: crop box view in slideshow

    Hi,
    when I preview a .pdf in the "crop box" mode and I start a slideshow, it shows me the "media box" version.
    How can I see the the crop box in the slideshow?

    Since the media box (as you may know) is the size of the largest page in the PDF file, regardless of placement of objects in the PDF. The crop box is always a subsection of this (or the same size, but never larger), defined by you. It should be the part of the PDF page (media box) that contains the text, pictures, etc. that you want the person reading your PDF to see.
    For example, when composing the layout for print publication, you would want to set the media box to be slightly larger than the media you will be printing on. You would then set the crop box to be the precise size of the final, printed media. If you were printing on normal 8.5" x 11" paper then media box would be larger than 8.5" x 11", and the crop box to 8.5 " x 11". This way, you can position pictures and text and whatnot right up to the edge of the printed page. This will also allow you to see whether anything is positioned wrong and is hanging over the edge of the crop box (which would mean it'll be cut off when printed".
    So basically, what I meant to say is: the crop box isn't meant for changing how a PDF is displayed; it's meant to control what prints out, and what doesn't, when printing to paper. Microsoft Excel does the same thing -- when looking at a spreadsheet on the computer, you see all cells. If you want to only print a portion of the spreadsheet then you'd use the "set print area" option. Setting the print area isn't the same as just printing a single page or selection of pages, although in some situations they may produce similar printed pages.

  • PDF displays question mark font

    I'm trying to study for an exam, but am having trouble viewing certain PDF files. It displays a box-enclosed question mark font. Up till a few days ago, I could read them just fine, but then I ran Onyx and since then I get the weird font. I've tried opening in Preview, Adobe reader, Skim, and in my browsers and they all do this. Can someone please help me out? Thanks

    Hello belgremoo, and a warm welcome to the forums!
    Sounds like a munged Font or Font Cache.
    Safe Boot from the HD, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, it will try to repair your Disk Directory while the spinning radian is happening, so let it go. Reboot when all done, it clears Font Caches as well.
    Start with Font Book in Applications, Validate Fonts first, if that doesn't fix it then move all your new fonts to a different set & leave only these in the Main set...
    http://support.apple.com/kb/HT1538

  • Creating a Fillable/Savable PDF: simple question?

    Hello-
    I'm new to Acrobat and LiveCycle Designer.  I have just created my first form with fillable fields in LifeCycle to send to my company's clients for them to fill out, save the form with their responses in the fields for their own records, and then attach the completed PDF form to an email to send back to us with their responses in the fields.  I cannot figure out how to do this.  The closest I can come to this is putting a "Submit by Email" button in the form which generates and sends an XML document which is not what I'm looking for; I need the actual filled PDF form sent back to me from the client.
    I'm sure this is an easy task, but I have been unsuccessful with figuring this out on my own or finding a post in the forum which clearly answers my questions.
    I'm using Acrobat 9 Pro and LiveCycle Designer ES version 8
    Can you help me?  I'm lost.
    Thanks-
    Michael

    Srini-
    Thank you for your response, but I'm afraid I'm somewhat confused.
    I opened your attached Send CC Email.pdf file in LiveCycle Designer to take a detailed look at it and found the setting you referenced under the Submit tab:
    I understand this location and setting the Submit As field to "PDF".
    I then opened your form itself to see if/how the submission would work:
    This is where my confusion starts.  When I click on the Send Email button in your example document, I only get an error message:
    What was supposed to happen?
    If you reference my original post, I'm looking for a way to create a PDF the user may 1.) Save electronically with the PDF document's fields filled for their own records and 2.) send the completed document back to my company with their responses.
    I don't understand how your suggested solution is supposed to work to allow me to accomplish these two objectives.
    What am I missing?
    Thank you again-
    Michael

  • Animated Text In Interactive PDF, also question about SWF distribution

    Hello Forum.......first post, so hi to everyone
    I have created a indesign cs5 document that has some animated text flying in from the left upon mouse clicking, if i export it to a SWF it works fine but if i export it to an interactive PDF the text is already in place. Is it possible to have animated text in an interactive pdf?
    Another question I have is regarding swf files, i need to create some presentations for our sales guys to run on their lap tops while out at clients, when i export it you get the resources file and the swf file....rather than just dropping these into a folder on their laptop is there a slicker way to package it in some kind of projector file.
    It would also be nice if in the future I could put the presentation onto a CD and have it auto launch the presentation.
    If anyone could give me some basic pointers it would be appreciated.
    Thanks
    James

    Hi, George.
    Thank you for your help and reply.
    It seems that the Lightbox effect may be complicated to achieve with Acrobat in a relatively simple way. Is it possible to accomplish a similar effect using InDesign CS5 and Acrobat Pro 9 ? I would like to click on certain elements of my PDF document (images or text) and have a window of a pre-specified size (approximately 800 wide x 600 high) open in the center of the screen.
    Can I do this in InDesign ?
    One other things I noticed is the ability to embed html code in Acrobat. Can this be used to accomplish this effect ? Can a window be opened in the center of the screen triggered by a button in a PDF file so that this window functions as a browser and displays another document downloaded from web address (file located on a server) ?
    Thank you again,
    Joe.

  • Pdf Security question

    I know I cannot prevent anyone from saving a pdf file. So, this is what I wish to do. I would like to be able to give access to a pdf file that can be opened from my server and the pdf file will open without asking for a password. That is, the pdf file obtains a permission file from my server. If someone saved the pdf file, it wouldn't matter to me whether they stored it on their computer or my server as I can still control access by a time stamped access file.
    So, then everyone plays nice with the pdf file, they won't have any problem. If they remove the server access portion, then they would be required to provide a password to access the file. As I understand the security issues, documents that require a password to decrypt are more difficult to remove security from than those that allow access, like limit printing, etc. If that were true, then it would also encourage readers to just play nice with my files.
    Re: The Adobe Document Center, you may not "Market any goods or services for any business purpose (including advertising and making offers to buy or sell goods or services), unless specifically allowed to do so by Adobe." Why would I worry about access to something I was giving away?
    Suggestions or am I barking up the wrong tree?

    Sounds like you are describing a DRM plug-in for Acrobat. These can be
    produced using the SDK, and even for Reader, though there is a five
    figure license fee if you want to do it for Reader.
    Adobe Document Centre seems to be an implementation of Adobe's
    LiveCycle Policy Server. While Policy Server is a heavyweight server
    product used mainly by corporates, this is a copy of Policy Server run
    on Adobe's servers and administered by them. This is clearly going to
    have a different licensing model and may suit smaller enterprises
    better.
    Could you give a little more context about the second question. Is
    this a question about yourself (why would *I* worry), or is it
    actually asking why Adobe would worry?
    Aandi Inston

  • Large page format PDF Cropping

    Hi I have recently upgraded to  CS5. I am using a Mac Quad Core Intel Xeon with Snow lepoard OS.
    My problem  is that im trying to PDF a large page size from Indesign, i go through  the usual chanel of print setup, i click on Manage Custom Sizes
    Enter the  new size, return to the setup window ensure every thing is to 100 %  scale crop mark etc and save as post script. i then take the document  into distiller. The output is an A3 cropped version of the bottom left  corner.
    I  have read Snow lepoard is not dependant on the PDF Wrtiter print drive  any more? so should i use my Laser printer driver with the bespoke page  size? there seems to be little or contradictory information on this  subject.
    If  any one could offer some insight i would be most grateful. Thanks

    This is really an InDesign issue and not PDF, but I'll answer.
    Use File->Export to create the PDF.
    Creation of PDF from Creative Suite applications should ALWAYS be done using Export/Save As and NEVER using printing.

  • Placed Multipage PDF crop to preset

    I'm repeating the same actions over and over with many, many files into many, many documents and thought I'd ask to see if anyone could help to speed me up by removing one repetative step.
    I'm placing multipage PDFs into an indesign document.
    For example:
    page 1 of multipage PDF goes on page 13 of the INDD
    page 2 of multipage PDF goes on page 14 of the INDD
    page 3 of multipage PDF goes on page 15 of the INDD
    page 4 of multipage PDF goes on page 16 of the INDD
    Every single time I go to place the document I have to select the page to place (this seems reasonable) but also the crop to, which is always "bounding box" whereas I always want "Media".
    Is there any way to fix this option to media?
    I don't want to split the PDFs into separate pages as I don't have all the fonts and by splitting them the fonts are no longer embedded. Also, each of the documents has varying different fonts so chasing them all down would be an expensive nightmare.
    I'd be interested to hear how other forum members would tackle such a task!

    Peter Spier wrote:
    It shouldn't be changing like that. Try trashing the prefs. See Replace Your Preferences
    I've been working on this issue and trashing prefs hasn't fixed it. The other problem I was experiencing is also back (show baseline grid shortcut not working).
    I've tried the following:
    Manual trash of prefs
    Trash prefs using the cmd-alt-ctrl-shift starup option
    Removed every utility I could find, rebooted and trashed prefs again
    Interested to hear if there are any utilities known to mess with InDesign

  • PDF : Crop to the crop marks using Acrobat 7

    Hi
    at the moment, i remember the sizes of the top,bottom,left, right margins to crop PDF to required printing size
    before i save it as PDF again using Acrobat 7 crop tool. I was wondering, is there a auto detection of the crop marks feature in Acrobat.
    it will save me abit of time if i can avoid type the margins or having to deal different page sizes.
    thanks.
    Jo

    Hi terenceg40046976,
    There is no need to worry as the lock symbol on the file icon indicates that the PDF files are secured.
    You might refer the below mentioned link to remove security from your PDF:
    http://blogs.adobe.com/acrobatforlifesciences/2010/04/removing_security_from_pdfs_in/
    Let me know if this helps.
    Regards,
    Anubha

Maybe you are looking for

  • When opening Lightroom, get window saying it needs to quit.

    Window comes up saying " Lightroom encountered an error reading from it's preview cache and needs to quit. Lightroom will attempt to fix this problem the next time it launches" However continually get the same result. Help please.

  • How to add F4 help for the custom field of a custom table

    Hi All, How to add F4 help to the custom table field? in the table maintainance when user clicks on F4 i want to provide possible values for this field I am trying to write the code in the screen of table maintainace like the following PROCESS ON VAL

  • File name as subject in email

    Is there a way to make XI Pro automatically insert the pdf file name as the subject when emailing a pdf from Acrobat XI Pro like the older versions did?  I've tried installing Email_(file_name_as_subject).sequ but I get an error message stating it "h

  • Powerbook G3 doesn't turn on.

    I have a PowerBook G3 266 mhz PowerPc G3, 256 mb memory. It has been having problems since I upgraded to 10.4.11 using XPostFacto. It would get stuck on grey screen. I then downgraded to 10.2 and it would go to sleep and make loud fans until I finall

  • Can I upload ios 5.0 to my iPad 1

    Is it possible to upgrade my iPad 1?