Home
Name Modified Size InfoDownloads / Week
src 2016-10-02
bin 2016-10-02
readme.txt 2016-09-20 1.8 kB
Totals: 3 Items   1.8 kB 0
PDF2BMP is a piece of open source software, a command line utility running under Windows, performing following file content conversions:

1) Convert a PDF file page to a BMP image file. One run can only convert one page. Optionally, it can also output text position information of that page. This converting function is developped by modification based on open source software sumatrapdf-2.4. All changes can be found by searching "PDF2BMP".
2) Convert a Latex file to a RTF(rich text format) file. This converting function is developped by modification based on open source software latex2rtf-code-1245-trunk. All changes can be found by searching "TQL2R".

To install pdf2bmp on your Windows computer, download and run Install.exe.

See readme for more detail.

This software is released under the same GPL licenses as mupdf's GPL licenses (see mupdf\COPYING), latex2rtf's GPL licenses (see latex2rtf\Copyright).

To compile, you need Visual Studio 2008 Express Edition (may be later versions also) and Python (e.g. version 2.7.6). Just load pdf2bmp\vs\sumatrapdf-vc2008.sln and built it by "Build" ==> "Batch Build..." ==> "Rebuild". 

To build a debug version: first select "sumatrapdf-vc2008 Debug Win32" to "Rebuild"; then select "sumatrapdf-vc2008 Installer-Debug Win32" to "Rebuild".

To build a release version, first select select "sumatrapdf-vc2008 Release Win32" to "Rebuild"; then select "sumatrapdf-vc2008 Installer-Release Win32" to "Rebuild".

Although not necessary, to place the pdf2bmp.exe to the official location (e.g. C:\Program Files), run pdf2bmp\obj-*\installer.exe.

To run, execute pdf2bmp.exe from a DOS box. Running it without any argument will show you "Usage:...".

Known limitations:
*) Non-ASCII filenames are not supported.

This software is provided by TuQuick Software, www.tuquick.com
Source: readme.txt, updated 2016-09-20