mirror of
				https://github.com/johnwhitington/cpdf-source.git
				synced 2025-06-05 22:09:39 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			518 B
		
	
	
	
		
			TeX
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			518 B
		
	
	
	
		
			TeX
		
	
	
	
	
	
CHAPTER 15. PDF and JSON
 | 
						|
 | 
						|
Cpdf.outputJSON(String, Boolean, Boolean, Boolean, Cpdf.Pdf)
 | 
						|
 | 
						|
Outputs a PDF in JSON format to the given filename. If parse_content is true,
 | 
						|
page content is parsed. If no_stream_data is true, all stream data is
 | 
						|
suppressed entirely.
 | 
						|
 | 
						|
Cpdf.outputJSONMemory(Cpdf.Pdf, Boolean, Boolean, Boolean)
 | 
						|
 | 
						|
Like outputJSON, but it writes to a byte array in memory.
 | 
						|
 | 
						|
Cpdf.fromJSON(String)
 | 
						|
 | 
						|
Loads a PDF from a JSON file given its filename.
 | 
						|
 | 
						|
Cpdf.fromJSONMemory(Byte[])
 | 
						|
 | 
						|
Loads a PDF from a JSON file in memory
 |