Bug 46754 - [PATCH] pdftohtml add Plain-Text output
Summary: [PATCH] pdftohtml add Plain-Text output
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Erwin Lansing
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-04 14:20 UTC by Cheng-Lung Sung
Modified: 2003-07-22 18:37 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (11.48 KB, patch)
2003-01-04 14:20 UTC, Cheng-Lung Sung
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Cheng-Lung Sung 2003-01-04 14:20:01 UTC
    Original pdftohtml have two output features : html/xml, but I have to 
    use it converted to plain-text file, a useful command is 
    pdftohtml -i -noframes -stdout something.pdf | w3m -dump -T text/html - > something.txt
    . but if user do not have w3m installed, he must find alternate.

Fix: after patch, user can use command 
    %pdftohtml -i -noframes -text something.pdf something
    to generate plain-text pdf files
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2003-07-22 17:34:39 UTC
Responsible Changed
From-To: freebsd-ports-bugs->erwin

over to maintainer
Comment 2 Erwin Lansing freebsd_committer freebsd_triage 2003-07-22 18:33:51 UTC
State Changed
From-To: open->closed

This is not a FreeBSD specific patch and this new feature 
should be included upstream. Have you tried to contact 
the authors?