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
Next revision Both sides next revision
monsters [2021/07/23 17:31]
christian [Missing object]
monsters [2021/07/23 17:41]
christian [Incorrect stream length]
Line 15: Line 15:
 === Example === === Example ===
  
-Referencing indirect object (2 0)+Referencing indirect object (2 0): the ''/Outlines''
  
 <code pdf> <code pdf>
Line 41: Line 41:
 === Handling === === Handling ===
  
-This will raise a ''MissingObjectError'' with a ''MissingObject'' containing the type information for the expected object as parameter.+A proceedable ''MissingObjectError'' is raised. The reference points to a ''MissingObject'' containing the expected type.
  
 When writing out the reference to a new PDF, a string ''(The original object is missing)'' is written as object instead (if type information is available, it is added to the message). This preserves the correct reference which may be used in several places. Subsequently, this will result in a type mismatch when reading that PDF (unless the original object was a string as well, which is unlikely). When writing out the reference to a new PDF, a string ''(The original object is missing)'' is written as object instead (if type information is available, it is added to the message). This preserves the correct reference which may be used in several places. Subsequently, this will result in a type mismatch when reading that PDF (unless the original object was a string as well, which is unlikely).
Line 57: Line 57:
 <code> <code>
 42 0 obj 42 0 obj
-<</Length 9>> + <</Length 9>> 
-stream+ stream
 abcdefghij abcdefghij
-endstream+ endstream
 endobj endobj
 </code> </code>
Line 74: Line 74:
 === Reference === === Reference ===
  
-Seen in ''/info/Producer'': ''Bluebeam PDF Library 18''+Seen in ''/Info/Producer'': ''Bluebeam PDF Library 18''
  • monsters.txt
  • Last modified: 2021/07/24 08:12
  • by christian