summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Collapse)AuthorFilesLines
2010-09-16Add -s optionAlbert Astals Cid5-38/+93
Writes a single html file Since git does not allow multiple authors i'm adding them here OSSD CDAC Mumbai by Leena Chourey (leenac@cdacmumbai.in) and Onkar Potdar (onkar@cdacmumbai.in)
2010-09-09Fix checking whether _WIN32 is definedJonathan Liu1-1/+1
Bug 29329
2010-08-31Make GBool a bool instead of an intAlbert Astals Cid3-2/+2
Passes the regression tests and might make things faster and use a bit less memory
2010-08-26Add -r option to pdftohtmlSuzuki Toshiya2-5/+16
Fixes bug 29551
2010-08-22Use splash instead of external gs invocation to render the backgroundMike Slegeir2-60/+158
Patch in bug 19404, should fix 9746 too
2010-08-10Tell windows we are writing/reading binary dataJonathan Liu1-0/+9
Bug #29329
2010-07-15Fix padding of namesAlbert Astals Cid1-1/+13
The previous method returned 2 for documents with 100 pages, which is wrong as 100 needs 3 characters, not 2
2010-07-09warnings-=2Hib Eris1-1/+2
2010-06-08Typo--Albert Astals Cid1-1/+1
2010-06-08Add cropbox to the manpageAlbert Astals Cid1-0/+3
2010-04-24minor cleanupsAlbert Astals Cid2-15/+16
2010-04-24Do not assume the parameter will have more than 5 charsAlbert Astals Cid1-12/+18
2010-04-14pdftops: require output filename when reading from stdinHib Eris1-0/+3
2010-04-14pdftotext: require output filename when reading from stdinHib Eris1-0/+3
2010-04-14pdftohtml: require output filename when reading from stdinHib Eris1-0/+3
2010-04-06pdfutils: fix deleting fileNameHib Eris2-2/+2
2010-04-05delete fileName in utilsHib Eris3-0/+3
2010-04-05Rework DCTStream error handling, should work better nowAlbert Astals Cid1-2/+2
Fixes bug 26280
2010-04-05Make some paremeters const & to clearly show we just read themAlbert Astals Cid8-15/+15
2010-04-05Use PDFDocFactory in utilsHib Eris8-49/+69
2010-04-05Add HTTP support using libcurlHib Eris1-1/+15
With libcurl, poppler can handle documents over http.
2010-04-05Use cached files to read from stdin in pdfinfoHib Eris1-1/+5
This fixes reading from stdin.
2010-04-04Add the -o[dd] and -e[ven] options to pdftoppmAlbert Astals Cid2-0/+14
I've been using this patch forever and it's a pain to apply and unapply it each time
2010-03-20[CMake] pdftoabw uses the libxml2 API, so it must explicitly link to itPino Toscano1-1/+1
2010-02-18Only swap w with h if rotation is 90 or 270Albert Astals Cid1-2/+2
2010-01-25install man pagesMaciej Mrozowski1-0/+7
2010-01-02Make pdftoppm embed correct resolution in PNG and JPEG filesAdrian Johnson2-5/+8
2009-12-18move the retrieval of the bitmap after rendering the page as it can change ↵Albert Astals Cid1-2/+4
on render time
2009-11-17i didn't want to commit thisAlbert Astals Cid1-8/+0
2009-11-17do not use setAttribute with doublesAlbert Astals Cid1-0/+8
it is evil and locale dependant, we do NOT want that so use QString::number
2009-11-05fontpos is never set to -1, so remove the checks in HtmlOutputDev.Reece Dunn1-8/+3
2009-10-09add -ansi flag to default warningsAlbert Astals Cid2-28/+28
2009-10-09Add -jpeg to pdftoppmStefan Thomas2-5/+20
2009-10-05Fix includes for those using internal headersAlbert Astals Cid1-1/+1
2009-10-05Use _WIN32 instead of WIN32Kovid Goyal1-1/+2
More info at http://bugs.freedesktop.org/show_bug.cgi?id=24259
2009-08-24common options for pdftoabwJakub Wilk1-7/+32
The attached patch fixes command line handling for pdftoabw and implements some common options (e.g., --help) that are already found in other pdftosomething utilities.
2009-08-17Move poppler core away from using a double as PDF file versionAlbert Astals Cid1-2/+2
Frontends are yet to come
2009-08-17Forgot to update copyright infoAlbert Astals Cid1-1/+1
2009-08-17Use gatof instead of atofAlbert Astals Cid1-1/+3
2009-08-11[build] Fix build with autotoolsCarlos Garcia Campos1-0/+1
2009-08-08Add the -png flag to pdftoppm to output to PNGAlbert Astals Cid5-66/+32
Based on a patch by Shen Liang <shenzhuxi@gmail.com> Also factored common PNG code from HtmlOutputDev to PNGWriter
2009-08-01Add the possibility of disabling font substitution in pdftopsWilliam Bader2-1/+14
Bug #23030
2009-07-31Add my copyright to files i just editedAlbert Astals Cid1-1/+1
2009-07-31rename the functionAlbert Astals Cid2-3/+3
That way the name is different from the OutputDev function and does not seem like a wrong overload
2009-07-27Fix displayPages callSanjoy Mahajan1-1/+2
Parameters are outputdev, first, last, dpi, dpi, rotate, usemediabox, crop, printing and we were doing usemediabox = !noCrop crop = gFasle the correct is usemediabox = noCrop crop = !noCrop
2009-06-29Fix interpolate parameter positionWilliam Bader1-2/+3
2009-06-19Use Interpolate flag to decide whether applying image interpolation during ↵Carlos Garcia Campos4-25/+30
rendering Fixes bug #9860
2009-06-04Support multiple page sizes when converting to PSTill Kamppeter2-10/+33
Fixes byg #19777
2009-05-11Update copyright headers for previous patchesCarlos Garcia Campos2-0/+2
2009-05-11Make sure ImageStream::close() is called after ImageStream::reset()Carlos Garcia Campos2-0/+2