GithubHelp home page GithubHelp logo

lsouchet / papercrop Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 23.21 MB

Automatically exported from code.google.com/p/papercrop

License: GNU General Public License v2.0

Lua 3.10% CMake 0.39% C++ 20.49% Makefile 0.04% C 64.47% Objective-C 0.01% Batchfile 0.01% Shell 0.07% AutoIt 0.01% Python 0.06% HTML 7.13% CSS 0.12% C# 1.47% Pascal 1.04% Ruby 0.42% Visual Basic 1.02% Java 0.15%

papercrop's People

Contributors

taesoobear avatar

Watchers

 avatar

papercrop's Issues

Ubuntu Installer fails to install (Ubuntu 10.04)

What steps will reproduce the problem?
1. Download installer and copy it to ~/bin/papercrop
2. run sh ./ubuntu_installer2.sh

What is the expected output? What do you see instead?

Installed application, got this error instead: http://pastie.org/2335140


What version of the product are you using? On what operating system?

According to svn info: Revision 85
OS: Ubuntu 10.04

Original issue reported on code.google.com by [email protected] on 7 Aug 2011 at 5:06

Error at linking CXX executable paperCrop

I am trying to compile the app on Fedora 13.

[alec@localhost ~]$ uname -a
Linux localhost.localdomain 2.6.34.7-56.fc13.x86_64 #1 SMP Wed Sep 15 03:36:55 
UTC 2010 x86_64 x86_64 x86_64 GNU/Linux

I have edited the installer file to suit Fedora 13 environment.

Please see fedora_installer.sh.

The compilation runs ok but the final stage shows:

[100%] Building CXX object CMakeFiles/paperCrop.dir/utility/TextFile.cpp.o      

Linking CXX executable paperCrop                                                

/usr/bin/ld: 
/usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../../../lib64/libfltk.so: undefined 
reference to symbol 'FcPatternAddInteger'
/usr/bin/ld: note: 'FcPatternAddInteger' is defined in DSO 
/usr/lib64/libfontconfig.so.1 so try adding it to the linker command line
/usr/lib64/libfontconfig.so.1: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
make[2]: *** [paperCrop] Error 1
make[1]: *** [CMakeFiles/paperCrop.dir/all] Error 2
make: *** [all] Error 2

Please help with fixing the issue.

Original issue reported on code.google.com by [email protected] on 21 Jun 2011 at 7:17

Attachments:

Can't turn pages on 64-bit machine

What steps will reproduce the problem?
1. Install Visual C++ 2010 x86 runtime on Windows 7 64-bit
2. Run papercrop, open PDF, click on the first page in a vain attempt to give 
it focus
3. Press Down arrow

What is the expected output? What do you see instead?

I wanted to go to the next page so I could process that one.

Instead, the cursor in the options pane on the right (which I don't think 
should be there at all, at the moment) moved to the next option.

What version of the product are you using? On what operating system?

0.51 rev117

Windows 7 Professional x64, service pack 1

Please provide any additional information below.

I *think* this is related to the 64-bitness, but that's strictly a guess on my 
part.

Original issue reported on code.google.com by [email protected] on 6 Aug 2012 at 2:42

Font is too big when displayed on Kindle 4

What steps will reproduce the problem?
1. Normal conversion
2.
3.

What is the expected output? What do you see instead?
Expected smaller font, adjusted to Kindle screen. I converted because the font 
on the original PDF would be too small when displayed on Kindle and I ended up 
with a very big font instead.

What version of the product are you using? On what operating system?
The latest version. Windows 7 x64

Please provide any additional information below.
Tried converting a NEJM 3 column essay.

Original issue reported on code.google.com by dannyfilipe on 29 Jul 2012 at 7:45

Output is flipped vertically

What steps will reproduce the problem?
1. Saving

What is the expected output? What do you see instead?
The output image is flipped vertically.

What version of the product are you using? On what operating system?
PaperCrop_0.44_rev54. Win7Home 64bit

Please provide any additional information below.
Changing the preset has no effect. It is always flipped vertically.

Original issue reported on code.google.com by [email protected] on 31 Mar 2011 at 12:20

Ubuntu installer fails to install on version 12.10

What steps will reproduce the problem?
1. Run ubuntu_installer3.sh  

What is the expected output? What do you see instead?
papercrop should get installed. Instead, cmake fails. 
Error log: http://pastebin.com/Jrr30fZy 


What version of the product are you using? On what operating system?
Revision 128, on Kubuntu 12.10.


Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 2 Jan 2013 at 2:27

"Process all pages" produces an empty folder.

What steps will reproduce the problem?
1. Open a PDF file;
2. Choose "process all pages";

What is the expected output? What do you see instead?
A folder containing all the output images is expected. An empty folder is 
produced instead.

What version of the product are you using? On what operating system?
0.31, on Windows 7 RTM.

Please provide any additional information below.
The "process current page" feature works correctly, with multiple output 
images for the current page, but the "process all pages" feature only 
produces an empty folder.

Original issue reported on code.google.com by [email protected] on 8 Aug 2009 at 10:11

Cannot execute build.bat successfully under windows

I executed the bat file "build.bat". it needs a file named "paperCrop.sln" 
which I cannot find it in the source directory. Did you forget to commit the 
file or something else ? Plz give a me a hand ,thank you


Original issue reported on code.google.com by [email protected] on 5 Nov 2012 at 2:19

Correct resolution for the Kindle 3

This is how the correct resolution can be calculated for the Kindle 3:

1. Use GIMP to create a 600x800 black layer and save it as 'test.jpg'
2. On the commandline (imagemagick): convert test.jpg test.pdf
3. Upload test.pdf to Kindle (mount as USB storage and copy to 'documents' 
folder
4. View test.pdf on Kindle and take a screenshot (Shift-Alt-G)
5. Copy screen_shot-NNNN.gif to computer
6. Open the GIF in GIMP and use the erase tool to remove the Kindle UI from the 
screenshot
7. Use "Image->Autocrop Image" and read off the resolution from the titlebar 
(551x735)
8. Round to the next largest even resolution (552x736)
9. Edit config.lua to update the device resolution:

kindle3={552,736}
--device=kindle3

10. Use paperCrop to create readable PDFs for the Kindle 3

Attached is a screenshot from the Kindle 3 showing a converted two-column PDF 
using the above resolution.

Thank you for writing such a useful program! I think it would be helpful to add 
this resolution to the default config.lua for other Kindle 3 users.

Original issue reported on code.google.com by ajpl.delacroix on 24 Mar 2011 at 8:45

Attachments:

Kindle 2 config exception

What steps will reproduce the problem?
1. I am working at Windows 7 Professional x64
2. I am using Kindle 2 config file.
3. So, sometimes program raises an exception.

This is about config or somthing else? It was tested on rev62 && rev61.


Original issue reported on code.google.com by [email protected] on 20 Sep 2011 at 5:35

ake

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 18 Jul 2014 at 2:50

Slanted PDF Output

What steps will reproduce the problem?
  1. Running papercrop
  2. Loading any pdf file with different options
  3. "Convert processed page to pdf", or "Process all 
  pages"


What is the expected output? What do you see instead?

  While the png outputs for one page processes looks 
  okay, the output pdf is rotated and distorted in 
  different directions (depending on output settings).

  For some files, the "Error: Bad bounding box in Type 
  3 glyph" Showed in terminal many, many times but it 
  may be unrelated.


What version of the product are you using? On what operating system?

  Version: 91
  Ubuntu 11.04 32bit (language: "Taiwan" Chinese)



Original issue reported on code.google.com by [email protected] on 23 Sep 2011 at 3:27

coordinates screwed up

What steps will reproduce the problem?
1. open the attached pdf 
2. process current page
3. convert processed pages to PDF

What is the expected output? A proper pdf with text and figures
What do you see instead? Upside-down pdf. Actually the coordinates are always 
screwed up no matter what section of the pdf is selected.


What version of the product are you using? On what operating system?
paperCrop_0.51_rev117, Windows 7




Original issue reported on code.google.com by [email protected] on 24 Apr 2013 at 12:47

Attachments:

color changed when output images

What steps will reproduce the problem?
1. set output format .jpg/png
2. open an colorful pdf,process all pages
3. the yellow part of the original pdf will be blue in the output images

What is the expected output? 
as the original color is

What version of the product are you using? On what operating system?
0.43 r19

Please provide any additional information below.
it's ok when output pdf,bug only occur when output images
very nice feature to output color images,
hope to correct this bug in the next release, thank you very much
btw,could it possible to make 256(color instead of gray) as an option which  
will reduce the size of the output files and achieve an acceptable result

thank you

Original issue reported on code.google.com by [email protected] on 30 Aug 2010 at 2:36

Vector pdf output for two column files not working

What steps will reproduce the problem?
1. take a pdf with two columns
2. use vector pdf output OR kindle 3 output. 
(e.g. input two column, output vector pdf + portrait vertical scroll single 
image per file 
OR
 input two column, output kindle 3: gives images no pdf with text preserved)
3. vector pdf output gives a not correct output (using vector pdf: does not 
crop and convert to pdf in the order it showed during processing), while kindle 
3 output gives images (useless)

What is the expected output? What do you see instead?
Pdf files (not images file) cropped in the correct order. Instead i get pdf 
files completely messed up or image files (not utilizable on kindle touch: poor 
quality image, text not preserved).


What version of the product are you using? On what operating system?
paperCrop_0.51_rev117 on windows 7 64 bit.


Please provide any additional information below.
File input and two different file output given below. First is vector pdf, 
second kindle 3.
Kindle 3 output given below would be fantastic and the final solution for two 
column pdf conversion  if only the output file would be a pdf with text 
preserved. There is a great program called cut2col-v34c.jar (which you can find 
here http://www.cp.eng.chula.ac.th/~somchai/cut2col/ )that output pdfs with 
text but yours program is far better in detecting the crop order (crop areas 1, 
2, 3 etc). It only does not give a pdf output which is very bad when you try to 
read the document on kindle touch (no correct text zooming, not good quality 
image, moving around the image is a pain, etc.)
Could you please talk with this programmer of cut2col and work together to make 
a this tool even better? (correct crop order and pdf with text preserved)?

Original issue reported on code.google.com by [email protected] on 10 Jul 2012 at 7:30

Attachments:

"Ilegal Instruction" Error on Ubuntu System

What steps will reproduce the problem?
1. download the ubuntu_install script
2. Compile and execute the program find a PDF and process with the default 
settings
3. Click "process with this page"

What is the expected output? What do you see instead?
No error and a new PDF would be generated.
However, now:
user@user-laptop:~/Downloads/papercrop$ ./paperCropLauncher 
Xdbe not supported, faking double buffer with pixmaps.
pFileName=presets/default preset.lua
pFileName=script/(landscape) vertical scroll (outputs multiple images).lua
./paperCropLauncher: line 2:  8568 Illegal instruction     ./paperCrop

And exit.

What version of the product are you using? On what operating system?
SVN version

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 29 Jan 2011 at 4:13

Segmentation of figures

What steps will reproduce the problem?
1. When I choose output as multiple images, it automatically divides a long 
page into pages of screen size, which is nice. But it does not distinguish 
between figures and texts so many times the figures get to be cut into half and 
split into two pages. 

Is it possible to detect the figures and keep them on a single page? I don't 
mind if extra space has to be inserted in between. With this function, 
papercrop would be perfect for me.

What version of the product are you using? On what operating system?
0.51 on Windows 7, 64 bit


Original issue reported on code.google.com by [email protected] on 14 Nov 2012 at 8:58

Always crash when select Kindle 3 in Vector PDF

What steps will reproduce the problem?
1. Run PaperCrop
2. VectorPDF -> Kindle 3
3. Crash

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?
Windows 7. PaperCrop 0.51

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 16 Jan 2013 at 9:41

i dont know how to run/install papercrop

What steps will reproduce the problem?
1. download papercrop 47
2. extract all files from zip
3. i tried runing all three included applications 

What is the expected output? What do you see instead?
either a error message or a black window

What version of the product are you using? On what operating system?
47 or whatever you recommend
Windows 7
Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 11 Apr 2014 at 2:19

Suggestion: is it possible to leave text in string format?

Don't know where to post a suggestion, so I post it here
If not suitable, please delete it.

The text in original pdf is converted to image, is it right?
I don't find any option to make papercrop to keep text in raw format, even in 
config.lua.
Is it possible to still keep the text in string, instead to image format, which 
can make the text searchable and notation available.
Thanks for providing this excellent app

Original issue reported on code.google.com by [email protected] on 20 Aug 2010 at 6:08

Processing a book scanned with two book pages appearing on each pdf page

What steps will reproduce the problem?
1. Trying to automatically process a book scanned with two book pages appearing 
on each pdf page, with a thick black line in the middle.
2.
3.

What is the expected output? What do you see instead?
>> I expect papercrop to process two book pages on a pdf page like it would 
process a two columns paper. I think that the problem is that the thick black 
line in the middle (that is the book binding fold appearing in the middle of 
the two book pages on each pdf page) takes the entire page height, and makes it 
seem that there is an image on the entire page, rather than paragraphs on the 
left, a line in the middle, and paragraphs on the right.

I say so because on each page where the black line in the middle happens not to 
be continuous on the whole page (because the scan didn't register as strongly), 
papercrop works perfect and treats paragraphs as paragraphs, and the parts of 
the middle line that we can see are treated as images.

Is there any solution to this?
Thanks!

Let me know if there is anything unclear.


What version of the product are you using? On what operating system?
>> v.0.47 on Windows 7


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 9 May 2012 at 5:08

mac support?

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 31 Jul 2011 at 2:32

No OS-X installer?

What steps will reproduce the problem?
1. Have a mac
2. Try to download papercrop
3. Fail

Original issue reported on code.google.com by [email protected] on 3 Aug 2011 at 5:29

Could not parse any Japanese text

What steps will reproduce the problem?
1. Open Japanese PDF File. (e.g., 
http://search.ieice.org/bin/pdf_link.php?category=B&lang=J&year=2011&fname=j94-b
_1_1&abst= )

What is the expected output? What do you see instead?
Could not read and not parse any Japanese text.

What version of the product are you using? On what operating system?
0.45 revision 61 (Windows) on Windows XP Professional SP3 Japenese Edition

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 12 Aug 2011 at 2:49

One page missing in every output part.

What steps will reproduce the problem?
1. Process document long enought to produce multiple parts. 
2. I was testing a two-column document with default settings as well as 
single-column document with reflow.

What is the expected output? What do you see instead?
In case of long documents the output is splitted into 100-page-long parts. In 
my outputs there are gaps in text between each two subsequent parts, as if one 
boundary page was missing.

What version of the product are you using? On what operating system?
PaperCrop_0.43_rev19



Original issue reported on code.google.com by [email protected] on 22 Dec 2010 at 9:08

Supersampling scrables pixels

What steps will reproduce the problem?
1. Change use_4xsupersampling to true
2. Run PaperCrop
3. Open the pdf

What is the expected output? What do you see instead?
Columns of pixels at the right (on device) are scrambled. Without the setting 
output is working perfectly.

What version of the product are you using? On what operating system?
PaperCrop 0.45 rev 61 on Windows 7 64-bit.

Please provide any additional information below.
Your app is a lifesaver for any researcher who needs to read a dozen  papers 
per week.


Original issue reported on code.google.com by [email protected] on 20 Jun 2011 at 10:19

Attachments:

Wont create vector PDF in XP 32 bit or Win7 64 bit

What steps will reproduce the problem?
1. Convert 50 page multicolumn pdf in Windows XP or Windows 7
2. Save dialogue pops up, press okay.
3. Only an .xml file is left behind, no new PDF is created.

What is the expected output? What do you see instead?
PDF expected, XML instead.

What version of the product are you using? On what operating system?
rev 117 with device selection .lua fix, also happens with non-fix version of 
117 too

Please provide any additional information below.
Works fine in Ubuntu.

Original issue reported on code.google.com by [email protected] on 1 May 2013 at 11:38

blueprint for better resampling

It more a blueprint than an issue

For raster document, it would be very wonderfull if resampling quality was 
enhanced by using better algorythm like "Bicubic interpolation"  

See attached files : the one (cropped et resampled manualy) with photoshop 
(using bicubic mode) has better readability/quality 

This filter exist in freeimage lib :
http://freeimage.sourceforge.net/fnet/html/494E93DF.htm
http://freeimage.sourceforge.net/fnet/html/2B709885.htm

If this is too complicated, a workaround could be to add an option in the 
config file to prevent resampling

I'm using the last version of papercrop 0.43 rev 19
I've tryed all options and to change lua code but i can't find a way to obtain 
good resampling nor prevent resampling

Original issue reported on code.google.com by [email protected] on 28 Dec 2010 at 8:18

Attachments:

how to config more than 2.5M

What is the expected output? What do you see instead?

How to config output file more than 2.5M, I dont want to cut out it

What version of the product are you using? On what operating system?

version 0.45 for windows

Original issue reported on code.google.com by [email protected] on 17 Jul 2011 at 1:45

Compiling on Fedora

What steps will reproduce the problem?
1. svn checkout http://papercrop.googlecode.com/svn/trunk/ paperCrop_source
2. cd paperCrop_source
3. yum install DevIL-devel fontconfig-devel fltk-devel freeimage-devel 
lua-devel libpng-devel boost-devel cmake libxml2-devel ogre-devel gsl-devel 
lcms-devel libjpeg-turbo-devel gcc gcc-c++
4. cd libharu-2.0.8
5. chmod 700 ./configure
6. ./configure
7. make
8. cd ..
9. cd build_linux
10. cmake ..
11. make



What is the expected output? What do you see instead?

Fails at dynamic linking. Is there a way to do static linking?

I've got lua-devel-5.1.4-8.fc15.x86_64  installed.

Here's the output of the last make.


[ 98%] Building CXX object CMakeFiles/paperCrop.dir/utility/FltkAddon.cpp.o
/home/pablo/Documentos/devel/paperCrop_source/utility/FltkAddon.cpp: En la 
función miembro ‘void FlMenu::item(int, const char*, int, int, int, uchar, 
uchar, uchar, unsigned int)’:
/home/pablo/Documentos/devel/paperCrop_source/utility/FltkAddon.cpp:184:38: 
aviso: conversión a puntero desde un entero de tamaño diferente 
[-Wint-to-pointer-cast]
[ 99%] Building CXX object CMakeFiles/paperCrop.dir/utility/operatorString.cpp.o
[100%] Building CXX object CMakeFiles/paperCrop.dir/utility/TypeString.cpp.o
[100%] Building CXX object CMakeFiles/paperCrop.dir/utility/TextFile.cpp.o
Linking CXX executable paperCrop
/usr/bin/ld: cannot find -llua5.1
collect2: ld devolvió el estado de salida 1
make[2]: *** [paperCrop] Error 1
make[1]: *** [CMakeFiles/paperCrop.dir/all] Error 2
make: *** [all] Error 2



What version of the product are you using? On what operating system?

Latest SVN on Fedora 15, x86_64

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 20 Jun 2011 at 12:16

Produces bad PDFs?

What steps will reproduce the problem?
1. Load attached PDF.
2. Select 2 column papers, portrait option.
3. Process all pages.

What is the expected output? What do you see instead?

This generates a PDF which causes an error in acrobat: "Insufficient data for 
an image"

What version of the product are you using? On what operating system?
svn r93, Ubuntu 11.04

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 13 Nov 2011 at 11:25

Attachments:

Could not compile on Debian-7.0 using

What steps will reproduce the problem?

1. Run 'ubuntu_installer3.sh'. All the necessary packages are installed.
2. However, compilation fails with a message: 
CMake Error at 
/usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:97 (MESSAGE):
  Could NOT find FLTK (missing: FLTK_INCLUDE_DIR).

 /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:288 (_FPHSA_FAILURE_MESSAGE)
  /usr/share/cmake-2.8/Modules/FindFLTK.cmake:293 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  CMakeLists.txt:42 (find_package)

-- Configuring incomplete, errors occurred!
make: *** No rule to make target `clean'.  Stop.
make: *** No targets specified and no makefile found.  Stop.
cp: cannot stat `paperCrop': No such file or directory

However, dpkg -l \*fltk\*| grep ^ii|awk '{print $2}' shows:
libfltk-gl1.3:amd64
libfltk1.1:amd64
libfltk1.1:i386
libfltk1.1-dev
libfltk1.3:amd64

the above packages are installed, and libfltk1.1-dev has 'include' files 
installed in '/usr/include/FL'.
I tried 'export FLTK_INCLUDE_DIR=/usr/include/FL' also, before running
the script. But that did not help.

The version of papercrop I tried to compile is downloaded from svn by the ubuntu
installation script.
The operating system I tried to compile on is Debian-7.0.

Original issue reported on code.google.com by [email protected] on 3 May 2013 at 9:10

The order of crops is wrong for 2-column PDF when first column starts lower

What steps will reproduce the problem?
1. Take the attached PDF file and try to convert in 2 column mode.
2. You will see that the first column gets assigned to crop 2, the second - the 
crop 1 for the first page.  The order of crops for the other pages is correct.
3. This seems to happen because the first column starts lower.

It would be good to be able to enforce the left-to-right order of priority for 
the crops in 2 column papers.

I'm using version paperCrop_0.45_rev61.zip on Windows.


Original issue reported on code.google.com by [email protected] on 24 Jul 2011 at 5:44

Attachments:

Sudden exit of program upon selection of device

What steps will reproduce the problem?
1. Default to pdf vector
2. Selection of device to anything else
3.

What is the expected output? What do you see instead?
Exits the program

What version of the product are you using? On what operating system?
Windows 7 64 bit

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 29 Jun 2012 at 9:09

code portable on x86_64 platform

under x86_64 platform, a int type could not hold an address, please use 
std::ptrdiff_t or unsigned long long instead.

compile error log:
/home/feng/src/abs/papercrop-svn/papercrop-read-only/utility/FltkAddon.h: In 
member function ‘int FlMenu::userData()’:
/home/feng/src/abs/papercrop-svn/papercrop-read-only/utility/FltkAddon.h:86:74: 
error: cast from ‘void*’ to ‘int’ loses precision
/home/feng/src/abs/papercrop-svn/papercrop-read-only/utility/FltkAddon.h: In 
member function ‘int FlMenu::userData(int)’:
/home/feng/src/abs/papercrop-svn/papercrop-read-only/utility/FltkAddon.h:87:63: 
error: cast from ‘void*’ to ‘int’ loses precisio



Original issue reported on code.google.com by [email protected] on 5 Dec 2010 at 7:10

Error "Xbde not supported, faking double buffer with pixmaps..."

What steps will reproduce the problem?
1. run papercrop exe
2.
3.

What is the expected output? What do you see instead?
can not process any pages. 
lua error config lua:104:attempt to compare nil with number

What version of the product are you using? On what operating system?
papercrop 0.43_rev19 
Windows 7 Professional

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 19 Oct 2010 at 3:23

Build fails on Linux Mint 9

What steps will reproduce the problem?
running sh ubuntu_installer2.sh with superuser privileges 

What is the expected output? What do you see instead?
I'm getting a build error message. See the attach file for the complete error 
log

What version of the product are you using? On what operating system?
Linux Mint 9 - Kernel Linux 2.6.32-31-generic

Please provide any additional information below.



Original issue reported on code.google.com by keheliya.gallaba on 30 Jun 2011 at 12:14

Attachments:

covert PDF with color

What steps will reproduce the problem?
1. select a PDF with color
2. convert all pages


What is the expected output? What do you see instead?
Generated PDF files should have color but are in grayscale

What version of the product are you using? On what operating system?
0.42

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 29 Jul 2010 at 7:28

Wrong output format

What steps will reproduce the problem?
1.run PaperCrop.exe with present one-column papers (reflow mode).lua ,
automatic segmentation
2. Load p1.pdf
3. Process all pages


What is the expected output? What do you see instead?
Pdf files cropped in the correct order.Instead I got an xml file format (not a 
pdf) and I cant convert it to pdf. 

What version of the product are you using? On what operating system?
paperCrop_0.51_rev117

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 25 Nov 2013 at 6:48

wrong sequence of lines in reflow mode

What steps will reproduce the problem?
1. run PaperCrop.exe with present one-column papers (reflow mode).lua ,
automatic segmentation
2. Load p1.pdf
3. Process all pages

What is the expected output? What do you see instead?

Instead of the sequence line1, line2, line3... there is something like
line1, line3, line2 etc... ---> wrong order
see image1.png, p1_output.pdf


What version of the product are you using? On what operating system?
PaperCrop 0.31. OS: Ubuntu 9.04, Wine


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 7 Jan 2010 at 1:32

Attachments:

Missing end for multipart documents

On config.lua we find this setting:
nr_of_pages_per_pdf_book = 100;

And later on in the function "output_image" we find:
//* if (book_pages.nr_of_pages < nr_of_pages_per_pdf_book) then *//

This causes the page nr.100 never to be included in any of the files.
Changing it to <= solved the problem for me, but ideal would be if the last 
page appeared both as the last page of the 1st file and 1st page of the 2nd 
file.

Any insights?

BTW. this program is a dream. Small, concise, clear, and powerful as a rocket. 
Congratulations.
Greetings,
Eloi 

Original issue reported on code.google.com by [email protected] on 13 Apr 2011 at 11:02

Fedora 15 missing dependency

What steps will reproduce the problem?
1. Attempted to run fedora_installer.sh
2.
3.

What is the expected output? What do you see instead?
Compiled and linked program


What version of the product are you using? On what operating system?
Fedora 15 and version 84 of papercrop


Please provide any additional information below.
installed libjpeg-turbo-devel to fix problem.


Original issue reported on code.google.com by [email protected] on 6 Aug 2011 at 5:59

Where have the converted file gone?

What steps will reproduce the problem?
1. I followed the Usage (1) instructions from the Project Home page to convert 
a PDF file to epub.
2.
3.

What is the expected output? What do you see instead?
I expected a converted file I can save, instead and I have got nothing.  

What version of the product are you using? On what operating system?
Version of the product: PaperCrop_0.44_rev54.
Operating system Windows 7, Starter Edition.

Please provide any additional information below.
Where have the file gone? Which is the output directory?
Thanks.

Original issue reported on code.google.com by [email protected] on 3 Apr 2011 at 2:30

words per line in reflow mode

is it possible to modify the "fontsize" of the output in reflow mode, so 
basically how many words there are in each line? the standard output for the 
kindle is a little bit to big for me. Thanks!

Original issue reported on code.google.com by [email protected] on 28 Jan 2012 at 7:34

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.