Projects tagged ‘convert’ and ‘pdf’


Jump to tag:

Projects tagged ‘convert’ and ‘pdf’

Filtered by Project Tags convert pdf

Refine results Project Tags converter (5) library (2) inkscape (2) svg (2) export (2) html (2) rtf (2) .net (2) printing (2) image (1) converters (1) jtidy (1)

[10 total ]

111 Users
   

PDFCreator easily creates PDFs from any Windows program. Use it like a printer in Word, StarCalc or any other Windows application.
Created over 3 years ago.

2 Users
 

UniConvertor is an universal vector graphics translator. The project uses sK1 engine to convert one format to another. Project has following import filters: CDR, CMX, CDT, CCX, CDRX, AI, CGM, WMF ... [More] , XFIG, SVG, SK, SK1, AFF and export filters: AI, SVG, SK, SK1, CGM, WMF. [Less]
Created over 2 years ago.

1 Users
   

YaHP is a Java library that allows you to convert an HTML document into a PDF document.
Created over 3 years ago.

0 Users

Created 4 months ago.

0 Users

Convert PDF to Word online
Created 2 months ago.

0 Users

CHM is a poular format for e-books but its not natively supported on many non-windows devices. This tool was written to convert CHM to formats like plain text, RTF, PDF, DOC, HTML and perhaps more. ... [More] Converting to RTF or PDF makes it a lot easier to view and print these files. Requirements : Windows operating system (Support for other OS depends on interest) .NET framework (2.0 or higher). Install from Microsoft's website. You can skip this step, installer will prompt you to download and install .NET Microsoft Office (I haven't tested with lesser than 2003, perhaps someday!). Openoffice is also an option. Status : See updates Install : Download and unzip Run setup.exe Usage : Select a CHM file Select output format (currently rtf, doc, html, txt). Pdf support will be added later. Select number of files to split the output into (1 huge file may not work best on e-book readers) Set a book title & destination folder Press "Convert" button ! Uninstall Go to Control Panel > Add/Remove Programs Select ReadOnE and click uninstall Support education by making a charitable contribution Read more here [Less]
Created 12 months ago.

0 Users

The samples for HTML Converter Activex from http://www.coolutils.com/TotalHTMLConverterX
Created 4 months ago.

0 Users

Convert SVG files to only one PDF file Script for Nautilus-Scripts REQUIRE: Gnome Inkscape pdfjam zenity WANTED: Translators Author: Javier Pérez (english)
Created 3 months ago.

0 Users

LibPdfThis library converts converts PDF file to an image. Supported image formats are PNG and BMP, but you can easily add more. This library uses poppler-qt4 library with QT frontend. Basically ... [More] it's managed C++ wrapper over limited subpart of poppler-qt4 functionality. Usage example: using (FileStream file = File.OpenRead(@"..\path\to\pdf\file.pdf")) // in file { var bytes = new byte[file.Length]; file.Read(bytes, 0, bytes.Length); using (var pdf = new LibPdf(bytes)) { byte[] pngBytes = pdf.GetImage(0,ImageType.PNG); // image type using (var outFile = File.Create(@"..\path\to\pdf\file.png")) // out file { outFile.Write(pngBytes, 0, pngBytes.Length); } } } Installation and configuration [Less]
Created 5 months ago.

0 Users

This script convert CBR/CBZ files to PDF format
Created 12 months ago.