1

Does anyone have a way to change the information contained in a CGPDFObjectRef? Basically since CGPDFObject can represent any of the subtypes (CGPDFInteger, ie.) you would think you could set an existing CGPDFObjectRef that is type integer to an integer; however, I have played with this for quite some time with no success and was wondering if anyone had come across a solution that i missed?

Jesse Naugher
  • 9,780
  • 1
  • 41
  • 56

1 Answers1

1

No, the CGPDF API is pretty much read-only.

Stefan Arentz
  • 34,311
  • 8
  • 67
  • 88
  • so ive come to see, so you don't know of anyway possible? even reading it into a NSObject type or what have you and then somehow setting the original back? That was my idea but i cant seem to get it to work. – Jesse Naugher Sep 02 '10 at 19:00