Indisign scripting and cross-media export - Xhtml / Dreamweaver

Hi.
I've searched for the solution but haven't found it yet. Hope you'll help me.
I need to write a script which will transform all indd files in the selected folder to xhtml. But I cannot find methods for exporting files to xhtml in JS (like menu -> File -> Cross-media export -> Xhtml / Dreamweaver). Is it possible? how?
P.S. Using CS3
Thanks

Thanks Olav, that would be very helpful if you could.
You're right, and XSLT is what Java uses for the CS2 version of
this project. We never used ExtendScript to do anything other than
mapping styles to XML.
I was hoping to avoid too many details, but this might benefit the discussion:
Original need:
We use an open source project called Sakai (Learning Management System)
that comes with documentation which we rebranded every time a new release
was rolled out. Our implementation of the Sakai LMS is called TRACS here at
Texas State University|San Marcos and we have a pretty strong demand for
consistentcy and adhering to project and university level branding guidelines.
Our support staff was using word documents and spent a laborious 2 months
minimum with their workflow getting everything migrated. Our branding needs
were steep. I was the graphic designer at the time the brand was created
and saw branding issues with the word docs being authored. We constantly
fought issues with inconsistent formatting (logo placement, logo version,
leading, fonts, etc.).
Automation with ExtendScript was the answer (and Java, AppleScript).
What took a variety of people with differing MS word skill sets 2 months
now took a mere 5 minutes or less.
Rough outline of our app:
Our Java process looks at a watched folder and coordinates the automation
with receipts that are written out after each phase is done.
Our Word documents are formatted with identically named character
and paragraph styles that are found in our InDesign template.
Java grabs a list of all the word docs to be processed, writes out an include
to be used later for our ExtendScript.
ExtendScript systematically takes each one in the array:
- takes care of flowing in the word doc
- page numbering
- mapping styles to tags
- PDF export
- XML export
- XML cleanup (some trash comes over from the export)
- XHTML generation
- writes receipts at each phase to tell JAVA it's ready for
the next phase as flow control
Java picks up the receipt, transforms XML (using XSLT) to XHTML snippets that
the end user copy/pastes into our Content Management System. Ultimately, we'll
shoot for direct DB inserts, but we have to get the dust off the CS2 version
before we can discuss that again.
In regards to not using XSLT:
A recent test we did showed that InDesign CS4 had the ability to export very clean XHTML
based on style sheets applied to items in the document. Effectively, that negates our
need for XML mapping of stylesheets and the use of XSLT.
That is, if cross-media exports can be automated.

Similar Messages

  • CS3 Greyed out File sub menu entries; Cross-media Export

    InDesign CS3 5.0.4 - OS10.5.8
    Greyed out File sub menu entries; Cross-media Export > XHTML / Dreamweaver / XHTML / Digital Editions
    Please can anyone shed light on this problem?

    It's always the simple answers isn't it?
    Thanks too, Peter!!
    leroyzworld

  • Indesign Layout and cross media .pdf conversion

    I was hoping someone could help me with this.
    I have many projects which I design for print that need to be posted to our website to be accessed by our members. We use a web hosting company that has an online web-based application for content management. Our usual method is to generate a .pdf file and post it to our website as a file our members can download.
    The problem I have is that many times the final Indesign layout for print doesn't translate to .pdf without a moderate amount of changes to the layout (no bleeds, single 8.5"x11" pages etc.). This causes me to have to do the design and layout twice for a project - once for print and once for web.
    Is there something out there (plug-in etc.) that will help me automate this process?

    I think that the OP is actually looking to automate exactly what you described; I sometimes gin up some JS because I'll have five brochures in ten languages from which I need to generate three different flavors of PDF (e.g. lowres, print-ready, imposed). The sheer number of keystrokes involved make automation desireable.
    Hey OP, how much Javascript do you know?

  • Indesign export to Dreamweaver XHTML, error undefined is not an object

    Please could you read the following email and make any suggestions, greatly appreciated.
    Hi Guys,
    Exporting it to a pdf and then again to HTML works okay so long as the text isnt in columns. Acrobat doesnt put the text in the right order which is a pain. Here is a breakdown of what i am doing and whats happening.
    1. Opening an indd file in SERVER NAME/Data/ONLINE/FOLDER NAME/
    2. Going to File à Cross-media Export à XHTML/Dreamweaver
    3. Saving the file in SERVER NAME/Data/ONLINE/FOLDERNAME/indd exports/
    4. In the export settings i am changing the Advanced settings to make sure there is No CSS
    5. I hit Export and get this error message: undefined is not an object
    If you go in to the indd export folder you can see that i have managed to export about half the files, the rest all have the same error message and i have no idea why.
    I have tried the following:
    1. Substituting all fonts it couldnt find on my computer for the default fonts
    2. Taking out all the images (we dont need them, just the text)
    3. Closing everything down and rebooting CS3
    4. Closing everything down and rebooting the Mac
    5. Saving the file on to the local machine and trying again

    Hi all,
    I'm getting this error "undefined is not an object" and can't get past it.
    What do you mean by "nested paragraph styles in your document"? How do I find these in my document?
    I went to all the Paragraph Styles Options -> Drop Caps and Nested Styles that I've defined im my doc and none of them have these (Drop Caps and Nested Styles) configs. Is this what you refer to?
    Thank you.

  • Looking for a script to connect bodytext to footnote and cross-references

    Hi,
    Need to do the following:
    I was provided with separate (tagged-text) files: bodytext, (foot)notes and cross-references. Now I am looking for a solution (script?) that can do the following:
    to restore the connection between the body-text, the footnotes and te cross-references after placing these in a document in Indesign.
    The cross-references should appear (in anchored text-frames) in the margin and the notes in a separate frame at the bottom of the page. If possible in the same way as footnotes in Indesign appear, but in a separate frame to be able to do some more formatting than native footnotes would accept.
    I have tested the plugin: Side Heads from InTools, and tis works well with Indesign files tthat contain footnotes. But this doesn't work with separately placed footnotes from a tagged-text-file, as they re not knotted together.
    I can't do any scripting myself.
    I would appreciate any help, and I am looking forward to your response...
    Regards,
    kkingg

    The first thing to do is:
    regexp "match regexp = ([0-9]+)" $_cli_result match count
    if $count eq 0
    exit 0
    end
    The second is a bit more challenging.  I think this will work:
    cli command "show call active voice br"
    foreach line $_cli_result "\n"
    regexp "^([0-9a-zA-Z]+) : " $line match callid
    if $_regexp_result eq 1
      continue
    end
    regexp "^dur 1d" $line
    if $_regexp_result eq 1
      cli command "show call active voice br | section $callid"
      syslog msg "$_cli_result"
    end
    end

  • AME - Windows Media export, default templates and non-square pixels

    In Adobe Media Encoder the default Windows Media export templates have non-square Pixel Aspect Ratio.  In Windows Media Player 9, if you play AME's wmvs with non-square pixels all you get is a vertical line a few pixels wide (though they play fine in WMP10 & 11).
    There is definitely a problem with non-square pixels.
    Using AME, if you create a PAL wmv (720x576 with DV PAL P.A.R.) you get the display problem in WMP9, whereas a D-1 PAL wmv (768x576 with square P.A.R.) will display fine.  If you encode the same content with exact the same settings (codec, resolution, etc) with Microsoft's Windows Media 9 Encoder, the resultant output plays fine regardless of the P.A.R!
    One for you chaps at Adobe I think:
    If Windows Media Encoder can create WMP9 compatible wmvs, why can't Adobe Media Encoder?
    or if there is a problem with non-square PARs, then why is it an option on export - remove it until it is fixed?
    Any support would be greatly appreciated.
    Edmund Barton
    I'm using Prem 4.1 with AME 4.1 against Windows ME 9.  WMP9 is the base player we have to support, so upgrading all the players isn't a option.

    If you can't upgrade the players, then using Windoes Media Enoder may be your only option.  Adobe just came out with a 4.1 patch, so it's unlikely you'll see any more 'fixes' in the very near future.

  • Can't print in indesign (icc's) and can't export pdf for PS - booklet workflow?

    I have a book of artwork i've laid out in indesign and am trying to print before binding it. All attempted workflows have been thwarted so far - any help is truly appreciated.
    a) printing with a canon pro9000 mark II:
    Not possible. I've read into it, done plenty of tests and nothing comes close to a print of the same image from photoshop.
    My problems - i can't disable canons color management when having indesign manage colors. The canon presests never grey out (as they do in ps) out and always (seemingly) apply their own icc profile in addition.
    Possible solution (which comes close to but doesn't match my ps prints):
    Disable indd's color management in edit>color_settings (emulate..off) (printer profile in indd's print settings becomes empty and unavailable) and have canon manage color under printer>color_matching>color_sync>my paper's profile.
    This solution is not ideal so i want to export a booklet for ps instead. Here thwarting nr.2:
    b) osx Lion - can't export indesign document booklet as a pdf.
    I've read other posts on this and there are workarounds through postscript but then i'd have to convert everything to cmyk if i understood this right. Not good.
    Is there any way to print my book in indesign or get it into photoshop as a booklet? Ideally with the text still intact rather than flattened into an image?
    I know there might not be answers to the specific issues above but i was hoping anybody could if not help me then suggest an alternative workflow. All i want to do is print my book reliably with icc profiles. Is this really not possible?
    Thank you so much and all help is truely appreciated!
    Cheers,
    Danny
    (i had a former post with a. as a topic which i will delete to avoid redundancy. Also - please forgive if this has been discussed before and point me in the right direction. Last not least i have read most threads on the topic so while a former topic might have dealt with my problems it's solution - by my understanding - didn't work for me. Example: postscript for pdf because of cmyk. At the same time i fully acknowledge i might just have not fully understood the solution. Thanks!)

    I can't help with your color proplem -- don't know the printer -- but you can use a script to impose your booklet in a new file, then export that to PDF.
    The two I use are by Dave Saunders. The first, http://pdsassoc.com/downloads/Buildbooklet.zip merely shuffles the pages in a new file. You then export that as spreads. It's very fast and easy, but cannot handle objects that cross the spine.
    The second is at Dave's CS3 Booklet Script and works by placing pages into a new spread-size document. This one does do cross-spine objects, but neither one handles creep. It's been awhile since I used either, but I think bleeds may be an issue for the second script, too.
    There are also imposing plugins for Acrobat...

  • Exporting as Dreamweaver - Images pixelated

    I produced a 300+ page product catalog in InDesign. I needed an easy way to export all the high res .EPS images from the catalog to be able to put them on our website. I used the Export as XHTML/Dreamweaver option to get all the .EPS images converted into .JPG's. For some reason however, about 70% of the images converted to .JPG's appear very pixelated or at "screen quality". They are nearly unrecognizable. I have adjusted the settings in the Export options and it doesn't seem to make a difference. If anyone can give me some direction or maybe an easier way of exporting all the images out - that would be great.

    Dont know what camera was used, the footage was given to me. The dimensions of the footage is 720X486. Dont know if that helps.

  • [MAC: InDesign CS4] Export to Dreamweaver bug

    Hi,
    I have InDesign files with graphics (.eps, tif, ai, psd) linking but the original grapics are missing. I have to do xhtml conversion without graphics and to keep the original graphic file name linking in the xhtml. Earlier when I export the CS3 file to xhtml via "Export to Dreamweaver..." and check the option "Copy Images" as "Original". InDesign stored all the file names in the xhtml file whether it is missing or not.
    InDesgin CS3 (xhtml output)
    <img src="00_99cent-web-images/99%20cover%20text_illus.ai" alt="missing image file" />
    The problem is nowadays we are getting InDesign CS4 files we have upgraded the software to InDesign CS4, with latest path 6.0.5, but when generating the xhtml via "Export to Dreamweaver..." it doesn't give the graphic name.
    InDesgin CS4 (xhtml output)
    <img src="00_99cent-web-images/" alt="missing image file" />
    Could you please look into this and do the needful.
    Thanks,
    Anil Yadav

    Hi Peter,
    The strange thing is, I just come to know, it is working well on InDesign-PC.
    This is really strange that something is fixed on PC plateform but not on MaC. Anway I have log the problem at bug report form
    Regards,
    Anil Yadav

  • ITunes Fix for Manually Moving Music and other Media

    Intro
    Any iTunes 7.x user who manages their own music library outside of the "iTunes Music" folder might be able to tell you that iTunes DOES NOT respond well after manually moving tracks from one place to another on their computer systems. In fact, any file you move becomes immediately unplayable in iTunes. And, if you're anything like I am, losing several years worth of song rating metadata and playlists is not a good incentive for change. However, one thing others might not be able to tell you is that there's an easy workaround for the problem and you get to keep your playlists, ratings and other info. Read on to learn about the workaround.
    About the Workaround
    The workaround is a simple hack I devised after recently transferring a good portion of my music library between hard disks and running into problems with iTunes. The fix steps provided below are intended to circumvent the problems with iTunes and give users the freedom to move songs and other media files on their computers while maintaining the integrity of both the ratings and the playlists. Meaning you won't need to manually update the song locations in iTunes one-at-a-time, which, at version 7.02 is the only way to accomplish this task using the program.
    Please be aware that not all information is retained using this workaround. What will be lost are the following: the "Recently Added", "Recently Played" and "Top 25 Most Played" iTunes Smart Playlists; any media file play counts; last played information; and possibly some other data used only internally by iTunes.
    So, if you're comfortable parting with some metadata while keeping your cherished song ratings and playlists intact during file relocation, read on to learn how to use the workaround.
    Workaround Steps
    The following instructions walk step-by-step through the process of this workaround.
    Note: All backslashes used in file paths have been converted to forward slashes so that they will adhere with MySpace XSS security validation checks. These altered paths can still be copy/paste into Windows Vista's Explorer program once the Username is changed to the User Account where the iTunes files reside.
    Preparing for the Move
    Before you move your files, do the following:
    1. Close iTunes.
    2. Create a backup copy of the following files:
    iTunes Library XML (iTunes Music Library.xml)
    Note: Vista users can find the Library XML at C:/Users/Username/Music/iTunes
    iTunes Music Database (iTunes Library.itl)
    Note: Vista users can find the Music Database at C:/Users/Username/Music/iTunes
    Moving Your Files
    This part should be self explanatory, but while you do it make sure to note the following two things:
    1. The path where the files were previously stored (e.g. D:/Music).
    2. The path where the files will end up (e.g. E:/Music).
    Execute the Fix
    After your files are moved, complete the following steps to implement the fix.
    Note: Do not open iTunes during this process.
    Hack the iTunes Library XML
    Once the files are moved the Library XML file locations will be out of sync. Follow the steps below to update them so that they now reference the correct file locations.
    1. Open the iTunes Library XML with a Text Editor with a Find/Replace function.
    Note: Vista users can find the Library XML at C:/Users/Username/Music/iTunes
    Tip: Do not try to do this with Dreamweaver if your Library XML is greater than 10MB.
    2. Perform a Find/Replace using the following inputs:
    Find: Path from Step 1 of Moving Your Files
    Replace: Path from Step 2 of Moving Your Files
    3. Confirm your results, and then save and close the Library XML.
    Delete the iTunes Music Database
    Hacking the iTunes Library isn't enough to fool iTunes. Like the Library XML, the Music Database also holds the file locations of all of the media stored within the program. And it's smart enough to wipe out the Library XML hack if iTunes is opened before completing this step.
    Ensure you have backed up the iTunes Music Database (iTunes Library.itl) and delete the file.
    Note: Vista users can find the Music Database at C:/Users/Username/Music/iTunes
    Back in iTunes
    Once the fix is in place you can now open iTunes again. You will notice that all of your playlists, music and other items have vanished. In order to recover them all (with the exception of the Smart Playlists mentioned in the About the Workaround section above) we'll need to import the hacked Library XML file back into iTunes.
    1. Open iTunes and press CtrlShiftO or go to File > Import…
    2. Navigate to and Open your modified Library XML (as pictured below).
    3. iTunes will then begin importing the contents of the XML file (as pictured below).
    Note: This process may take a while, depending on the size if your library.
    Wrapping Up
    Once the import process is complete iTunes will look almost exactly the way you left it, with the exception that some playlists have been duplicated and the number of songs may be a hair off. To fix this problem delete any duplicate playlists in the "Library" panel in iTunes. You can now test out the changes by selecting an item moved earlier and testing it out. All that's left from there is to let iTunes perform any automated analysis it needs to do and rock on.
      Other OS  

    Holy Smokes:
    I appreciate your detailed workaround post. My question is this: I use iTunes to keep everything organized (though I'm well aware of the shortcomings...) and can use the simple solution that Chris from CA posted, but I don't have room to consolidate everything. My read on consolidating is that you copy from wherever you have your music located (and right now my music is outside of the MyMusic/iTunes folder, as that backs up to my work server) and so you have to have enough room for all of your music to be copied (and then you delete it from its prior location). That's how Apple describes it in, e.g., http://docs.info.apple.com/article.html?artnum=301748. I ain't go that kind of room. Is there any way to make the move to a completely different PC by following the simple option? From the posting I just linked it sounds like you MUST consolidate whether you use you iPod to move things or use an external drive.
    Of course, I can use your workaround, but I thought I'd ask first. Many thanks.
      Windows XP Pro   iPod Video 60gb

  • How can I auto export a PDF File using the "Smallest File Size" preset and set the Exported File Name based on information from an Imported PDF?

    Greetings all,
    I am trying to create a script to automate a PDF export process for my company for inDesign. I’m fairly new to inDesign itself and have no previous experience with javascript, although I did take C++ in high school and have found it helpful in putting this code together.
    We have an inDesign template file and then use the Multi-page PDF importer script to import PDF files. We then have to export two version of each file that we import, then delete the imported file and all of the pages to reset the template. This has to be done for nearly 1000 pdf files each month and is quite tedious. I’m working on automating the process as much as possible. I’ve managed to piece together code that will cleanup the file much quicker and am now trying to automate the PDF exports themselves.
    The files are sent to us as “TRUGLY#####_Client” and need to be exported as “POP#####_Client_Date-Range_North/South.pdf”
    For example, TRUGLY12345_Client needs to be exported as POP12345_Client_Mar01-Mar31_North and POP12345_Client_Mar01-Mar31_South.
    There are two templates built into the template file for the north and south file that are toggled easily via layer visibility switches. I need to get a code that can ideally read the #s from the imported Trugly file as well as the Client and input those into variables to use when exporting. The date range is found in the same place in the top right of each pdf file. I am not sure if this can be read somehow or if it will have to be input manually. I can put North or South into the file name based on which template layer is visible.
    I am not sure how to go about doing this. I did find the following code for exporting to PDF with preset but it requires me to select a preset and then type the full file name. How can I set it to automatically use the “Smallest File Size” preset without prompting me to choose and then automatically input some or preferably all of the file name automatically? (If the entire filename is possible then I don’t even want a prompt to appear so it will be fully automated!)
    PDF Export Code (Originally from here: Simple PDF Export with Preset selection | IndiSnip [InDesign® Snippets]):
    var myPresets = app.pdfExportPresets.everyItem().name;
    myPresets.unshift("- Select Preset -");
    var myWin = new Window('dialog', 'PDF Export Presets');
    myWin.orientation = 'row';
    with(myWin){
        myWin.sText = add('statictext', undefined, 'Select PDF Export preset:');
        myWin.myPDFExport = add('dropdownlist',undefined,undefined,{items:myPresets});
        myWin.myPDFExport.selection = 0;
        myWin.btnOK = add('button', undefined, 'OK');
    myWin.center();
    var myWindow = myWin.show();
    if(myWindow == true && myWin.myPDFExport.selection.index != 0){
        var myPreset = app.pdfExportPresets.item(String(myWin.myPDFExport.selection));
        myFile = File(File.saveDialog("Save file with preset: " + myPreset.name,"PDF files: *.pdf"));
        if(myFile != null){
            app.activeDocument.exportFile(ExportFormat.PDF_TYPE, myFile, false, myPreset);
        }else{
            alert("No File selected");
    }else{
        alert("No PDF Preset selected");
    So far my code does the following:
    1) Runs the Multi-Page PDF Import Script
    2) Runs PDF Export Script Above
    3) Toggles the Template
    4) Runs #2 Again
    5) Deletes the imported PDF and all pages and toggles template again.
    It’s close and much better than the original process which was almost 100% manual but I’d like to remove the Preset prompt from the PDF script and have it automatically select the “Smallest File Size” preset. and then if there’s a way to have it auto-fill in the file name so no user input is required at all other than selecting each file to import. (If there’s a way to setup a batch action for the multi-import script that would be even better!)
    Thanks in advance and if there’s anything else I can provide that would help please let me know! Even a nudge in the right direction will be a big help!

    If you hold down the option key, it will typically show the location. Or you can often hit option-return on the file and it will reveal the file in the Finder, instead of opening it.
    Final option is to open it, and just option-click the filename in the toolbar of Preview and it should show you the location.
    It's probably an attachment to an email you've received. If you have Mail set to cache emails and their attachments it'll be stashed in a subdirectory of ~/Library/Mail. Which is fine.

  • New 16:9 movie and how to export it

    Hy
    I have to create a new movie for widescreens 16:9 format, and even If I tryed several times I don't have any success. So please advice me what I'm doing wrong
    When I'm creating a new project I'm setting a new preset with these settings:
    Editing Mode : DV NTSC
    Timebase : 29.97 frames/seccond
    Video : Frame size 720x480 ( I'm not able to chenge these settings
    Pixel aspect Ratio: D1/DV NTSC Widescreen 16:9(1.2)
    Display Format : 30fps Drop-Frame Timecode
    Now for the export I need a movie that can be played on a DivX Player that can support mpeg format or even an avi format.
    First I tryed directly from Export -> Movie but the file is too larger and is not suported by the DVD players
    Seccond I tryed to export it using Adobe Encode but the only suported format are FLV Quick Time, RealMedia and Windows Media. As far as I know the DVD player is not suporting these formats.
    What are your suggestions ?

    Ok I understand, but anyway, during the development, I diddn't solved the problem with the real 16:9 format.
    Because when I'm creating a new project I'm setting Widescreen 16:9 but I can't change the dimmnesions from 720x480 to 852x480. How can I do that ?
    Also the exported file is 14:9
    Regards

  • TOC and Cross reference bookmarks

    Hi. I recently finished work on a book that had front matter containing a brief TOC and a detailed TOC. The book also contained individual TOCs at the beginning of each chapter.
    I updated all numbering across the book files before generating the TOCs in the front matter, then generated the brief and detailed TOCs using my TOC Styles. However, I assigned cross references for the individual chapter TOCs. May not have been the best choice.
    Because there was special styling for some of the front matter TOC entries that wasn't easily specified using just the TOC Styles, I cut and pasted groups of entries from the generated TOC on the pasteboard into a new frame on the page. I checked in Story Editor to ensure that the invisible markers for the TOC entries had been copied into the new frame.
    When I exported the files to PDF, the TOC entries no longer pointed to the correct pages. They simply pointed to the first page of the PDF when clicked. Furthermore, no bookmarks showed up the TOC entries in the Bookmarks panel, even though I had "Create PDF Bookmarks" checked in my TOC Styles.
    I have three questions, then:
    --Is there any way to reclaim the behavior of the TOC bookmarks, and their display in the Bookmarks list of the PDF, if the entries are copied and pasted into a new frame in InDesign, without doing this manually in Acrobat Pro?
    --Is there any way to get cross references to display as bookmarks in a PDF, assuming that I needed to make individual PDFs of each chapter, without doing this manually in Acrobat Pro?
    --I'm betting that all files should be exported from InDesign as a single PDF in order for all TOC and cross reference links to work properly, without manual intervention in Acrobat Pro? If so, and manual intervention is required, is this accomplished by cataloging/indexing in Acrobat Pro?
    I need to be able to pass this information along to a publisher who is now requiring all of their compositors to submit bookmarked PDFs with their printer files. I'm pretty sure I know the answer to this one, but I would like verification from the pros here. Thanks!

    Hi. I recently finished work on a book that had front matter containing a brief TOC and a detailed TOC. The book also contained individual TOCs at the beginning of each chapter.
    I updated all numbering across the book files before generating the TOCs in the front matter, then generated the brief and detailed TOCs using my TOC Styles. However, I assigned cross references for the individual chapter TOCs. May not have been the best choice.
    Because there was special styling for some of the front matter TOC entries that wasn't easily specified using just the TOC Styles, I cut and pasted groups of entries from the generated TOC on the pasteboard into a new frame on the page. I checked in Story Editor to ensure that the invisible markers for the TOC entries had been copied into the new frame.
    When I exported the files to PDF, the TOC entries no longer pointed to the correct pages. They simply pointed to the first page of the PDF when clicked. Furthermore, no bookmarks showed up the TOC entries in the Bookmarks panel, even though I had "Create PDF Bookmarks" checked in my TOC Styles.
    I have three questions, then:
    --Is there any way to reclaim the behavior of the TOC bookmarks, and their display in the Bookmarks list of the PDF, if the entries are copied and pasted into a new frame in InDesign, without doing this manually in Acrobat Pro?
    --Is there any way to get cross references to display as bookmarks in a PDF, assuming that I needed to make individual PDFs of each chapter, without doing this manually in Acrobat Pro?
    --I'm betting that all files should be exported from InDesign as a single PDF in order for all TOC and cross reference links to work properly, without manual intervention in Acrobat Pro? If so, and manual intervention is required, is this accomplished by cataloging/indexing in Acrobat Pro?
    I need to be able to pass this information along to a publisher who is now requiring all of their compositors to submit bookmarked PDFs with their printer files. I'm pretty sure I know the answer to this one, but I would like verification from the pros here. Thanks!

  • After Effects CC 2014,0 H264 Media export

    Windows 8.1 (absolutely nothing to do with the problem)
    Quicktime version 7,7,5 (absolutely nothing to do with the problem)
    After Effects CC 2014.0
    Unable to export media with h264 codec of the same quality as in After Effects CS6,
    Media Encoder CC 2014.0 - h264 - worse quality, twice the size of the file
    Quicktime - h264 - much lower quality, much larger - about 6x - unusable
    Thank you for advice on how to make After Effects reusable software.
    Without quality media export this program unusable.

    Thank you I learned that it is dependent on the setting. After twenty years of working with AE, it is refreshing to me. I recommend you try the settings before you answer and you will see that the original h264 codec, which was removed from After Effects, had at the same file size much higher quality. Full HD 50p has MediaCoder twice the size of a qucktime h264 is unusable. If you say that the same results can edit the settings, please publish here the settings for full HD 50p. (for sure 50 frames per second 1920x1080 px) After the recent modifications indeed degraded to a tool for Youtube, but before that it was a professional tool for video post-production. Please, therefore the publication of setting the same quality as it was before deleting AE h264 codec.

  • How can scripts and  smart forms send to mail and pdf?

    HI i want to know how script and smartforms will send to mail and pdf formates>?

    Dear Anees ,
                       Pleas pass on the parameter in itcpo - (getotf  ) structure while calling OPEN_FORM as 'X' .
    I have answered it in detail in your earlier post .
    also giving below sample program for sending SAPSCRIPT as PDFattachment in email  :
    REPORT zsapscript_pdf_via_mail MESSAGE-ID zvele LINE-SIZE 68
    NO STANDARD PAGE HEADING.
    TABLES: itcpo.
    Open your usual sapscript specifying that the output will be OTF
    itcpo-tdgetotf = 'X'.
    CALL FUNCTION 'OPEN_FORM'
    EXPORTING
    device = 'PRINTER'
    dialog = ''
    form = '............'
    language = sy-langu
    options = itcpo
    EXCEPTIONS
    canceled = 1
    device = 2
    form = 3
    options = 4
    unclosed = 5
    OTHERS = 6.
    CALL FUNCTION 'WRITE_FORM'
    EXPORTING
    window = '............'
    element = '............'
    EXCEPTIONS
    window = 1
    element = 2.
    DATA: BEGIN OF t_otfdata OCCURS 0.
    INCLUDE STRUCTURE itcoo.
    DATA: END OF t_otfdata.
    Closing the Sapscript, we save data (OTF) in a table
    CALL FUNCTION 'CLOSE_FORM'
    TABLES
    otfdata = t_otfdata
    EXCEPTIONS
    unopened = 1
    bad_pageformat_for_print = 2
    send_error = 3
    spool_error = 4
    OTHERS = 5.
    DATA: len_in LIKE sood-objlen,
    len_out LIKE sood-objlen.
    DATA: BEGIN OF t_pdfdata OCCURS 0.
    INCLUDE STRUCTURE solisti1.
    DATA: END OF t_pdfdata.
    DATA: BEGIN OF t_otfdata2 OCCURS 0.
    INCLUDE STRUCTURE solisti1.
    DATA: END OF t_otfdata2.
    Move OTF data to another table with lenght 255
    LOOP AT t_otfdata.
    CONCATENATE t_otfdata-tdprintcom t_otfdata-tdprintpar INTO t_otfdata2.
    APPEND t_otfdata2.
    ENDLOOP.
    Convert OTF format to PDF
    CALL FUNCTION 'SX_OBJECT_CONVERT_OTF_PDF'
    EXPORTING
    format_src = 'OTF'
    format_dst = 'PDF'
    devtype = 'PRINTER'
    FUNCPARA =
    len_in = len_in
    IMPORTING
    len_out = len_out
    TABLES
    content_in = t_otfdata2
    content_out = t_pdfdata
    EXCEPTIONS
    err_conv_failed = 1
    OTHERS = 2.
    Download on local directory
    *CALL FUNCTION 'WS_DOWNLOAD'
    EXPORTING
    BIN_FILESIZE = len_out
    FILENAME = 'c:\test.pdf'
    FILETYPE = 'BIN'
    TABLES
    data_tab = t_pdfdata.
    Mail settings
    DATA: objpack LIKE sopcklsti1 OCCURS 2 WITH HEADER LINE.
    DATA: objhead LIKE solisti1 OCCURS 1 WITH HEADER LINE.
    DATA: objbin LIKE solisti1 OCCURS 10 WITH HEADER LINE.
    DATA: objtxt LIKE solisti1 OCCURS 10 WITH HEADER LINE.
    DATA: reclist LIKE somlreci1 OCCURS 5 WITH HEADER LINe.
    DATA: doc_chng LIKE sodocchgi1.
    DATA righe_attachment TYPE i.
    DATA righe_testo TYPE i.
    DATA z_email(80) TYPE c.
    Receivers parameters
    SELECT-OPTIONS: s_email FOR z_email LOWER CASE NO INTERVALS.
    PARAMETERS rec_type LIKE reclist-rec_type
    DEFAULT 'U'. " type of sending address
    CLEAR: reclist, reclist[],
    objhead, objhead[],
    objtxt, objtxt[],
    objbin, objbin[],
    objpack, objpack[].
    Attachment filling
    LOOP AT t_pdfdata.
    objbin-line = t_pdfdata.
    APPEND objbin.
    ENDLOOP.
    DESCRIBE TABLE objbin LINES righe_attachment.
    Text filling
    objtxt = 'Testo della Mail - Riga 1'.APPEND objtxt.
    objtxt = 'Testo della Mail - Riga 2'.APPEND objtxt.
    objtxt = 'Testo della Mail - Riga n'.APPEND objtxt.
    DESCRIBE TABLE objtxt LINES righe_testo.
    Other filling
    doc_chng-obj_name = 'URGENT'.
    doc_chng-expiry_dat = sy-datum + 10.
    doc_chng-obj_descr = 'Prova invio Mail con PDF'.
    doc_chng-sensitivty = 'O'.
    doc_chng-doc_size = righe_testo * 255.
    CLEAR objpack-transf_bin.
    objpack-head_start = 1.
    objpack-head_num = 0.
    objpack-body_start = 1.
    objpack-body_num = righe_testo.
    objpack-doc_type = 'RAW'.
    APPEND objpack.
    objpack-transf_bin = 'X'.
    objpack-head_start = 1.
    objpack-head_num = 1.
    objpack-body_start = 1.
    objpack-body_num = righe_attachment.
    objpack-doc_type = 'PDF'.
    objpack-obj_name = 'TEST'.
    objpack-obj_descr = 'File.pdf'.
    objpack-doc_size = righe_attachment * 255.
    APPEND objpack.
    Receivers filling
    LOOP AT s_email WHERE sign = 'I'
    AND option = 'EQ'
    AND NOT ( low IS initial ).
    CLEAR reclist.
    IF sy-tabix > 1.
    reclist-copy = 'X'.
    ENDIF.
    reclist-receiver = s_email-low.
    IF rec_type IS INITIAL.
    reclist-rec_type = 'U'. " Internet e-mail
    ELSE.
    reclist-rec_type = rec_type.
    ENDIF.
    reclist-notif_del = 'X'. " request delivery notification
    reclist-notif_ndel = 'X'. " request not delivered notification
    APPEND reclist.
    ENDLOOP.
    Mail Send
    CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
    EXPORTING
    document_data = doc_chng
    put_in_outbox = 'X'
    IMPORTING
    SENT_TO_ALL =
    NEW_OBJECT_ID =
    TABLES
    packing_list = objpack
    object_header = objhead
    contents_bin = objbin
    contents_txt = objtxt
    OBJECT_PARA =
    OBJECT_PARB =
    receivers = reclist
    CONTENTS_HEX =
    EXCEPTIONS
    too_many_receivers = 1
    document_not_sent = 2
    document_type_not_exist = 3
    operation_no_authorization = 4
    parameter_error = 5
    x_error = 6
    enqueue_error = 7

Maybe you are looking for