Skip to content
Discussion options

You must be logged in to vote

A typical "Discussions" item - no issue.

Content streams are written in PDF's mini-language by which the appearance of pages, annotations and some other object is defined.
The syntax is explained on pages 643 of https://www.adobe.com/content/dam/acom/en/devnet/pdf/pdfs/PDF32000_2008.pdf.
Dozens of pages - too much to explain here. View this to be some type of source code of a programming language that you do not know.
On top, content streams are usually compressed, so you won't see that source code in ASCII.

To give you some start at least:

  • q - put current graphic state on the stack
  • BT - begin a text object
  • 1 0 0 1 200 832 Tm - defines a text matrix. Numbers before Tm are the six matrix …

Replies: 4 comments 6 replies

Comment options

You must be logged in to vote
1 reply
@meghanaviyyapu
Comment options

Answer selected by meghanaviyyapu
Comment options

You must be logged in to vote
1 reply
@meghanaviyyapu
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@meghanaviyyapu
Comment options

@JorjMcKie
Comment options

@meghanaviyyapu
Comment options

@JorjMcKie
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1393 on November 12, 2021 08:27.