Opened 12 years ago
Closed 11 years ago
#36028 closed submission (fixed)
pdf2htmlEX port
Reported by: | iapain@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | coolwanglu@…, Garfield-fr (Bertrand Zuchuat), evandrix (Lee Wei Yeong), mojca (Mojca Miklavec) | |
Port: |
Description
pdf2htmlEX is a utility to convert pdf to html without compromising on layout. That makes it far better than pdftohtml
supplied by poppler.
It should be included in macport. There are few challenges
It needs C++11 support. It depends on fontforge (git version) as of today.
Attachments (3)
Change History (19)
comment:1 Changed 12 years ago by iapain@…
comment:3 Changed 12 years ago by mf2k (Frank Schima)
Type: | request → submission |
---|---|
Version: | 2.1.2 |
comment:7 Changed 12 years ago by Garfield-fr (Bertrand Zuchuat)
Cc: | bertrand.zuchuat@… added |
---|
Cc Me!
comment:9 follow-ups: 10 11 Changed 12 years ago by evandrix (Lee Wei Yeong)
It segfaults after successful compilation on MacOSX 10.8.1.
Preprocessing: . Working: [1] 12798 segmentation fault pdf2htmlEX hello.pdf
Replying to iapain@…:
pdf2htmlEX is a utility to convert pdf to html without compromising on layout. That makes it far better than
pdftohtml
supplied by poppler.It should be included in macport. There are few challenges
It needs C++11 support. It depends on fontforge (git version) as of today.
comment:10 Changed 12 years ago by iapain@…
Current master is broken for MacOSX I have updated latest working revision in port file.
Replying to evandrix@…:
It segfaults after successful compilation on MacOSX 10.8.1.
Preprocessing: . Working: [1] 12798 segmentation fault pdf2htmlEX hello.pdfReplying to iapain@…:
pdf2htmlEX is a utility to convert pdf to html without compromising on layout. That makes it far better than
pdftohtml
supplied by poppler.It should be included in macport. There are few challenges
It needs C++11 support. It depends on fontforge (git version) as of today.
comment:11 Changed 12 years ago by coolwanglu@…
Should be OK now. Could you please try again?
Replying to evandrix@…:
It segfaults after successful compilation on MacOSX 10.8.1.
Preprocessing: . Working: [1] 12798 segmentation fault pdf2htmlEX hello.pdfReplying to iapain@…:
pdf2htmlEX is a utility to convert pdf to html without compromising on layout. That makes it far better than
pdftohtml
supplied by poppler.It should be included in macport. There are few challenges
It needs C++11 support. It depends on fontforge (git version) as of today.
comment:12 follow-up: 13 Changed 12 years ago by iapain@…
It Works. Problem was incorrect config.h path that we fixed earlier.
comment:13 follow-up: 14 Changed 12 years ago by evandrix (Lee Wei Yeong)
then integrate into MacPorts soon?
Replying to iapain@…:
It Works. Problem was incorrect config.h path that we fixed earlier.
comment:14 Changed 12 years ago by iapain@…
That would be great! Thanks
Replying to evandrix@…:
then integrate into MacPorts soon?
Replying to iapain@…:
It Works. Problem was incorrect config.h path that we fixed earlier.
comment:16 Changed 11 years ago by mojca (Mojca Miklavec)
Resolution: | → fixed |
---|---|
Status: | new → closed |
I committed a modified version in r112485.
No longer requires git version of fontforge.