pdf2image icon indicating copy to clipboard operation
pdf2image copied to clipboard

Maintained and sponsored by FlowPaper https://flowpaper.com

Results 15 pdf2image issues
Sort by recently updated
recently updated
newest added

``` Hi, I'm running pdf2image.exe via C# code using (Process p = new Process()) { p.StartInfo.FileName = "C:\\pdf2image\\pdf2image.exe"; p.StartInfo.WorkingDirectory = "C:\\pdf2image"; p.StartInfo.Arguments = some_args p.StartInfo.WindowStyle = ProcessWindowStyle.Hidden; p.StartInfo.CreateNoWindow = true;...

Priority-Medium
Type-Defect
auto-migrated

``` Hi, I'm using GhostScript x98 v9.10 and pdf2image library v0.53 and Windows 7 x64. For some PDF files during the conversion I see the error messages 'Illegal entry in...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. converting a pdf file with charts images 2. 3. What is the expected output? What do you see instead? I see Error:...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. sudo ./configure 2. sudo make What is the expected output? What do you see instead? See loads and loads of the same...

Priority-Medium
Type-Defect
auto-migrated

``` I am on ubuntu 11.10 64bit, I sthere some tool I don have installed? I have installed pdf2image, pdf2json daniel@daniel-K73SV:~/pdf$ pdf2image 4.pdf -JSON -compress Page-1 Page-2 Page-3 Page-4 Page-5...

Priority-Medium
Type-Defect
auto-migrated

``` On OS X 10.6.8 I'm adding the freetype path to LDFLAGS before running configure: -L/usr/X11/lib But the generated Makefile in src ignores this, and fails to link because it...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. convert a pdf with the command: pdf2image c:\test.pdf 2. png files are generated, and an empty file is generated too, named "c:\test"...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. after the file is completely converted 2. 3. What is the expected output? What do you see instead? The first page is...

Priority-Medium
Type-Defect
auto-migrated

``` PDF samples supplied in emails to the FlexPaper staff ``` Original issue reported on code.google.com by `[email protected]` on 30 Dec 2011 at 2:44

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. untar file 2. change goo/gfile.h to include /usr/include/sys/dir.h (as for issue #3) 3. make What is the expected output? What do you...

Priority-Medium
Type-Defect
auto-migrated