| 
			
			 | 
		#526 | |
| 
			
			
			
			 Fuzzball, the purple cat 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,312 
				Karma: 11087488 
				Join Date: Jun 2011 
				Location: California 
				
				
				Device: iPad 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#527 | 
| 
			
			
			
			 Fuzzball, the purple cat 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,312 
				Karma: 11087488 
				Join Date: Jun 2011 
				Location: California 
				
				
				Device: iPad 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			There is a memory leak in k2pdfopt v2.00 and this is causing your problem (on large files it eventually runs out of memory).  I am working on the fix...
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#528 | 
| 
			
			
			
			 Member 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 10 
				Karma: 12000 
				Join Date: Sep 2013 
				
				
				
				Device: pocketbook622touch 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Thank you very much for your help!  
		
	
		
		
		
		
		
		
		
		
		
		
	
	 
		 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#529 | 
| 
			
			
			
			 Fuzzball, the purple cat 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,312 
				Karma: 11087488 
				Join Date: Jun 2011 
				Location: California 
				
				
				Device: iPad 
				
				
				 | 
	
	
	
		
		
			
			 
				
				k2pdfopt v2.01 released
			 
			
			
			K2pdfopt v2.01 is released.  This fixes a significant memory leak which was causing k2pdfopt to crash or slow down when converting large PDF files.  It also fixes some issues with the preview in the MS Windows GUI.  See the web site for details.
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#530 | 
| 
			
			
			
			 Enthusiast 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 46 
				Karma: 66500 
				Join Date: Jan 2011 
				
				
				
				Device: kobo glo 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Goodmorning willus. is there a way to reduce a 2 column text when it is too big?
		 
		
	
		
		
			 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#531 | |
| 
			
			
			
			 Fuzzball, the purple cat 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,312 
				Karma: 11087488 
				Join Date: Jun 2011 
				Location: California 
				
				
				Device: iPad 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 1. k2pdfopt -mode 2col -fc- file.pdf The -mode 2col will turn on native output. The -fc- turns off the feature that tries to force the column width to your device display width. With this turned off, the column width will be directly controlled by the output DPI (-odpi). If the text is still too large, decrease the output DPI (default is 167): 2. k2pdfopt -mode 2col -fc- -odpi 140 file.pdf The value 140 is just an example. Use the value that works for you. You can also unwrap the text if you want: 3. k2pdfopt -fc- -wrap+ -odpi 140 file.pdf This will also unwrap the text in the columns to fill the width of your display, getting more words onto each screen. Note that unwrapping is not compatible with native output, which is why I didn't use -mode 2col.  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#532 | 
| 
			
			
			
			 Enthusiast 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 46 
				Karma: 66500 
				Join Date: Jan 2011 
				
				
				
				Device: kobo glo 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Thanks it works perfectly. It is a great software.  And is there a way to remove "-"? -hy parameter don't work.
		 
		
	
		
		
			Last edited by sage79; 09-05-2013 at 11:53 AM.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#533 | 
| 
			
			
			
			 Fuzzball, the purple cat 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,312 
				Karma: 11087488 
				Join Date: Jun 2011 
				Location: California 
				
				
				Device: iPad 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Can you post a few pages of the source PDF file that you are converting (if you don't want to post it, you can send me a private message)?  I'll check out why my hyphen-finding algorithm isn't working on this particular text.
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#534 | 
| 
			
			
			
			 Enthusiast 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 46 
				Karma: 66500 
				Join Date: Jan 2011 
				
				
				
				Device: kobo glo 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Here is. Thanks. You are very kind.
		 
		
	
		
		
			 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#535 | 
| 
			
			
			
			 Member 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 10 
				Karma: 12000 
				Join Date: Sep 2013 
				
				
				
				Device: pocketbook622touch 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			yeey, no crashes anymore. Thank you willus! I wanna ask if I want to put more text in one page, because with default settings it's too big and there is space on e-reader's screen that is unused, so I have to change the DPI, or what to make more text fit in the screen? Text is 2 column if thats matter, PDF files are those which I sent you in private message.  
		
	
		
		
		
		
		
		
		
		
		
		
		
			![]() edit- i've fixed the problem  
		Last edited by Kohinoor91; 09-06-2013 at 03:42 PM.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#536 | 
| 
			
			
			
			 Fuzzball, the purple cat 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,312 
				Karma: 11087488 
				Join Date: Jun 2011 
				Location: California 
				
				
				Device: iPad 
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#537 | |
| 
			
			
			
			 Fuzzball, the purple cat 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,312 
				Karma: 11087488 
				Join Date: Jun 2011 
				Location: California 
				
				
				Device: iPad 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#538 | 
| 
			
			
			
			 Enthusiast 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 46 
				Karma: 66500 
				Join Date: Jan 2011 
				
				
				
				Device: kobo glo 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Hello willus. I have another problem. When a text is in a box or a semi-box the conversion to a big text don't occour. here is a sample.
		 
		
	
		
		
			 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#539 | |
| 
			
			
			
			 Fuzzball, the purple cat 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,312 
				Karma: 11087488 
				Join Date: Jun 2011 
				Location: California 
				
				
				Device: iPad 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 k2pdfopt -evl 1 myfile.pdf (removes free-standing vertical lines) k2pdfopt -evl 2 myfile.pdf (removes vertical lines even if they are part of a box or frame)  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#540 | 
| 
			
			
			
			 Enthusiast 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 46 
				Karma: 66500 
				Join Date: Jan 2011 
				
				
				
				Device: kobo glo 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Thanks, it works. you are a genius.
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
![]()  | 
            
        
            
| Tags | 
| ebook apps, k5 tools, kindle tools, kindle touch, tools | 
            
  | 
    
			 
			Similar Threads
		 | 
	||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Viewing PDFs with another font | Font | PocketBook | 4 | 11-12-2010 09:27 AM | 
| Viewing Textbook PDFs... | NJReader | enTourage Archive | 4 | 08-17-2010 06:17 PM | 
| PRS-600 Restart bug while viewing PDFs? | conundrum | Sony Reader | 2 | 03-04-2010 09:46 PM | 
| More on viewing pdfs | dso371 | Bookeen | 8 | 03-11-2008 08:15 PM | 
| Viewing Untagged PDFs on Palm T|X | Eroica | Reading and Management | 3 | 12-10-2007 02:44 PM |