CS5 XML/HTML Export of images

Hi,
I have to export a catalogue via XML to get it processed by our CMS. As well I also need all the pics iside the INDD for web use. The export of the tagged items weorks perfect, including the formatted images.
BUT:
All pics come in their printed size in 72 DPI, which is not enough for me. I need 600 pix width for each pic.
Has anyone done this already? Is the a screw I can turn to chage the output size of images, when exporting XML or HTML?
Thanx a lot in advance
C@rsten

You can request this at the SQL Developer Exchange, so other users can vote and add weight for possible future implementation.
Regards,
K.

Similar Messages

  • Export trans image in PS CS5 help

    I've moved from photoshop 7.0 to CS5 extended 12.5 in a single bound. To export a transparent image in ps7 you just wentto the help menu and selected 'export transparent image'.... can you please tell me where this feature is in the new ps cs5 extended?

    The likely reason why this function no longer exists is because it was not just "a single bound". That wizard asked too many questions to make it useful (several clicks to answer those questions). It is much easier to simply save as the proper file format: PSD, TIF, PNG, GIF.

  • Export applet Image to a browser window

    Hi folks,
    I have an applet that creates an organization chart loaded from xml:
    http://www.easypay-group.com/Flowchart/bin/test.htm
    Now I want to export my Image (BufferedImage) to a browser window.
    I think by doing that I don't need to sign my applet, the only problem is that I don't know how to do this.
    Thanks in advance,
    Pieter

    You've gone down the wrong path here by using Photoshop or
    any graphics app
    to build your html code for you. It's fragile, dodgy and
    really only
    intended for quick prototypes; not full production sites. As
    soon as you
    start adding content to this layout, it's going to blow up on
    you.
    Recommendation: Use Pshop to optimize image slices. Use DW to
    build the
    HTML code by inserting images into a pre-made CSS layout like
    this one.
    CSS Liquid Layout, Centered on page.
    http://alt-web.com/TEMPLATES/CSS2-Liquid-Page.shtml
    Also, read this tutorial:
    Taking a Fireworks (or PhotoShop) comp to a CSS based layout
    in DW
    http://www.adobe.com/devnet/fireworks/articles/web_standards_layouts_pt1.html
    Nancy O.
    Alt-Web Design & Publishing
    www.alt-web.com

  • Jasper report on HTML when one image loaded from database and for the other

    How to generate jasper report on HTML when one image loaded from database and for the other we give a image path
    My code
    ByteArrayOutputStream baos = new ByteArrayOutputStream();
              exporter = new JRHtmlExporter();
              exporter.setParameter(JRExporterParameter.JASPER_PRINT, print);
              exporter.setParameter(JRExporterParameter.OUTPUT_STREAM, baos);
              exporter.setParameter(JRHtmlExporterParameter.IMAGES_URI, strImageInputDirectory);
         exporter.setParameter(JRHtmlExporterParameter.IMAGES_DIR_NAME, strImageOutputPath == null ? "." : strImageOutputPath);
         exporter.setParameter(JRHtmlExporterParameter.IS_OUTPUT_IMAGES_TO_DIR, Boolean.TRUE);
         exporter.setParameter(JRHtmlExporterParameter.IS_USING_IMAGES_TO_ALIGN, Boolean.FALSE);
         exporter.setParameter(JRHtmlExporterParameter.IS_WHITE_PAGE_BACKGROUND, Boolean.FALSE);
              exporter.exportReport();
              byte[] bdata = ((ByteArrayOutputStream) baos).toByteArray();
    Can any one help pls
    Message was edited by:
    ameet.au

    hey sorry for posting it in this forum.
    but do u have sample code for making it work.. since i am able to do it on PDF format(image from Database and another stored in the webserver) using
    byte image[] =(byte[]) outData.get("image");
                        ByteArrayInputStream img = new ByteArrayInputStream(image);
                        hmimg.put("P_PARAMV3", img);
    print = JasperFillManager.fillReport(reportFileName, hmimg, jrxmlds);
    bdata= JasperExportManager.exportReportToPdf(print);

  • Need help with flashvars in cs5.5 html generated code

    how could use flashvars in cs5.5 html generated code, there are tutorial in net about flashvars but its all cs4 with javascript in it while cs5.5 html code doesn't have. here is the code for non-IE generated by cs5.5
    <!--[if !IE]>-->
    <object type="application/x-shockwave-flash" data="sample.swf" width="800" height="800">
    <param name="movie" value="sample.swf" />
    <param name="quality" value="high" />
    <param name="bgcolor" value="#000000" />
    <param name="play" value="true" />
    <param name="loop" value="true" />
    <param name="wmode" value="window" />
    <param name="scale" value="showall" />
    <param name="menu" value="true" />
    <param name="devicefont" value="false" />
    <param name="salign" value="" />
    <param name="allowScriptAccess" value="sameDomain" />
    <!--<![endif]-->
    <a href="http://www.adobe.com/go/getflash">
    <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
    </a>
    <!--[if !IE]>-->
    how can I put flashvars in html and as3?

    <!--[if !IE]>-->
    <object type="application/x-shockwave-flash" data="sample.swf" width="800" height="800">
    <param name="movie" value="sample.swf" />
    <param name="quality" value="high" />
    <param name="bgcolor" value="#000000" />
    <param name="play" value="true" />
    <param name="loop" value="true" />
    <param name="wmode" value="window" />
    <param name="scale" value="showall" />
    <param name="menu" value="true" />
    <param name="devicefont" value="false" />
    <param name="salign" value="" />
    <PARAM NAME=FlashVars VALUE="imageFilename=images%2Fimage1%2Ejpg">
    <param name="allowScriptAccess" value="sameDomain" />
    <!--<![endif]-->
    <a href="http://www.adobe.com/go/getflash">
    <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.g if" alt="Get Adobe Flash player" />
    </a>
    <!--[if !IE]>-->
    and you can read via flash AS3:
    http://www.permadi.com/tutorial/flashVars/indexAs3.html

  • How to export dynamic images into pdf

    Hi,
    I need to export a image into PDF which we are getting it from DBase. This returns me the image as BLOB and this we are putting it in between the xml tags. I am passing the xml to xsl-fo. While i tried to export the xml data into pdf using xsl-fo, the content is getting exported into pdf but not the image. I am using FOP, and i have added fop.jar, batik.jar, avalon-xx.jar, jai_codec.jar and jai_core.jar to my class path. I am putting my sample xsl and xml here.
    xml:
    <RTFDrugReport>
    <ImagePath>http://www.thomson-pharma.com/tp/images</ImagePath>
    <NewsEdge>
    <NewsItem>
    <StoryId><![CDATA[200705223600.15_2774000daba43be0]]></StoryId>
    <HeadlineText><![CDATA[NeuroLogica's CereTom Supplies On Site Post-Fight Brain CT During De  La Hoya-Mayweather Weekend]]></HeadlineText>
    <ItemTime><![CDATA[05/23/2007 03:22:24 AM EDT]]></ItemTime>
    </NewsItem>
    </NewsEdge>
    </RTFDrugReport>
    xsl:
    <fo:static-content flow-name="xsl-region-before">
    <fo:block font-family="Helvetica" font-size="14pt" text-align="left" white-space-collapse="false">
    <xsl:variable name="imageName" select="concat(//ImagePath,'/logo_thomson_pharma.png')"/>
    <fo:external-graphic src="'{$imageName}'"/>first
    <fo:external-graphic src="url('{$imageName}')"/>second
    <xsl:value-of select="'{$imageName}'"/>thrid
    <fo:external-graphic src="'{$imageName}'" content-width="100mm" content-height="100mm"/>fourth
    <fo:external-graphic src="'{$imageName}'" content-width="100mm" content-height="100mm"/>fifth
    <fo:instream-foreign-object src='url("///file:/D:/Customization/collage.jpg")' height="3cm" width="3cm"/>
    </fo:block>
    </fo:static-content>
    Any help would be appreciated.

    hi,
    all the UI elements in the adobe form are generally connected to your web-dynpro Context.
    whatever you type in the online adobe form is reflected in the respective context attributes of the dynpro Context of the view where "ur Interactive form UI element is".
    that means you can yourself fill the contents of ur interactive form by working on the get/set methods of the context attributes.
    Likewise you can clear the form by setting all context attributes to blank eg ""
    <b>interactive form has two imp properties:-</b>
    <b>*dataSource</b>
    data source points to the node all whose context attributes will be made available in the interactive form
    <b>*pdfsource</b>
    points to the context attribute which will hold the pdf.
    note that the type of this pdfSorce attribute will be binary.
    if you still have doubts.
    give me your gmail mail id. i 'll send a tutorial.
    with regards,
    -ag.

  • How can I export an image from Illustrator same canvas size and custom resolution?

    Hey all.  i am using Adobe Illustrator CS5 for creating images for iPhone app icons the size of image 374 px 374 px and 264 ppi. i created an image same size and ppi .the problem after export the image file size changing to  1371px x 1371px and 264 ppi pixel dimension.How can I export same canvas size and same resolution file from illustrator

    10111980,
    If you just forget about PPI and use Save for Web, you will get the 374 x 374 pixel size.
    The 1371 x 1371 pixels is because you somehow increase the resolution by 264/72.
    You should never mix pixel by pixel sizes and PPI.
    The 374 x 374 pixels is the actual image size. At 264 PPI that will be about 1.417 inches. At 72 PPI that will be about 5.194 inches.

  • How do you edit the HTML export template?

    Fireworks HTML and images export does not render correctly when viewing in IE9 due to the default browser padding values.  I'm a little disappointed the Fireworks dev team didn't see this coming and add some code to prevent this rendering issue.  Anyway... I've come up with a work around to edit the html pages by adding my own style sheet which includes the yahoo CSS reset styles to take care of this problem and it works great.  The only problem is, adding it to every page of a multiple page export is tedious.  So, I'd like to directly edit the HTML template fireworks uses to generate the html in the head of each page it exports so it includes a reference to my own external style sheet.  I just need to know where/if I can make this change.  Any help would be greatly appreciated!
    Thanks,
    Greg

    I've never tried it, but the HTML Code folder inside Fireworks' application Configuration folder contains a number of items related to HTML Export. (Incidentally, I'd never mess with this folder without first saving a backup, and even then it's at your own risk.)
    There's no simple HTML template file here, but there are files like "DreamweaverLibrary.htt", which is a "hypertext template" file that looks a lot like JavaScript to me. So if you're comfortable modifying JavaScript, then you could take a crack at it. I'm not sure, but it looks like this library file might govern what gets written into the head of an exported HTML document. If not, you could try a different one.
    Another, less invasive approach might be to do some kind of Find and Replace on the exported HTML documents—using Dreamweaver or a text editor.

  • Sperating pages in HTML export

    Hello,
    Anyone know if it is possible to separate pages, sections or chapters into separate HTML pages when exporting, in order not to a get a huge single webpage? Something similar to what DocBook XML editors do...
    Thanks very much!
    PS: so I hear that the HTML export is no good... but possibly for text-rich pages with few graphics it might be ok... ?

    Hello TNGS,
    welcome to the Pages Discussions. There is no way to split a document in Pages during the HTML export procedure. All you can do, is to split your document into several in Pages and export every document into a single HTML page. Than use an ordinary text editor to knitting all together to a useable website.
    I have written some manuals with Pages 1 in 2005 and one (372 pages) should be exist as an HTML manual as well, so I tried to write XSL scripts for converting one big HTML document into a functional website. Forget it. There are too many obstacles in the way to manage this in an adequate time.

  • HELP - Export Transparent Image in CS3

    There used to be a very useful function in CS2 under Help which was Export Transparent Image. What happened to that function in CS3 and how the hell do I export transparent image now in CS3?
    Please help, this is quite urgent.
    Thanks.

    I hear what you are saying Noel... But I came to these forums in good  faith  with a question about a tool I found useful that was no longer available. I  admit I let my frustration show in my first several postings about this because  in the other topic on this issue, one of  the staffers here even tried to say  the function did not even exist. That in  combination with the attitude that 'anyone that would use this function must have no experience' or should be  using Photoshop Elements did not strike me as either very helpful or polite. I  would never let one of my staff treat a customer who came to us seeking help to act this way. It is inexcusable and I saw from the other postings that I am not the  only one who feels this way.
    Here is a selction of a few of the things she said to me... she seems to have  confused me with someone else?
    "Dear same idiot who feels the need to use PM to continue an  ended/locked/deleted forum discussion,"
    "There  is no point in continual messaging unless you feel it is some sort of  release for your mental condition. Your message is clear. I have no problem  comprehending your words. I simply disagree with your insane  beliefs. I  understand fully who used the function and why it  was removed. I was simply stating a fact and offering an alternative that  you seemed to ignore. I don't care if the function meant something more  to you. Nothing I can  do is going to bring it back or afford you any better  people skills.  You need to get over this... and get over me"
    "I  just found the Google cache of the closed thread and realized that you   may not be the same idiot that contacted me earlier using a fresh forum   account. But that still does not make you any less of an idiot."
    "The  question posed in the forum was "How do I export transparent images in   CS5 like I did in CS4?" The question was "viable" and answers were given  by  others and myself. Just because you do not like an answer does not  mean you  have to act like a child."
    "The answer was not to beg Adobe to bring it back in a user to user  forum. If you want to communicate with Adobe, go to their feature  request form."
    "If you were a designer for 30 years, you would have known how to make a  transparent file prior to the Help function that Adobe added for a  few versions. With that Help function gone, you should now have the  intelligence to craft an action to do the same thing with the press of a  button. It  is not really a challenge. If you need assistance, bring this topic  back  to the public forum. Your rude PMs are worthless to us both."
    "I look forward to further discussion in  the public forum where you don't need to hide your personal problems in  PMs."
    I find these kind of responses by a staff member of Adobe forums to abusive  in nature. Granted after getting this kind of rude response back to my  questions, I returned in like kind. I usually do not have these kinds of  interactions online, I find them childish and a waste of time. They do nothing  for the greater good of the forums and help no one. but I don't take kindly to  being treated with disrespect.
    I hope this does not exemplify the tenor of communication here on Adobe's  forums. If so... it would be a shame, because Adobe has a great reputation in  our community. It would be a shame to let a few individuals tarnish it.
    I for one would prefer that the person is question has no further  communication with me. I think that would be best for all concerned. Thank  You.

  • Why don't my 2007.1 XML service export files work in 2007.1.1?

    Why don't my 2007.1 XML service export files work in 2007.1.1?
    Due to changes to the XML export file format in version 2007.1.1, XML service export files from version 2007.1 are not usable in version 2007.1.1.

    Hi Alexander,
    Just a nit-pick, I'm sure you already know this, but the phone looks for "/spa303.cfg" not "spa303.cfg"
    Let's  simplify your issue, forget that you have CUCM running.
    CUCM is not an  issue unless you have CDP running on the swich connected to the SPA303 and the SPA303 is requesting files on the wrong VLAN. 
    CUCM is not an issue unless the responding DHCP server is pointing the SPA303 to the wrong TFTP server.
    Try this:
    a. Factory reset your phone [else it will not look for /spa$PSN.cfg]
    b. What  DHCP server responds to your SPA303 when it boots up? Is it the DHCP  server you're expecting, or didn't a rogue DHCP server "jump" in and  make an OFFER pointing the SPA phone to the wrong place?
    c. Look at the DHCP OFFER OPTIONS from the server, is OPTION 66 *exactly* what you're expecting?
    d. Now look at the ARP request that the SPA303 performs, is it ARPing the correct provisioning server?
    Here's what you should see assuming your phone gets no response from a TFTP server:
    1. The SPA303 will now look 4 times for the following files at 3-second intervals:
    SEP1CDF0F2F14F2.cnf.xml
    /spa303.cfg
    2. The SPA303 will now look 8 times for the following files at 3-second intervals:
    XMLDefault303.cnf.xml [repeat 8 times]
    /spa303.cfg
    3. The SPA303 will now look 20 times for the following file at 3-second intervals:
    /spa303.cfg
    4. The SPA303 will now look 33 times for the following file at 3-second intervals:
    /Cisco/SPA303/1cdf0f2f14f2.cfg [33 retries for this file]
    5. The SPA303 will now look 33 times for the following file at 3-second intervals:
    /spa303.cfg
    Up to now, about 6 minutes have elapsed since the phone was connected to the network and powered up.
    6. Wait for about 54 minutes
    7. Repeat steps 4 and 5 until a file is found [click Wireshark image for high-resolution version]
    Regards,
    Patrick----
    Use this reference document to locate SPA phone resources

  • I am having trouble exporting from LR4. After I have developed the photo in LR and export the image, then when I open it in Photoshop, it does not retain any of the developing I just did in LR.

    When I export my image and open in Photoshop CS5, none of the developing I have just done in LR4
    is in the file. It is basically exporting a raw image with no developing.

    Exporting is the wrong procedure.
    In Lightroom, right-click on the photo and select Edit In

  • HTML Export Content Ordering Problem

    I've inherited a collection of InDesign files and PDF files that have been exported from them.  I'd like to convert everything to HTML.  The InDesign export process is working fine for most files, but for a few, I am getting my content's order re-arranged.  One problem file is a large file that contains a series of letters.  The output file contains 3 DIVs within the BODY tag.  The first one contains the (Correct) first page, then the second two DIVs each contains a seemingly arbitrary collection of these letters with "jumps" in the ordering (10 letters might be in the correct order, then we "jump" to a previous set of letters or a much latter set of letters).  The PDF export doesn't have this problem.  I'm a newbie to InDesign. Thanks for any ideas for where I should look for the source of this problem.

    Hi Devin,
    For HTML export there are three modes for ordering content. This option is avilable in Content order section in General Tab of HTML export:
    1. Based on Page Layout : This is the default one and the one you are using right now. The objects appear from the top left and the appearance may not match ID in this case.
    2. Based on Articles Panel: Here you put your content in articles and then depending on the order the objects appear in Articles, the same order applies to HTML export.
    Please refer this link to get a better idea about how Articles Panel works:
    http://help.adobe.com/en_US/indesign/cs/using/WS8c5bc4f64c7a4a3d78b7a8b312dbccaf5b2-8000.h tml
    (this is the one you should be using )
    3. Based on XML structure: This applies in case you have tagged content and wish to make xml structure as the reading order.
    Thanks,
    Pooja

  • How to convert HTML text to image

    Hi all!
    I&acute;m having this problem: I have a html code (dynamic generated) and I need to convert it to a image, any idea how to do that?
    Thanks, J.

    Im no Java2D expert but if you want the actual code as an image couldnt you just use 'drawString("<br>", x, y)' to display it and then allow it to be saved as an image, I know theres built in capability in Java to import/export common image formats. Or do you mean you want what the html actually produces as an image?
    Ken

  • Exporting iphoto image to document file

    I am designing a website and need to export an image from iphoto to a document file. When I exported the image using the website format, I was unable to add additional content. All I want to do is reduce the size of the image and add it to the document which will then be saved in html. Can anyone tell me how to do this? Thanks.

    Which program/application are you using to create your document,and will the site you're building in let you use documents created on your eMac? You might check with them about that. You can import iPhoto files into Appleworks so far as I can tell,also into Text Edit,I believe. Find out if you can use completed documents to create your website. I'd also try shrinking the size of your photo in the iPhoto App.,then Dragging and Dropping the created photo to your desktop before you try to add it to the site.I'm not sure,but I don't like websites poking around in my files,the desktop seems more public ,possibly more defense against prying eyes?Someone else jump in here.I'm not too hep on Security issues since I've never used one of those other computers.Linda

Maybe you are looking for

  • "Could not resolve fx:Script to a component implementation"

    I always get "Could not resolve <fx:Script> to a component implementation." error if I create a project with nightly build sdk (in this case: 4.0.7826) Switching sdk to 4.0 and then back to #7826 solves the problem.

  • Photos not showing in places.

    Recently a friend of fine who also has an iPhone, change some settings in m y phone(unforunately) From then, the photos i took from my camera are not showing up in "Places". I have turned location settings in Iphone on for Camera, but still the probl

  • Can anybody explain me about this formula???

    Hi, Can Somebody explain me what this formula means? ( 'Posting Period' >= 1 ) * 'Jan - Actual (CY)' + ( 'Posting Period' < 1 ) * 'Jan - Forecast (CY)' Thanks

  • Scheduling without using SQL Server Agent

    Can I have a scheduling job that run a group of packages on SSIS in a specific time? I can't use SQL Agent Job...

  • B9180 Printing w/ paper longer than 19"

    Is there a way to print on paper up to 44 inches long?  I thought I read somewhere that this printer could accept paper up to 13 x 44 using the specialty media tray.  I have a panorama that is 42 x 12 just waiting to come to life.