Goto saving images into a pdf and a message comes up " cannot start print job"

I an having a problem with my lightroom 4- I goto save my images into a PDF and it comes up " cannot start print job" and wont even save the images. What can be the problem, ive never had the situation before.

Hi Sasha,
Using Acrobat, you can create forms that are called AcroForms. The forms created in LC Designer are called XFA (XML Forms Architecture) and are more data centric. While both will open in Acrobat, they are completely different animals.
The issue with users not being able to save the data with Reader is that the form is not Reader Enabled. You can Reader Enable a form using one of two methods:
Reader Enable the form using Acrobat Professional (V8 or below) or Acrobat Standard (V9 or above). Note there are licensing restrictions.
Reader Enable the form using the full server product Adobe LiveCycle Reader Extensions ES2.5. This involves additional licensing fees.
Have a look here: http://assure.ly/etkFNU, at the features that are available depending on whether the user has Acrobat or Reader; if the form is Reader Enabled; and how the form was Reader Enabled.
The issue of Reader Enabling would also apply to AcroForms.
I don't think that you need to dive into LC Designer just yet, as forms created in LC Designer face the same issues about Reader Enabling as forms developed in Acrobat.
If your usage complies with the EULA, then you could Reader Enable your form in Acrobat.
Hope that helps,
Niall

Similar Messages

  • Insert image into a .pdf using InDesign

    Can I insert image into a .pdf using InDesign....

    You can place a PDF as an image in InDesign, then add more content and export a new PDF.
    There are also commercial plugins available that will allow you to open a PDF as editable objects in InDesign.

  • Insert an image into a pdf in preview

    Hi All,
    I would like to know hoe to insert an image into a pdf in preview.
    Thank you in advance for any opinion !

    The only way I know to do that would be with Adobe Acrobat which is rather expensive.  Or, you can try the roundabout method:
    1- open the pdf in Preview and begin a Print Process.
    2 - do a Print ➙ PDF ➙ Save PDF to iPhoto
    NOTE: works with anything you can print.  Creates a 200 dpi jpeg image of each page and saves it to iPhoto.
    3 - use a 3rd party image editor or Pages from iWork to add the transparent background gif or png logo to the image of the page.
    4 - to get it back to a pdf do a Print ➙ Save as PDF. 
    If you don't have the Save PDF to iPhoto in the PDF menu you can download it from  Toad's Cellar.  There are two versions, one 200 dpi and one 300 dpi.

  • Adding images into a pdf as pages

    I need to add images into a pdf but want to do it in a way that when I add them, it will resize the image to the page size.  The images are large format when inserted.  Anyone know what to change in the settings to automatically resize the images at insertion?
    Thanks
    John

    Hi,
    The Professional version of Acrobat (8.x & 9.x) provides the means of creating a "blank page".
    In either, opening the Acrobat Help and clicking on "Search" lets you enter the string:
    "blank page".
    In both (8 & 9) the first (top) return is "Create a PDF from a blank page".
    From the menu (for both releases) -
    File > Create PDF > From Blank Page
    will result in a blank PDF being created by Acrobat.
    From Acrobat Preferences (discussed in the installed Help and in the online LiveDocs Help - a help system that reflects ongoing updating) you can provide some configure control for the blank page.
    Edit > Preferences > select Category "New Document".
    Alternatively, you could set up a desired page size in an authoring application and output a "blank" PDF for use.
    Placing an image –
    One way to do this.
    With the PDF open, open the Advanced Editing menu and select the TouchUp Object Tool
    or use Tools > Advanced Editing > TouchUp Object Tool
    With the TouchUp Object Tool selected & mouse cursor in the PDF page, right click for the context menu.
    Select Place Image (Shift+G in windows while context menu is present can also be used).
    In the Browse dialog, locate and select the desired image.
    Once the image has been placed to the PDF page it (the image) will have black "grab" squares at each corner.
    Use these to size the image. With mouse cursor in the image the up-down-left-right cursor icon appears.
    Use this to position the image.
    Button Tool –
    AA8Pro:
    Tools > Forms > Button Tool
    Also, on the Forms Toolbar
    AA9Pro:
    Tools > Advanced Editing > Buttons
    Also, on the Advanced Editing Toolbar
    Over the years the depth and breadth of features available with Acrobat (Pro & Pro Extended in particular) have
    grown dramatically. All the discrete topics are in Acrobat Help, arranged in a pretty logical hierarchy.
    Unfortunately, as you allude to, locating the individual topics and establishing a practicable understanding of how
    disparate topics come together to support specific tasks can be a challenge.
    Fortunately, this affords forum participants the opportunity to share the "how-to" understanding they've acquired.
    (by study/application, inadvertent stumbling across it, or learning from someone else's post )
    Be well...

  • How do I convert a word document into a pdf and then upload it to a web site

    How do I convert a word document into a pdf and then upload it to a web site so people can read it from my
    site with Dreamweaver 4?. How can I do this? Can anyone please help? I'm only a newbie. Thanking you in anticipation.

    First you need to install a means of printing to pdf from word.  I like cutepdf writer ( http://cutepdf.com/Products/CutePDF/writer.asp ).  Once installed you will print the doc in word and under the printer selection you choose pdf.
    Once you have the file you put it in your local site folders and upload it using Dreamweaver.  Be sure to link to it from a page so users can get to it and I would recommend giving the link a target of _black so it will open in a new window (see the properties inspector in DW).

  • I have turned PowerPoint slides into a PDF and now want to insert this into a docx packet.  I can't do this.  Help.

    I have turned PowerPoint slides into a PDF and now want to insert this into a docx packet.  I can't do this.  Help.

    Hi leastoners,
    If you're trying to insert a file into a Word document, your best bet is to check the Word online Help. (What you describe sounds like a function of Word, not of Acrobat). I did a quick search and came up with this: Add a PDF to a document - Word. But I'm not sure that's what you're looking for.
    If I misunderstood your request, please let me know and we can take it from there.
    Best,
    Sara

  • How to get the image into the PDF File, Cut the image into the PDF What acrobat product help to do that?

    I need to cut some image into the PDF file, what Adobe product can help me with it?

    Hi Hugo,
    Please elaborate your issue. What exactly do you want to achieve?
    Regards,
    Rahul

  • Crop bmp image into 2 pieces and 3 pieces

    Hi!
    1. I want to crop a bmp image into 2 pieces and show the two cop image in 2 picturebox.
    2. I want to crop a bmp image into 3 pieces and show theme in 3 picturebox.
    Can anyone help me?

    Hi,
    put three pictureboxes to a Form named Form1
    public Form1()
    InitializeComponent();
    //create an image
    Bitmap bmp = new Bitmap(1024, 768);
    //draw something to it
    using (Graphics g = Graphics.FromImage(bmp))
    g.SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.AntiAlias;
    g.Clear(Color.Green);
    g.FillEllipse(Brushes.Yellow, new Rectangle(0, 0, bmp.Width, bmp.Height));
    //and crop ionto the array
    Bitmap[] bmps = CropIntoThree(bmp);
    this.pictureBox1.SizeMode = this.pictureBox2.SizeMode = this.pictureBox3.SizeMode = PictureBoxSizeMode.Zoom;
    if(bmps[0] != null)
    this.pictureBox1.Image = bmps[0];
    if(bmps[1] != null)
    this.pictureBox2.Image = bmps[1];
    if(bmps[2] != null)
    this.pictureBox3.Image = bmps[2];
    private Bitmap[] CropIntoThree(Bitmap bmp)
    Bitmap[] bmps = new Bitmap[3];
    //get a third of the width
    int third = (int)Math.Ceiling(bmp.Width / 3.0);
    for (int i = 0; i < 3; i++)
    //if the last third should be smaller (by 1 or 2 pixels, you could use the modulo operator here too)
    if (i * third + third > bmp.Width)
    third = bmp.Width - i * third;
    bmps[i] = bmp.Clone(new Rectangle(i * third, 0, third, bmp.Height), bmp.PixelFormat);
    return bmps;
    [And dont forget to Dispose the bitmaps when you do not need them anymore, e.g. in the FormClosing event.]
    Regards,
      Thorsten

  • How can I convert a word file into a pdf and then upload to a web site?

    I need to convert a word document into a pdf and then upload it to a web site so people can read it from my
    site. How can I do this? Can anyone please help? I'm only a newbie. Thanking you in anticipation.

    Hi there,
    There's actually an easy streamlined way to do this using Acrobat.com. Here are the steps:
    1. Log in to Acrobat.com with your Adobe ID.
    2. On the left, you'll see a navigation menu that includes the item "Import and Edit". Click that.
    3. Choose the .doc (Word) file you want to convert and upload it to Buzzword.
    4. After making sure that it looks the way you want it to, go to the top menu (still in Buzzword now, not the organizer where all your files live) and click the document menu. There will be an option to "Export" - choose that.
    5. When prompted to select filetype, choose "Adobe PDF" and press OK.
    6. It'll save to your desktop, so now you have to get it into your acrobat.com organizer. To do that, close the Buzzword document by clicking the little "x" in the upper right corner, under the Sign Out button. This'll get you back to your organizer, where you can choose "Import" from the left nav menu again. This time choose your new PDF file.
    7. Select the  file icon in the organizer and click the Share button. Or, select Share  from the file context menu.
    8. Select Allow Anyone With A  Link To Share This Document to set the document to open access, and then  click Copy Embed Code. The necessary HTML code to embed the preview is  copied onto the clipboard.
    9. Open the HTML file and paste  the code into the file. The Flash previewer can display any file type  that you can convert to PDF.
    Hope this helps! Good luck, and let us know how it works out.
    Rebecca

  • Pictures are not shown when saving to PDF.  Cannot Preview Print Job.

    Help! Pictures are not shown when saving to PDF.  Cannot Preview Print Job.

    I guess you need to fix it
    Or if you would like some help provide some information - there are no mind reader supporting this forum and we can only work with the information you give us - right not that is "it does not work"
    iPhoto has no "save to PDF" function - exactly what are you doing? and what exactly do you want to do?
    LN

  • I'm in Final Draft (screenwriting prgram) and hit Save as PDF and a window opens stating that the printer name is invalid - what am I doing wrong?

    I'm in Final Draft (screenwriting prgram) and hit Save as PDF and a window opens stating that the printer name is invalid - what am I doing wrong?

    Final Draft, Inc. - Search: printer name invalid

  • I am trying to send SMS text via iPad Air and cannot. I have gone into my iPhone and "forward message to iPad". However I am prompted to enter "code shown on iPad"... What code and where do I find that on iPad??

    I am trying to send SMS text via iPad Air and cannot. I have gone into my iPhone and "forward message to iPad". However I am prompted to enter "code shown on iPad"... What code and where do I find that on iPad??

    The home screen is the screen that shows all of your app icons. You can have one home screen or up to 11 home screens depending on how many apps you have. The home screen on an iPad is the equivalent of the desktop screen on a computer. If you are using an app, just tap the home button once to return to a home screen.
    This is is a (my) home screen.
    You you might want to double check the instructions here.
    Connect your iPhone, iPad, iPod touch, and Mac using Continuity - Apple Support
    Make make sure that you are signed into your iCloud account in Settings>iCloud and make sure that you have selected your Apple ID email address as well in Settings>Messages>Send & Receive at>You can be reached by iMessages at.

  • HT3275 Have OS 10.7.5. Computer off three days and now message comes that Time Machine could not complete backup because the "/volumes/PH's timecapsulPro.sparsebundle" is already in use. Whats that about?

    Have OS 10.7.5. Computer off three days and now message comes that Time Machine could not complete backup because the "/volumes/PH's timecapsulPro.sparsebundle" is already in use. Whats that about?

    Two Solutions for "sparse bundle already in use" Error
    Simple solution (from Bob Timmons):
    1. Make sure that no other Macs are backing up the Time Capsule at the time
    2. Pull the power cord from the back of the Time Capsule
    3. Count to ten
    4. Plug the power cord back into the back of the Time Capsule
    If Simple doesn't work:
    The Backup disk image ... sparsebundle ... is already in use.

  • "could not start print job" when printing to PDF from Lightroom

    Any body else had this problem and fixed it??  When I print from Lightroom to Adobe PDF I get "could not start print job" and the print job hangs.
    I have:
    Lightroom 2.5 64 bit
    Acrobat Standard 9
    Windows 7 Ultimata 64bit but I had this problem with Vista 64 bit. Somtimes it would work sometimes not - now with Windows 7 Not - always.
    I can print to acrobat from every other application, even Photoshop CS3 - just not Lightroom.
    It's terribly frustrating.  Any help would be greatly appreciated.
    Ken

    Andrew,
    I can print from other apps, just printed a doc from open office.
    OS Windows 8.1. Have been printing from this computer and setup previously, it seems to have been an intermitent problem that has now become a consistent problem.
    I've updated the printer firmware, and Windows is up to date.
    Seems to be a lightroom issue, and I'm getting a bit nervous because I have a show opening on February 15th I need to print for.

  • When printing web based .pdf or regular .pdf I get message "This document failed to print"

    When printing web based .pdf or regular .pdf I get message "This document failed to print".  I've ran the HP Diagonistic tool and no errors are found.  I've gotten the same message on many different .pdf's so I don't believe it is a margin issue.

    Are the static IP addresses inside the DHCP range?  If so, move them to ones outside the range.
    Also, have you set the IP address in the printers' embedded web pages (via IP address in a browser) to match the ones set in the router? 
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

Maybe you are looking for

  • Why is icloud no longer backing up my iPhone 6?

    Hi Hi, everyone! My iPhone 6 which is running on iOS 8.2 (I believe, I tried the latest update but it was a no go) is no longer backing up to icloud. My phone is 64GB and out of the 200GB of storage I've upgraded to, I still have 147GB's unused. Sorr

  • Will not open in Windows 7 64bit

    Help! I am trying to use firefox 5 in windows 7, 64 bit. Program will not open and in get the "Program not working" box. the detals are as follows: Problem Event Name: APPCRASH Application Name: SetupX.exe Application Version: 4.4.18.125 Application

  • Report in RTF format not displaying

    We are trying to produce a 9iAS Rel2 9.0.2.x report in RTF format. Trying to bring this report up in IE produces the following popup box: Internet Explorer cannot download rwservlet?config=test from host.domain.com IE was not able to open this intern

  • Where are the actual files kept in iphoto

    I was wondering if anyone can help me as to where the actual files are kept for the iphoto library as when you look for them in Finder it just gives the iphoto library but when you click this then it just brings up the library not the individual file

  • OpenDocument.jsp help needed

    I am trying to configure a URL link to a crystal reports. This has been done 1. Crystal reports created, connected to SAP. 2. Report saved to CMS. 3. Run, Viewed last instance in Infoview. I would like to create a URL to view this report, so I have t