<?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 : Unanswered Discussions - PDF Language and Specifications</title>
    <link>https://forums.adobe.com/community/design_development/pdf_language_and_specifications?view=discussions&amp;filter=open</link>
    <description>Unanswered Discussion Threads in PDF Language and Specifications</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>What should be the behavior of Background with shfil</title>
      <link>https://forums.adobe.com/thread/1634149</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;&lt;img src='/beacon?t=1415903111399' /&gt;</description>
      <pubDate>Thu, 13 Nov 2014 12:01:44 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1634149</guid>
      <dc:date>2014-11-13T12:01:44Z</dc:date>
      <clearspace:dateToText>1 hour 47 minutes ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <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/thread/1632477</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/thread/1632477</guid>
      <dc:date>2014-11-11T16:51:57Z</dc:date>
      <clearspace:dateToText>10 hours 50 minutes ago</clearspace:dateToText>
      <clearspace:messageCount>12</clearspace:messageCount>
      <clearspace:replyCount>11</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>CIDFont and PDF</title>
      <link>https://forums.adobe.com/thread/1632328</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/thread/1632328</guid>
      <dc:date>2014-11-11T14:20:43Z</dc:date>
      <clearspace:dateToText>2 days 3 hours ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>PDF CID keyed font support</title>
      <link>https://forums.adobe.com/thread/1631342</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/thread/1631342</guid>
      <dc:date>2014-11-10T12:00:44Z</dc:date>
      <clearspace:dateToText>2 days 22 hours ago</clearspace:dateToText>
      <clearspace:messageCount>10</clearspace:messageCount>
      <clearspace:replyCount>9</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Changing creation date on adobe acrobat 9</title>
      <link>https://forums.adobe.com/thread/1628046</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/thread/1628046</guid>
      <dc:date>2014-11-05T23:23:00Z</dc:date>
      <clearspace:dateToText>1 week 9 hours ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <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/thread/1625208</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/thread/1625208</guid>
      <dc:date>2014-11-03T07:21:59Z</dc:date>
      <clearspace:dateToText>1 week 3 days ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <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/thread/1616317</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>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">font</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">truetype</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">glyph</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">ttf</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">subset</category>
      <pubDate>Fri, 24 Oct 2014 06:02:10 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1616317</guid>
      <dc:date>2014-10-24T06:02:10Z</dc:date>
      <clearspace:dateToText>2 weeks 6 days ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <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/thread/1616313</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/thread/1616313</guid>
      <dc:date>2014-10-24T04:00:39Z</dc:date>
      <clearspace:dateToText>2 weeks 5 days ago</clearspace:dateToText>
      <clearspace:messageCount>7</clearspace:messageCount>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Can't construct a valid cross reference stream.</title>
      <link>https://forums.adobe.com/thread/1586813</link>
      <description>&lt;!-- [DocumentBodyStart:dd9cfbb3-5e05-4d53-9a57-ff822d768b1b] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I'm building a PDF generation library from scratch.&lt;/p&gt;&lt;p&gt;Currently I'm having trouble generating a valid crossreference stream, but I'm totally lost as to why it is invalid.&lt;/p&gt;&lt;pre&gt;
&lt;p&gt;%PDF-1.7&lt;/p&gt;
&lt;p&gt;%&amp;micro;&lt;/p&gt;
&lt;p&gt;0 0 obj&lt;/p&gt;
&lt;p&gt;&amp;lt;&amp;lt;&lt;/p&gt;
&lt;p&gt;/Pages 1 0 R&lt;/p&gt;
&lt;p&gt;/Type /Catalog&lt;/p&gt;
&lt;p&gt;&amp;gt;&amp;gt;&lt;/p&gt;
&lt;p&gt;endobj&lt;/p&gt;
&lt;p&gt;1 0 obj&lt;/p&gt;
&lt;p&gt;&amp;lt;&amp;lt;&lt;/p&gt;
&lt;p&gt;/Type /Pages&lt;/p&gt;
&lt;p&gt;/Kids [2 0 R]&lt;/p&gt;
&lt;p&gt;/Count 1&lt;/p&gt;
&lt;p&gt;&amp;gt;&amp;gt;&lt;/p&gt;
&lt;p&gt;endobj&lt;/p&gt;
&lt;p&gt;2 0 obj&lt;/p&gt;
&lt;p&gt;&amp;lt;&amp;lt;&lt;/p&gt;
&lt;p&gt;/Parent 1 0 R&lt;/p&gt;
&lt;p&gt;/Type /Page&lt;/p&gt;
&lt;p&gt;/MediaBox [0 0 612 792]&lt;/p&gt;
&lt;p&gt;/Contents 3 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;3 0 obj&lt;/p&gt;
&lt;p&gt;&amp;lt;&amp;lt;&lt;/p&gt;
&lt;p&gt;/Length 0&lt;/p&gt;
&lt;p&gt;&amp;gt;&amp;gt;&lt;/p&gt;
&lt;p&gt;stream&lt;/p&gt;
&lt;p&gt;endstream&lt;/p&gt;
&lt;p&gt;endobj&lt;/p&gt;
&lt;p&gt;4 0 obj&lt;/p&gt;
&lt;p&gt;&amp;lt;&amp;lt;&lt;/p&gt;
&lt;p&gt;/Type /XRef&lt;/p&gt;
&lt;p&gt;/W [1 2 0]&lt;/p&gt;
&lt;p&gt;/Size 6&lt;/p&gt;
&lt;p&gt;/Length 16&lt;/p&gt;
&lt;p&gt;&amp;gt;&amp;gt;&lt;/p&gt;
&lt;p&gt;stream&lt;/p&gt;
...
endstream
endobj
startxref
254
%%EOF
&lt;/pre&gt;&lt;p&gt;The full pdf file can be found here: &lt;a class="jive-link-external-small" href="https://www.dropbox.com/s/mvn0xptf0lasb28/test.pdf?dl=0" rel="nofollow"&gt;https://www.dropbox.com/s/mvn0xptf0lasb28/test.pdf?dl=0&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;According to the spec a PDF file can consist of only objects with exemption of the first line (the 2nd is a comment) and the part from startxref.&lt;/p&gt;&lt;p&gt;Any tips would be greatly appreciated.&lt;/p&gt;&lt;p&gt;For simplicitly I've added the stream (extract via a hex editor) below:&lt;/p&gt;&lt;pre&gt;0A 01 00 0D 01 00 3E 01 00 77 01 00 CE 01 00 FE 0A&lt;/pre&gt;&lt;p&gt;Note that the stream starts and ends with a newline character. There are 17 bytes and the last line ending is not part of the stream length.&lt;/p&gt;&lt;p&gt;The remaining bytes 16 bytes have 15 bytes of data, (the first line ending is ignored (right?)):&lt;/p&gt;&lt;p&gt;01 00 0D&lt;/p&gt;&lt;p&gt;01 00 3E&lt;/p&gt;&lt;p&gt;01 00 77&lt;/p&gt;&lt;p&gt;01 00 CE&lt;/p&gt;&lt;p&gt;01 00 FE &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;As far as I can tell this PDF file's cross reference stream is valid. Any help would be greatly appreciated!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:dd9cfbb3-5e05-4d53-9a57-ff822d768b1b] --&gt;</description>
      <pubDate>Sat, 27 Sep 2014 12:38:15 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1586813</guid>
      <dc:date>2014-09-27T12:38:15Z</dc:date>
      <clearspace:dateToText>1 month 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>8</clearspace:messageCount>
      <clearspace:replyCount>7</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Adobe Reader crashes on duplicate pages</title>
      <link>https://forums.adobe.com/thread/1579212</link>
      <description>&lt;!-- [DocumentBodyStart:e0602859-9013-418d-8e91-2fe2103c27a0] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Adobe Reader will either give Error 14, or just crash out and quit if it comes across a PDF file with duplicate pages, for example:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;/Kids [9 0 R 9 0 R]&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;By my reading of the standard, there is no explicit prohibition of this. Other PDF readers work ok. Is this an Adobe Reader bug, or have I misunderstood the standard?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;(Motivation: I'm writing a PDF squeezer which coalesces groups of identical objects into one. This reduces the size of the ISO3200 PDF specification itself by about 20% -- lots of PDF producers seem to create duplicate objects. But if Adobe Reader crashes in this case, where else might it or other readers crash when there is unexpected aliasing of objects?)&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e0602859-9013-418d-8e91-2fe2103c27a0] --&gt;</description>
      <pubDate>Fri, 19 Sep 2014 11:49:02 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1579212</guid>
      <dc:date>2014-09-19T11:49:02Z</dc:date>
      <clearspace:dateToText>1 month 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>6</clearspace:messageCount>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>If I add PDF files to my website , can the goodlebot read it?</title>
      <link>https://forums.adobe.com/thread/1560044</link>
      <description>&lt;!-- [DocumentBodyStart:66a3f558-97bd-42a9-a956-9a54ed993cfc] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;My website is [link removed]&amp;nbsp; It is about education. Id like to add files about education to be downloaded by teachers bu I do not want them to be read by the googlebot. So If I add PDF files will the bot be able to read them?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:66a3f558-97bd-42a9-a956-9a54ed993cfc] --&gt;</description>
      <pubDate>Thu, 28 Aug 2014 19:27:20 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1560044</guid>
      <dc:date>2014-08-28T19:27:20Z</dc:date>
      <clearspace:dateToText>2 months 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>CIDset purpose in PDF files</title>
      <link>https://forums.adobe.com/thread/1559610</link>
      <description>&lt;!-- [DocumentBodyStart:7a6915e7-a2bf-41ce-adf6-5bd12ea6bf6b] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-message-small" data-containerId="4697" data-containerType="14" data-objectId="6678523" data-objectType="2" href="https://forums.adobe.com/message/6678523#6678523"&gt;&lt;span style="font-size: 10pt;"&gt;embedded CID font&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;Could someone explain me a purpose of CIDset in PDF / PDF/A-1b files? What are the benefits/drawback if the information is not included. I am getting error from preflight tool shows "List of CIDs missing in CIDSet od embedded CIDFont". I&amp;acute;ve asked at different forum and I was forwarded here. &lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Here is link to the topic: &lt;a class="jive-link-message-small" data-containerId="4697" data-containerType="14" data-objectId="6680776" data-objectType="2" href="https://forums.adobe.com/message/6680776#6680776"&gt;https://forums.adobe.com/message/6680776#6680776&lt;/a&gt;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7a6915e7-a2bf-41ce-adf6-5bd12ea6bf6b] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">cidset_in_subset_font_is_incomplete</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">cidfont</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">pdfa1-b</category>
      <pubDate>Thu, 28 Aug 2014 08:39:41 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1559610</guid>
      <dc:date>2014-08-28T08:39:41Z</dc:date>
      <clearspace:dateToText>2 months 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to display cyrillic characters in a PDF</title>
      <link>https://forums.adobe.com/thread/1519274</link>
      <description>&lt;!-- [DocumentBodyStart:5d3a9b81-13e7-4e2d-a59a-6474085c55c4] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am fairly green in terms of representing text in PDF documents and need some assistance. My main question is how do I represent Cyrillic characters in PDF files.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I know the basics of how to represent text in PDF files and the PostScript commands to use. I know that bytes written to the file in the range of 0 to 255 will print correctly when using the correct encoding (we are using the WinAnsiEncoding). What I cannot seem to figure out is how to represent extended character sets and different glyphs (such as those used in the Cyrillic alphabet) in a PDF file. Do I need to use CID fonts and CMaps?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Here is an example of the text I understand how to print:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;stream&lt;/p&gt;&lt;p&gt;0.00000000 0.00000000 0.00000000 RG&lt;/p&gt;&lt;p&gt;0.00000000 0.00000000 0.00000000 rg&lt;/p&gt;&lt;p&gt;BT&lt;/p&gt;&lt;p&gt;/Helvetica 14 Tf&lt;/p&gt;&lt;p&gt;7.2 768.96 Td&lt;/p&gt;&lt;p&gt;(Hello World!) Tj&lt;/p&gt;&lt;p&gt;ET&lt;/p&gt;&lt;p&gt;endstream&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm really not clear on how to represent any of the Chinese or Japanese fonts either, so really any help here is appreciated. Any examples are appreciated as well.&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:5d3a9b81-13e7-4e2d-a59a-6474085c55c4] --&gt;</description>
      <pubDate>Thu, 10 Jul 2014 20:52:01 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1519274</guid>
      <dc:date>2014-07-10T20:52:01Z</dc:date>
      <clearspace:dateToText>4 months 4 days ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Best Adobe product for editing PDF, replacing English text with Thai without altering/recompressing images, graphics etc.?</title>
      <link>https://forums.adobe.com/thread/1517343</link>
      <description>&lt;!-- [DocumentBodyStart:d5219824-d8b5-444f-a4f1-8495ff4e4bd2] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have an English language PDF, a medical device brochure, the content of which has already been translated into Thai (in Word). I want to replace the original English in the PDF with the Thai translation easily without altering any other aspect of the brochure, like graphics, images, margins etc. (No doubt I'll have to tweak line height, font sizes and paragraph lengths a little.) I'm unsure of what would be the best Adobe product for this purpose, e.g. Illustrator, InDesign or Acrobat (or something else), that would allow me simply to open the PDF, replace the English with Thai in an attractive Thai font (to be embedded), make minor layout tweaks, then save without any compression so the quality and colours of the original photos, artwork, and graphical elements are preserved. I've heard Office 2013 allows direct editing of a PDF but I'm not sure if it converts, alters or compresses PDF graphics in some way when first opening the file. Could anyone with relevant experience please advise? Thanks in advance.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d5219824-d8b5-444f-a4f1-8495ff4e4bd2] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">thai</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">edit_pdf_file</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">edit_text_pdf</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">font_thai</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">adobe pdf</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">save as pdf</category>
      <pubDate>Tue, 08 Jul 2014 17:41:11 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1517343</guid>
      <dc:date>2014-07-08T17:41:11Z</dc:date>
      <clearspace:dateToText>4 months 6 days ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Problem in displaying image contained in a pdf file</title>
      <link>https://forums.adobe.com/thread/1514870</link>
      <description>&lt;!-- [DocumentBodyStart:8fb623a2-aab2-4769-9874-d1693eaa714d] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p style="font-size: 12px; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333; background-color: #f8f8f8;"&gt;I am reading a PDF file that contains an image, color space used in image is CMYK,&amp;nbsp; when I read the image and output it into my own viewer (not pdf reader) I have to subtract each component of each pixel from 255 then I get normal display otherwise I get negative image of the input image. Please tell me why I have to subtract the whole image data from 255?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="font-size: 12px; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333; background-color: #f8f8f8;"&gt;Best Regards,&lt;/p&gt;&lt;p style="font-size: 12px; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333; background-color: #f8f8f8;"&gt;Ali&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8fb623a2-aab2-4769-9874-d1693eaa714d] --&gt;</description>
      <pubDate>Sat, 05 Jul 2014 11:43:41 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1514870</guid>
      <dc:date>2014-07-05T11:43:41Z</dc:date>
      <clearspace:dateToText>3 months 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>7</clearspace:messageCount>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Is there a way to tell what settings were used to export a PDF?</title>
      <link>https://forums.adobe.com/thread/1499608</link>
      <description>&lt;!-- [DocumentBodyStart:50ef4017-d6e0-497b-aa14-da3e2a38275d] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Is there any way to tell what export settings were used to create a PDF? I'm trying to recreate settings used in a previous PDF. &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:50ef4017-d6e0-497b-aa14-da3e2a38275d] --&gt;</description>
      <pubDate>Wed, 18 Jun 2014 18:42:59 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1499608</guid>
      <dc:date>2014-06-18T18:42:59Z</dc:date>
      <clearspace:dateToText>3 weeks 2 days ago</clearspace:dateToText>
      <clearspace:messageCount>16</clearspace:messageCount>
      <clearspace:replyCount>15</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>XFA Form signature</title>
      <link>https://forums.adobe.com/thread/1499402</link>
      <description>&lt;!-- [DocumentBodyStart:8b089afa-48e9-41f2-8719-09f2be0f6139] --&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; My company developed a tool to sign PDF and it's working well. Today, we were submitted a XFA Form PDF, and we cannot see the signature field nor is the signature bar available.&lt;/p&gt;&lt;p&gt; We'd like to know why is Adobe Reader ignoring the signature?&lt;/p&gt;&lt;p&gt; Is it possible to sign a XFA Form with regular PAdES (and not PAdES part five)? If so, will Adobe Reader validate such signature?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8b089afa-48e9-41f2-8719-09f2be0f6139] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">xfa_forms</category>
      <pubDate>Wed, 18 Jun 2014 15:24:42 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1499402</guid>
      <dc:date>2014-06-18T15:24:42Z</dc:date>
      <clearspace:dateToText>4 months 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How I can translate a english pdf to spanish (stored in the Acrobat site)?</title>
      <link>https://forums.adobe.com/thread/1490846</link>
      <description>&lt;!-- [DocumentBodyStart:7c7a3745-5815-4b67-872b-fc7722fc2deb] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello every body, Im start today in this site, im upload an a English PDF and i want to know if exist&amp;nbsp; a tool to translate this document&lt;span aria-label="Happy" class="emoticon-inline emoticon_happy" style="height:16px;width:16px;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7c7a3745-5815-4b67-872b-fc7722fc2deb] --&gt;</description>
      <pubDate>Fri, 06 Jun 2014 01:10:12 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1490846</guid>
      <dc:date>2014-06-06T01:10:12Z</dc:date>
      <clearspace:dateToText>5 months 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How is it that a searchable PDF text returns found words misspelled when the text is converted to an rtf file?</title>
      <link>https://forums.adobe.com/thread/1486312</link>
      <description>&lt;!-- [DocumentBodyStart:dea6d259-f3f2-45fe-9d0c-94e7d159d132] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;How is it that a searchable PDF text returns found words misspelled when the text is converted to an rtf file?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I can't count the hours spent correcting pdf files that appear fine, but are simply unreadable when turned into editable or searchable text. It would seem to me that once that problem is understood, a solution may be found for at least 1/2 of the misspelled words in post OCR corrections. This is a real hindrance when it come to research ... no one has unlimited time to post OCR correct files to ensure searchable texts are not overlooking important but misspelled words.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;WRBulmer&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:dea6d259-f3f2-45fe-9d0c-94e7d159d132] --&gt;</description>
      <pubDate>Fri, 30 May 2014 19:26:06 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1486312</guid>
      <dc:date>2014-05-30T19:26:06Z</dc:date>
      <clearspace:dateToText>5 months 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>9</clearspace:messageCount>
      <clearspace:replyCount>8</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>For accessibility, are there any MS-Word Styles that a PDF file cannot use or recognise?</title>
      <link>https://forums.adobe.com/thread/1485102</link>
      <description>&lt;!-- [DocumentBodyStart:ef943fff-6678-42ea-933b-ca50da55d5ba] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p style="text-align: justify;"&gt;I have been told that one cannot use the MS-Word Styles "Title" and "Subtitle" in a PDF file, from an accessibility perspective but I cannot find anything to support this claim.&amp;nbsp; Can anyone tell me if this is true and if so, why these styles are not supported/recognised?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;Thank you,&lt;/p&gt;&lt;p style="text-align: justify;"&gt;LPS&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ef943fff-6678-42ea-933b-ca50da55d5ba] --&gt;</description>
      <pubDate>Thu, 29 May 2014 13:47:38 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1485102</guid>
      <dc:date>2014-05-29T13:47:38Z</dc:date>
      <clearspace:dateToText>5 months 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to recover incomplete cmap?</title>
      <link>https://forums.adobe.com/thread/1473190</link>
      <description>&lt;!-- [DocumentBodyStart:ca63f929-f72a-452a-a1b9-fd0324bab229] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;&lt;span style="font-weight: inherit; font-style: inherit; font-family: inherit; font-size: 12pt;"&gt;I printed a Microsoft Word file as a PDF file by Distiller with an embed SakkalMajalla truetype font. I want to extract unicode texts from the PDF file. I found ToUnicode misses part of mapping. For example, CID 06B4 doen't have any mapping. I guess 06b4 should be mapped to U+0644. There are some substitutions in SakkalMajalla. So uni0644.medi (U+FEE0) is replaced by liga.0758.medi.alt1 (U+10354). Why can't Distiller deal with the situation? How can I recover missed mapping from PDF objects except ToUnicode? Thanks&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;P.S. I also asked the question couple days ago. Please see &lt;a class="jive-link-message-small" data-containerId="4697" data-containerType="14" data-objectId="6375630" data-objectType="2" href="https://forums.adobe.com/message/6375630#6375630"&gt;Re: Is it a bug of Distiller?&lt;/a&gt; I haven't got answers. I don't have privilege to move or delete that discussion. Sorry for asking a question in two communities.&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="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;/GS1 gs&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;BT&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;/TT1 1 Tf&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;24 0 0 24 513.84 764.1203 Tm&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;0 g&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;0 Tc&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;0 Tw&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;&amp;lt;0284&amp;gt;Tj&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;.495 .5925 TD&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;&amp;lt;0551&amp;gt;Tj&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;-.1675 -.5925 TD&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;&amp;lt;06b4&amp;gt;Tj&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;.4 .4225 TD&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;&amp;lt;0551&amp;gt;Tj&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;-.12 -.4225 TD&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;&amp;lt;024f&amp;gt;Tj&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;/TT2 1 Tf&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;12 0 0 12 506.58 764.1203 Tm&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;( )Tj&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;ET&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;/CIDInit /ProcSet findresource begin 12 dict begin begincmap /CIDSystemInfo &amp;lt;&amp;lt;&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;/Registry (JJEELB+TT1+0) /Ordering (T42UV) /Supplement 0 &amp;gt;&amp;gt; def&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;/CMapName /JJEELB+TT1+0 def&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;/CMapType 2 def&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;1 begincodespacerange &amp;lt;024f&amp;gt; &amp;lt;0551&amp;gt; endcodespacerange&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;3 beginbfchar&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;&amp;lt;024f&amp;gt; &amp;lt;0639&amp;gt;&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;&amp;lt;0284&amp;gt; &amp;lt;0649&amp;gt;&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;&amp;lt;0551&amp;gt; &amp;lt;064E&amp;gt;&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;endbfchar&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;endcmap CMapName currentdict /CMap defineresource pop end end&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ca63f929-f72a-452a-a1b9-fd0324bab229] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">arabic</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">cmap</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">tounicode</category>
      <pubDate>Mon, 12 May 2014 16:50:56 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1473190</guid>
      <dc:date>2014-05-12T16:50:56Z</dc:date>
      <clearspace:dateToText>6 months 2 days ago</clearspace:dateToText>
      <clearspace:messageCount>10</clearspace:messageCount>
      <clearspace:replyCount>9</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>change font in DA of FreeText Annotation</title>
      <link>https://forums.adobe.com/thread/1443766</link>
      <description>&lt;!-- [DocumentBodyStart:e5c50267-c7b8-47e8-b186-b141e0ab5a63] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am trying to change the default appearance (the DA entry) of a FreeText annotation. To begin with, I can't find anywhere in Acrobat to change the font of a FreeText annotation. My understanding is that I need to create a font alias in &lt;strong&gt;DS &lt;/strong&gt;entry of the AcroForm, then reference it using &lt;strong&gt;Tf &lt;/strong&gt;operator in the &lt;strong&gt;DA &lt;/strong&gt;entry. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Below is the smallest PDF code I created:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;%PDF-1.6&lt;/p&gt;&lt;p&gt;%&amp;acirc;&amp;#227;&amp;Iuml;&amp;Oacute;&lt;/p&gt;&lt;p&gt;1 0 obj&lt;/p&gt;&lt;p&gt;&amp;lt;&amp;lt;/Type/Catalog/Pages 2 0 R/AcroForm 3 0 R&amp;gt;&amp;gt;&lt;/p&gt;&lt;p&gt;endobj&lt;/p&gt;&lt;p&gt;2 0 obj&lt;/p&gt;&lt;p&gt;&amp;lt;&amp;lt;/Type/Pages/Kids[4 0 R]/Count 1&amp;gt;&amp;gt;&lt;/p&gt;&lt;p&gt;endobj&lt;/p&gt;&lt;p&gt;3 0 obj&lt;/p&gt;&lt;p&gt;&amp;lt;&amp;lt;/Fields[]/DR&amp;lt;&amp;lt;/Font&amp;lt;&amp;lt;/FNT1 5 0 R&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;/p&gt;&lt;p&gt;endobj&lt;/p&gt;&lt;p&gt;4 0 obj&lt;/p&gt;&lt;p&gt;&amp;lt;&amp;lt;/Type/Page/Parent 2 0 R/Resources&amp;lt;&amp;lt;&amp;gt;&amp;gt;/MediaBox[0 0 612 792]/Annots[6 0 R]&amp;gt;&amp;gt;&lt;/p&gt;&lt;p&gt;endobj&lt;/p&gt;&lt;p&gt;5 0 obj&lt;/p&gt;&lt;p&gt;&amp;lt;&amp;lt;/Type/Font/Subtype/Type1/BaseFont/Times-Bold&amp;gt;&amp;gt;&lt;/p&gt;&lt;p&gt;endobj&lt;/p&gt;&lt;p&gt;6 0 obj&lt;/p&gt;&lt;p&gt;&amp;lt;&amp;lt;/Type/Annot/Rect[10 400 160 570]/CreationDate(D:20140404131900-05'00')/Subtype/FreeText/Contents(OK, Let's just start a content.)/DA(/FNT1 9 Tf\n1 0 0 rg\n0 1 0 RG\n)&amp;gt;&amp;gt;&lt;/p&gt;&lt;p&gt;endobj&lt;/p&gt;&lt;p&gt;xref&lt;/p&gt;&lt;p&gt;0 7&lt;/p&gt;&lt;p&gt;0000000000 65535 f &lt;/p&gt;&lt;p&gt;0000000015 00000 n &lt;/p&gt;&lt;p&gt;0000000075 00000 n &lt;/p&gt;&lt;p&gt;0000000126 00000 n &lt;/p&gt;&lt;p&gt;0000000182 00000 n &lt;/p&gt;&lt;p&gt;0000000275 00000 n &lt;/p&gt;&lt;p&gt;0000000339 00000 n &lt;/p&gt;&lt;p&gt;trailer &amp;lt;&amp;lt; /Size 7 /Root 1 0 R/ID[&amp;lt;da5bbc2c7a8acf9c73eb1fbda9cf31c6&amp;gt;&amp;lt;da5bbc2c7a8acf9c73eb1fbda9cf31c6&amp;gt;]&amp;gt;&amp;gt;&lt;/p&gt;&lt;p&gt;startxref&lt;/p&gt;&lt;p&gt;525&lt;/p&gt;&lt;p&gt;%%EOF&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Acrobat failed to display the FreeText annotation in new font and background. The document shows that the FreeText annotation uses Helvetica font, not Time-Bold.&amp;nbsp; &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What is wrong with my code?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e5c50267-c7b8-47e8-b186-b141e0ab5a63] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">font</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">annotation</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">reader</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">apearance_streams</category>
      <pubDate>Fri, 04 Apr 2014 17:36:31 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1443766</guid>
      <dc:date>2014-04-04T17:36:31Z</dc:date>
      <clearspace:dateToText>7 months 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Example font subset with non-unicode output</title>
      <link>https://forums.adobe.com/thread/1432341</link>
      <description>&lt;!-- [DocumentBodyStart:83beec5b-a2d9-498e-aa88-87723d10c790] --&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 am searching for an example to use a TTF Font as font subset in PDF but &lt;strong&gt;without &lt;/strong&gt;&lt;strong&gt;UTF16 encoding&lt;/strong&gt;.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is this even possible?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Something similar to &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;table&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=";"&gt;7 0 obj&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&amp;lt;&amp;lt;/Type /Font /Subtype /Type0 /BaseFont /AAAAAD+Arial/Encoding /Identity-H /DescendantFonts [9 0 R]&lt;strong&gt; &lt;span style="text-decoration: line-through;"&gt;/ToUnicode 8 0 R&lt;/span&gt;&lt;/strong&gt; &amp;gt;&amp;gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;table&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=";"&gt;9 0 obj&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&amp;lt;&amp;lt;/Type /Font /Subtype /CIDFontType2 /BaseFont /AAAAAD+Arial /CIDSystemInfo &amp;lt;&amp;lt; /Registry (Adobe) /Ordering (Identity) /Supplement 0 &amp;gt;&amp;gt; /FontDescriptor 11 0 R /W [... &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;But how does the rest should look like?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you in advanced&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:83beec5b-a2d9-498e-aa88-87723d10c790] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">font</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">ttf</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">subset</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">non-unicode</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">type0</category>
      <pubDate>Thu, 20 Mar 2014 10:47:05 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1432341</guid>
      <dc:date>2014-03-20T10:47:05Z</dc:date>
      <clearspace:dateToText>7 months 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>27</clearspace:messageCount>
      <clearspace:replyCount>26</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Form field info not showing up, unless field is clicked? (again)</title>
      <link>https://forums.adobe.com/thread/1419907</link>
      <description>&lt;!-- [DocumentBodyStart:b103edf0-1ba4-437f-8edb-52cebf3ebde3] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;We're using a pdf library called Sync Fusion to automate some fillable fields in a pdf but after the text has been placed it is not visible due to the form field high-lighting.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So far we have tried the 3 things below but nothing has solved this issue.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;ul&gt;&lt;li style="text-align: start;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; changing the fore/background color of the fillable fields to selected colors&lt;/li&gt;&lt;li style="text-align: start;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; disabling multiline fields&lt;/li&gt;&lt;li style="text-align: start;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; applying "mac fix" scripts&lt;/li&gt;&lt;/ul&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="text-align: start;"&gt;Anyone have any other ideas that might fix this? We're going to try a different pdf library next.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="text-align: start;"&gt;thanks,&lt;/p&gt;&lt;p style="text-align: start;"&gt;Bob&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b103edf0-1ba4-437f-8edb-52cebf3ebde3] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">pdf</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">info</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">hiding</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">fillable_fields</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">highlight_forms</category>
      <pubDate>Mon, 03 Mar 2014 22:39:22 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1419907</guid>
      <dc:date>2014-03-03T22:39:22Z</dc:date>
      <clearspace:dateToText>8 months 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Indexed png transparency using /Mask</title>
      <link>https://forums.adobe.com/thread/1412559</link>
      <description>&lt;!-- [DocumentBodyStart:51e669f1-2b59-4d0d-beb7-756e68bc28dd] --&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;is it possible to use an indexed png's palette and accompanying transparency data to display a masked image? I've seen enough evidence in other opensource pdf libraries&amp;nbsp; to suggest that it's possible, but am having trouble getting it working myself.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The indexed PNG's i've tested all contain an array of&amp;nbsp; palette data and an associated array of transparency values.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm able to successfully display the png in a pdf, when only using it's palette and excluding the transprancy. The transparent parts of the image are displayed as black, as expected . The outuput is,&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;/Type /XObject&lt;/p&gt;&lt;p&gt;/Subtype /Image&lt;/p&gt;&lt;p&gt;/Width 16&lt;/p&gt;&lt;p&gt;/Height 16&lt;/p&gt;&lt;p&gt;/ColorSpace [/Indexed /DeviceRGB 15 18 0 R]&lt;/p&gt;&lt;p&gt;/BitsPerComponent 4&lt;/p&gt;&lt;p&gt;/Filter /FlateDecode&lt;/p&gt;&lt;p&gt;/DecodeParms &amp;lt;&amp;lt;/Predictor 15 /Colors 1 /BitsPerComponent 4 /Columns 16&amp;gt;&amp;gt;&lt;/p&gt;&lt;p&gt;/Length 155&amp;gt;&amp;gt;&lt;/p&gt;&lt;p&gt;stream&lt;/p&gt;&lt;p&gt;--------------- BINARY IMAGE 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;18 0 obj&lt;/p&gt;&lt;p&gt;&amp;lt;&amp;lt; /Length 48&amp;gt;&amp;gt;&lt;/p&gt;&lt;p&gt;stream&lt;/p&gt;&lt;p&gt;--------------- PALETTE ARRAY VALUES AS BINARY ---------------&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 style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;But as soon as i try an add the transparency array, nothing gets displayed and i get an error when opening the pdf that says 'An error exists on this page'. The transparency values for the indexed image are as follows,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span class="objectBox-array objectBox"&gt;&lt;span class="arrayLeftBracket"&gt;[&lt;/span&gt;&lt;span class="objectBox-number objectBox"&gt;255&lt;/span&gt;&lt;span class="arrayComma"&gt;, &lt;/span&gt;&lt;span class="objectBox-number objectBox"&gt;255&lt;/span&gt;&lt;span class="arrayComma"&gt;, &lt;/span&gt;&lt;span class="objectBox-number objectBox"&gt;192&lt;/span&gt;&lt;span class="arrayComma"&gt;, &lt;/span&gt;&lt;span class="objectBox-number objectBox"&gt;192&lt;/span&gt;&lt;span class="arrayComma"&gt;, &lt;/span&gt;&lt;span class="objectBox-number objectBox"&gt;160&lt;/span&gt;&lt;span class="arrayComma"&gt;, &lt;/span&gt;&lt;span class="objectBox-number objectBox"&gt;160&lt;/span&gt;&lt;span class="arrayComma"&gt;, &lt;/span&gt;&lt;span class="objectBox-number objectBox"&gt;128&lt;/span&gt;&lt;span class="arrayComma"&gt;, &lt;/span&gt;&lt;span class="objectBox-number objectBox"&gt;128&lt;/span&gt;&lt;span class="arrayComma"&gt;, &lt;/span&gt;&lt;span class="objectBox-number objectBox"&gt;96&lt;/span&gt;&lt;span class="arrayComma"&gt;, &lt;/span&gt;&lt;span class="objectBox-number objectBox"&gt;96&lt;/span&gt;&lt;span class="arrayComma"&gt;, &lt;/span&gt;&lt;span class="objectBox-number objectBox"&gt;64&lt;/span&gt;&lt;span class="arrayComma"&gt;, &lt;/span&gt;&lt;span class="objectBox-number objectBox"&gt;64&lt;/span&gt;&lt;span class="arrayComma"&gt;, &lt;/span&gt;&lt;span class="objectBox-number objectBox"&gt;32&lt;/span&gt;&lt;span class="arrayComma"&gt;, &lt;/span&gt;&lt;span class="objectBox-number objectBox"&gt;32&lt;/span&gt;&lt;span class="arrayComma"&gt;, &lt;/span&gt;&lt;span class="objectBox-number objectBox"&gt;0&lt;/span&gt;&lt;span class="arrayComma"&gt;, &lt;/span&gt;&lt;span class="objectBox-number objectBox"&gt;0&lt;/span&gt;&lt;span class="arrayComma"&gt;&lt;/span&gt;&lt;span class="arrayRightBracket"&gt;]&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span class="objectBox-array objectBox"&gt;&lt;span class="arrayRightBracket"&gt;I've followed the spec, 8.9.6.4 Colour Key Masking, although i'm not sure if there should be a difference between 'min' and 'max' or whether it's just the same value duplicated? From the logic i've seen in other pdf generation libraries, it appears to be the latter.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span class="objectBox-array objectBox"&gt;&lt;span class="arrayRightBracket"&gt;This is the non working output i get, when attempting to use the above array of transparency values as a mask,&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span class="objectBox-array objectBox"&gt;&lt;span class="arrayRightBracket"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&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;/Type /XObject&lt;/p&gt;&lt;p&gt;/Subtype /Image&lt;/p&gt;&lt;p&gt;/Width 16&lt;/p&gt;&lt;p&gt;/Height 16&lt;/p&gt;&lt;p&gt;/ColorSpace [/Indexed /DeviceRGB 15 18 0 R]&lt;/p&gt;&lt;p&gt;/BitsPerComponent 4&lt;/p&gt;&lt;p&gt;/Filter /FlateDecode&lt;/p&gt;&lt;p&gt;/DecodeParms &amp;lt;&amp;lt;/Predictor 15 /Colors 1 /BitsPerComponent 4 /Columns 16&amp;gt;&amp;gt;&lt;/p&gt;&lt;p&gt;/Mask [255 255 255 255 192 192 192 192 160 160 160 160 128 128 128 128 96 96 96 96 64 64 64 64 32 32 32 32 0 0 0 0 ]&lt;/p&gt;&lt;p&gt;/Length 155&amp;gt;&amp;gt;&lt;/p&gt;&lt;p&gt;stream&lt;/p&gt;&lt;p&gt;--------------- BINARY IMAGE DATA&amp;nbsp; ---------------&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;18 0 obj&lt;/p&gt;&lt;p&gt;&amp;lt;&amp;lt; /Length 48&amp;gt;&amp;gt;&lt;/p&gt;&lt;p&gt;stream&lt;/p&gt;&lt;p&gt;--------------- PALETTE ARRAY VALUES AS BINARY ---------------&lt;/p&gt;&lt;p&gt;endstream&lt;/p&gt;&lt;p&gt;endobj&lt;/p&gt;&lt;p&gt;&lt;span class="objectBox-array objectBox"&gt;&lt;span class="arrayRightBracket"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:51e669f1-2b59-4d0d-beb7-756e68bc28dd] --&gt;</description>
      <pubDate>Fri, 21 Feb 2014 22:12:11 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1412559</guid>
      <dc:date>2014-02-21T22:12:11Z</dc:date>
      <clearspace:dateToText>8 months 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>9</clearspace:messageCount>
      <clearspace:replyCount>8</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>PDF File with Run Length Encoding?</title>
      <link>https://forums.adobe.com/thread/1405910</link>
      <description>&lt;!-- [DocumentBodyStart:875191ef-9102-4349-a562-eafb4a58c134] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Would anyone have a PDF file containing text streams compressed in Run-Length Encoding?&amp;nbsp; I need one to test a decompressor.&amp;nbsp; I know they are probably rare and not used anymore which is why one is so difficult to find. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If you do have one could you attach it in a reply or refer me to it.&amp;nbsp; &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;Thanks&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:875191ef-9102-4349-a562-eafb4a58c134] --&gt;</description>
      <pubDate>Thu, 13 Feb 2014 17:29:13 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1405910</guid>
      <dc:date>2014-02-13T17:29:13Z</dc:date>
      <clearspace:dateToText>7 months 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>11</clearspace:messageCount>
      <clearspace:replyCount>10</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Some characters extracted from pdf hasn't corresponding unicode in its font</title>
      <link>https://forums.adobe.com/thread/1402569</link>
      <description>&lt;!-- [DocumentBodyStart:7d9865a2-9434-464d-9cf3-eac318fea1c4] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I extracted font form pdf(arabic text) and after I opened this font I found that there are some characters hasn't corresponding unicode although the other has!&lt;/p&gt;&lt;p&gt;I ask about why these characters hasn't corresponding Unicode such as remaining characters? and how PDF read these characters and display it in its file although it has't unicode? because I can't&amp;nbsp; get these characters outside PDF!.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This image show part of font I extracted has characters with no unicode(question mark instead).&lt;/p&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-6104436-547663/PartOfFont.png"&gt;&lt;img alt="PartOfFont.png" class="jive-image jive-image-thumbnail" height="45" onclick="" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-6104436-547663/450-45/PartOfFont.png" width="450"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7d9865a2-9434-464d-9cf3-eac318fea1c4] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">font</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">pdf</category>
      <pubDate>Mon, 10 Feb 2014 08:46:02 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1402569</guid>
      <dc:date>2014-02-10T08:46:02Z</dc:date>
      <clearspace:dateToText>9 months 2 days ago</clearspace:dateToText>
      <clearspace:messageCount>10</clearspace:messageCount>
      <clearspace:replyCount>9</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>page height is zero</title>
      <link>https://forums.adobe.com/thread/1392866</link>
      <description>&lt;!-- [DocumentBodyStart:c5f5380f-4d00-4fee-8bee-086a57feae7d] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;We're building a pre-flight tool to check page orientation and auto-rotate to consistantly build right reading books whether or not the page is landscape or portait but we're coming up with pdfs with MediaBox[0 -612 792 0] and getting page height = 0 and then the tool fails. We don't seem to be able to fix this programmatically. /Rotate = 0. Most of these PDFs are 1.6 but It was noticed that in PDF version 1.6 there is no mediabox and instead just has /BBox. Is there some significance to this? There doesn't seem to be a /Rotate either. I believe these pdfs are created programattically via some API rather than through InDesign or Distiller. We're trying to find a consistent way of determinig page size to do our calculations and/or be able to repair a pdf prior manipulation.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any ideas how we should go about this? We are using a 3rd party API to do the work but this seems an issue with the actual PDF vs. the API, at least at this point.&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;Bob&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c5f5380f-4d00-4fee-8bee-086a57feae7d] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">pdf</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">page_width</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">portrait/landscape</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">page_height</category>
      <pubDate>Wed, 29 Jan 2014 18:05:46 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1392866</guid>
      <dc:date>2014-01-29T18:05:46Z</dc:date>
      <clearspace:dateToText>9 months 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>8</clearspace:messageCount>
      <clearspace:replyCount>7</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>in browser- URL of PDF where it imports FDF data</title>
      <link>https://forums.adobe.com/thread/1388721</link>
      <description>&lt;!-- [DocumentBodyStart:aea0d911-ab12-4228-8018-9e528a344b31] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I want to bring up my browser - put the URL of a PDF on a server that has fillable fields - and have the PDF automatically bring in the contents of an FDF file to populate the fields defined in the FDF file.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;There is ADOBE documentation of doing something like this:&lt;br/&gt;&lt;a class="jive-link-external-small" href="http://www.mydomain.com/abc.pdf#fdf=datafile.fdf" rel="nofollow" target="_blank"&gt;http://www.mydomain.com/abc.pdf#fdf=datafile.fdf&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;That's all I want to do.&amp;nbsp; Simple.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;In detail - in a PHP program I want to create the FDF file just using fopen and fwrites - no additional packages - then my JavaScript calls an already created PDF file on the web with the PDF when brought up on the server side automatically imports the FDF my program created a few seconds ago.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I do know about fdf_create in PHP but unfortunately the server I'm on is cpanel based and the hosting company cannot load a library for fdf_create related calls.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;I cannot seem to get this working.&amp;nbsp; I've called Adobe tech support.&amp;nbsp; A few months ago I reached someone who actually said "You've reached the right person.&amp;nbsp; Yes that is doable." and they confirmed what I wanted to do.&amp;nbsp;&amp;nbsp; But since then the Adobe people I call don't seem to understand what an FDF file is even though that is what Adobe uses to communicate and has it in their documentation as&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://......abc.pdf#fdf=xxx.fdf" rel="nofollow" target="_blank"&gt;http://......abc.pdf#fdf=xxx.fdf&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;Now I've even eliminated the step/chance that I've not created my FDF file properly.&amp;nbsp; I've gone into Acrobat Pro and done an extract to an .FDF file.&amp;nbsp;&amp;nbsp; Then I've tried&amp;nbsp; &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://www.myweb.com/abc.pdf#fdf=theAcrobatExtractedFile.fdf" rel="nofollow" target="_blank"&gt;http://www.myweb.com/abc.pdf#fdf=theAcrobatExtractedFile.fdf&lt;/a&gt;&lt;span&gt;&amp;nbsp; and it still ignores the contents of the FDF file.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;I've also tried &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://www.myweb.com/abc.pdf#fdf=http://www.myweb.com/extractedfile.fdf" rel="nofollow" target="_blank"&gt;http://www.myweb.com/abc.pdf#fdf=http://www.myweb.com/extractedfile.fdf&lt;/a&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp; fully qualifying the location of the FDF file.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Help!&amp;nbsp; This is important.&amp;nbsp;&amp;nbsp; Thank you.&lt;/p&gt;&lt;p&gt;Jay&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:aea0d911-ab12-4228-8018-9e528a344b31] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">pdf</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">browser</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">url</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">fdf</category>
      <pubDate>Fri, 24 Jan 2014 17:08:22 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1388721</guid>
      <dc:date>2014-01-24T17:08:22Z</dc:date>
      <clearspace:dateToText>9 months 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>16</clearspace:messageCount>
      <clearspace:replyCount>15</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>PDF Stream Extent?</title>
      <link>https://forums.adobe.com/thread/1381985</link>
      <description>&lt;!-- [DocumentBodyStart:c002527e-c0df-4904-935c-dbb16eb5915f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello everyone.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm trying to interpret exacty what is and isn't included in a PDF stream and to date am still confused. I'll paste a section of the ISO3200 - 1 PDF reference below. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm not sure, but these statements appear to contradict each other.&amp;nbsp; &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So I have a stream which specifies a lenghth of 2215 bytes in its compressed form. &lt;/p&gt;&lt;p&gt;There is a carriage return and a line feed at the start and end of the stream data falling between the '&lt;strong&gt;stream&lt;/strong&gt;' and '&lt;strong&gt;endstream&lt;/strong&gt;' keywords. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So my data looks like this :&amp;nbsp; &lt;strong&gt;&lt;span style="color: #800080;"&gt;stream&amp;nbsp; &lt;/span&gt;CR LF&lt;/strong&gt; Data Data Data &lt;strong&gt;CR LF &lt;span style="color: #800080;"&gt;endstream&amp;nbsp; &lt;span style="font-size: 8pt;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 8pt; color: #ff0000;"&gt;Keep in mind that CR = Carriage Return and &lt;/span&gt;&lt;/strong&gt;&lt;span style="color: #ff0000; font-size: 8pt;"&gt;&lt;strong&gt;LF = Line feed&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Before I remove the CR and LF from each end of the data the total size of the stream is 2217 bytes (between the 'stream' and 'endstream' keywords.&amp;nbsp; From the first paragraph below it appears that I am reading the data between the Carriage return and line feed characters at each end which brings the compressed size down to 2213 bytes (not 2215 as the stream 'Lenght' specifies. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If I follow the second paragraph from Table 5 in relation to Stream Lenghth, it appears that only the carriage return and line feed at the end of the stream are removed.&amp;nbsp; So the stream to be decompressed would look like this:&amp;nbsp; &lt;strong&gt;CR LF&lt;/strong&gt; Data Data Data .&amp;nbsp; This in fact adheres to the Stream Lenght specification for that stream which is 2215 bytes? &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When decompressing a stream, what should and shouldn't be included?&amp;nbsp; Cut the CR and LF from the start or the end ,,, or both?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Note the &lt;span style="color: #ff0000;"&gt;&lt;strong&gt;red &lt;/strong&gt;&lt;/span&gt;bolded section below: "lie between the end-of-line marker (I assume this means not inclusive).&amp;nbsp; Like saying, stand between those two people (this doesn't mean stand on these two people and centre yourself).&amp;nbsp;&amp;nbsp; Yet... the &lt;span style="color: #339966;"&gt;&lt;strong&gt;green &lt;/strong&gt;&lt;/span&gt;bolded area in the second section doesn't mention the initial white space?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Perhaps this is what it means.&amp;nbsp; The first whitespace character after the 'stream' keyword and the whitespace character preceding the 'endstream' keyword are ignored so the stream looks like this:&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Original Stream Data before removing whitespace:&amp;nbsp;&amp;nbsp;&amp;nbsp; CR LF&lt;/strong&gt; Data Data Data &lt;strong&gt;CR LF&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Actual Stream data to be decompressed (whitespace removed):&amp;nbsp;&amp;nbsp; &lt;/strong&gt;&lt;strong&gt;LF&lt;/strong&gt; Data Data Data &lt;strong&gt;CR&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;br/&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;That last option produces a stream of 2215 bytes as well.&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;Thanks&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: 8pt;"&gt;&lt;strong&gt;&lt;br/&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Under 'Stream Objects - General'&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #0000ff;"&gt;&lt;em&gt;The keyword stream that follows the stream dictionary shall be followed by an end-of-line marker&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #0000ff;"&gt;&lt;em&gt;consisting of either a CARRIAGE RETURN and a LINE FEED or just a LINE FEED, and not by a CARRIAGE RETURN alone. &lt;strong&gt;The sequence of bytes that make up a stream &lt;span style="color: #ff0000;"&gt;lie between the end-of-line marker following the stream keyword&lt;/span&gt; and the endstream keyword&lt;/strong&gt;; the stream dictionary specifies the exact number of bytes. There should be an end-of-line marker after the data and before endstream; this marker shall not be included in the stream length.&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt;&lt;strong&gt;AND&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;From table 5 in relation to the stream Length.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #0000ff;"&gt;&lt;em&gt;(Required) &lt;span style="color: #008000;"&gt;&lt;strong&gt;The number of bytes from the beginning of the line&lt;/strong&gt;&lt;/span&gt;&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #008000;"&gt;&lt;strong&gt;&lt;em&gt;following the keyword stream to the last byte just before the&lt;/em&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #008000;"&gt;&lt;strong&gt;&lt;em&gt;keyword endstream. (There may be an additional EOL&lt;/em&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #008000;"&gt;&lt;strong&gt;&lt;em&gt;marker, preceding endstream, that is not included in the count&lt;/em&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #0000ff;"&gt;&lt;em&gt;and is not logically part of the stream data.) See 7.3.8.2,&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #0000ff;"&gt;&lt;em&gt;"Stream Extent", for further discussion.&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt;&lt;strong&gt;&lt;br/&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c002527e-c0df-4904-935c-dbb16eb5915f] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">streams</category>
      <pubDate>Fri, 17 Jan 2014 03:52:02 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1381985</guid>
      <dc:date>2014-01-17T03:52:02Z</dc:date>
      <clearspace:dateToText>9 months 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>9</clearspace:messageCount>
      <clearspace:replyCount>8</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Is it possible to control the height of the Portfolio panel via the PDF Portfolio itself?</title>
      <link>https://forums.adobe.com/thread/1378824</link>
      <description>&lt;!-- [DocumentBodyStart:d2a97674-715d-4331-b4c1-511331b0f3f6] --&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;Is it possible to embed into a PDF Portfolio kind of a directive to &lt;em&gt;Adobe Acrobat Reader&lt;/em&gt; what should be the height of the &lt;em&gt;Portfolio&lt;/em&gt; panel (red line on the image below)?&lt;/p&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-6009329-534580/portfolio.png"&gt;&lt;img alt="portfolio.png" class="jive-image jive-image-thumbnail" height="335" onclick="" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-6009329-534580/450-335/portfolio.png" width="450"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The idea, basically, is to adjust the height of the panel to the number of files in the portfolio.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Alternatively, is there a way to embed a directive to open by default the &lt;em&gt;Layout&lt;/em&gt; pane instead of the &lt;em&gt;Files&lt;/em&gt; pane?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you all in advance for assistance!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d2a97674-715d-4331-b4c1-511331b0f3f6] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">portfolio</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">reader</category>
      <pubDate>Mon, 13 Jan 2014 23:28:06 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1378824</guid>
      <dc:date>2014-01-13T23:28:06Z</dc:date>
      <clearspace:dateToText>9 months 1 month ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Change the image under Form XObject to the first layer</title>
      <link>https://forums.adobe.com/thread/1367011</link>
      <description>&lt;!-- [DocumentBodyStart:fa05ee22-6703-4841-8fa3-3346fc1d3c43] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;Hi here&lt;/span&gt;&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;"&gt;The right column is the file before structure optimization,&amp;nbsp; all the 5139 images is encaptured in one form(fm0).&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;The left column shows the structure in which all the images are changed to fist laye under XObject.&lt;/span&gt;&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;"&gt;The change from right to left would make difference for specific environment like:&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;1)Acrobat Pro 9 would open the file after change. &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;2)Some workflow like ONYX Thrive could handle.&lt;/span&gt;&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;"&gt;The form content actually is not repeatable,I would think it's a wrong application of Form XObject&amp;nbsp; ,leading to nested XObject.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;I am not a programmer so I would like to see whether it's possible in high level application to optimize the structure in Acrobat Pro?&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;If I have to use some low level tools to change, please help to comment which is would easy one for me.&lt;/span&gt;&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;"&gt;Many thanks&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;Kevin&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-5963449-528910/structure.JPG"&gt;&lt;img alt="structure.JPG" class="jive-image jive-image-thumbnail" height="413" onclick="" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-5963449-528910/450-413/structure.JPG" width="450"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:fa05ee22-6703-4841-8fa3-3346fc1d3c43] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">form</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">xobject</category>
      <pubDate>Sun, 29 Dec 2013 13:33:44 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1367011</guid>
      <dc:date>2013-12-29T13:33:44Z</dc:date>
      <clearspace:dateToText>10 months 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>7</clearspace:messageCount>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Convert text file into pdf with hebrew charcters</title>
      <link>https://forums.adobe.com/thread/1354064</link>
      <description>&lt;!-- [DocumentBodyStart:d58c5ba9-7c50-4968-8608-f1fb14a45d83] --&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 am want to convert Text files into Pdf.&lt;/p&gt;&lt;p&gt;In my origin file, I can get Hebrew Charcters as well.&lt;/p&gt;&lt;p&gt;I used this line for the basefont: "\r\n&amp;lt;&amp;lt;/Type/Font/Subtype/Type1/BaseFontt/Courier/Encoding/WinAnsiEncoding&amp;gt;&amp;gt;\r\nendobj\r\ n"&lt;/p&gt;&lt;p&gt;I understood my Encoding is not suitable for the Hebrew charcters.&lt;/p&gt;&lt;p&gt;To what do I need to change this line?&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 style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Hezi&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d58c5ba9-7c50-4968-8608-f1fb14a45d83] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">font</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">type1</category>
      <pubDate>Mon, 09 Dec 2013 10:53:23 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1354064</guid>
      <dc:date>2013-12-09T10:53:23Z</dc:date>
      <clearspace:dateToText>11 months 2 days ago</clearspace:dateToText>
      <clearspace:messageCount>11</clearspace:messageCount>
      <clearspace:replyCount>10</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Reading a PDF stream for LZW decompression?</title>
      <link>https://forums.adobe.com/thread/1353484</link>
      <description>&lt;!-- [DocumentBodyStart:ac5096d5-f446-4a30-a363-145c2d60f4d9] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p style="background-color: #e7e7e7; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;Hello..&amp;nbsp; I'm really struggling here.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="background-color: #e7e7e7; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;I am currently using the &lt;strong&gt;Rosetta Code implementation for LZW decompression (C++).&lt;/strong&gt;&amp;nbsp; This implementation requires numerical imput.&amp;nbsp; That is.. the input in it's compressed state is in numerical form.. a series of numbers.&amp;nbsp; &lt;strong&gt;My problem is this:&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="background-color: #e7e7e7; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;I want to read the compressed LZW stream (compressed only in LZW and &lt;strong&gt;not&lt;/strong&gt;encoded in ASCII 85) into a buffer and that is then passed to the decompression algorithm for decompression.&amp;nbsp; I open the pdf in binary mode, read each character and convert it to an int and load each integer into the buffer .&amp;nbsp; Once the buffer (which is an int vector) is loaded, I pass this to the algorithm for decompression. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="background-color: #e7e7e7; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;Unfortunately the data will not decompress.&amp;nbsp; I seem to get the same output as I put into it in a character form.&amp;nbsp;&amp;nbsp; I have included white space (noskipws) and also tried the opposite.&amp;nbsp; I have also tried (using bitwise shift operation) to create 12 bit chunks and then loading those into an int vector.&amp;nbsp; This isn't working either.&amp;nbsp;&amp;nbsp;&amp;nbsp; I'm thinking it has something to do with how I am reading the data in the first place.&amp;nbsp; What do all these little glyphs represent (in the compressed stream)&lt;strong&gt;?&lt;/strong&gt;&amp;nbsp; How do I go about reading compressed data into a buffer if the algorithm I am using requires numberical input common to LZW compression&lt;strong&gt;?&lt;/strong&gt;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="background-color: #e7e7e7; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;Should I include white space&lt;strong&gt;?&amp;nbsp; &lt;/strong&gt;How should I read the compressed data&lt;strong&gt;?&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="background-color: #e7e7e7; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;Any clues would be greatly appreciated.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="background-color: #e7e7e7; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;Thanks very much. &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ac5096d5-f446-4a30-a363-145c2d60f4d9] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">lzw</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">streams</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">decompression</category>
      <pubDate>Sun, 08 Dec 2013 11:45:31 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1353484</guid>
      <dc:date>2013-12-08T11:45:31Z</dc:date>
      <clearspace:dateToText>11 months 5 days ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Appearance state (AS) vs. value (V) of Button Form Fields</title>
      <link>https://forums.adobe.com/thread/1325770</link>
      <description>&lt;!-- [DocumentBodyStart:36ce09bb-8315-4065-a733-26f2fe0f81f3] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;It all started with a PDF where the state of the checkboxes was visually different from our viewer to the acrobat reader.&lt;/p&gt;&lt;p&gt;After some investigation the problem was a different state of the /V and the /AS attributes:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;...&lt;/p&gt;&lt;p&gt;/FT/Btn&lt;/p&gt;&lt;p&gt;/Subtype/Widget&lt;/p&gt;&lt;p&gt;/T(Checkbox1)&lt;/p&gt;&lt;p&gt;/V (0)&lt;/p&gt;&lt;p&gt;/AP &amp;lt;&amp;lt;/N &amp;lt;&amp;lt;/Off 20 0 R /0 21 0 R&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;/p&gt;&lt;p&gt;/AS/Off&lt;/p&gt;&lt;p&gt;...&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So the value states that the checkbox is checked and the appearance state says it is not checked.&lt;/p&gt;&lt;p&gt;I looked up the PDF spec it says:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;V=value&lt;/p&gt;&lt;p&gt;&lt;em&gt;(page 440) The V entry in the field dictionary (see Table 220) holds a name object representing the check box&amp;#8217;s appearance state, &lt;strong&gt;which shall be used to select the appropriate appearance from the appearance dictionary&lt;/strong&gt;.&lt;/em&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;AS=appearance state&lt;/p&gt;&lt;p&gt;&lt;em&gt;(page 383) (Required if the appearance dictionary AP contains one or more subdictionaries; PDF 1.2) The annotation&amp;#8217;s appearance state, &lt;strong&gt;which selects the applicable appearance stream from an appearance subdictionary&lt;/strong&gt; (see Section 12.5.5, &amp;#8220;Appearance Streams&amp;rdquo;).&lt;/em&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Our viewer analyzed the content (/V) and the adobe reader obviously considered the appearance state (/AS).&lt;/p&gt;&lt;p&gt;&lt;strong&gt;If both are set and are different which one 'wins'?&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;From my perspective it is in violation of the spec that both are different. However&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;1.) since /V is optional and /AS is required one can argue that /AS has a slight "advantage" so to speak&lt;/p&gt;&lt;p&gt;2.) Also PDF/A-1 states that: "&lt;em&gt;Every form field shall have an appearance dictionary associated with the field's data. A conforming reader shall render the field according to the appearance dictionary without regard to the form data.&lt;/em&gt;" Which would also indicate in case of doubt look at the AS. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It would be nice if anyone can share his thoughts about it...&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:36ce09bb-8315-4065-a733-26f2fe0f81f3] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">form_fields</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">appearance</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">appearance_streams</category>
      <pubDate>Thu, 31 Oct 2013 15:58:43 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1325770</guid>
      <dc:date>2013-10-31T15:58:43Z</dc:date>
      <clearspace:dateToText>1 year 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>PDF-Printer Settings</title>
      <link>https://forums.adobe.com/thread/1320323</link>
      <description>&lt;!-- [DocumentBodyStart:34210459-53cb-4dc8-b225-fd964ee05808] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello everyone&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Where does Adobe store these settings exactly? They must be registered in some kind of an *.ini-File, in the system's registry or at another location.&lt;br/&gt;We need this information to automate our setup on every workstation. Domain solutions as an alternative are unfortunately not possible yet.&lt;/p&gt;&lt;p&gt;Thank you.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-5781276-490188/PDF-Printer-Settings.PNG"&gt;&lt;img alt="PDF-Printer-Settings.PNG" class="jive-image jive-image-thumbnail" height="397" onclick="" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-5781276-490188/450-397/PDF-Printer-Settings.PNG" width="450"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:34210459-53cb-4dc8-b225-fd964ee05808] --&gt;</description>
      <pubDate>Wed, 23 Oct 2013 07:32:48 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1320323</guid>
      <dc:date>2013-10-23T07:32:48Z</dc:date>
      <clearspace:dateToText>1 year 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to download Adobe-UCS-0 cmap?</title>
      <link>https://forums.adobe.com/thread/1313444</link>
      <description>&lt;!-- [DocumentBodyStart:a3e3c04b-a255-4244-8761-8b41f0fda33c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Guys,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have pdf, there the CID font is embedded.&amp;nbsp; But I can't able to extract the glyph.&amp;nbsp; The font is encoded using Identity-H and using the Adobe-UCS-0 character map to decode.&amp;nbsp; The details are given below.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;/Type/Font&lt;/p&gt;&lt;p&gt;/Subtype/CIDFontType2&lt;/p&gt;&lt;p&gt;/FontDescriptor 16 0 R&lt;/p&gt;&lt;p&gt;/CIDSystemInfo&lt;/p&gt;&lt;p&gt;&amp;lt;&amp;lt;&lt;/p&gt;&lt;p&gt;/Registry(Adobe)&lt;/p&gt;&lt;p&gt;/Ordering(UCS)&lt;/p&gt;&lt;p&gt;/Supplement 0&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;Please help me to download this cmap.&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;Xavier&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a3e3c04b-a255-4244-8761-8b41f0fda33c] --&gt;</description>
      <pubDate>Fri, 11 Oct 2013 13:28:56 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1313444</guid>
      <dc:date>2013-10-11T13:28:56Z</dc:date>
      <clearspace:dateToText>1 year 1 month ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Question on OPM as 0</title>
      <link>https://forums.adobe.com/thread/1304056</link>
      <description>&lt;!-- [DocumentBodyStart:17a3e3ce-2317-4588-b227-d45e1351a9fb] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi here&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I went through PDF 1.7 reference and Pitstop Pro to understand&amp;nbsp; the difference between OPM 0 and OPM 1.&lt;/p&gt;&lt;p&gt;I have clearly understanding on none-zero overprint mode now.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;However,I got questions on OPM 0.&lt;/p&gt;&lt;p&gt;1)If the default OPM from Illustrator is OPM 1,and there is also "knockout" definition when the overprint checkbox is not selected ,how could I generate OPM 0 definition from Illustrator or other creative application? So far I could just change the definition in PitStop Pro.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;2)What's the result difference between the definition of OPM 0 and knockout?&lt;/p&gt;&lt;p&gt;Looks like they are&amp;nbsp; the same, when viewing the different objects as OPM 0 and knockout in Acrobat Pro and also in creative application,with overprint viewing is selected.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Many thanks&lt;/p&gt;&lt;p&gt;Kevin&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:17a3e3ce-2317-4588-b227-d45e1351a9fb] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">knockout</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">opm</category>
      <pubDate>Thu, 26 Sep 2013 04:13:38 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1304056</guid>
      <dc:date>2013-09-26T04:13:38Z</dc:date>
      <clearspace:dateToText>1 year 1 month ago</clearspace:dateToText>
      <clearspace:messageCount>8</clearspace:messageCount>
      <clearspace:replyCount>7</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to find decoder name from decoded stream?</title>
      <link>https://forums.adobe.com/thread/1302072</link>
      <description>&lt;!-- [DocumentBodyStart:8f1006fe-df54-40c6-9a62-6b2012ae6448] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p style="background-color: #e7e7e7; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;Hey,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="background-color: #e7e7e7; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;177 0 obj^M&amp;lt;&amp;lt;/Length 110 /Filter /FlateDecode &amp;gt;&amp;gt;^Mstream^M&lt;/p&gt;&lt;p style="background-color: #e7e7e7; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;x&amp;lt;9c&amp;gt;3&amp;acute;&amp;Ocirc;30P0^@^Q&amp;lt;86&amp;gt; B^W&amp;Acirc;4^C&amp;lt;91&amp;gt;F&amp;aelig; 2&amp;Aring;P&amp;#161;^P"^@Q^G#&amp;#193;&amp;sup2;^P]0&amp;#161;&amp;#228;\^E'O^E&amp;#253;p r^E}^O&lt;/p&gt;&lt;p style="background-color: #e7e7e7; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;^E}&amp;#167;^@g^EC^E}O_&amp;lt;85&amp;gt;&amp;lt;92&amp;gt;&amp;cent;&amp;#210;T^E}^W&amp;lt;85&amp;gt;hC^E&amp;lt;83&amp;gt;X^O^W^E^F&amp;gt;&amp;Acirc;&amp;#240;^A^X~&amp;agrave;+&amp;lt;90&amp;gt;&amp;#169;&amp;deg;&amp;plusmn;&amp;#255; !&amp;#255;&amp;lt;81&amp;gt;&amp;#255;&amp;lt;80&amp;gt;&amp;#171;&amp;#167;B ^@&amp;szlig;&amp;#198;"&amp;#216;^Mendstream^Mendobj&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="background-color: #e7e7e7; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;I have decoded the above stream by using the FlateDecode and I can get the below result.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="background-color: #e7e7e7; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;19.00 0.00 1.00 -0.00 16.00 27.00 d1 q 16.000 0.000 0.000 27.000 1.000 0.000 cm BI /W 16 /H 27 /BPC 1 /IM true /D [1 0]&lt;/p&gt;&lt;p style="background-color: #e7e7e7; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;ID&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ￠ ￠ ￠ ￰ p x&amp;lt;?￸ ￰ ￀EI Q&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="background-color: #e7e7e7; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;Still the Image Data [ID] is encoded.&amp;nbsp; I have to decode this Image data by using the corresponding decoder to get the exact value.&lt;/p&gt;&lt;p style="background-color: #e7e7e7; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;But I'm confused, how to find the decoder name? Which decoder needs to be used for decode this ID [Image Data]?&lt;/p&gt;&lt;p style="background-color: #e7e7e7; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;Can someone help me to find the decoder for Image Data [ID].&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="background-color: #e7e7e7; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;Thanks,&lt;/p&gt;&lt;p style="background-color: #e7e7e7; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;Xavier&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8f1006fe-df54-40c6-9a62-6b2012ae6448] --&gt;</description>
      <pubDate>Mon, 23 Sep 2013 13:08:21 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1302072</guid>
      <dc:date>2013-09-23T13:08:21Z</dc:date>
      <clearspace:dateToText>1 year 2 months ago</clearspace:dateToText>
      <clearspace:messageCount>6</clearspace:messageCount>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>This font not work with me after extracting it from pdf!</title>
      <link>https://forums.adobe.com/thread/1300926</link>
      <description>&lt;!-- [DocumentBodyStart:d24fefe6-7b15-4353-9356-47a699102d49] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;After extracting text from arabic pdf, there are font named "BCMCBO+Sultannormal", I extracted it but not worked with me although there are another fonts in the same file worked with me, why?,Please anyone answer me!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d24fefe6-7b15-4353-9356-47a699102d49] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">pdf</category>
      <pubDate>Sat, 21 Sep 2013 07:46:47 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1300926</guid>
      <dc:date>2013-09-21T07:46:47Z</dc:date>
      <clearspace:dateToText>1 year 2 months ago</clearspace:dateToText>
      <clearspace:messageCount>6</clearspace:messageCount>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Problem with invalid /Pages on root obj...</title>
      <link>https://forums.adobe.com/thread/1299497</link>
      <description>&lt;!-- [DocumentBodyStart:981c10f9-92f2-4f56-91a7-0708b864fa97] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Document : &lt;a class="jive-link-external-small" href="http://6m889f.1fichier.com/" rel="nofollow"&gt;http://6m889f.1fichier.com/&lt;/a&gt; - 28Kb - No script - No crypt (can be open with wordpad).&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The document is an extract of a page of a big document that seems to be done with acrobat, so i suppose the doc is valid but my undestanding of PDF32000_2008 is wrong...&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The page contain only an image type : CCITTFaxDecode.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The mecanisme i use to decode the doc :&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;1 - Extract start xref from the doc (read from end)&lt;/p&gt;&lt;p&gt;startxref&lt;/p&gt;&lt;p&gt;116&lt;/p&gt;&lt;p&gt;%%EOF&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;2 - Move to offset 116&lt;/p&gt;&lt;p&gt;20 0 obj &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&amp;lt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /DecodeParms&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&amp;lt;/Columns 4/Predictor 12&amp;gt;&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /Filter/FlateDecode&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /ID[&amp;lt;9D591874D8530F47922A2947626F4B0A&amp;gt;&amp;lt;6D9DBF0DD389B440AC6E086693CE9B16&amp;gt;]&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /Index[11 19]&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /Info 10 0 R&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;- This entry don't exist.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /Length 59&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /Prev 27626&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /Root 12 0 R&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;- This entry exist.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /Size 30&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /Type/XRef/W[1 2 1]&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt;&amp;gt;&lt;/p&gt;&lt;p&gt;stream...endstream...endobj&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;a - I have an other xref at offset 27626&lt;/p&gt;&lt;p&gt;b - /Info ref to an obj that is not visible on the PDF document ?&lt;/p&gt;&lt;p&gt;c - /Root ref to a valid obj.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;3 - I decode xref &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Message - Process XRef - Offset 116&lt;/p&gt;&lt;p&gt;-----------------------------------------------------------------------&amp;lt; Begin of first cross-reference stream&lt;/p&gt;&lt;p&gt;Message - Process type 1 :&amp;nbsp; Dump Data ( 4 ): 01 00 10 00 &lt;/p&gt;&lt;p&gt;Message - Add new XRef 11 - Offset 16&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;- Match with file&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Message - Process type 1 :&amp;nbsp; Dump Data ( 4 ): 01 02 6C 00 &lt;/p&gt;&lt;p&gt;Message - Add new XRef 12 - Offset 620&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;- Match with file&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Message - Process type 1 :&amp;nbsp; Dump Data ( 4 ): 01 02 B9 00 &lt;/p&gt;&lt;p&gt;Message - Add new XRef 13 - Offset 697&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;- Match with file&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Message - Process type 1 :&amp;nbsp; Dump Data ( 4 ): 01 04 45 00 &lt;/p&gt;&lt;p&gt;Message - Add new XRef 14 - Offset 1093&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;- Match with file&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Message - Process type 1 :&amp;nbsp; Dump Data ( 4 ): 01 06 3B 00 &lt;/p&gt;&lt;p&gt;Message - Add new XRef 15 - Offset 1595&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;- Match with file&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Message - Process type 1 :&amp;nbsp; Dump Data ( 4 ): 01 07 EF 00 &lt;/p&gt;&lt;p&gt;Message - Add new XRef 16 - Offset 2031&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;- Match with file&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Message - Process type 1 :&amp;nbsp; Dump Data ( 4 ): 01 08 B2 00 &lt;/p&gt;&lt;p&gt;Message - Add new XRef 17 - Offset 2226&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;- Match with file&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Message - Process type 1 :&amp;nbsp; Dump Data ( 4 ): 01 09 3F 00 &lt;/p&gt;&lt;p&gt;Message - Add new XRef 18 - Offset 2367&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;- Match with file&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Message - Process type 1 :&amp;nbsp; Dump Data ( 4 ): 01 0A 78 00 &lt;/p&gt;&lt;p&gt;Message - Add new XRef 19 - Offset 2680&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;- Match with file&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Message - Process type 1 :&amp;nbsp; Dump Data ( 4 ): 01 00 74 00 &lt;/p&gt;&lt;p&gt;Message - Add new XRef 20 - Offset 116&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;- Match with file (this entry)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Message - Drop type 2 :&amp;nbsp; Dump Data ( 4 ): 02 00 0E 00&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;- ?&lt;/p&gt;&lt;p&gt;Message - Drop type 2 :&amp;nbsp; Dump Data ( 4 ): 02 00 0E 01&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;- ?&lt;/p&gt;&lt;p&gt;Message - Drop type 2 :&amp;nbsp; Dump Data ( 4 ): 02 00 0E 02&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;- ?&lt;/p&gt;&lt;p&gt;Message - Drop type 2 :&amp;nbsp; Dump Data ( 4 ): 02 00 0E 03&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;- ?&lt;/p&gt;&lt;p&gt;Message - Drop type 2 :&amp;nbsp; Dump Data ( 4 ): 02 00 0E 04&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;- ?&lt;/p&gt;&lt;p&gt;Message - Drop type 2 :&amp;nbsp; Dump Data ( 4 ): 02 00 0E 05&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;- ?&lt;/p&gt;&lt;p&gt;Message - Drop type 2 :&amp;nbsp; Dump Data ( 4 ): 02 00 0E 06&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;- ?&lt;/p&gt;&lt;p&gt;Message - Drop type 2 :&amp;nbsp; Dump Data ( 4 ): 02 00 0E 07&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;- ?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Message - Process type 1 :&amp;nbsp; Dump Data ( 4 ): 01 01 CE 00 &lt;/p&gt;&lt;p&gt;Message - Add new XRef 21 - Offset 462&lt;/p&gt;&lt;p&gt;-----------------------------------------------------------------------&amp;lt; End of first cross-reference stream&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; a - All entries start with 01 : Is valid and is a the offset.&lt;/p&gt;&lt;p&gt;&amp;nbsp; b - I have some starting with 02 &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I don't really undestand the document about this entry &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The solution seems to be on Table 18 &amp;#8211;&amp;nbsp; Entries in a cross-reference stream&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I suppose first byte (w:121) is the type Type 2 (first column of the table ) &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; For 000E and 07 i don't undestand....&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I will see that point later except if it the solution to my problem ^_^...&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;4- I decode the second xref&lt;/p&gt;&lt;p&gt;&amp;nbsp; a -&amp;nbsp; Move to offset 27626 ( /Prev 27626 )&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;table&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=";"&gt;5 0 obj&lt;/td&gt;&lt;td style=";"&gt;&amp;lt;&amp;lt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;/DecodeParms&amp;lt;&amp;lt;/Columns 4/Predictor 12&amp;gt;&amp;gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;/Filter/FlateDecode/ID[&amp;lt;9D591874D8530F47922A2947626F4B0A&amp;gt;&amp;lt;6D9DBF0DD389B440AC6E086693CE9B16 &amp;gt;]&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;/Info 10 0 R&lt;/td&gt;&lt;td style=";"&gt;&amp;lt;- Like in previousely, this entry don't exist.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;/Length 49&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;/Root 12 0 R&lt;/td&gt;&lt;td style=";"&gt;&amp;lt;- Like in previousely, this entry exist.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;/Size 11&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;/Type/XRef/W[1 2 1]&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&amp;gt;&amp;gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p&gt;stream...endstream...endobj&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; b - decoding&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;-----------------------------------------------------------------------&amp;lt; begin of second cross-reference stream&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Message - Drop type 0 :&amp;nbsp; Dump Data ( 4 ): 00 00 00 00&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;- ?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Message - Process type 1 :&amp;nbsp; Dump Data ( 4 ): 01 5B 2A 00 &lt;/p&gt;&lt;p&gt;Message - Add new XRef 1 - Offset 23338&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;- Match with file (this entry)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Message - Process type 1 :&amp;nbsp; Dump Data ( 4 ): 01 5E 01 00 &lt;/p&gt;&lt;p&gt;Message - Add new XRef 2 - Offset 24065&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;- Match with file (this entry)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Message - Process type 1 :&amp;nbsp; Dump Data ( 4 ): 01 6A 83 00 &lt;/p&gt;&lt;p&gt;Message - Add new XRef 3 - Offset 27267&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;- Match with file (this entry)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Message - Process type 1 :&amp;nbsp; Dump Data ( 4 ): 01 6B 10 00 &lt;/p&gt;&lt;p&gt;Message - Add new XRef 4 - Offset 27408&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;- Match with file (this entry)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Message - Process type 1 :&amp;nbsp; Dump Data ( 4 ): 01 6B EA 00 &lt;/p&gt;&lt;p&gt;Message - Add new XRef 5 - Offset 27626&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;- Match with file (this entry)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Message - Drop type 2 :&amp;nbsp; Dump Data ( 4 ): 02 00 01 00&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;- ? &lt;/p&gt;&lt;p&gt;Message - Drop type 2 :&amp;nbsp; Dump Data ( 4 ): 02 00 01 01&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;- ? &lt;/p&gt;&lt;p&gt;Message - Drop type 2 :&amp;nbsp; Dump Data ( 4 ): 02 00 01 02&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;- ? &lt;/p&gt;&lt;p&gt;Message - Drop type 2 :&amp;nbsp; Dump Data ( 4 ): 02 00 03 00&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;- ? &lt;/p&gt;&lt;p&gt;Message - Drop type 2 :&amp;nbsp; Dump Data ( 4 ): 02 00 04 00&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;- ? &lt;/p&gt;&lt;p&gt;-----------------------------------------------------------------------&amp;lt; End of second cross-reference stream&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; a - All entries start with 01 : Is valid and is a the offset.&lt;/p&gt;&lt;p&gt;&amp;nbsp; b - I have some starting with 02 &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; same issue than for previous xref.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So now i have a vector of all obj on the document there no orphan,&amp;nbsp; it's why i don't investigate for strange entry 02.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;5 - Read root entry&lt;/p&gt;&lt;table&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=";"&gt;12 0 obj&lt;/td&gt;&lt;td style=";"&gt;&amp;lt;&amp;lt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;/AcroForm 21 0 R&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;/Metadata 2 0 R&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;/Pages 9 0 R&lt;/td&gt;&lt;td style=";"&gt;&amp;lt;- This entry to not exist&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;/Type/Catalog&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&amp;gt;&amp;gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&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;As previous with /Info 10 0 R that don't exist on the document, /Pages 9 0 R don't exist on document ?!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The document can be read by acrobat-reader &amp;amp; foxit, so i do something wrong but i don't see what...&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The only obj with "page" is :&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;13 0 obj&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&amp;lt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /BleedBox[29.9391 30.0045 681.297 871.951]&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /Contents 15 0 R&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /CropBox[29.9391 30.0045 681.297 871.951]&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /MediaBox[0 0 711.968 901.89]&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /Parent 9 0 R&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /Resources&amp;lt;&amp;lt;/ColorSpace&amp;lt;&amp;lt;/CS0 22 0 R/CS1 23 0 R&amp;gt;&amp;gt;/ExtGState&amp;lt;&amp;lt;/GS0 24 0 R/GS1 25 0 R&amp;gt;&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /Font&amp;lt;&amp;lt;/T1_0 28 0 R&amp;gt;&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /ProcSet[/PDF/Text/ImageC]&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /XObject&amp;lt;&amp;lt;/Im0 19 0 R&amp;gt;&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt;&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /Rotate 0&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /StructParents 57&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /TrimBox[29.9391 30.0045 681.297 871.951]&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /Type/Page&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;And "/Parent 9 0 R" this the same issue than with root : It's not on the doc ?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If someone can help me ?&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 style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;WCoder&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Message was edited by: WCoder - Firefox crash + correction+add pdf...&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:981c10f9-92f2-4f56-91a7-0708b864fa97] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">xref</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">pages</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">page</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">startxref</category>
      <pubDate>Thu, 19 Sep 2013 08:48:46 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1299497</guid>
      <dc:date>2013-09-19T08:48:46Z</dc:date>
      <clearspace:dateToText>1 year 2 months ago</clearspace:dateToText>
      <clearspace:messageCount>9</clearspace:messageCount>
      <clearspace:replyCount>8</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Problem saving Reader extended PDF with Javascript functions built in</title>
      <link>https://forums.adobe.com/thread/1288002</link>
      <description>&lt;!-- [DocumentBodyStart:f16130ba-179a-4321-b810-527437dae1a7] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Afternoon&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have created an interactive PDF in Livecycle with built in Javascript functionality.&amp;nbsp; I need users to be able to complete and save the PDF so have saved it as a Reader extended PDF.&amp;nbsp; The problem I'm having is that when a user completes the form,saves it, and then opens it again the Javascript functionality is not showing despite showing the original selection that the user has made.&amp;nbsp; The Javascript is simply a dropdown menu that will show a different table based on the selection so isn't anything major.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've trawled forums and this is driving me mad so I'd appreciate some help.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am using Adobe Pro XI.&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;Ben&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f16130ba-179a-4321-b810-527437dae1a7] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">#javascript</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">#readerextended</category>
      <pubDate>Mon, 02 Sep 2013 20:00:41 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1288002</guid>
      <dc:date>2013-09-02T20:00:41Z</dc:date>
      <clearspace:dateToText>1 year 2 months ago</clearspace:dateToText>
      <clearspace:messageCount>9</clearspace:messageCount>
      <clearspace:replyCount>8</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Extract embedded fonts from pdf</title>
      <link>https://forums.adobe.com/thread/1282546</link>
      <description>&lt;!-- [DocumentBodyStart:40eab838-3afb-40b6-b904-472a68a702e2] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Please i want to ask about the ability to extract embedded fonts from pdf is easy or not? because i tried to extract fonts form specific pdfs but there are fonts that not valid files, why these files not valid? are there specific technique to extract fonts from pdf?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:40eab838-3afb-40b6-b904-472a68a702e2] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">pdf</category>
      <pubDate>Sun, 25 Aug 2013 15:06:15 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1282546</guid>
      <dc:date>2013-08-25T15:06:15Z</dc:date>
      <clearspace:dateToText>1 year 3 months ago</clearspace:dateToText>
      <clearspace:messageCount>11</clearspace:messageCount>
      <clearspace:replyCount>10</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Paragraph detection in pdf</title>
      <link>https://forums.adobe.com/thread/1280557</link>
      <description>&lt;!-- [DocumentBodyStart:31eb7341-8581-4982-894d-3d2300dec87a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Please, How can I detect paragrahs when reading pdf file?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:31eb7341-8581-4982-894d-3d2300dec87a] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">pdf</category>
      <pubDate>Thu, 22 Aug 2013 07:52:49 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1280557</guid>
      <dc:date>2013-08-22T07:52:49Z</dc:date>
      <clearspace:dateToText>1 year 3 months ago</clearspace:dateToText>
      <clearspace:messageCount>10</clearspace:messageCount>
      <clearspace:replyCount>9</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How can I check text rotation when extracting text from pdf file?</title>
      <link>https://forums.adobe.com/thread/1279083</link>
      <description>&lt;!-- [DocumentBodyStart:ab2e0462-b95d-4882-be8e-410c651efeb7] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;If there are rotated text in pdf file how can I detect this rotation in the output stream??&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ab2e0462-b95d-4882-be8e-410c651efeb7] --&gt;</description>
      <pubDate>Tue, 20 Aug 2013 11:45:36 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1279083</guid>
      <dc:date>2013-08-20T11:45:36Z</dc:date>
      <clearspace:dateToText>1 year 2 months ago</clearspace:dateToText>
      <clearspace:messageCount>24</clearspace:messageCount>
      <clearspace:replyCount>23</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Extract embedded xml from PDF/A-3b (also creation)</title>
      <link>https://forums.adobe.com/thread/1278341</link>
      <description>&lt;!-- [DocumentBodyStart:c582877f-edf1-46ab-9cab-7abb5216a9d4] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello there,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;in the context of a research project, we are currently trying to extract embedded xml from a PDF/A-3b document via code.&lt;/p&gt;&lt;p&gt;The project deals with establishing a new invoicing standard (Zugferd: ferd-net.de, only german). Invoices are expressed via xml, which is embedded in PDF/A.&lt;/p&gt;&lt;p&gt;What we are trying to archive is extraction of the xml via java code. For testing purposes, we are currently using an third party skd to extract the invoice-xml, by calling a .EXE file and then picking up the results in java. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I currently have only one valid example file that can be processed via this sdk. To get more data, i used the test version of acrobat pro to alter the embedded xml file. To be more specific, i deleted the embedded file, added a new xml file, and used preflight to make the PDF conform to /A-3b. Although the file seems to have the same properties as the original, it can no more be processed via the extraction sdk. Since messing around with acrobat does not seem to get me anywhere, i am now looking into extracting data from the pdf my self.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is there any present implementation/library/solution for extracting data in a java context? The few third party tools i found are all based of a .net/windows native environment. I have heard rumors about Adobe giving out tools to extract embedded data from PDF/A?&lt;/p&gt;&lt;p&gt;How is it the other way around? Is it possible to embedd xml into a PDF via Java? Given there allready is PDF file which we can attach to.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I really appreciate reading and thanks for any help or input!&lt;/p&gt;&lt;p&gt;Greetings,&lt;/p&gt;&lt;p&gt;Florian&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c582877f-edf1-46ab-9cab-7abb5216a9d4] --&gt;</description>
      <pubDate>Mon, 19 Aug 2013 11:19:17 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1278341</guid>
      <dc:date>2013-08-19T11:19:17Z</dc:date>
      <clearspace:dateToText>1 year 3 months ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Generating PDF from a C program. How do I get dimensions of rendered text?</title>
      <link>https://forums.adobe.com/thread/1265469</link>
      <description>&lt;!-- [DocumentBodyStart:cccb1f98-9a94-4c0c-a4ce-65642ab39c4b] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am generating a PDF file from withing a C program I am developing and I am running into trouble measuring the dimensions of arbitrary text string when rendered on the page. Even if I had widths of individual glyphs in the font I am using, I would still run into trouble considering ligatures. My questions are the following:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;When I generate a PDF file, I have to provide the /Widths array dictionary entry for the font I use. How do I get these values? Is it possible to get them out of the font file (OTF/Type-1) easily?&lt;/li&gt;&lt;li&gt;If I do have the widths of individual glyphs and the ascent/descent values for the whole font, I still need ascent/descent for individual glyphs so that I can typeset things perfectly. How about these? Can they be read from the formats mentioned above?&lt;/li&gt;&lt;/ol&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What confuses me is this. A PDF writer (be it Microsoft Word) knows the font it is using to write text, obviously. When it saves the document as PDF, does it really inspect the font to dig out the glyph sizes?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I do not use any libraries whatsoever, I am generating the whole file and its PostScript streams "by hand".&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;David&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:cccb1f98-9a94-4c0c-a4ce-65642ab39c4b] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">font</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">pdf</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">glyph</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">otf</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">type1</category>
      <pubDate>Tue, 30 Jul 2013 08:31:19 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1265469</guid>
      <dc:date>2013-07-30T08:31:19Z</dc:date>
      <clearspace:dateToText>1 year 3 months ago</clearspace:dateToText>
      <clearspace:messageCount>6</clearspace:messageCount>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Object reference in the xref table is in offset to the actual reference of the objects</title>
      <link>https://forums.adobe.com/thread/1258831</link>
      <description>&lt;!-- [DocumentBodyStart:3128b1bc-eab4-4e7a-a3ed-155a49743da3] --&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;Im trying to parse a PDF file. The goal is to automatically mark sections of the document to make it easier for a reader to spot the important sections of the document.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I read the PDF file by making an AJAX call then storing the responseText in a variable.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I the find the reference to the xref table and try to get to the xref table using that reference.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The thing is that the reference at the startxref section of the doc is showing "startxref 275815%%EOF" but the actual reference to the xref table is different, if I do "...indexOf('xref')" its showing 265798 (a difference of 10017) and all the references in the xref tables are also offset by the same amount.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any hints on the source of that difference ?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What am I doing wrong ?&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 style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Erez&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3128b1bc-eab4-4e7a-a3ed-155a49743da3] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">javascript</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">parse</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">xref</category>
      <pubDate>Sat, 20 Jul 2013 13:07:42 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1258831</guid>
      <dc:date>2013-07-20T13:07:42Z</dc:date>
      <clearspace:dateToText>1 year 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>15</clearspace:messageCount>
      <clearspace:replyCount>14</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>javascript, object's properties</title>
      <link>https://forums.adobe.com/thread/1245419</link>
      <description>&lt;!-- [DocumentBodyStart:b8b8c57d-8352-4b31-ad67-816d1fc7b75a] --&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 style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm working on interactive forms (textfields, checkboxes, etc.) and javascript in PDF. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;in javascript, I get an object - e.g. this.getField("textfield1") - and I need to know which properties of the object are available. Is there any way how to find it out during runtime? Is there any reference containing these properties? &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;Thank you for your help.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b8b8c57d-8352-4b31-ad67-816d1fc7b75a] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">pdf</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">javascript</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3406">interative_pdfs</category>
      <pubDate>Mon, 01 Jul 2013 09:08:06 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1245419</guid>
      <dc:date>2013-07-01T09:08:06Z</dc:date>
      <clearspace:dateToText>1 year 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Arabic letters inside pdf!</title>
      <link>https://forums.adobe.com/thread/1241130</link>
      <description>&lt;!-- [DocumentBodyStart:3869038f-826d-4210-bfa0-3d7e433ec339] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello All,&lt;/p&gt;&lt;p&gt;please I have an enquiry about how pdf store arabic letters inside it because when i extracted arabic letteres from pdf file I saw different unicode for each letter not the original unicode for arabic letters in the range(06##)???&lt;span class="short_text" lang="en"&gt;&lt;span&gt; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span class="short_text" lang="en"&gt;&lt;span&gt;please need any answer about this question! &lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3869038f-826d-4210-bfa0-3d7e433ec339] --&gt;</description>
      <pubDate>Tue, 25 Jun 2013 08:02:23 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1241130</guid>
      <dc:date>2013-06-25T08:02:23Z</dc:date>
      <clearspace:dateToText>1 year 5 months ago</clearspace:dateToText>
      <clearspace:messageCount>21</clearspace:messageCount>
      <clearspace:replyCount>20</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

