Images fail to appear in pdf when saving as pdf in formscentral

Images fail to appear in pdf when saving as pdf in formscentral, am I doing something wrong?
Image is saved as a jpg and appears on the Formscentral form but is not there on the pdf

Sorted it out the image was in CMYK format, saved it to RGB, and it worked

Similar Messages

  • Image fails to appear on a jsp if path to jsp is not default

    Hi,
    Similarly to one of the tutorials, I dragged and dropped an image (edit button) to a jsp page. When doing exactly as the tutorial says, the image shows fine. But after a small modification which is saving the JSP file under the WEB-INF folder
    -> html_public/WEB-INF/JSP/x.jsp the image stopped showing. The image fails to appear as if the path to the image was wrong (ie shows a blank square with a small X in it). if I right click this missing image(blank square) on the jsp page and I choose "open ../../images/x.gif then a new window opens with the image showing fine.
    Is anyone able to reproduce this error or maybe knows a workaround for this ?
    I am using Jdev 10.1.2 on Windows XP.
    TIA
    Michael

    Hi,
    I copied the too lines but it gives me the same result as before.
    <% String resourcePath = request.getContextPath(); %>
    <.img height="21" width="39" src="<%=resourcePath%>/images/button_edit.gif"/>
    I dragged and dropped the image to my jsp to make sure I didn't make any syntax errors, but it looks similar ti the above and both give the same annoying error.
    <.img height="21" width="39" src="../../images/button_edit.gif"/>
    Any ideas?
    TIA
    p.s. I added the dot after the < character in this post so that the forum program won't treat the statement as html tag.
    Michael

  • Why is a 10-bit image paded out to 16-bits when saving?

    My question comes in responce to Mr. Elliotts answers. When saving a 10-bit image why are more zeros added to create a 16-bit image and then have it saved to *.png format? With the more zeros added why can it not save it in *.tif format?

    Hello.
    I am not exactly sure which other post you are referring to, but I can clarify that the 'zeros' are added because computers cannot represent 10-bit numbers, they are either 8-bit or 16-bit integers. Therefore, you get the padded zeroes effect. You should be able to save a 10-bit mono image into png or tif format, but there is no 'standard' for 16-bit TIFF images, so they may not open in all editing software.
    Hope this helps.
    Regards,
    Colin C.
    Applications Engineering
    Colin Christofferson
    Community Web Marketing
    Blog

  • Why do the file extensions (.jpg .gif .png) no longer appear when I click on a previously saved image to use that image's file name (particularly important when saving a series of images using the same root name)?

    I save a lot of images using firefox, often times from a large batch or series of images. It used to be that I would click on a previously saved image and the entire file name including the file extension (i.e. image_example.jpg) would appear in the "save as" line. Now when I click on a previously saved file, the file name appears without the file extension (i.e. image_example). Which means I have to manually type .jpg every time. For a large collection of images that I am hoping to use the same root file name and then add chronological numbers at the end, this has become incredibly frustrating, especially as it is a previously unnecessary task.
    I am using a new Macbook Pro and maybe there's something Apple related to this...? It did not happen on my old PowerBook G4. I have file extensions turned on in System Preferences.
    It should be noted that I have searched high and low and have even gone into the Apple Genius Bar where they were just confused as I was and of course ended by urging me to use Safari (shocker!) as it has all kinds of new extensions and bells and whistles. I seriously feel alone on an island with this dumb, hard to google problem. Thanks so much for any help anyone out there might have.
    I mean: is this as simple as changing a setting in about:config?
    Your assistance is greatly appreciated.

    Thanks for your response Mylenium, however like I mentioned multiple times, I did change all of my trackpad/scrolling settings in system preferences.  And if I wanted to use a normal mouse (or a tablet), I would've gotten an iMac instead of a MacBook Pro.  I travel often and work all over the place, not always with access to a decently sized workspace that would be required for using a mouse or tablet.

  • Colors are appearing washed out when saving from Illustrator to PDF

    Hey Guys,
    I am working on a cover page for my office to go along with our bid packages. I have finished adding all of the elements that they wanted and added a little flare to it. Its a really basic document and when I save it into a PDF form, the colors appear washed out or like the PDF adds a lot of white. the Rich black appear gray, the red appears pinkish... and the blue is much lighter than it looks in AI.
    I need this to be completed soon, and I have been having this problem for a while now. Im not sure if its just the way it looks on the screen, or if it will print like that. I am a self taught Adobe guy.. So I am a little confused as to how to make this all work
    Any help would be greatly appreciated!!!
    Steve

    Steve,
    What the PDF ultimately looks like depends on the settings when you create it. If you open it in Reader, it may be somewhat off, but in Acrobat it should look right (if your colour management settings are the same as in Illy).
    A rich black may be customized to match the artwork in question (such as no C if there is no C in the artwork), or you may have some of each, often with emphasis on C and maybe M; there may be different views on what a rich black should hold.

  • Images imported in illustrator not showing when saving work as pdf

    Hi, I'm new to illustrator and have encountered a seemingly strange problem.  I'm trying to create a figure for a scientific article consisting of a plot (.pdf, created in Mathematica) with another graphic (.pdf, also created in Mathematica).  I've imported the two files into illustrator cs6, making sure that they are within the artboard margins.  They look fine there.  However, when I save the file as a pdf (to be used in subsequent applications), and view it (either in Preview (on mac) or in Acrobat Reader), the second graphic doesn't show up.  Any ideas?  Thanks in advance.

    Thanks for your response.  It doesn't seem to matter which layer is higher in the stack.  I also checked that each layer was set to "print".  I think the problem is on the Mathematica side --- the problem I have arises with pdf graphics generated in Mathematica 8, but not in 9.  Hmm.

  • Poster image does not appear in IE

    I am having another problem with the poster image feature.  In IE7 & 8, the poster image does not appear at all when the player is first loaded. If the page is cached and loaded, the poster image appears fine.
     I think this is a bug, but can anyone confirm seeing this or fixing it? 
    Thanks!

    According to the javadoc:
    getImage
    public Image getImage(URL url,
    String name)Returns an Image object that can then be painted on the screen. The url argument must specify an absolute URL. The name argument is a specifier that is relative to the url argument.
    This method always returns immediately, whether or not the image exists. When this applet attempts to draw the image on the screen, the data will be loaded. The graphics primitives that draw the image will incrementally paint on the screen.
    Parameters:
    url - an absolute URL giving the base location of the image.
    name - the location of the image, relative to the url argument.
    Returns:
    the image at the specified URL.
    I am confused as to how to use the name after the url.
    Should it read something like:
    bugimg = getImage("http://g.jtrusty.com/JavaApplet/", "LadyBug.gif");
    EDIT: I still get the same error, cannot find symbol at getImage.
    Message was edited by:
    gnikollaj

  • Images Issue when saving an illustrator file as pdf

    Hi,
    I have been suffering these couple of days with the pdfs I save from my illustrator CS5 multi page file. It is a brochure that I designed using many images that I adjusted in Photoshop to CMYK & 300 dpi & embedded in ai. I used some drop shadows for some images & have some transparent vectors & gradient fills in the pages.
    The pdfs I save open very normally on my pc, but the issues appear for the client. He gets some images missing in some pages (the ones that got the gradient transparency). The pages also tend not to load completely & stay blurred. He also got the “drawing error” message.
    I tried to make sure all color modes are the same_ used the US web coated SWOP (default)
    He still gets missing images!
    The same file I sent to a friend of mine, it opened normally! but informed me that Adobe considers the file with “special features”.
    I had to export the pages to jepgs so that he gets to see the design.
    I tried to flatten the gradient transparent vectors but also used the downsampling for the images when saving the pdf & used the “Zip” for compression to reduce the size… what did he get??? no images at all in all the pages.
    I started seeing pdf nighmares last night :S really.
    Please help :’(
    Thanks

    We all have Acrobat Professional reader 7.0.
    I guess he has Windows but tried to open the file from his ipad too.

  • My ipod touch has a permanent image of the end of a USB cable with an arrow pointing to an icon of ITunes. I can't reset, and ipod does not appear on itunes when I plug it into the computer.  This happened after I agreed to a failed software update.

    My ipod touch has a permanent image of the end of a USB cable with an arrow pointing to an icon of ITunes. I can't reset using the two button method, and ipod does not appear on itunes when I plug it into the computer - and nothing else happens either.  This happened after I agreed to a software update which failed.  How can I get it going again?

    Try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar       

  • While using a drop-down menu i.e. File, edit, image, or even when saving as and choosing the file type; the list appears and I am able to highlight what i want but cannot click on anything.

    While using a drop-down menu i.e. File, edit, image, or even when saving as and choosing the file type; the list appears and I am able to highlight what i want but cannot click on anything. This is becoming incredibly frustrating. It happens at random time and a restart of the computer is all that helps, then with out any notice it starts to do this again.  Mac Book Pro i7 2.2 16 GB 1333 Ram, (2) 450GB SSD both internal to machine. At this point I am losing file because I am unable to save in the file type I need. Does anyone out there know how to solve this issue?
    Thanks
    phil

    I haven't been unify photoshop much in the past month, but I did try your suggestion and it seemed to work for a while. Today when i went to save a document the same thing happened: click on file>save at this point I can not click on save even though it is highlighted. Tryed to use command s that brings up the save dialogue box, but when I try to change file type I again cannot select it from the drop down menu.

  • How do i stop photoshop cs4 from quitting unexpectedly when saving a photoshop pdf? i attempted to download the adobe drive 5 but the installation keeps failing.

    How do i stop photoshop cs4 from quitting unexpectedly when saving a photoshop pdf? i attempted to download the adobe drive 5 but the installation keeps failing. I went through the process of clicking through the how to's and the troubleshooting and came to the conclusion that I need to install the adobe drive 5 but I can not complete the installation. I may be incorrect on this so I need immediate assistance as I have poster and ad deadlines. I also tried disabling the gatekeeper and solution 3 on the troubleshooting of slow saving on photoshop.
    Any help is much appreciated!
    Thank you!

    Are you attempting to save the file to a network location instead of your local hard drive? If so, this is probably why you are encountering an issue and why Adobe Drive would be the solution. As we've documented, it is a bad idea to open from or save directly to a network source: Networks, removable media | Photoshop | CS4 and later. Drive can help you get around this by setting up an Adobe supported virtual connection to the network. Thus, if installing Adobe Drive is the solution you need and your need help with installing Drive, please post to the Downloading, Installing, Setting Up forum.
    If you are not saving to a network location, then Adobe Drive is not going to be the answer. Then we'll need to know more about the file you are saving.

  • When saving a pdf the objects on the page appear offset of the page boundries.

    This happens mostly in illustrator but it just happened again to me while printing a .ps booklet out of indesign and converting to a pdf using distiller.
    See the image below:
    The left shows my InDesign Document. On the right is the pdf that results from the save. As you can see the page boundaries are being completely disregarded when saving the pdf and everything is equally shifted down and to the right.
    Here is an example of me having the same problem in illustrator:
    As you can see there is sometimes zero correlation between what is on the artboard and what page the objects end up on in the pdf.
    This problem also has another strange symptom, it seems to have to do with dragging images from firefox onto an artboard in illustrator. The image is place automatically in the center and all objects in the file move together in one direction. see before and after photos below:
    Before:
    After image dragged in:
    You can even continue to drag images in and it will move in the same direction the same amount every time:
    I'm running Adobe CS6 on OSX 10.9.1.
    Thanks in advance!

    In so many words: We can't know. You have not provided any details about your exact settings, what version of Acrobat, your placed images, color settings, color profiles and a million other things including perhaps providing your test fioles for inspection by other people. That aside simply ask in teh relevant ID/ AI/ Acro/ PDF forums. This place here is a dead place and only meant for general sales, install and activation questions, not specific workflow questions.
    Mylenium

  • Pixelated Image when Saving as .pdf

    I've been searching the forums looking for a solution to this problem, but I just can't seem to figure it out. Thank you for helping me out.
    I'm making an 8.5 x 11 inch document and I would like to save it as a .pdf. The text looks great and comes out incredibly clear. One of the images that I have placed within the document comes out looking terribly pixelated. I know I probably need to alter the dpi or such, but I need some instruction on how. I have no compression in place when saving as a .pdf and have picked the highest quality option.
    The document also displays the picture as pixelated when I save in .png form.
    The image that I am placing in the document is in .png form. It seems quite large and has to be sized down to fit appropriately in the document.
    How can I alter things so that the image also looks clear?
    Any advice that you have would be greatly appreciated.
    Thanks,
    Nicole

    Hi Nicole,
    Continuing from Trevor a bit, if you can possibly get the original artword file, that would be best. Unfortunately my experience with Illustrator tracing is "it depends." Where it does the potentially lower quality is the tracing of logos, although the more detailed, the better the results might be. In things like arcs or leaves, AI is trying to follow the line, but if the line is anti-aliased, it doesn't really know where that line is and what it guesses at isn't always what we'd like.
    Albeit detailed, it sometimes is best to replicate it in AI (of course you'd charge them for this) and that will give you complete control on how it's going to look.
    [Note: as an Illustrator practice technique, I look for coloring book artwork and try to replicate it in AI. I take the image (scan it if necessary), and place it in a layer in AI and lock the layer. Then I trace over that image in AI trying to replicate the line-art as best I can. I've found it's a great way to develope techniques and solve problems. Even if you never use these images, it's a great practice mechanism to develop your abilities and force you to find solutions within AI that you might have not thought to look up.]
    However, as Trevor states, if all you have is the JPEG, saving it back to PS is too late. The damage is done. And Acrobat can only put out based on what it got in.
    Good luck.

  • HELP! When saving a pdf the objects on the page appear offset of the page boundries.

    This happens mostly in illustrator but it just happened again to me while printing a .ps booklet out of indesign and converting to a pdf using distiller.
    See the image below:
    The left shows my InDesign Document. On the right is the pdf that results from the save. As you can see the page boundaries are being completely disregarded when saving the pdf and everything is equally shifted down and to the right.
    Here is an example of me having the same problem in illustrator:
    As you can see there is sometimes zero correlation between what is on the artboard and what page the objects end up on in the pdf.
    This problem also has another strange symptom, it seems to have to do with dragging images from firefox onto an artboard in illustrator. The image is place automatically in the center and all objects in the file move together in one direction. see before and after photos below:
    Before:
    After image dragged in:
    You can even continue to drag images in and it will move in the same direction the same amount every time:
    I'm running Adobe CS6 on OSX 10.9.1. Please let me know what other settings you might need to know to help solve this problem.
    Thanks in advance!

    In so many words: We can't know. You have not provided any details about your exact settings, what version of Acrobat, your placed images, color settings, color profiles and a million other things including perhaps providing your test fioles for inspection by other people. That aside simply ask in teh relevant ID/ AI/ Acro/ PDF forums. This place here is a dead place and only meant for general sales, install and activation questions, not specific workflow questions.
    Mylenium

  • Invalid image error when saving to pdf

    I keep getting an invalid image error when saving a MS Publisher file as a pdf. Can anyone help with solving this issue?

    You need to provide system and version info and explain how you actualyl produce the PDF. Unless you use the Acrobat PDF printer, I don't see how Adobe software would be involved in any of this, as recent versions of MS Office products can save PDFs natively...
    Mylenium

Maybe you are looking for