<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: More INX Tricks: Changing PDF pages and Layer Visibility</title>
	<atom:link href="http://indesignsecrets.com/more-inx-tricks-changing-pdf-pages-and-layer-visibility.php/feed" rel="self" type="application/rss+xml" />
	<link>http://indesignsecrets.com/more-inx-tricks-changing-pdf-pages-and-layer-visibility.php</link>
	<description>InDesignSecrets Blog and Podcast</description>
	<lastBuildDate>Thu, 24 May 2012 08:00:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mike Rankin</title>
		<link>http://indesignsecrets.com/more-inx-tricks-changing-pdf-pages-and-layer-visibility.php/comment-page-1#comment-476111</link>
		<dc:creator>Mike Rankin</dc:creator>
		<pubDate>Wed, 10 Jun 2009 16:46:42 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/?p=2572#comment-476111</guid>
		<description>Robert-

I don&#039;t know of an easy way to answer that. 

TextFrame objects have attributes to define the ParentStory they belong to, and in the case of linked frames, a PreviousTextFrame and a NextTextFrame. There&#039;s also an attribute called ItemTransform that lists an array of values to tell InDesign where on the spread the TextFrame sits. 

You might want to look at the specification and cookbook documents on the Adobe Devnet.


Jose-

Sorry I missed your comment till now. You would have to manipulate the ItemTransform values on each of the TextFrame elements. It wouldn&#039;t be a trivial task, but with some experimentation, I bet you could find the pattern of values to change.</description>
		<content:encoded><![CDATA[<p>Robert-</p>
<p>I don&#8217;t know of an easy way to answer that. </p>
<p>TextFrame objects have attributes to define the ParentStory they belong to, and in the case of linked frames, a PreviousTextFrame and a NextTextFrame. There&#8217;s also an attribute called ItemTransform that lists an array of values to tell InDesign where on the spread the TextFrame sits. </p>
<p>You might want to look at the specification and cookbook documents on the Adobe Devnet.</p>
<p>Jose-</p>
<p>Sorry I missed your comment till now. You would have to manipulate the ItemTransform values on each of the TextFrame elements. It wouldn&#8217;t be a trivial task, but with some experimentation, I bet you could find the pattern of values to change.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://indesignsecrets.com/more-inx-tricks-changing-pdf-pages-and-layer-visibility.php/comment-page-1#comment-476110</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Wed, 10 Jun 2009 14:49:59 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/?p=2572#comment-476110</guid>
		<description>Hi,

I have a special question on idml.

How can I get the order of stories (display order textframe in indesign) ?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have a special question on idml.</p>
<p>How can I get the order of stories (display order textframe in indesign) ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jose Ramos</title>
		<link>http://indesignsecrets.com/more-inx-tricks-changing-pdf-pages-and-layer-visibility.php/comment-page-1#comment-475143</link>
		<dc:creator>Jose Ramos</dc:creator>
		<pubDate>Thu, 23 Apr 2009 13:34:26 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/?p=2572#comment-475143</guid>
		<description>I apologize for being late to the party again, but, what if I had a document with 1000 text frames all of the same size, and wanted to change to a specific size. Say from 100pts wide to 50pts wide. What would I look for in the code?</description>
		<content:encoded><![CDATA[<p>I apologize for being late to the party again, but, what if I had a document with 1000 text frames all of the same size, and wanted to change to a specific size. Say from 100pts wide to 50pts wide. What would I look for in the code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Rankin</title>
		<link>http://indesignsecrets.com/more-inx-tricks-changing-pdf-pages-and-layer-visibility.php/comment-page-1#comment-473323</link>
		<dc:creator>Mike Rankin</dc:creator>
		<pubDate>Wed, 25 Feb 2009 00:44:59 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/?p=2572#comment-473323</guid>
		<description>Thanks, Shmuel! I did wonder about that, but since I didn&#039;t have to deal with it, I didn&#039;t wonder too much. ;)</description>
		<content:encoded><![CDATA[<p>Thanks, Shmuel! I did wonder about that, but since I didn&#8217;t have to deal with it, I didn&#8217;t wonder too much. <img src='http://indesignsecrets.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shmuel</title>
		<link>http://indesignsecrets.com/more-inx-tricks-changing-pdf-pages-and-layer-visibility.php/comment-page-1#comment-473321</link>
		<dc:creator>Shmuel</dc:creator>
		<pubDate>Tue, 24 Feb 2009 23:43:14 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/?p=2572#comment-473321</guid>
		<description>&gt;&gt; At the end of the Pgnb attribute is a character which corresponds to the absolute page number in the PDF. If there are fewer than ten pages in the PDF, that character is the page number. If there are more than ten pages, things get more complicated. Letters replace numbers, so the 10th page is “a” the 11th page is “b” and so on. &lt;&lt;

I suspect that the page number is actually stored in hexadecimal text format, so that after &quot;f&quot; (fifteen) comes &quot;10&quot; (sixteen). Otherwise, when you run out of alphabet, you run out of page numbers. :-)</description>
		<content:encoded><![CDATA[<p>&gt;&gt; At the end of the Pgnb attribute is a character which corresponds to the absolute page number in the PDF. If there are fewer than ten pages in the PDF, that character is the page number. If there are more than ten pages, things get more complicated. Letters replace numbers, so the 10th page is “a” the 11th page is “b” and so on. &lt;&lt;</p>
<p>I suspect that the page number is actually stored in hexadecimal text format, so that after &#8220;f&#8221; (fifteen) comes &#8220;10&#8243; (sixteen). Otherwise, when you run out of alphabet, you run out of page numbers. <img src='http://indesignsecrets.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Rankin</title>
		<link>http://indesignsecrets.com/more-inx-tricks-changing-pdf-pages-and-layer-visibility.php/comment-page-1#comment-473313</link>
		<dc:creator>Mike Rankin</dc:creator>
		<pubDate>Tue, 24 Feb 2009 21:23:31 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/?p=2572#comment-473313</guid>
		<description>Jason-

There is no schema for INX, but the next best thing is a document called &quot;ScriptingDefs.h&quot;. Download the CS3 SDK, and look in source &gt; public &gt; includes. The document has a huge list of script classes, events, properties, etc which which translate those opaque little 4-letter codes.

As for IDML, you can get the schema here: http://www.adobe.com/devnet/indesign/docs/idml-schema.zip

Have fun!</description>
		<content:encoded><![CDATA[<p>Jason-</p>
<p>There is no schema for INX, but the next best thing is a document called &#8220;ScriptingDefs.h&#8221;. Download the CS3 SDK, and look in source &gt; public &gt; includes. The document has a huge list of script classes, events, properties, etc which which translate those opaque little 4-letter codes.</p>
<p>As for IDML, you can get the schema here: <a href="http://www.adobe.com/devnet/indesign/docs/idml-schema.zip" rel="nofollow">http://www.adobe.com/devnet/indesign/docs/idml-schema.zip</a></p>
<p>Have fun!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://indesignsecrets.com/more-inx-tricks-changing-pdf-pages-and-layer-visibility.php/comment-page-1#comment-473311</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Tue, 24 Feb 2009 21:09:55 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/?p=2572#comment-473311</guid>
		<description>Is there a DTD or schema that you&#039;ve seen to help you find these elements? Or did you just dig through it looking for elements and attributes that sounded like they&#039;d work?</description>
		<content:encoded><![CDATA[<p>Is there a DTD or schema that you&#8217;ve seen to help you find these elements? Or did you just dig through it looking for elements and attributes that sounded like they&#8217;d work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Blatner</title>
		<link>http://indesignsecrets.com/more-inx-tricks-changing-pdf-pages-and-layer-visibility.php/comment-page-1#comment-473299</link>
		<dc:creator>David Blatner</dc:creator>
		<pubDate>Tue, 24 Feb 2009 16:19:24 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/?p=2572#comment-473299</guid>
		<description>This is awesome. Thanks for glopping around and digging up these tricks. 

Note that you can also bypass the Show Import Options script trick by using the Show Import Options checkbox in the Relink dialog box, as &lt;a href=&quot;http://indesignsecrets.com/how-to-choose-a-different-artboard-in-an-ai-file.php&quot; rel=&quot;nofollow&quot;&gt;mentioned here&lt;/a&gt;.

But the INX or IDML route lets you batch process many images quickly! Very interesting.</description>
		<content:encoded><![CDATA[<p>This is awesome. Thanks for glopping around and digging up these tricks. </p>
<p>Note that you can also bypass the Show Import Options script trick by using the Show Import Options checkbox in the Relink dialog box, as <a href="http://indesignsecrets.com/how-to-choose-a-different-artboard-in-an-ai-file.php" rel="nofollow">mentioned here</a>.</p>
<p>But the INX or IDML route lets you batch process many images quickly! Very interesting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Rankin</title>
		<link>http://indesignsecrets.com/more-inx-tricks-changing-pdf-pages-and-layer-visibility.php/comment-page-1#comment-473297</link>
		<dc:creator>Mike Rankin</dc:creator>
		<pubDate>Tue, 24 Feb 2009 15:52:20 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/?p=2572#comment-473297</guid>
		<description>I edited spread.xml files. If you open the IDML package and look in the Spreads folder, you&#039;ll see all the document spreads listed in order as separate XML files.

But, if the PDF or graphic is on a master page, then edit the files in the MasterSpreads folder.</description>
		<content:encoded><![CDATA[<p>I edited spread.xml files. If you open the IDML package and look in the Spreads folder, you&#8217;ll see all the document spreads listed in order as separate XML files.</p>
<p>But, if the PDF or graphic is on a master page, then edit the files in the MasterSpreads folder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anne-Marie</title>
		<link>http://indesignsecrets.com/more-inx-tricks-changing-pdf-pages-and-layer-visibility.php/comment-page-1#comment-473295</link>
		<dc:creator>Anne-Marie</dc:creator>
		<pubDate>Tue, 24 Feb 2009 15:41:49 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/?p=2572#comment-473295</guid>
		<description>Very cool. Mike, in the IDML example, which of the files contained in the .idml did you edit?</description>
		<content:encoded><![CDATA[<p>Very cool. Mike, in the IDML example, which of the files contained in the .idml did you edit?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching using disk

Served from: indesignsecrets.com @ 2012-05-24 09:03:48 -->
