Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
implementation [2015/03/28 17:55]
dokuadmin [Chapter 11: Transparency]
implementation [2022/05/19 10:18] (current)
bekki
Line 1: Line 1:
 +====== State of the implementation ======
 +
 For an overview, the implementation status is commented here following the structure of the [[http://www.adobe.com/devnet/pdf/pdf_reference.html|PDF specification]]. For an overview, the implementation status is commented here following the structure of the [[http://www.adobe.com/devnet/pdf/pdf_reference.html|PDF specification]].
  
-==== Chapter 7: Syntax ====+Although many pieces are not implemented, the base machinery is fully functional. Most of the missing features are not frequently used. If you need them, it is rather easy to implement them with the PDF specification and all the examples in the library. 
 + 
 +===== Chapter 7: Syntax =====
  
 <html> <html>
Line 11: Line 15:
 </th><th> Status </th><th> Status
 </th></tr> </th></tr>
-<tr bgcolor="#ccffcc">+<tr>
 <td> 7.3 <td> 7.3
 </td><td> Object </td><td> Object
-</td><td> fully implemented with tests+</td><td bgcolor="#ccffcc"> fully implemented with tests
 </td></tr> </td></tr>
 <tr> <tr>
Line 114: Line 118:
 </html> </html>
  
-==== Chapter 8: Graphics ====+===== Chapter 8: Graphics =====
  
 <html> <html>
Line 127: Line 131:
 <td> 8.1 - 8.5 <td> 8.1 - 8.5
 </td><td> Graphics Operators </td><td> Graphics Operators
-</td><td bgcolor="#ffff99"> Operators are implemented in groups. The Graphics State is not explicitly modeled yet+</td><td bgcolor="#ffff99"> Ongoing work. Operators are implemented and the Graphics State is modeled.
 </td></tr> </td></tr>
 <tr> <tr>
Line 157: Line 161:
 <td> 8.9 <td> 8.9
 </td><td> Images </td><td> Images
-</td><td bgcolor="#ffcccc"> not implemented, except for 8 bit gray scale images for Soft Masks+</td><td bgcolor="#ccffcc"> implemented with tests, except for inline images
 </td></tr> </td></tr>
 <tr> <tr>
Line 182: Line 186:
 </html> </html>
  
-==== Chapter 9: Text ====+===== Chapter 9: Text =====
  
 <html> <html>
Line 224: Line 228:
 </html> </html>
  
-==== Chapter 10: Rendering ====+===== Chapter 10: Rendering =====
  
 <html> <html>
Line 262: Line 266:
 </html> </html>
  
-==== Chapter 11: Transparency ====+===== Chapter 11: Transparency =====
  
 <html> <html>
Line 279: Line 283:
 </html> </html>
  
-==== Chapter 12: Interactive Features ====+===== Chapter 12: Interactive Features =====
  
 <html> <html>
Line 292: Line 296:
 <td>12.2</td> <td>12.2</td>
 <td>Viewer Preferences</td> <td>Viewer Preferences</td>
-<td bgcolor="#ffcccc"> not implemented</td>+<td bgcolor="#ccffcc"> implemented</td>
 </tr> </tr>
 <tr> <tr>
 <td>12.3</td> <td>12.3</td>
 <td>Document-Level Navigation</td> <td>Document-Level Navigation</td>
-<td bgcolor="#ffcccc"> not implemented some support for Destinations)</td>+<td bgcolor="#ffcccc"> not implemented (support for Destinations and Outlines)</td>
 </tr> </tr>
 <tr> <tr>
Line 307: Line 311:
 <td>12.5</td> <td>12.5</td>
 <td>Annotations</td> <td>Annotations</td>
-<td bgcolor="#ffcccc"> not implemented (some support for Link Annotations)</td>+<td bgcolor="#ccffcc"> implemented</td>
 </tr> </tr>
 <tr> <tr>
Line 337: Line 341:
 </html> </html>
  
-==== Chapter 13: Multimedia Features ====+===== Chapter 13: Multimedia Features =====
  
 <html> <html>
Line 375: Line 379:
 </html> </html>
  
-==== Chapter 14: Document Interchange ====+===== Chapter 14: Document Interchange =====
  
 <html> <html>
Line 388: Line 392:
 <td> 14.2 <td> 14.2
 </td><td> Procedure Sets </td><td> Procedure Sets
-</td><td bgcolor="#ffcccc"> not implemented (obsolete since PDF 1.4)+</td><td bgcolor="#ccffcc"> implemented
 </td></tr> </td></tr>
 <tr> <tr>
  • implementation.1427561707.txt.gz
  • Last modified: 2015/03/28 17:55
  • by dokuadmin