<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/jive/rss" version="2.0">
  <channel>
    <title>Adobe Community: Message List - PDF Language and Specifications</title>
    <link>https://forums.adobe.com/community/design_development/pdf_language_and_specifications?view=discussions</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    <pubDate>Thu, 13 Nov 2014 16:37:58 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2014-11-13T16:37:58Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Re: What should be the behavior of Background with shfil</title>
      <link>https://forums.adobe.com/message/6926492?tstart=0#6926492</link>
      <description>&lt;!-- [DocumentBodyStart:28d8f90c-1956-40bc-900e-30ff665ac5af] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Can you post the PDF?&amp;nbsp;&amp;nbsp; Are you sure that the conversion is to a &amp;lsquo;sh&amp;#8217; and not a Pattern?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:28d8f90c-1956-40bc-900e-30ff665ac5af] --&gt;&lt;img src='/beacon?t=1415903107404' /&gt;</description>
      <pubDate>Thu, 13 Nov 2014 16:37:58 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6926492?tstart=0#6926492</guid>
      <dc:date>2014-11-13T16:37:58Z</dc:date>
      <clearspace:dateToText>1 hour 47 minutes ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: What should be the behavior of Background with shfil</title>
      <link>https://forums.adobe.com/message/6926490?tstart=0#6926490</link>
      <description>&lt;!-- [DocumentBodyStart:02e04e83-5c37-4811-8b0d-6cbe385c7269] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Then I assume that the behavior of the distiller is correct.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What would be the behavior of PDF Viewer application? It is showing the background color when I use acrobat profession 11 to view the converted pdf from the postscript shared earlier.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The Pdf specification says that this entry would be consider only when the shading dictionary is used as a part of pattern color space but should ignore when used by sh operator.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is it something that the acrobat viewer behaves wrongly or I am missing some thing.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:02e04e83-5c37-4811-8b0d-6cbe385c7269] --&gt;</description>
      <pubDate>Thu, 13 Nov 2014 16:32:34 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6926490?tstart=0#6926490</guid>
      <dc:date>2014-11-13T16:32:34Z</dc:date>
      <clearspace:dateToText>1 hour 53 minutes ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: What should be the behavior of Background with shfil</title>
      <link>https://forums.adobe.com/message/6925832?tstart=0#6925832</link>
      <description>&lt;!-- [DocumentBodyStart:dd8702b3-2899-4eab-b0f6-3686f2c05269] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Execution of shfill can ignore it, but PDF conversion of Postscript isn&amp;#8217;t the same as direct execution.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:dd8702b3-2899-4eab-b0f6-3686f2c05269] --&gt;</description>
      <pubDate>Thu, 13 Nov 2014 13:18:43 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6925832?tstart=0#6925832</guid>
      <dc:date>2014-11-13T13:18:43Z</dc:date>
      <clearspace:dateToText>5 hours 6 minutes ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>What should be the behavior of Background with shfil</title>
      <link>https://forums.adobe.com/message/6925597?tstart=0#6925597</link>
      <description>&lt;!-- [DocumentBodyStart:8db83a1f-0124-4a82-abf6-48428874375b] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have a simple PostScript file that uses a Radial shading dictionary and shfill operator.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;/PageSize [300 300]&amp;gt;&amp;gt; setpagedevice&lt;/p&gt;&lt;p&gt;10 10 moveto&lt;/p&gt;&lt;p&gt;290 10 lineto&lt;/p&gt;&lt;p&gt;290 290 lineto&lt;/p&gt;&lt;p&gt;10 290 lineto&lt;/p&gt;&lt;p&gt;closepath&lt;/p&gt;&lt;p&gt;/DeviceCMYK setcolorspace&lt;/p&gt;&lt;p&gt;0 1 0 0 setcolor&lt;/p&gt;&lt;p&gt;fill&lt;/p&gt;&lt;p&gt;newpath&lt;/p&gt;&lt;p&gt;20 20 moveto&lt;/p&gt;&lt;p&gt;280 20 lineto&lt;/p&gt;&lt;p&gt;280 280 lineto&lt;/p&gt;&lt;p&gt;20 280 lineto&lt;/p&gt;&lt;p&gt;closepath&lt;/p&gt;&lt;p&gt;clip&lt;/p&gt;&lt;p&gt;95 20 translate&lt;/p&gt;&lt;p&gt;gsave&lt;/p&gt;&lt;p&gt;&amp;lt;&amp;lt;&lt;/p&gt;&lt;p&gt;/ShadingType 3&lt;/p&gt;&lt;p&gt;/Coords [25 100 90 -10 75 0]&lt;/p&gt;&lt;p&gt;/Extend [false false]&lt;/p&gt;&lt;p&gt;/Background [0.35 0.35 0 0]&lt;/p&gt;&lt;p&gt;/ColorSpace /DeviceCMYK&lt;/p&gt;&lt;p&gt;/Function &amp;lt;&amp;lt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; /FunctionType 2&lt;/p&gt;&lt;p&gt;&amp;nbsp; /Domain [0 1]&lt;/p&gt;&lt;p&gt;&amp;nbsp; /C0 [0 0 0.50 0]&lt;/p&gt;&lt;p&gt;&amp;nbsp; /C1 [0 0.50 0.50 0]&lt;/p&gt;&lt;p&gt;&amp;nbsp; /N 1&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;gt;&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;gt;&amp;gt;&lt;/p&gt;&lt;p&gt;shfill&lt;/p&gt;&lt;p&gt;grestore&lt;/p&gt;&lt;p&gt;showpage&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When i drag this PostScript file in Adobe Distiller 11, it generates a PDF file contains the Background entry in the shading dictionary.&lt;/p&gt;&lt;p&gt;As per PLRM, shfill operator must ignore the Background entry if present.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;is it correct?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p&gt;Raquib&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8db83a1f-0124-4a82-abf6-48428874375b] --&gt;</description>
      <pubDate>Thu, 13 Nov 2014 12:01:44 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6925597?tstart=0#6925597</guid>
      <dc:date>2014-11-13T12:01:44Z</dc:date>
      <clearspace:dateToText>6 hours 23 minutes ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Axial shading pattern with different alpha</title>
      <link>https://forums.adobe.com/message/6925204?tstart=0#6925204</link>
      <description>&lt;!-- [DocumentBodyStart:1c2b030f-a92e-4f06-8e44-2da55d9db563] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Alpha is already DeviceGray since you just get a single channel.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1c2b030f-a92e-4f06-8e44-2da55d9db563] --&gt;</description>
      <pubDate>Thu, 13 Nov 2014 07:34:45 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6925204?tstart=0#6925204</guid>
      <dc:date>2014-11-13T07:34:45Z</dc:date>
      <clearspace:dateToText>10 hours 50 minutes ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Axial shading pattern with different alpha</title>
      <link>https://forums.adobe.com/message/6924737?tstart=0#6924737</link>
      <description>&lt;!-- [DocumentBodyStart:0ec29a09-2411-4de7-aad7-1d3bbddd06a4] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I successfully made it work using /S /Luminosity + /CS /DeviceRGB + stream in /DeviceRGB.&lt;/p&gt;&lt;p&gt;I'm wondering what is /CS and stream for /S /Alpha? If /Alpha, should I use DeviceGray and alpha stream same as Image soft mask?&lt;/p&gt;&lt;p&gt;I first tried /S /Alpha but didn't succeed.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0ec29a09-2411-4de7-aad7-1d3bbddd06a4] --&gt;</description>
      <pubDate>Thu, 13 Nov 2014 02:48:18 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6924737?tstart=0#6924737</guid>
      <dc:date>2014-11-13T02:48:18Z</dc:date>
      <clearspace:dateToText>15 hours 37 minutes ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Axial shading pattern with different alpha</title>
      <link>https://forums.adobe.com/message/6924286?tstart=0#6924286</link>
      <description>&lt;!-- [DocumentBodyStart:14707f68-d318-467b-9bb0-a8a8c7285a97] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;You would need to compute where those colors are used and create the proper mask to represent it.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:14707f68-d318-467b-9bb0-a8a8c7285a97] --&gt;</description>
      <pubDate>Wed, 12 Nov 2014 23:09:50 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6924286?tstart=0#6924286</guid>
      <dc:date>2014-11-12T23:09:50Z</dc:date>
      <clearspace:dateToText>19 hours 15 minutes ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Axial shading pattern with different alpha</title>
      <link>https://forums.adobe.com/message/6924201?tstart=0#6924201</link>
      <description>&lt;!-- [DocumentBodyStart:5253fb16-4345-497e-b88a-5a8068b37e13] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Ok, thanks for your help and I've resolved the type mixing mistake.&lt;/p&gt;&lt;p&gt;Another question if I would like to set different alpha for different areas (in the previous pdf). For example, black 0.2, red 0.5. blue 0.3 and green 0.7. Which /S (Mask) and /CS (Group) do you recommend to use in dictionaries? Currently I'm using Alpha for /S and DeviceGray for /CS.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks again.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5253fb16-4345-497e-b88a-5a8068b37e13] --&gt;</description>
      <pubDate>Wed, 12 Nov 2014 23:03:11 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6924201?tstart=0#6924201</guid>
      <dc:date>2014-11-12T23:03:11Z</dc:date>
      <clearspace:dateToText>19 hours 22 minutes ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Axial shading pattern with different alpha</title>
      <link>https://forums.adobe.com/message/6923160?tstart=0#6923160</link>
      <description>&lt;!-- [DocumentBodyStart:3138c3cf-b50b-402e-918d-5b5d2c98c58b] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;My previous reply answered both of your new questions.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3138c3cf-b50b-402e-918d-5b5d2c98c58b] --&gt;</description>
      <pubDate>Wed, 12 Nov 2014 17:26:13 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6923160?tstart=0#6923160</guid>
      <dc:date>2014-11-12T17:26:13Z</dc:date>
      <clearspace:dateToText>1 day 59 minutes ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Axial shading pattern with different alpha</title>
      <link>https://forums.adobe.com/message/6922840?tstart=0#6922840</link>
      <description>&lt;!-- [DocumentBodyStart:98d19664-b973-418b-b433-07a2bb0ca75a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I think I messed up things.&lt;/p&gt;&lt;p&gt;Is the soft-mask dictionary right?&lt;/p&gt;&lt;p&gt;17 0 obj&lt;/p&gt;&lt;p&gt;&amp;lt;&amp;lt;&lt;/p&gt;&lt;p&gt;/Type /Mask&lt;/p&gt;&lt;p&gt;/Subtype /Alpha&lt;/p&gt;&lt;p&gt;/G 31 0 R&lt;/p&gt;&lt;p&gt;&amp;gt;&amp;gt;&lt;/p&gt;&lt;p&gt;endobj&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;For 31 0 obj, it should be a Transparency Group XObject.&lt;/p&gt;&lt;p&gt;31 0 obj&lt;/p&gt;&lt;p&gt;&amp;lt;&amp;lt;&lt;/p&gt;&lt;p&gt;/Type /Group&lt;/p&gt;&lt;p&gt;/Subtype /Transparency&lt;/p&gt;&lt;p&gt;/CS /DeviceGray&lt;/p&gt;&lt;p&gt;/Length 150&lt;/p&gt;&lt;p&gt;&amp;gt;&amp;gt;&lt;/p&gt;&lt;p&gt;stream&lt;/p&gt;&lt;p&gt;...&lt;/p&gt;&lt;p&gt;endstream&lt;/p&gt;&lt;p&gt;endobj&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:98d19664-b973-418b-b433-07a2bb0ca75a] --&gt;</description>
      <pubDate>Wed, 12 Nov 2014 16:46:38 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6922840?tstart=0#6922840</guid>
      <dc:date>2014-11-12T16:46:38Z</dc:date>
      <clearspace:dateToText>1 day 1 hour ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Axial shading pattern with different alpha</title>
      <link>https://forums.adobe.com/message/6922760?tstart=0#6922760</link>
      <description>&lt;!-- [DocumentBodyStart:1cf961a4-d7b9-48ba-8ad4-825673e12dc5] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Ok, thanks.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The soft-mask dictionary still has incorrect Subtype key. And it is a stream, it should be a dictionary.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;G should be a form XObject -- a stream. I think you are mixing up this with the transparency group attributes dictionary, which is not an XObject, but is found via the Group key in the XObject.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1cf961a4-d7b9-48ba-8ad4-825673e12dc5] --&gt;</description>
      <pubDate>Wed, 12 Nov 2014 16:14:19 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6922760?tstart=0#6922760</guid>
      <dc:date>2014-11-12T16:14:19Z</dc:date>
      <clearspace:dateToText>1 day 2 hours ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Axial shading pattern with different alpha</title>
      <link>https://forums.adobe.com/message/6922734?tstart=0#6922734</link>
      <description>&lt;!-- [DocumentBodyStart:ae4fb038-440b-4764-a602-4a9755b7aee2] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;The PDF file is at: &lt;a class="jive-link-external-small" href="http://www.mediafire.com/view/2yvx8t6kdvmqmi1/c0995495-7f36-4a0a-bf3c-0e9232edc8c5.pdf" rel="nofollow"&gt;c0995495-7f36-4a0a-bf3c-0e9232edc8c5&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ae4fb038-440b-4764-a602-4a9755b7aee2] --&gt;</description>
      <pubDate>Wed, 12 Nov 2014 15:51:00 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6922734?tstart=0#6922734</guid>
      <dc:date>2014-11-12T15:51:00Z</dc:date>
      <clearspace:dateToText>1 day 3 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Axial shading pattern with different alpha</title>
      <link>https://forums.adobe.com/message/6922630?tstart=0#6922630</link>
      <description>&lt;!-- [DocumentBodyStart:f32fd182-0eff-49bd-8c3c-706b270b9afc] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Please post a link to the actual file on a file sharing site, your site, or acrobat.com when you have a stream... though there are clear unbalanced &amp;lt;&amp;lt; &amp;gt;&amp;gt; marks in what you post. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The Mask is a type of form XObject, so the stream must be marking operators which make the soft mask you need (by painting anything at all with suitable alpha, only the alpha is used). There are other key value pairs which are required for a form XObject.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f32fd182-0eff-49bd-8c3c-706b270b9afc] --&gt;</description>
      <pubDate>Wed, 12 Nov 2014 15:26:39 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6922630?tstart=0#6922630</guid>
      <dc:date>2014-11-12T15:26:39Z</dc:date>
      <clearspace:dateToText>1 day 3 hours ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Axial shading pattern with different alpha</title>
      <link>https://forums.adobe.com/message/6922724?tstart=0#6922724</link>
      <description>&lt;!-- [DocumentBodyStart:ce44d416-adb7-4b97-95d8-dad5f21c63d0] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Thank you for your reply.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Actually what I'm doing is drawing a rectangle and filling using axial shading pattern (/GS0).&lt;/p&gt;&lt;p&gt;Before alpha involving, everything works fine. (removing 40, 17 and /SMask 17 0 R in 18)&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-thread-small" data-containerId="3406" data-containerType="14" data-objectId="1575870" data-objectType="1" href="https://forums.adobe.com/thread/1575870"&gt;PDF Axial Shading Pattern ranging opacity&lt;/a&gt; shows we can add a SMask in the ExtGState to achieve the alpha value and I read the PDF 1.4 reference.&lt;/p&gt;&lt;p&gt;My current stream is based on the generation of soft-mask Image. Is there any sample code showing how to generate the stream?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;My latest try and please correct me if I made some mistakes:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;17 0 obj&lt;/p&gt;&lt;p&gt;&amp;lt;&amp;lt;&lt;/p&gt;&lt;p&gt;/Type /Mask&lt;/p&gt;&lt;p&gt;/Subtype /Alpha&lt;/p&gt;&lt;p&gt;/G &amp;lt;&amp;lt;&lt;/p&gt;&lt;p&gt;/Type /XObject&lt;/p&gt;&lt;p&gt;/S /Transparency&lt;/p&gt;&lt;p&gt;/CS /DeviceGray&lt;/p&gt;&lt;p&gt;/Length 150&lt;/p&gt;&lt;p&gt;&amp;gt;&amp;gt;&lt;/p&gt;&lt;p&gt;stream&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;endstream&lt;/p&gt;&lt;p&gt;&amp;gt;&amp;gt;&lt;/p&gt;&lt;p&gt;endobj&lt;/p&gt;&lt;p&gt;18 0 obj&lt;/p&gt;&lt;p&gt;&amp;lt;&amp;lt;&lt;/p&gt;&lt;p&gt;/Type /ExtGState&lt;/p&gt;&lt;p&gt;/SMask 17 0 R&lt;/p&gt;&lt;p&gt;/ca 1&lt;/p&gt;&lt;p&gt;&amp;gt;&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you and I appreciate your help.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ce44d416-adb7-4b97-95d8-dad5f21c63d0] --&gt;</description>
      <pubDate>Wed, 12 Nov 2014 15:22:30 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6922724?tstart=0#6922724</guid>
      <dc:date>2014-11-12T15:22:30Z</dc:date>
      <clearspace:dateToText>1 day 3 hours ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Axial shading pattern with different alpha</title>
      <link>https://forums.adobe.com/message/6921843?tstart=0#6921843</link>
      <description>&lt;!-- [DocumentBodyStart:82556a04-2ccd-428c-b0ec-f6d3fe12f37b] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I don't examine PDF fragments in detail, the entire PDF should be shared outside the forum. But I can see at a glance many problems. Several leap out:&lt;/p&gt;&lt;p&gt;1. A stream with no Length&lt;/p&gt;&lt;p&gt;2. In several places, a Subtype key which is not shown in the spec&lt;/p&gt;&lt;p&gt;3. Mixing up transparency group XObject with transparency group attributes dictionary&lt;/p&gt;&lt;p&gt;4. A form XObject with invalid marking operators (just a series of "3" characters)&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:82556a04-2ccd-428c-b0ec-f6d3fe12f37b] --&gt;</description>
      <pubDate>Wed, 12 Nov 2014 09:03:40 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6921843?tstart=0#6921843</guid>
      <dc:date>2014-11-12T09:03:40Z</dc:date>
      <clearspace:dateToText>1 day 9 hours ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Axial shading pattern with different alpha</title>
      <link>https://forums.adobe.com/message/6919676?tstart=0#6919676</link>
      <description>&lt;!-- [DocumentBodyStart:51f5e7dd-7f9d-4079-b85b-1d3104f14ab8] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm trying to apply different alpha values to axial shading pattern when drawing and I've found &lt;a class="jive-link-thread-small" data-containerId="3406" data-containerType="14" data-objectId="1575870" data-objectType="1" href="https://forums.adobe.com/thread/1575870"&gt;PDF Axial Shading Pattern ranging opacity&lt;/a&gt; very helpful.&lt;/p&gt;&lt;p&gt;But what kind of soft mask (PDF 1.4) should I use (dictionary or image mask)? And how could I create that mask?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I wrote some pdf code based on my limited understanding of pdf 1.4 reference and that doesn't work.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;40 0 obj&lt;/p&gt;&lt;p&gt;&amp;lt;&amp;lt;/Type /Group&lt;/p&gt;&lt;p&gt;/Subtype /Transparency&lt;/p&gt;&lt;p&gt;/ColorSpace /DeviceGray&lt;/p&gt;&lt;p&gt;/BitsPerComponent 8&amp;gt;&amp;gt;&lt;/p&gt;&lt;p&gt;stream&lt;/p&gt;&lt;p&gt;333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333 3333333333333333333333333333333333333333333333333333333333333&lt;/p&gt;&lt;p&gt;endstream&lt;/p&gt;&lt;p&gt;endobj&lt;/p&gt;&lt;p&gt;17 0 obj&lt;/p&gt;&lt;p&gt;&amp;lt;&amp;lt;/Type /Mask&lt;/p&gt;&lt;p&gt;/Subtype /Alpha&lt;/p&gt;&lt;p&gt;/G 40 0 R&lt;/p&gt;&lt;p&gt;&amp;gt;&amp;gt;&lt;/p&gt;&lt;p&gt;endobj&lt;/p&gt;&lt;p&gt;18 0 obj&lt;/p&gt;&lt;p&gt;&amp;lt;&amp;lt;/Type /ExtGState&lt;/p&gt;&lt;p&gt;/SMask 17 0 R&lt;/p&gt;&lt;p&gt;/ca 1&lt;/p&gt;&lt;p&gt;&amp;gt;&amp;gt;&lt;/p&gt;&lt;p&gt;...&lt;/p&gt;&lt;p&gt;19-26 are FunctionType 2 linear gradient&lt;/p&gt;&lt;p&gt;...&lt;/p&gt;&lt;p&gt;26 0 obj&lt;/p&gt;&lt;p&gt;&amp;lt;&amp;lt;/FunctionType 3&lt;/p&gt;&lt;p&gt;/Domain [0 1]&lt;/p&gt;&lt;p&gt;/Functions [19 0 R 20 0 R 21 0 R 22 0 R 23 0 R 24 0 R 25 0 R ]&lt;/p&gt;&lt;p&gt;/Bounds [0.25 0.25 0.5 0.5 0.75 0.75 ]&lt;/p&gt;&lt;p&gt;/Encode [0 1 0 1 0 1 0 1 0 1 0 1 0 1 ]&lt;/p&gt;&lt;p&gt;&amp;gt;&amp;gt;&lt;/p&gt;&lt;p&gt;endobj&lt;/p&gt;&lt;p&gt;27 0 obj&lt;/p&gt;&lt;p&gt;&amp;lt;&amp;lt;/Type /Pattern&lt;/p&gt;&lt;p&gt;/PatternType 2&lt;/p&gt;&lt;p&gt;/Shading &amp;lt;&amp;lt;/ColorSpace /DeviceRGB&lt;/p&gt;&lt;p&gt;/Function 26 0 R&lt;/p&gt;&lt;p&gt;/ShadingType 2&lt;/p&gt;&lt;p&gt;/Coords [37.5 3347.82 187.5 3347.82]&lt;/p&gt;&lt;p&gt;/Extend [true true]&amp;gt;&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;gt;&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;/ExtGState &amp;lt;&amp;lt;&lt;/p&gt;&lt;p&gt;/GS0 18 0 R&lt;/p&gt;&lt;p&gt;&amp;gt;&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:51f5e7dd-7f9d-4079-b85b-1d3104f14ab8] --&gt;</description>
      <pubDate>Tue, 11 Nov 2014 16:51:57 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6919676?tstart=0#6919676</guid>
      <dc:date>2014-11-11T16:51:57Z</dc:date>
      <clearspace:dateToText>2 days 2 hours ago</clearspace:dateToText>
      <clearspace:replyCount>11</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: CIDFont and PDF</title>
      <link>https://forums.adobe.com/message/6919247?tstart=0#6919247</link>
      <description>&lt;!-- [DocumentBodyStart:791b93db-28b4-4b44-9543-645c1219668a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;You could try running it through Distiller and see what it does. Not as satisfying as finding the answer from study of the spec, but interesting nevertheless. If it is printable PostScript, Distiller must be able to do &lt;em&gt;something &lt;/em&gt;with it.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:791b93db-28b4-4b44-9543-645c1219668a] --&gt;</description>
      <pubDate>Tue, 11 Nov 2014 14:55:39 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6919247?tstart=0#6919247</guid>
      <dc:date>2014-11-11T14:55:39Z</dc:date>
      <clearspace:dateToText>2 days 3 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>CIDFont and PDF</title>
      <link>https://forums.adobe.com/message/6919102?tstart=0#6919102</link>
      <description>&lt;!-- [DocumentBodyStart:d1d2efea-aad9-4069-88bb-0dd473dc6f40] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;thanks to the lrosenth for the help with my question about support for CID keyed Type1 fonts in PDF.&lt;/p&gt;&lt;p&gt;I will make sure that I read the ISO PDF spec - it is more clear.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Sadly, I have another question:&lt;/p&gt;&lt;p&gt;I have a valid CIDFont (consists of a readable PS part and also binary data which I believe is _parts_ of a CFF font program, not the whole program).&lt;/p&gt;&lt;p&gt;The readable PS part has info like byte offsets to CharStrings and also the table that&amp;nbsp; maps CID values to font/glyph (CIDMap)&lt;/p&gt;&lt;p&gt;The FreeType library will render glyphs from this font.&lt;/p&gt;&lt;p&gt;The binary parts appear to&amp;nbsp; be the CIDMap and CharStrings etc - but not the usual CFF header stuff - ie. just the bits you need.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="text-decoration: underline;"&gt;My question:&amp;nbsp; Am I right that you cant put such a CIDFont in a PDF file as an embedded font program (as part of a composite CIDFontType0) ?&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;From my reading of the spec, a composite font (Type0) in PDF references a CIDFont dict that doesn't have any of the info that the PS CIDFont contains (such as byte offsets to charstring data etc)&lt;/p&gt;&lt;p&gt;and so it needs the complete CFF program - specified as /FontFile3 in the font descriptor. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;regards&lt;/p&gt;&lt;p&gt;JLM&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d1d2efea-aad9-4069-88bb-0dd473dc6f40] --&gt;</description>
      <pubDate>Tue, 11 Nov 2014 14:20:43 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6919102?tstart=0#6919102</guid>
      <dc:date>2014-11-11T14:20:43Z</dc:date>
      <clearspace:dateToText>2 days 4 hours ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: PDF CID keyed font support</title>
      <link>https://forums.adobe.com/message/6916800?tstart=0#6916800</link>
      <description>&lt;!-- [DocumentBodyStart:82bb84bd-2645-4018-a06a-767a927fe85c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;thanks ever so much for the info.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;One last thing - I said earlier that I thought I&amp;nbsp; had examples of CIDFonts that had non CFF data, I think I may well have got that wrong.&lt;/p&gt;&lt;p&gt;To your knowledge, does the CIDFont spec support type 1 charstrings (like you find in type 1 fonts)?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:82bb84bd-2645-4018-a06a-767a927fe85c] --&gt;</description>
      <pubDate>Mon, 10 Nov 2014 20:28:33 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6916800?tstart=0#6916800</guid>
      <dc:date>2014-11-10T20:28:33Z</dc:date>
      <clearspace:dateToText>2 days 22 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: PDF CID keyed font support</title>
      <link>https://forums.adobe.com/message/6915608?tstart=0#6915608</link>
      <description>&lt;!-- [DocumentBodyStart:c7576b33-cfeb-4ca8-9226-4b080be4299e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;ISO Standard is the document you should be using &amp;#8211; it supersedes all of the Adobe references.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Correct. You need to convert the T1-&amp;gt;CFF for use in a CIDFont.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;(and yes, PS also did CIDFonts of more complexity)&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c7576b33-cfeb-4ca8-9226-4b080be4299e] --&gt;</description>
      <pubDate>Mon, 10 Nov 2014 15:22:49 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6915608?tstart=0#6915608</guid>
      <dc:date>2014-11-10T15:22:49Z</dc:date>
      <clearspace:dateToText>3 days 3 hours ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: PDF CID keyed font support</title>
      <link>https://forums.adobe.com/message/6915525?tstart=0#6915525</link>
      <description>&lt;!-- [DocumentBodyStart:86ee282e-a779-45dc-8aa4-a0aff0a5719c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I thought CIDFonts existed in the PS world well before PDF, and also, in the PS world, CIDFonts are more complex because they aren't limited to a single descendent font.&lt;/p&gt;&lt;p&gt;My understanding of the PDF spec is that a composite font has only 1 descendant unlike in PS.&amp;nbsp; But that's a bit off topic.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;AFP (a nasty old IBM transactional print language) will generate CIDFonts which use type1 font (not CFF) as a descendent - these CIDfonts are handled by FreeType.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;the problem I have is how to embed them in PDF (when converting the AFP stream to PDF).&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The bit you quote from the ISo standard is really clear, I agree, I had been using the PDF reference manual which doesn't specify CFF for composite based in type1, it says:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;　&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;　&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;　&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt; &lt;span style="font-size: 12pt;"&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 14pt;"&gt;&lt;strong&gt;"&amp;#8226;&lt;/strong&gt;&lt;/span&gt;&lt;span style="font-size: 12pt;"&gt;A Type 0 CIDFont contains glyph descriptions based on the Adobe Type 1 font format"&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 12pt;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 12pt;"&gt;based on the ISO spec and what you tell me, I guess it is clear that you cannot represent a CIDFont which is based on a non-CFF font program in a PDF file unless you convert the Type1 font to CFF.&amp;nbsp; Is that right?&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 12pt;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 12pt;"&gt;Thanks&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 12pt;"&gt;AFO &lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:86ee282e-a779-45dc-8aa4-a0aff0a5719c] --&gt;</description>
      <pubDate>Mon, 10 Nov 2014 14:35:02 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6915525?tstart=0#6915525</guid>
      <dc:date>2014-11-10T14:35:02Z</dc:date>
      <clearspace:dateToText>3 days 4 hours ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: PDF CID keyed font support</title>
      <link>https://forums.adobe.com/message/6915500?tstart=0#6915500</link>
      <description>&lt;!-- [DocumentBodyStart:e743854a-7441-4c18-9c1b-9b604b4bf2cf] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;ISO 32000-1:2008 (aka the PDF standard) is very clear on the topic:&lt;/p&gt;&lt;p&gt;9.7.4.1&amp;nbsp;&amp;nbsp;&amp;nbsp; General&lt;/p&gt;&lt;p&gt;A CIDFont program contains glyph descriptions that are accessed using a CID as the character selector. There&lt;/p&gt;&lt;p&gt;are two types of CIDFonts:&lt;/p&gt;&lt;p&gt;&amp;#8226;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A Type 0 CIDFont contains glyph descriptions based on CFF&lt;/p&gt;&lt;p&gt;NOTE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The term &amp;#8220;Type 0&amp;rdquo; when applied to a CIDFont has a different meaning than for a &amp;#8220;Type 0 font&amp;rdquo;.&lt;/p&gt;&lt;p&gt;&amp;#8226;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A Type 2 CIDFont contains glyph descriptions based on the TrueType font format&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am confused, however what print language you are converting to PDF that has a CIDFont, since that is a PDF-centric concept.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e743854a-7441-4c18-9c1b-9b604b4bf2cf] --&gt;</description>
      <pubDate>Mon, 10 Nov 2014 14:22:49 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6915500?tstart=0#6915500</guid>
      <dc:date>2014-11-10T14:22:49Z</dc:date>
      <clearspace:dateToText>3 days 4 hours ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: PDF CID keyed font support</title>
      <link>https://forums.adobe.com/message/6915357?tstart=0#6915357</link>
      <description>&lt;!-- [DocumentBodyStart:dd966623-6c30-4ed5-a57a-3609dba95192] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;can I add a little background to my question.&lt;/p&gt;&lt;p&gt;We have a print language conversion application that can receive fonts from a variety of sources.&lt;/p&gt;&lt;p&gt;One such source will generate CIDFonts that contains type 1 font programs and these are perfectly valid, they can be rendered by the FreeType library etc.&lt;/p&gt;&lt;p&gt;however, if transforming a print stream to PDF, I am worried that PDF cannot represent such a thing (non CFF,&amp;nbsp; CID keyed).&lt;/p&gt;&lt;p&gt;If I know that this is the case, then I know that we have the big problem of Type1 to CFF conversion in order to embed the font in pDF.&lt;/p&gt;&lt;p&gt;This is what has prompted my question.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:dd966623-6c30-4ed5-a57a-3609dba95192] --&gt;</description>
      <pubDate>Mon, 10 Nov 2014 14:14:12 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6915357?tstart=0#6915357</guid>
      <dc:date>2014-11-10T14:14:12Z</dc:date>
      <clearspace:dateToText>3 days 4 hours ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: PDF CID keyed font support</title>
      <link>https://forums.adobe.com/message/6915356?tstart=0#6915356</link>
      <description>&lt;!-- [DocumentBodyStart:11a9c1e7-7158-4fd8-a9a6-3a60f08578b9] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;ok, let me rephrase&amp;nbsp; my question a little.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;please explain why the fact that a type1 font doesn't know about Unicode means that a CID keyed font has to use a CFF embedded font program rather than, for instance, a CIDFont that uses a type 1 font program.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:11a9c1e7-7158-4fd8-a9a6-3a60f08578b9] --&gt;</description>
      <pubDate>Mon, 10 Nov 2014 14:05:44 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6915356?tstart=0#6915356</guid>
      <dc:date>2014-11-10T14:05:44Z</dc:date>
      <clearspace:dateToText>3 days 4 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: PDF CID keyed font support</title>
      <link>https://forums.adobe.com/message/6915365?tstart=0#6915365</link>
      <description>&lt;!-- [DocumentBodyStart:83f5dbdd-36ff-43b8-a3f9-67b8f68932e7] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;You don&amp;#8217;t.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:83f5dbdd-36ff-43b8-a3f9-67b8f68932e7] --&gt;</description>
      <pubDate>Mon, 10 Nov 2014 13:44:24 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6915365?tstart=0#6915365</guid>
      <dc:date>2014-11-10T13:44:24Z</dc:date>
      <clearspace:dateToText>3 days 5 hours ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: PDF CID keyed font support</title>
      <link>https://forums.adobe.com/message/6915348?tstart=0#6915348</link>
      <description>&lt;!-- [DocumentBodyStart:29b44887-e6b1-4ab0-a64f-90ab8981c175] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;thanks for the reply, but I don't quite understand your answer.&lt;/p&gt;&lt;p&gt;Could you explain to me how the Unicode issue affects and explains your assertion that only CFF is supported?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;My understanding is that a composite font in PDF has to use a CMap to generate a numeric CID, the problem with a type 1 font would then be that glyphs are selected by name - how do you&lt;/p&gt;&lt;p&gt;map a CID to a glyph name?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:29b44887-e6b1-4ab0-a64f-90ab8981c175] --&gt;</description>
      <pubDate>Mon, 10 Nov 2014 13:35:57 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6915348?tstart=0#6915348</guid>
      <dc:date>2014-11-10T13:35:57Z</dc:date>
      <clearspace:dateToText>3 days 5 hours ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: PDF CID keyed font support</title>
      <link>https://forums.adobe.com/message/6915269?tstart=0#6915269</link>
      <description>&lt;!-- [DocumentBodyStart:bf0306e5-97dd-455c-9fe7-35133c7d17b8] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;You can only use CFF-based Type 1 fonts for CID, since a classic Type 1 didn&amp;#8217;t know anything about Unicode.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:bf0306e5-97dd-455c-9fe7-35133c7d17b8] --&gt;</description>
      <pubDate>Mon, 10 Nov 2014 12:08:34 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6915269?tstart=0#6915269</guid>
      <dc:date>2014-11-10T12:08:34Z</dc:date>
      <clearspace:dateToText>3 days 6 hours ago</clearspace:dateToText>
      <clearspace:replyCount>8</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>PDF CID keyed font support</title>
      <link>https://forums.adobe.com/message/6915229?tstart=0#6915229</link>
      <description>&lt;!-- [DocumentBodyStart:fdabf136-1e28-42ad-81e2-5aefe75f9797] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I understand that PDF supports embedded CFF font programs for composite fonts of type CIDFontType0 - the spec is clear.&lt;/p&gt;&lt;p&gt;But, does it support embedded font programs that are not CFF&amp;nbsp; - ie. CIDFont with type 1 descendent for example?&lt;/p&gt;&lt;p&gt;The spec only mentions CFF when talking about type 1 composite fonts, but it isn't totally clear.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So, does PDF support embedded non-CFF&amp;nbsp; programs for composite type 1 fonts?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;regards&lt;/p&gt;&lt;p&gt;Steve&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:fdabf136-1e28-42ad-81e2-5aefe75f9797] --&gt;</description>
      <pubDate>Mon, 10 Nov 2014 12:00:44 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6915229?tstart=0#6915229</guid>
      <dc:date>2014-11-10T12:00:44Z</dc:date>
      <clearspace:dateToText>3 days 6 hours ago</clearspace:dateToText>
      <clearspace:replyCount>9</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Changing creation date on adobe acrobat 9</title>
      <link>https://forums.adobe.com/message/6904661?tstart=0#6904661</link>
      <description>&lt;!-- [DocumentBodyStart:e95c7c77-d594-42c4-97c1-630e6521a7a1] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Acrobat does not offer any way to change creation date. It is correct: by definition, it is the day when the PDF was made, it is not supposed to be set to a different date that might be more convenient.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e95c7c77-d594-42c4-97c1-630e6521a7a1] --&gt;</description>
      <pubDate>Thu, 06 Nov 2014 09:20:20 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6904661?tstart=0#6904661</guid>
      <dc:date>2014-11-06T09:20:20Z</dc:date>
      <clearspace:dateToText>1 week 9 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Changing creation date on adobe acrobat 9</title>
      <link>https://forums.adobe.com/message/6903681?tstart=0#6903681</link>
      <description>&lt;!-- [DocumentBodyStart:55603969-5229-4070-8bc8-f942442d170d] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span style="color: #333333; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;I've got a folder full of old PDF files at work. They are all labeled DD-MM-YY to signify the date they were made but the pdf's were originally in Word format and when they were all converted to PDF's, they all took that day as their created date. I'm looking for a way to change the created date on these hundreds of PDF's to match the date in the file name. Is there an easy way to do this?&amp;nbsp; I have to print the documents and organize them chronologically by date.&amp;nbsp; However, I need to also have corresponding creation dates with the documents.&amp;nbsp; I'm not good with scripting or programming however I am great at following step by step directions.&amp;nbsp; I would greatly appreciate help on this since this is a semi time sensitive project.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #333333; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #333333; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;Thank you.&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:55603969-5229-4070-8bc8-f942442d170d] --&gt;</description>
      <pubDate>Wed, 05 Nov 2014 23:23:00 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6903681?tstart=0#6903681</guid>
      <dc:date>2014-11-05T23:23:00Z</dc:date>
      <clearspace:dateToText>1 week 19 hours ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: when I clciked on the file to open it asked me to opne or save but i clciked on open it automatically  a folder was opened path :-&gt;&gt;windows-&gt;&gt;Temporary Internet Files -&gt;Content.IES-&gt;&gt;</title>
      <link>https://forums.adobe.com/message/6894023?tstart=0#6894023</link>
      <description>&lt;!-- [DocumentBodyStart:33e65ab1-e94d-4b33-b23a-666375f26dcf] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;This is certainly the wrong forum. So we can help you find the right one, can you let us know what Adobe software you are using?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:33e65ab1-e94d-4b33-b23a-666375f26dcf] --&gt;</description>
      <pubDate>Mon, 03 Nov 2014 11:51:36 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6894023?tstart=0#6894023</guid>
      <dc:date>2014-11-03T11:51:36Z</dc:date>
      <clearspace:dateToText>1 week 3 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>when I clciked on the file to open it asked me to opne or save but i clciked on open it automatically  a folder was opened path :-&gt;&gt;windows-&gt;&gt;Temporary Internet Files -&gt;Content.IES-&gt;&gt;</title>
      <link>https://forums.adobe.com/message/6893443?tstart=0#6893443</link>
      <description>&lt;!-- [DocumentBodyStart:852cb8eb-ed98-4b69-9a4c-ca278b4f6a2d] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi Guys,&lt;/p&gt;&lt;p&gt;Please let me know why it is opening like this?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:852cb8eb-ed98-4b69-9a4c-ca278b4f6a2d] --&gt;</description>
      <pubDate>Mon, 03 Nov 2014 07:21:59 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6893443?tstart=0#6893443</guid>
      <dc:date>2014-11-03T07:21:59Z</dc:date>
      <clearspace:dateToText>1 week 3 days ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Form XObjects without Resources - do we ignore ancestor forms?</title>
      <link>https://forums.adobe.com/message/6865150?tstart=0#6865150</link>
      <description>&lt;!-- [DocumentBodyStart:0e932ed3-7224-4342-93ae-5356646477e9] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Yes, that's what prompted this question. We use a fairly popular PDF library to reorder and combine documents from various files. The original Page becomes a Form and the Resources inheritance ends up like my question. It doesn't attempt to add the 'missing' Resources to fix it up (can't really blame them).&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0e932ed3-7224-4342-93ae-5356646477e9] --&gt;</description>
      <pubDate>Sat, 25 Oct 2014 07:47:10 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6865150?tstart=0#6865150</guid>
      <dc:date>2014-10-25T07:47:10Z</dc:date>
      <clearspace:dateToText>2 weeks 5 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Form XObjects without Resources - do we ignore ancestor forms?</title>
      <link>https://forums.adobe.com/message/6864733?tstart=0#6864733</link>
      <description>&lt;!-- [DocumentBodyStart:92cad737-bb24-4137-89c2-60e41f52fac0] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Me too. I should also note that many utilities will not respect inheritance from page object if they do certain transformations such as convert a page to a form XObject (e.g. for placing as a graphic). I just point this out in case, in future, anyone reading this sees a shortcut and is tempted.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:92cad737-bb24-4137-89c2-60e41f52fac0] --&gt;</description>
      <pubDate>Sat, 25 Oct 2014 00:50:21 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6864733?tstart=0#6864733</guid>
      <dc:date>2014-10-25T00:50:21Z</dc:date>
      <clearspace:dateToText>2 weeks 6 days ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Form XObjects without Resources - do we ignore ancestor forms?</title>
      <link>https://forums.adobe.com/message/6864886?tstart=0#6864886</link>
      <description>&lt;!-- [DocumentBodyStart:719486dd-7eb6-49ef-abd7-3d85eb40032a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Yes I'll agree with that, what I really meant is we shouldn't be surprised if we get errors. I work a lot with printers and generally I'm happier if a printer just fails and gives me a chance to fix the file myself, rather than guessing what to do. &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:719486dd-7eb6-49ef-abd7-3d85eb40032a] --&gt;</description>
      <pubDate>Sat, 25 Oct 2014 00:43:16 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6864886?tstart=0#6864886</guid>
      <dc:date>2014-10-25T00:43:16Z</dc:date>
      <clearspace:dateToText>2 weeks 6 days ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Form XObjects without Resources - do we ignore ancestor forms?</title>
      <link>https://forums.adobe.com/message/6864726?tstart=0#6864726</link>
      <description>&lt;!-- [DocumentBodyStart:809562c9-ed26-4102-88f2-d701b82cb51a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I take issue with "&lt;span style="color: #333333; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; font-size: 12.7272720336914px;"&gt;We should therefore get a missing font error as the PDF is invalid". If a PDF is invalid (as it would be) the behaviour is undefined. Unless you are using software that claims to be a &lt;em&gt;complete PDF validator,&lt;/em&gt; the PDF reader may take &lt;em&gt;any &lt;/em&gt;behaviour and would be correct, including&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #333333; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; font-size: 12.7272720336914px;"&gt;- an error&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #333333; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; font-size: 12.7272720336914px;"&gt;- a default font&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #333333; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; font-size: 12.7272720336914px;"&gt;- missing text&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #333333; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; font-size: 12.7272720336914px;"&gt;- looking at the chain of form XObjects &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #333333; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; font-size: 12.7272720336914px;"&gt;A PDF creator should of course only make correct PDFs rather than rely on accidental or deliberate permissiveness in any particular viewer.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:809562c9-ed26-4102-88f2-d701b82cb51a] --&gt;</description>
      <pubDate>Sat, 25 Oct 2014 00:15:37 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6864726?tstart=0#6864726</guid>
      <dc:date>2014-10-25T00:15:37Z</dc:date>
      <clearspace:dateToText>2 weeks 6 days ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Is a zero length glyf table valid for a TTF subset?</title>
      <link>https://forums.adobe.com/message/6864776?tstart=0#6864776</link>
      <description>&lt;!-- [DocumentBodyStart:9b05f4d8-7816-491c-ad09-ada73c04cc7f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;There are some more details in the link I posted but you can see a PDF here: &lt;a class="jive-link-external-small" href="http://bugs.ghostscript.com/attachment.cgi?id=11252" rel="nofollow"&gt;http://bugs.ghostscript.com/attachment.cgi?id=11252&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It happened in CS6 and CC 2014. Basically it happens if you only use invisible characters like space for a TTF font, and .notdef does not exist in the font. It looks like InDesign realises no glyph drawing details are needed so the table is zero length. It seems to be causing a printing failure and various issues with other programs so it sounds like this possibility is not well catered for in many programs, though most recover.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9b05f4d8-7816-491c-ad09-ada73c04cc7f] --&gt;</description>
      <pubDate>Fri, 24 Oct 2014 23:58:45 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6864776?tstart=0#6864776</guid>
      <dc:date>2014-10-24T23:58:45Z</dc:date>
      <clearspace:dateToText>2 weeks 6 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Form XObjects without Resources - do we ignore ancestor forms?</title>
      <link>https://forums.adobe.com/message/6864775?tstart=0#6864775</link>
      <description>&lt;!-- [DocumentBodyStart:dfee6341-ef4e-4bde-851b-9aa8b654f998] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Thanks for that. The PDF that prompted this query was version 1.3, so I thought it would be best to refer to that version of the spec. Does the ISO spec relate to all versions or just the later ones?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'll see if we can get access to it, I don't currently have a copy.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:dfee6341-ef4e-4bde-851b-9aa8b654f998] --&gt;</description>
      <pubDate>Fri, 24 Oct 2014 23:55:18 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6864775?tstart=0#6864775</guid>
      <dc:date>2014-10-24T23:55:18Z</dc:date>
      <clearspace:dateToText>2 weeks 6 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Is a zero length glyf table valid for a TTF subset?</title>
      <link>https://forums.adobe.com/message/6863055?tstart=0#6863055</link>
      <description>&lt;!-- [DocumentBodyStart:a95d6028-ad71-4ae3-9aaa-287a4fcf3cdd] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;As far as PDF is concerned, yes this is valid.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Can you tell me what version of InDesign produced these files?&amp;nbsp; Can you post a sample?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a95d6028-ad71-4ae3-9aaa-287a4fcf3cdd] --&gt;</description>
      <pubDate>Fri, 24 Oct 2014 14:23:35 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6863055?tstart=0#6863055</guid>
      <dc:date>2014-10-24T14:23:35Z</dc:date>
      <clearspace:dateToText>2 weeks 6 days ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Form XObjects without Resources - do we ignore ancestor forms?</title>
      <link>https://forums.adobe.com/message/6863054?tstart=0#6863054</link>
      <description>&lt;!-- [DocumentBodyStart:2336e2e3-4c36-4d58-a4a7-f91c5eb6207f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;First &amp;#8211; the version of the PDF spec you are using is VERY OLD.&amp;nbsp; You should be using the international standard &amp;#8211; ISO 32000-1:2008 as it is the official document at this time.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Second &amp;#8211; the topic you raise has come up many times on the ISO committee and how to clean up and clarify that section.&amp;nbsp; You will find the version in 32000 much clearer and more specific on how to handle it.&amp;nbsp; Which is that if there is no Resources dictionary at all &amp;#8211; then you inherit.&amp;nbsp; If there is a Resources dictionary, then regardless of whether it has fonts (in your case), you do not inherit.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2336e2e3-4c36-4d58-a4a7-f91c5eb6207f] --&gt;</description>
      <pubDate>Fri, 24 Oct 2014 14:22:59 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6863054?tstart=0#6863054</guid>
      <dc:date>2014-10-24T14:22:59Z</dc:date>
      <clearspace:dateToText>2 weeks 6 days ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Is a zero length glyf table valid for a TTF subset?</title>
      <link>https://forums.adobe.com/message/6861995?tstart=0#6861995</link>
      <description>&lt;!-- [DocumentBodyStart:f55154d5-09a5-4610-96e9-df777a89069c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I've posted related queries in a few forums - there is some background info at &lt;a class="jive-link-thread-small" data-containerId="3359" data-containerType="14" data-objectId="1611899" data-objectType="1" href="https://forums.adobe.com/thread/1611899"&gt;https://forums.adobe.com/thread/1611899&lt;/a&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt; and it was suggested I ask the experts here &lt;/span&gt;&lt;span aria-label="Happy" class="emoticon-inline emoticon_happy" style="height:16px;width:16px;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Basically in some situations InDesign is generating a subset font with a zero length glyf table. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Does this 'exists but zero length' table fulfil the criteria from the PDF specification?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;The following &lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;TrueType tables are always required: &amp;#8220;head,&amp;rdquo; &amp;#8220;hhea,&amp;rdquo; &amp;#8220;loca,&amp;rdquo; &amp;#8220;maxp,&amp;rdquo; &lt;/span&gt;&amp;#8220;cvt_,&amp;rdquo; &amp;#8220;prep,&amp;rdquo; &amp;#8220;glyf,&amp;rdquo; &amp;#8220;hmtx,&amp;rdquo; and &amp;#8220;fpgm.&amp;rdquo;&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;A number of programs are not happy with such files, but Adobe products seem to handle them. However Acrobat in particular is fairly forgiving as we all know.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Microsoft's font validator says the subset is not valid. Programs like Ghostscript attempt to fix it by adding an empty table.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f55154d5-09a5-4610-96e9-df777a89069c] --&gt;</description>
      <pubDate>Fri, 24 Oct 2014 06:02:10 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6861995?tstart=0#6861995</guid>
      <dc:date>2014-10-24T06:02:10Z</dc:date>
      <clearspace:dateToText>2 weeks 7 days ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Form XObjects without Resources - do we ignore ancestor forms?</title>
      <link>https://forums.adobe.com/message/6861835?tstart=0#6861835</link>
      <description>&lt;!-- [DocumentBodyStart:6cac498e-e9cb-4a63-8837-139f462abbdd] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi, I'm just wondering what happens in the below situation.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;We have a Page which includes a form XObject #1, which itself contains another form XObject #2. &lt;/li&gt;&lt;li&gt;Form #2 uses a font but has no Resources dictionary. The font is defined against the Resources dictionary of form #1 instead.&lt;/li&gt;&lt;/ul&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Based on the PDF spec (which I've copied below) a client application should refer to the original Page object to see if the font is defined there but should not check form #1. We should therefore get a missing font error as the PDF is invalid. Is this correct?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;For reference the PDF spec v1.4 says the below.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;"A form XObject or a Type 3 font&amp;#8217;s glyph description may omit the Resources entry, in which case resources will be looked up in the Resources entry of the page on which the form or font is used. This practice is not recommended."&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6cac498e-e9cb-4a63-8837-139f462abbdd] --&gt;</description>
      <pubDate>Fri, 24 Oct 2014 04:00:39 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6861835?tstart=0#6861835</guid>
      <dc:date>2014-10-24T04:00:39Z</dc:date>
      <clearspace:dateToText>2 weeks 7 days ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Objects missing endobj keyword in a PDF 1.4 file</title>
      <link>https://forums.adobe.com/message/6855179?tstart=0#6855179</link>
      <description>&lt;!-- [DocumentBodyStart:33fe1ef4-8409-4d52-bff1-19998c100740] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;One would assume that the program that created the PDF is broken.&amp;nbsp; The file is not valid.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:33fe1ef4-8409-4d52-bff1-19998c100740] --&gt;</description>
      <pubDate>Wed, 22 Oct 2014 11:50:18 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6855179?tstart=0#6855179</guid>
      <dc:date>2014-10-22T11:50:18Z</dc:date>
      <clearspace:dateToText>3 weeks 1 day ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Objects missing endobj keyword in a PDF 1.4 file</title>
      <link>https://forums.adobe.com/message/6854459?tstart=0#6854459</link>
      <description>&lt;!-- [DocumentBodyStart:c0a963b6-f990-4a54-b59f-eeed280dfcc8] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi all&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have a pdf file of 1.4 version and it has some objects which miss the endobj keyword at the end of object definition i.e. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;15 0 obj&lt;/p&gt;&lt;p&gt;&amp;lt;&amp;lt; /Type /Font&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; /Subtype /Type1&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; /Name /f-0-0&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; /BaseFont /Arial&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; /Encoding /WinAnsiEncoding&lt;/p&gt;&lt;p&gt;&amp;gt;&amp;gt;&lt;/p&gt;&lt;p&gt;17 0 obj&lt;/p&gt;&lt;p&gt;&amp;lt;&amp;lt; /Type /Font&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; /Subtype /Type1&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; /Name /f-1-0&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; /BaseFont /Arial&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; /Encoding /WinAnsiEncoding&lt;/p&gt;&lt;p&gt;&amp;gt;&amp;gt;&lt;/p&gt;&lt;p&gt;15 0 obj&lt;/p&gt;&lt;p&gt;&amp;lt;&amp;lt; /Type /Font&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; /Subtype /Type1&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; /Name /f-2-0&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; /BaseFont /Arial&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; /Encoding /WinAnsiEncoding&lt;/p&gt;&lt;p&gt;&amp;gt;&amp;gt;&lt;/p&gt;&lt;p&gt;26 0 obj&lt;/p&gt;&lt;p&gt;&amp;lt;&amp;lt; /Type /Font&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; /Subtype /Type1&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; /Name /f-3-0&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; /BaseFont /Arial&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; /Encoding /WinAnsiEncoding&lt;/p&gt;&lt;p&gt;&amp;gt;&amp;gt;&lt;/p&gt;&lt;p&gt;stream&lt;/p&gt;&lt;p&gt;stream data&lt;/p&gt;&lt;p&gt;endstream&lt;/p&gt;&lt;p&gt;endobj&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Please tell me what is the reason of missing endobj entry in these objects defintions above.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks in advance.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Regards,&lt;/p&gt;&lt;p&gt;Ali&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c0a963b6-f990-4a54-b59f-eeed280dfcc8] --&gt;</description>
      <pubDate>Wed, 22 Oct 2014 06:40:01 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6854459?tstart=0#6854459</guid>
      <dc:date>2014-10-22T06:40:01Z</dc:date>
      <clearspace:dateToText>3 weeks 1 day ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Is there a way to tell what settings were used to export a PDF?</title>
      <link>https://forums.adobe.com/message/6852700?tstart=0#6852700</link>
      <description>&lt;!-- [DocumentBodyStart:8773047e-c93e-4439-8894-cedb2ced0a92] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;BUT what if the user ran some other program on the PDF after it was created - perhaps they combined it with some other file(s) or they added a watermark or (whatever).&amp;nbsp; That could easily change any number of attributes of the PDF BUT it still say that it used your settings - and then it would fail &lt;span aria-label="Sad" class="emoticon-inline emoticon_sad" style="height:16px;width:16px;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8773047e-c93e-4439-8894-cedb2ced0a92] --&gt;</description>
      <pubDate>Tue, 21 Oct 2014 18:54:04 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6852700?tstart=0#6852700</guid>
      <dc:date>2014-10-21T18:54:04Z</dc:date>
      <clearspace:dateToText>3 weeks 2 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Is there a way to tell what settings were used to export a PDF?</title>
      <link>https://forums.adobe.com/message/6852568?tstart=0#6852568</link>
      <description>&lt;!-- [DocumentBodyStart:d6e0ad37-a6c3-4137-8a14-e25c3ba4086e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;If customer uses export settings it eliminates many Features that are not needed for printing.&lt;/p&gt;&lt;p&gt;Just having the export settings used would be an easy check before we throw our battery of preflight checks against it.&lt;/p&gt;&lt;p&gt;Our prepress Dept is sometimes too busy to preflight all of the files and tell the customer if they can leave for vacation (actual issue) or whatever is their whim.&lt;/p&gt;&lt;p&gt;So maybe it does matter what settings were used. (not trying to sound grumpy)&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d6e0ad37-a6c3-4137-8a14-e25c3ba4086e] --&gt;</description>
      <pubDate>Tue, 21 Oct 2014 18:42:00 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6852568?tstart=0#6852568</guid>
      <dc:date>2014-10-21T18:42:00Z</dc:date>
      <clearspace:dateToText>3 weeks 2 days ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Is there a way to tell what settings were used to export a PDF?</title>
      <link>https://forums.adobe.com/message/6852605?tstart=0#6852605</link>
      <description>&lt;!-- [DocumentBodyStart:ddcf184e-3fd7-4571-8be8-7c199343464a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Right!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;And so you check the actual feature (or lack thereof) in the PDF - instead of how the user created the PDF.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ddcf184e-3fd7-4571-8be8-7c199343464a] --&gt;</description>
      <pubDate>Tue, 21 Oct 2014 18:31:51 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6852605?tstart=0#6852605</guid>
      <dc:date>2014-10-21T18:31:51Z</dc:date>
      <clearspace:dateToText>3 weeks 2 days ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Is there a way to tell what settings were used to export a PDF?</title>
      <link>https://forums.adobe.com/message/6852559?tstart=0#6852559</link>
      <description>&lt;!-- [DocumentBodyStart:21f28d8e-7ebc-4c38-b1b1-be9e78356bfd] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Most of which are controlled by the Export options used;&lt;/p&gt;&lt;p&gt;Description&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; KK Stevens&lt;/p&gt;&lt;p&gt;PDF Preset: CC to PDF for KKSPC-Flattened&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;Compatibility: Acrobat 4 (PDF 1.3)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;Standards Compliance: None&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;General&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Pages: All&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Spreads: Off&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Generate Thumbnails: On&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Optimize PDF: Off&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Create Acrobat Layers: N/A&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Export Layers: Visible and Printable Layers&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Include Bookmarks: Off&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Include Hyperlinks: Off&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Export Nonprinting Objects: Off&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Export Visible Guides and Baseline Grids: Off&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Create Tagged PDF: Off&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Interactive Elements: Do Not Include&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;Compression&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Color Images&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Bicubic Downsample at: 300 ppi&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for images above: 300 ppi&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Compression: ZIP&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Tile Size: N/A&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Quality: 8 Bit&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Grayscale Images&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Bicubic Downsample at: 300 ppi&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for images above: 300 ppi&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Compression: ZIP&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Tile Size: N/A&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Quality: 8 Bit&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Monochrome Images&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Downsample at: 1200 ppi&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for images above: 1200 ppi&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Compression: CCITT Group 4&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Compress Text and Line Art: On&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Crop Image Data to Frames: On&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;Marks and Bleeds&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Crop Marks: Off&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Bleed Marks: Off&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Registration Marks: Off&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Color Bars: Off&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Page Information: Off&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Page Mark Type: Default&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Weight: 0.125 pt&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Offset: 0.125 in&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Use Document Bleed Settings: Off&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Bleed Top: 0.125 in&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Bleed Bottom: 0.125 in&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Bleed Left: 0.125 in&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Bleed Right: 0.125 in&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Include Slug Area: Off&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;Output&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Color Conversion: No Color Conversion&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Destination: N/A&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Profile Inclusion Policy: Don't Include Profiles&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Simulate Overprint: Off&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Output Intent Profile Name: N/A&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Output Condition: N/A&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Output Condition Identifier: N/A&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Registry Name: N/A&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;Advanced&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Subset Fonts Below: 1%&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Omit PDF: Off&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Omit EPS: Off&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Omit Bitmap Images: Off&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Transparency Flattener Preset: [High Resolution]&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ignore Spread Overrides: Off&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Warnings&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:21f28d8e-7ebc-4c38-b1b1-be9e78356bfd] --&gt;</description>
      <pubDate>Tue, 21 Oct 2014 18:30:08 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6852559?tstart=0#6852559</guid>
      <dc:date>2014-10-21T18:30:08Z</dc:date>
      <clearspace:dateToText>3 weeks 2 days ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Is there a way to tell what settings were used to export a PDF?</title>
      <link>https://forums.adobe.com/message/6852604?tstart=0#6852604</link>
      <description>&lt;!-- [DocumentBodyStart:1132bcc5-d569-424a-a894-6f62b0187658] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Such things as:&lt;/p&gt;&lt;p&gt;- Font Embedding Status&lt;/p&gt;&lt;p&gt;- Raster Image Resolution&lt;/p&gt;&lt;p&gt;- Compliance with a PDF standard (such as PDF/A or PDF/X)&lt;/p&gt;&lt;p&gt;- Colorspace(s) used&lt;/p&gt;&lt;p&gt;- Use of (or non-use of) Hyperlinks, Form Fields, Annotations, etc.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;(and the list goes on)&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1132bcc5-d569-424a-a894-6f62b0187658] --&gt;</description>
      <pubDate>Tue, 21 Oct 2014 18:27:02 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6852604?tstart=0#6852604</guid>
      <dc:date>2014-10-21T18:27:02Z</dc:date>
      <clearspace:dateToText>3 weeks 2 days ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Is there a way to tell what settings were used to export a PDF?</title>
      <link>https://forums.adobe.com/message/6852556?tstart=0#6852556</link>
      <description>&lt;!-- [DocumentBodyStart:1aecc198-46af-47a9-a109-3e484b0f7ab1] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;OK, What "features" are we talking about?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1aecc198-46af-47a9-a109-3e484b0f7ab1] --&gt;</description>
      <pubDate>Tue, 21 Oct 2014 18:23:26 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6852556?tstart=0#6852556</guid>
      <dc:date>2014-10-21T18:23:26Z</dc:date>
      <clearspace:dateToText>3 weeks 2 days ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

