mirror of
				https://github.com/johnwhitington/cpdf-source.git
				synced 2025-06-05 22:09:39 +02:00 
			
		
		
		
	more
This commit is contained in:
		
							
								
								
									
										4
									
								
								Changes
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								Changes
									
									
									
									
									
								
							| @@ -1,4 +1,4 @@ | ||||
| Version 2.2 (To come) | ||||
| Version 2.2 (March 2017) | ||||
|  | ||||
| o Perform artihmetic on dimensions when specifying size or position | ||||
| o Add simple rectangles to PDF to blank things out | ||||
| @@ -16,7 +16,7 @@ o -print-page-labels | ||||
| o -squeeze replaces smpdf | ||||
| o Preserve more sharing of data when doing merges and page alterations | ||||
|  | ||||
| Version 2.1 (November 2014) | ||||
| Version 2.1 (December 2014) | ||||
|  | ||||
| o Encryption now much, much faster | ||||
| o Faster parsing of delayed object streams on large files | ||||
|   | ||||
| @@ -1,9 +1,9 @@ | ||||
| (* cpdf command line tools *) | ||||
| let demo = false | ||||
| let demo = true | ||||
| let noncomp = false | ||||
| let major_version = 2 | ||||
| let minor_version = 2 | ||||
| let version_date = "(build of 3rd November 2016)" | ||||
| let version_date = "(build of 9th January 2017)" | ||||
|  | ||||
| open Pdfutil | ||||
| open Pdfio | ||||
|   | ||||
		Reference in New Issue
	
	Block a user