* Create from an ASCII string.
(str: string)
| 37 | * Create from an ASCII string. |
| 38 | */ |
| 39 | static fromString(str: string): PdfRaw { |
| 40 | return new PdfRaw(str); |
| 41 | } |
| 42 | |
| 43 | /** |
| 44 | * Write the raw bytes exactly as-is. |
no outgoing calls
no test coverage detected