Adobe
产品
创意套装
Photoshop
Acrobat 系列产品
Flash 平台
在线营销套装
数字企业平台
数字出版套装
更多产品
解决方案学习帮助下载公司
商店
在线商店
产品价格
批量许可
查找经销商
搜索
 
信息 登录
欢迎,我的支持
我的帐户
注销
为何登录?登录后可以管理您的帐户,访问试用版下载、产品扩展和社区区域等。
Adobe
产品 分类   搜索  
解决方案 公司
帮助 学习
登录 欢迎, 我的货物 我的支持
Qty:
Subtotal
Checkout
Adobe Creative Suite 系列 / Adobe InDesign CS5.5 /

InDesign CS5.5 / Extend

概览 Extend FAQ 评论 展示 技术规范 功能
购买指南
  • Integration
  • Automation
  • Plug-ins

Automated publishing with XML, IDML, and scripting

The flexible XML options, InDesign® Markup Language (IDML), and rich scripting support in Adobe® InDesign CS5 and InDesign CS5 Server software allow you to create powerful automated workflows for publishing content across various systems and output media. Find in-depth information about the XML, IDML, and scripting support in InDesign to help you create a strong foundation for custom solutions that meet your unique publishing requirements.

 

If you're considering automating InDesign, you may also want to look at Adobe InDesign CS5 Server, the robust, flexible, and scalable version of InDesign CS5. Because InDesign CS5 Server shares the same codebase as InDesign CS5, it offers all the features of the desktop version as well as a number of server-based features.

Jump to:

  • IDML resources
  • XML resources
  • Scripting resources
  • XMP resources
返回顶部

IDML resources

IDML is an open, XML-based file format that enables third-party developers and systems integrators to programmatically create, modify, and deconstruct InDesign documents outside the context of InDesign. IDML works with standard XML editing tools, making it easy to use in automated workflows. And with support for multi-threading in InDesign CS5, working with the IDML file format is even faster.

 

With IDML, developers can now:

 

  1. Dynamically generate or modify documents
  2. Deconstruct and reuse portions of documents
  3. Transform document elements using XSLT
  4. Find and modify data within InDesign documents using XPath or XQuery
  5. Use Adobe Flex® Builder™ software and the Adobe AIR® runtime to create custom applications and interfaces in front of IDML workflows

A reinvention of designed document workflows

IDML is derived from the InDesign Interchange (INX) format, which was introduced in InDesign CS2 to enable users to save documents for use in a previous version. INX was difficult to read and manipulate because it was designed to be used by InDesign alone. Those who tried to manipulate INX encountered challenges with readability, robustness, extensibility, and compatibility with XML tools.

 

IDML addresses these concerns by enabling developers to change, assemble, and reassemble XML representations of InDesign documents. This allows for the creation and manipulation of InDesign files outside the context of InDesign. The files are then brought back into an InDesign product for rendering into a final output format.

 

Benefits

IDML offers an easier, more flexible way to build and implement a variety of publishing solutions. Benefits include:

 

  1. Completeness — With IDML, objects, attributes, and preferences can be represented with complete roundtrip capability.
  2. Readability — The IDML format can be read and written by virtually any program or tool capable of reading and writing XML.
  3. Robustness — With IDML, developers have more visibility into errors and increased flexibility in handling them.
  4. Backward compatibility — Users will be able to take an IDML file generated for one version and open it in subsequent versions.

Sample use cases

Because IDML is an XML format, its potential uses are varied. However, some common uses might include:

 

  1. Roundtripping — IDML allows a solution to convert back and forth between the InDesign binary file format and IDML. For example, an InDesign document can be exported to IDML for use as a template outside of InDesign, and the IDML template can then be modified using XML tools and imported back to InDesign file format.
  2. Dynamic document construction — In this scenario, IDML documents can be constructed from information in a database or from a wire feed using XML tools, and then opened in InDesign or Adobe InCopy® software for further processing.

IDML partners

/content/dotcom/cn/products/indesign/extend/jcr:content/bodycontent1/tabcontrol_5e6/parsystab2/ttt_4/image/file

Sabern is a software company based in the Netherlands that specializes in software and application development for database publishing, document publishing, content management, and web to print solutions. Sabern provides custom application development services and has a proven track record of delivering automated publishing solutions to organizations within the print, government, airlines, finance, wholesale, transport, and telecom industries.

 

Using a web browser and Sabern's DesignDB, customers can create documents and high-resolution PDF files from predefined templates created in InDesign CS4. With DesignDB, nondesigners can quickly and easily create highly professional marketing material and publications, offering significant improvements in speed and efficiency when compared to conventional workflows.

"DesignDB takes full advantage of Adobe's new IDML format. Because IDML is XML with specific elements that enable access to InDesign formatting functions, we can now use standard XML editing software and utilities to manipulate the IDML outside of InDesign. With the flexibility that this format provides our developers, we can bring the latest generation of automated publishing solution to market quicker than ever before."
— Karen Lelieveld, Sabern

/content/dotcom/cn/products/indesign/extend/jcr:content/bodycontent1/tabcontrol_5e6/parsystab2/ttt_6/image/file

censhare AG has developed the censhare publishing system, based on a media asset management solution, for the production, management, and publication of content across multiple media channels. The integration of an editorial system and WebCMS also enables the parallel production of content.

 

The censhare Translation Memory System enables customers who need to publish content in many languages to extract and reuse specific elements of any translation. The Translation Memory System uses IDML as a more efficient way to extract and manipulate the content, enabling segmentation of the text and paragraphs based on sentences while maintaining all styles. IDML also provides a way to more deeply integrate the censhare solution with Microsoft Office. Excel tables and Word documents can be automatically styled by censhare and then placed directly into and edited within InDesign layouts.

"IDML is a complete and open standard layout format for professional publishing. Now we are able to construct and decode layouts using standard XML tools. Since censhare is based on XML, this allows for a very elegant integration."
— Mathias Wurth, censhare AG

返回顶部

XML resources

The XML rules engine

Find out how developers are working with the XML rules-processing engine to automatically build page layouts in InDesign.

Adobe InDesign and XML: A Technical Reference

Get in-depth technical information about the XML features in InDesign, such as XML tagging, XML import and export, DTD validation, and the XML rules-processing engine.

View or download (PDF, 2.8M)

Real World InDesign:Transforming XML

Transform XML into HTML or any text format, including plain text, PDF, PostScript®, other forms of XML, and InDesign tagged text. (Excerpted from "Real World Adobe InDesign CS2")

InDesign CS4 User Guide XML chapter

Refer to the XML chapter excerpted from the Adobe InDesign CS4 User Guide for answers to basic questions about XML support in InDesign.

Real World InDesign: Creating placeholders

Let InDesign CS2 repeat the arrangement of placeholder elements and static text for corresponding elements in an imported XML file. (Excerpted from "Real World Adobe InDesign CS2")

Cox Newspapers

Discover how a major newspaper chain has streamlined cross-media publishing and enhanced its brand using InDesign and InCopy.

View or download (PDF, 700k)

BusinessWeek

Learn how InDesign, InCopy, the SoftCare K4 Publishing System, and the power of XML allowed BusinessWeek to combine separate print and web workflows into a single, streamlined process.

返回顶部

Scripting resources

With InDesign scripting support, you can automate tedious production tasks such as placing and replacing images, correcting errors in text, and preparing files for printing. And it plays an integral role in XML and IDML-based workflows. Here are some resources for both beginners and more experienced scripters.

InDesign CS5 scripting resources

Adobe Introduction to Scripting

Check out this informative primer on why, how, and when to use scripting in Adobe Creative Suite® 5 applications.

View or download (PDF, 851k)

Adobe InDesign CS5 scripting tutorial

Learn the basics of InDesign CS5 scripting in this detailed tutorial.

 

View or download the tutorial (PDF, 936k)
Download the InDesign Scripting Tutorial scripts (ZIP, 11k)

InDesign CS5 in-depth scripting guides

Get in-depth information about creating custom scripts for InDesign CS5 using AppleScript, JavaScript, and VBScript in each of these detailed guides.

 

View or download the AppleScript guide (PDF, 2.0M)

View or download the JavaScript guide (PDF, 1.4M)

View or download the VBScript guide (PDF, 2.0M)

Download the InDesign Scripting Guide scripts (ZIP, 832k)

Download the InDesign sample scripts (ZIP, 138k)

Adobe Creative Suite JavaScript Tools Guide

Check out this document for information about the JavaScript features, tools, and objects that are common to all Adobe Creative Suite 5 applications that support JavaScript.

View or download (PDF, 4.4M)

InDesign scripting user forum

Share design and type-related questions and answers and exchange scripts, scripting ideas, and XML information with like-minded professionals.

InDesign Exchange

Download free scripts or upload those you've created, plus share templates, plug-ins, actions, and other helper files that add new features to your layouts, in the Adobe Resource Center.

InDesign CS4 scripting resources

Adobe Introduction to Scripting

Check out this informative primer on why, how, and when to use scripting in Adobe Creative Suite® 4 applications.

View or download (PDF, 851k)

Adobe InDesign CS4 scripting tutorial

Learn the basics of InDesign CS4 scripting in this detailed tutorial.

 

View or download the tutorial (PDF, 1.1M)
Download the InDesign Scripting Tutorial scripts (ZIP, 10k)

InDesign CS4 in-depth scripting guides

Get in-depth information about creating custom scripts for InDesign CS4 using AppleScript, JavaScript, and VBScript in each of these detailed guides.

 

View or download the AppleScript guide (PDF, 3.2M)

View or download the JavaScript guide (PDF, 3.2M)

View or download the VBScript guide (PDF, 3.2M)

Download the InDesign Scripting Guide scripts (ZIP, 648k)

Download the InDesign sample scripts (ZIP, 200k)

Adobe Creative Suite JavaScript Tools Guide

Check out this document for information about the JavaScript features, tools, and objects that are common to all Adobe Creative Suite 4 applications that support JavaScript.

View or download (PDF, 4.25M)

InDesign scripting user forum

Share design and type-related questions and answers and exchange scripts, scripting ideas, and XML information with like-minded professionals.

InDesign Exchange

Download free scripts or upload those you've created, plus share templates, plug-ins, actions, and other helper files that add new features to your layouts, in the Adobe Resource Center.

InDesign CS3 scripting resources

Adobe Introduction to Scripting

Check out this informative primer on why, how, and when to use scripting in the Creative Suite 3 applications.

View or download (PDF, 674k)

InDesign CS3 in-depth scripting guides

Get in-depth information about creating custom scripts for InDesign CS3 using AppleScript, JavaScript, and VBScript in each of these detailed guides.(Before you begin, review the Scripting ReadMe file for Adobe InDesign CS3 .)

 

View or download the AppleScript guide (PDF, 3.4M)

View or download the JavaScript guide (PDF, 3.2M)

View or download the VBScript guide (PDF, 3.2M)

Download the supporting Scripting Guide scripts (ZIP, 465k)

InDesign CS3 Transformation Tutorial

Using scripting to move, scale, rotate, and shear an object has changed significantly in InDesign CS3. This short tutorial and associated scripts show you how to work with the new transformation architecture to achieve the results you need.

 

View or download the InDesign CS3 Transform Tutorial AppleScript (PDF, 322k)

View or download the InDesign CS3 Transform Tutorial JavaScript (PDF, 323k)

View or download the InDesign CS3 Transform Tutorial VBScript (PDF, 333k)

Download the InDesign CS3 Transform Tutorial Scripts (ZIP, 45k)

Build an InDesign CS3 workflow in Automator

Learn how to create and use Apple's Automator Actions with InDesign.

 

Review the InDesign Automator Tutorial (PDF, 4.6M)
Download InDesign Automator Tutorial Actions. (ZIP, 267k)

InDesign CS3 Products SDK

Download sample code and documentation that helps software developers access the functionality of InDesign CS3, InCopy CS3, and InDesign CS3 Server software.

InDesign scripting user forum

Share design and type-related questions and answers, plus exchange scripts, scripting ideas, and XML information with like-minded professionals.

Exchange InDesign scripts

Download free scripts or upload those you've created, plus share templates, plug-ins, actions, and other helper files that add new features to your layouts, in the Adobe Resource Center.

InDesign CS2 scripting resources

Download InDesign CS2 scripts

Customize your page layout tools and add polish to your InDesign CS2 layouts automatically with these free scripts.

Download InDesign CS2 scripts (ZIP, 155k)

Download InCopy CS2 scripts

Automate tasks in InCopy CS2, such as exporting all stories or creating character styles, using this selection of free scripts.

Download InCopy CS2 scripts (ZIP, 31k)

Additional resources

InCopy scripting resources
Download additional scripting resources for Adobe InCopy CS4.

返回顶部

XMP resources

XMP — Adding intelligence to media

Adobe's Extensible Metadata Platform (XMP) is a labeling technology that allows you to embed data about a file, known as metadata, into the file itself. For more information on how partners and standards are using XMP, go to the XMP website.

XMP technology for developers

The XMP Toolkit allows you to integrate metadata functionality into your product or solution. It supports Mac OS, Windows®, and UNIX® and comes with samples, documentation, source code, and project files. The XMP Toolkit is available under the BSD license.

学习

更多
  • 入门
  • Adobe TV 上的教程
  • 使用指南
  • 培训和书籍
  • 培训提供商
  • 研讨会与活动
  • 用户组

帮助

更多
  • 帮助和支持
  • 用户论坛
  • Windows 更新
  • Mac 更新

资源

  • 开发人员中心
  • 增效工具
  • Quark XPress 至 InDesign CS5 转换指南/etc/pagetables/link_icon/pdf/jcr:content/image/file
  • InDesign 自动化
  • 自定义编辑出版解决方案
  • 数字出版技术中心

页面工具

在 Facebook 上共享
在 Twitter 上共享
在 LinkedIn 上共享
书签
打印
InDesign CS5.5

为印刷和数字出版设计专业页面布局

InDesign CS5.5
购买 试用
完成更多...
Creative Suite 5.5 Design Standard

制作具有感染力的印刷设计和数字出版物

Creative Suite 5.5 Design Standard
购买 试用
其他购买方式

查找经销商

查找经销商

产品价格

产品价格

批量许可

授权选项

产品

  • Creative Suite
  • Photoshop 系列产品
  • Acrobat 系列
  • Flash Platform
  • Digital Marketing Suite
  • Digital Enterprise Suite
  • Digital Publishing Suite
  • 移动应用程序

解决方案

  • 客户体验管理
  • 内容创作
  • 数字营销

行业

  • 教育
  • 金融服务业
  • 政府部门

帮助

  • 产品帮助中心
  • 订货和退货
  • 下载和安装
  • 我的 Adobe

学习

  • Adobe 开发人员连接
  • Adobe TV
  • 培训和认证
  • 论坛
  • 设计中心

购买方式

  • 在线商店
  • 批量许可
  • 查找经销商

下载

  • Adobe Reader
  • Adobe Flash Player
  • Adobe AIR
  • Adobe Shockwave Player

公司

  • 新闻编辑室
  • 合作伙伴计划
  • 公司社会责任
  • 工作机会
  • 投资者关系
  • 事件
  • 法律
  • 联系 Adobe
选择您的地区 中国(更改)
选择您的地区 关闭

North America

Europe, Middle East and Africa

Asia Pacific

  • Canada - English
  • Canada - Français
  • Latinoamérica
  • México
  • United States

South America

  • Brasil
  • Africa - English
  • Belgium - English
  • Belgique - Français
  • België - Nederlands
  • България
  • Česká republika
  • Danmark
  • Eastern Europe - English
  • Eesti
  • España
  • France
  • Deutschland
  • Hrvatska
  • Ireland
  • Israel - English
  • Italia
  • Latvija
  • Lietuva
  • Luxembourg - Deutsch
  • Luxembourg - English
  • Luxembourg - Français
  • Magyarország
  • Middle East and North Africa - English
  • Moyen-Orient et Afrique du Nord - Français
  • Nederland
  • Norge
  • Österreich - Deutsch
  • Polska
  • Portugal
  • România
  • Россия
  • Schweiz - Deutsch
  • Suisse - Français
  • Svizzera - Italiano
  • Slovenija
  • Slovensko
  • Srbija
  • Suomi
  • Sverige
  • Türkiye
  • Україна
  • United Kingdom
  • Australia
  • 中国
  • 中國香港特別行政區
  • Hong Kong S.A.R. of China
  • India - English
  • 日本
  • 한국
  • New Zealand
  • Pacific - English
  • 台灣

Southeast Asia

  • Includes Indonesia, Malaysia, Philippines, Singapore, Thailand, and Vietnam - English

Copyright © 2012 Adobe Systems Incorporated。保留所有权利。

使用本网站表明您同意使用条款和在线隐私政策(2009 年 7 月 14 日更新)。

京 ICP 备 10217899 号 京公网安备 110105010404