PDF/X-1a question

Hi.
I have been out of the Pre-Press environment for 5 years now, but when I was last running a pre-peress studio, we did NOT stipulate that we would only accept PDF/x-1a files, as the modern rip was capable of accepting Acrobat 1.6 files, with RGB images, etc.
Is this still the case? I now work for a company, and part of what i do is putting together PDF files, some will be printed on ofset presses. Our client has preflighted the PDF files we produce, and have rejected them as the fail on the PreFlight profile for PDF/X-1a.
Do I need to tell them (politely) that this is an old standard, and modenr RIPS do not require this any more? I do understand that this standard of PDF is the most compatible, but is that now the real world experience?
Any thoughs would be welcome.
Roy

PDF/X-1a:2001 is an 'old' standard but so are most RIPs in commercial print shops (and often they'll still be using Acrobat 6 for the same reason - if it ain't broke, don't fix it!)
There are later versions of PDF/X which support additional features but you certainly don't want to be sending mixed-space documents to a remote printing service unless you know they fully support the version of the standard you're sending - for example despite modern RIPs being able to convert RGB->CMYK they may not always abide by the embedded profiles, so the end results can be dramatically different. Some  can't cope with transparency so the later 2003+ versions of PDF/X won't work.
The advantage of PDF/X-1a is that it's so restrictive it can't help but print properly. There are rare occasions where specialist documents may need LAB color or externally-referenced elements, hence why PDF/X-3 and /X-4 were written, but you shouldn't yet be using those versions for general purpose jobs. If in doubt use the lowest possible version of the standard which supports the file content.

Similar Messages

  • Are these things possible in PDF forms? Questions for the experts

    Hi,
    I have a project where I need to create an online application system, where the user has to fill in a form where the results have to be saved into a database.
    I wanted to create a html based form, but then someone told me PDF can also do cool things, so I’m researching that road.
    I already managed to create a simple form and submitting it to a web service (java servlet in my case) and that works pretty nicely.
    I'm new to the whole PDF form creating and I’m wondering if certain things are possible. So I’m trying the experts in this form for a yes/no answer.
    Are the following things possible with PDF forms:
    1) validation: number & date checks, eg, a number should be higher than 4, or be a valid number/date
    2) If I answer A at question 1, I should skip Question 2 and go directly to Question 3. Is it possible to hide Question 2, depending on what I answered at Question 1?
    3) Is it possible to attach files to the form, like a photo? And also upload it to the web service.
    4) After I submit the form, is it possible to lock the form so that no other changes can be made? In other words, you may only submit once.
    5) Possible to activate the print button after the form has been submitted?
    6) Can a drop-down lists be dynamic? Instead of hard coding the list, calling a web service to fill the values?
    Thanks in advance for any insight,
    Kind regards
    Ido

    Hi Paul,
    thanks for the quick answer. No my next challange is how to do things
    1) validation: number & date checks, eg, a number should be higher than 4, or be a valid number/date
    <answer> Yes
    I think this is done through the object properties
    2) If I answer A at question 1, I should skip Question 2 and go directly to Question 3. Is it possible to hide Question 2, depending on what I answered at Question 1?
    <answer> Yes
    This is done with subforms and scripting?
    3) Is it possible to attach files to the form, like a photo? And also upload it to the web service.
    <answer> PDF does support the ability to have attachments. They would be includeed as part of the PDF so you woudl have to submit the entire PDF and then extract the attachments when you get the file to the server. Note that you will require to Reader Extend the document to allow a Reader user to add the attachment. This is not a requirement if you are using Acrobat.
    Have to look into this one.
    4) After I submit the form, is it possible to lock the form so that no other changes can be made? In other words, you may only submit once.
    <answer> Yes
    Also through scripting?
    5) Possible to activate the print button after the form has been submitted?
    <answer> If you add a print button on the form then the answer is Yes. The application that houses the PDF will jhave print capabilities and that one is much more difficult to hide. You can set it up so that the form cannot be printed then return back the locked version with printing enabled but a round trip to the server is required for that.
    Print button will be fine by now, probably also done by scripting
    6) Can a drop-down lists be dynamic? Instead of hard coding the list, calling a web service to fill the values?
    <answer> Yes but the form will require LiveCycle Reader Extensions if you are using Reader. Reader Extensions is not required if you are Acrobat.
    Ahh, perhaps fixed list will be ok for version 1

  • Savable pdf form feature question

    Please give me steps to make pdf form savable with adobe acrobat X. I see step for Adobe Acrobat Pro - Choose Advanced>Extend Features in Adobe Acrobat Reader, but I don't have Adobe Acrobat Pro

    I think misread your question. To Reader-enable a document with Acrobat 10, select: File > Save As > Reader Extended PDF > Enable Additional Features

  • PDF Image Extractor questions

    I have 2 questions:
    1) I mentioned in a previous post that I'm working on a PDF image extractor, mine is a commercial solution so I would like it to be as competitive as possible.  I've researched many pdf image extractor tools and I've seen lots of tools that aren't that good (e.g. they extract corrupted images, distorted images, inverted images, not all images are extracted, etc).  I'd like to know from the community which image extractor tool(s) they consider the best?  Then I can compare my tool's results against them to see how I'm really doing.
    2) I have thousands of PDF's to test with for my image extractor tool I'm working on and so far I've encountered images that use DeviceRGB, DeviceCMYK, DeviceGray, CalRGB, Lab, Indexed, and ICCBased....I've been able to handle all of those correctly so far.  I've yet to find however ones that use CalGray, Pattern, DeviceN, or Separation.  Does anyone have examples of PDFs with images that uses these colorspaces?

    I would recommend that you look at some of the standard industry test suites such as the Altona Suite or the Ghent Workgroup Output Suite.

  • Dinamically Generate PDF File - Design Question

    Hello there,
    I'd like to dinamically generade a PDF file but because I've never done that before I have some design / structure questions.
    The workflow I imagine works as follows.
    1. I created a new menu item with which a new Page is created. Idealy I would be able to generate the title and the subtitles of that new page already.
    2. The user imports other pdf documents to the newly created page and annotates stuff.
    3. The first page is then dynamically extended with the information from the annotated stuff.
    I already found a code sample in the Adobe SDK that I think is usefull. My question is how to structue the PDF file I'm generating. Is it a good idea to store every subtitle-category within a PDEContent element and then add the PDEText elements to it? Is it possible to add textfields, this is form elements too? Or, would it be possible to use a template for the basic structure that can be dinamically extended at runtime?
    I hope this description was understandable and I'm looking forward to your sugestions.

    You need to do some research on PDF first to understand how PDF works - both standard page content as well as the various Forms capabilities.  Then, armed with that knowledge, you need to evaluate the PDFs that users will be importing as well as the final document presentation & functionality that you desire.
    Then you'll have a design that we can comment on how to implement...

  • Please Help me! Adobe Acrobat PDF fillable form questions!Desperate!!

    Hello!
    Hopefully can quickly answer these questions because I need to get this out by tomorow night :/ I am new to creating Adobe Acrobat Fillable forms, my yearbook adviser wanted to make the yearbook/journalism application a pdf fillable form so I went with the flow. Now I am having issues. I created it with Adobe Acrobat Pro 8.0 if that helps
    1. How do I get individual checks? they all check on the same answers, I need individuality lol. I know radio buttons is jus one chance so thats why I decided against them
    2. How does one do a submit button exactly?
    3. Somehow, I got to the step to distribute the forms but it says error licensing issue? Any ideas?
    Iplease give all an any thoughts on my questions you have no idea how much I appreciate any help!    

    If using check boxes, you need to give each a different field name if you want them to behave independent of one another. You can create a group where at most on in the group can be selected, similar to a radio button group, by giving each the same field name but different export value.
    For #2, it depends on the details of what you want to do. A PDF form can be set up to submit to a web server or to initiate an email with the form data for the entire form attached to the email. If you want Reader users to be able to save the filled-in form and/or submit the entire filled-in PDF, the form has to be Reader-enabled in Acrobat.
    For #3, please provide the exact error message.

  • Acrobat 9.2 exports PDF To JPEG Question

    I am using Acrobat 9.2 and I noticed there is a option to export a pdf to jpeg from the drop down menus.  Is there a way to activate this feature of converting a pdf file to jpeg by code ??   How would I do it ????
    Thank You
    G

    You have not indicated what version of AA9 or OS you have. The current version is 9.5.5. You can do updates from the Help menu usually. If that fails, download updates from http://www.adobe.com/support/downloads/product.jsp?product=1&platform=Windows and install them in order.

  • EXPORTING an interactive PDf in Indesign question...

    I'm exporting from ID 5 to an interactive PDF. I've got swfs in there, & rollovers, that are not meant to be seen on the initial page. They export fine in the final PDF, but the problem is, when the PDF initially opens, these rollovers all 'blip' on the screen for a second before vanishing to their proper opening state. Can anybody help me w/ this? I've even selected the "Hide Until Animated" feature on these rollovers, but this doesn't help.
    HELP!

    Also, I've made sure they aren't set the events to "On Rollover," NOT "On Page Load."

  • Pdf to word question (Acrobat 7 pro)

    Hello, I am trying to conver a pdf file to a word file. What I want is Acrobat converts each pdf page as an image on a separate page in the word file. I noticed Acrobat always tris to convert pdf to editable text, only when that failes, it resorts to image conversion. Is there a way to force image conversion? Thanks ahead.

    The conversion to text you have mentioned is an option in the scanner input. Just turn it off in the future. If it has already been converted, that is what you have. If you would like a set of graphics for all of the pages, just use the Save As and select TIFF. Once you get the TIFF files, import that graphics back to a new PDF or simply import into WORD directly.

  • PDF Page count question (not coding related)

    Vista has numerous types of details it can display and sort with (size, date modified, etc.).
    I found "pages" in that list but it doesn't seem to be intended for pdf files.
    Can windows (or another software solution) display the page count of individual pdf files when viewing a folder containing multiple pdf's?  If so, how do I get that rolling?
    Thanks.
    Jake

    CoachW:
    Welcome to the Apple Discussions. You're right, the minimum number of pages is 20, single or double sided. You will get 4 blank pages at the end. You can check it out by going thru the ordering process and after the book if finished assembling and you're at the next window, do the following to find and copy the pdf file that iPhoto creates to upload and print:
    How to Find the iPhoto Generated PDF File:
    1 - Start the ordering process and stop after the book has been assembled and you get to the Order pane where you select the cover color, copies, etc.
    2 - Go to the Finder and select the Go->Go to Folder menu item (CommandShiftG).
    3 - copy the following, “/private/var/tmp/folders.501/TemporaryItems/iPhoto” (for Panther the path is "/private/tmp/501/TemporaryItems/iPhoto“), and paste into the Go to Folder search box.
    4 - the iPhoto folder will be brought up. In it will be the PDF file that was generated by iPhoto. You can copy it (Option-drag) to the Desktop to review and/or save.
    Note: the iPhoto folder will not exist before you start the ordering process and is deleted after the order is completed or after you cancel the order and quit iPhoto.
    You can then cancel the operation if you're not happy with the result.

  • PDF in Safari Question

    If viewing a pdf in safari, can you set it up so that there are controls, like in preview to jump to the next page, etc. Or do I always have to open it in preview....

    I am wondering, won't 'page-down' suffice? Or is that not what you're looking for specifically? I know it doesn't skip to the beginning of the next pdf page, and it also means using the keyboard instead of the mouse/trackpad - both of which can be a bit annoying.
    I guess Apple will have to address that in Leopard or perhaps in 10.4.7. Oh well...
    Fingers crossed!
    Say hello to Yin for me.
    Will do.
    Yang

  • PDF Security: A Question

    I am searching for a 3rd party company that provides pdf password protection - pdf encryption. I am aware: nothing is hacker-proof. I just want a deterrent. I don't want a high end DRM company. I'm hoping to find a 3rd part product that fulfills the following criteria. Anyone have any suggestions? Thank you in advance.
    A. GENERAL IDEA: password protection that ties pdf file to the individual computer and prevents them from illegal sharing. (I don't care if they modify or print)
    B. User inputs password only once (unlike Adobe's), the first time he opens pdf file.
    C. User cannot duplicate file and place on another computer and/or place on a CD or other removable medium (and still have it function).
    D. Work across PC and MAC platforms
    E. Different password generated for each document
    F. Password protection works within the PAYLOADZ/PAYPAL environment (PAYLOADZ is a company that downloads a copy of the pdf file (original sits on a server), to user, as soon as Pay Pal confirms payment.)

    Passwords tend to be forgotten easily and are a support nightmare and if licensing control is not used then there is nothing to stop users sharing them.
    We looked at several DRM companies as part of a consultancy project for a client. FileOpen was complex and their history of security incidences looked rather shady. We talked to a couple of their customers who had endless problems when Adobe and Microsoft updated their software and after trying out the software ourselves gave it a bigs thumbs-down. We also looked at Armjisoft (don't think they actually have any customers) and their 'security' seemed rather dubious with a plug-out design, and LockLizard who use their own viewer. Most of the other companies we looked at did use passwords but did not prevent them from being shared - so there was no point in pursuing these further. We ended up recommending LockLizard to our customer based on feedback from their customers and our own use of the software - also it did everything our client required. Their pricing starts at $2495 which is a lot cheaper than some of high DRM companies who tend to specialize in document collaboration with PDF security on the side. However If you have $65,000 to spare you could always look at Adobe Policy Server. After all, this is an Adobe forum!

  • PDF file Pagination Question

    I work as a trainer in a law firm.
    A paralegal at the firm just got a disc of Ediscovery PDF files from an outside source. She is using Acrobat X Pro.
    When looking at a two page document from the disc, the Adobe toolbar gives the page numbers as 18-19 rather than one and two.
    She is not seeking to change the pagination because as part of the Ediscovery requirements, she cannot modify the document; she is merely wondering why there is a discrepancy in the pagination.
    I suspect, but don't know for sure, that the culprit may be how the originator of the PDF documents created the PDF documents.
    Does anyone know why?
    Thanks so much.

    Each page in a PDF can have a label. The label is usually a number. This allows one to have, for example, a document whose pages are labelled i, ii, iii, 1, 2, 3. Most files have no labels, so they just get numbered 1, 2, 3.
    The chances are that this document was part of a bigger document, which was labelled. (It must have been labelled, since otherwise the new document would just have been 1,2).

  • PDF's, documents, question...

    I notice that if I'm in a pdf or document and then I click on a link or go back, when I return to the pdf or document it goes back to the beginning, rather than remembering what page I was on.
    From my experience with windows, anytime I went back, the pdf or document would go back to the page I was last on.  Can I set my Imac up to work that way?  I'm finding it frustrating everytime I go back and forth to sift through so many pages to find where I previously was. 

    Safari is one of the programs that this is happening in.  I believe it's happening in anything that I open, documents, pdf's, etc.  But I'm certain about safari as I just tried clicking on a pdf link and it opens, but forgets the page I'm on if I go back.
    For example, click on this link.  Once opened in safari, click on any link inside of the pdf, when I go back, the pdf reverts back to the beginning.  I'm used to windows and when you go back it will be on the last page your were on before hitting another link. 
    Another thing about pdf's, how can I see how many pages are there and is there a quick way to go through the pages?  In windows you can input 10 for example, and it would go to that page. 

  • PDF dot rendering question

    Hi, I am trying to render a grid made of dots in a JFreeChart inside of a JasperReport, which is exported to a PDF file. The PDF file prints just fine, but when I open it in the Acrobat Viewer, the following behavior occurs. At high zoom resolutions in the viewer (400% - 1600%), the dots that make up the grid look fine (i.e. they look like small squares), but at lower resolutions, 100% in particular, they become horizontally stretched, and look like very short horizontal lines, instead of dots. The only way I've been able to resolve that issue, is to give the dots (rendered by a BasicStroke awt object) very tiny dimensions, in which case, they look like dots at any resolution in the PDF Viewer, but because of the tiny size, are no longer picked up by the printer.
    Has anyone come up against this issue? Is there a particular reason why dots (or little squares) would get stretched out in the Viewer at lower resolutions? Thanks in advance for any tips or suggestions.

    This all goes to how the dot resolution is converted to the 96dpi characteristic of screens. It sounds like you are using a bitmap dot and not a vector character. If it was a vector character then it would more likely retain the shape. It may also depend on the display resolution you selected in the PDF creations.

Maybe you are looking for

  • I dont see 'documents & data' in settings

    Why cant i see 'documents & data' in the settings in iPhone? Im trying to backup whatsapp but i have to turn on documents & data first but i don't see it in settings/iCloud

  • An Error occurred while running detection with sharepoint 2013 SP1

    hi, I am trying to install SP1 for MS SharePoint 2013. after starting the wizard am getting "An Error occurred while running detection" error. I have ran SharePoint config wizard to troubleshoot it. still same problem persist. my current SP build ver

  • Macbook pro 15 retina 2014 restarts itself

    I just bought a Mac book pro 15 retina 2014. I bought it from the store and after two days it kept restarting for no reason while I was using it. I went to the store and they replaced it with a new one. I started using new one from Saturday and yeste

  • IP BASED STRATEGIES ON 10G AS  INSTALLATION

    Hello everybody, First i will install Redhat Linux AS 2.1 to my laptop which has a very good configuration and then I want to install 10g AS. My Prequisites: -First i have to install infrastructure my applications correctly run. -Also i will install

  • Copy Standard infotype screen for country purpose

    Hi, I am trying to copy the Standard screen (2007) for the infotype IT0002 to make some country specific modification. However I am not able to copy the standard screen as it is asking for the Access Key. Can you please suggest if there is a way to c