Tagged Questions

35
votes
4answers
18k views

How do I convert a PDF document to a preview image in PHP?

What libraries, extensions etc. would be required to render a portion of a PDF document to an image file? Most PHP PDF libraries that I have found center around creating PDF documents, but is there a ...
24
votes
8answers
20k views

How do I convert Word files to PDF programmatically?

I have found several open-source/freeware programs that allow you to convert .doc files to .pdf files, but they're all of the application/printer driver variety, with no SDK attached. I have found ...
20
votes
14answers
21k views

Best way to convert pdf files to tiff files

I have around 1000 pdf filesand I need to convert them to 300 dpi tiff files. What is the best way to do this? If there is an SDK or something or a tool that can be scripted that would be ideal.
8
votes
3answers
15k views

Convert pdf file to jpg asp.net

I have just come across a scenario where I need to convert PDF files to JPG files. What I would preferably like to do is, when uploading the PDF files, I would like to keep the original PDF file and ...
7
votes
4answers
5k views

Convert a PDF to a Transparent PNG with GhostScript

I am attempting, unsuccessfully, to use Ghostscript to rasterize PDF files with a transparent background to PNG files with a transparent background. I've searched high and low for questions from ...
7
votes
9answers
4k views

Gluing (Imposition) PDF documents

I have several A4 PDF documents which I would like (two into one) "glue" together into A3 format PDF document. So I will get from 2PDFs A4 a single one sided PDF A3. I have found the excellent utility ...
6
votes
6answers
4k views

Convert DOCX to PDF programatically without Word installed?

I have a web application and I need to convert DOCX files to PDF to generate some reports wtiten in Word 2007. First I used automation and I faced a DCOM problem and finally I discovered that ...
6
votes
6answers
11k views

Is there a free way to convert RTF to PDF?

How can I programmatically convert RTF documents to PDF?
5
votes
5answers
379 views

.NET component for color PDF to grayscale conversion

Currently i use Ghostscript to convert color PDF's to grayscale PDF's. Now i'm looking for reliable .NET commercial or not commercial component/library for ghostscript replacement. I googled and I ...
5
votes
3answers
378 views

Best C# library for converting HTML to PDF?

I am looking for opinions on the best C# library for converting HTML into PDF. I have seen few similar questions here but they are rather old and the products they suggest do not fit my need. I ...
5
votes
3answers
3k views

Free Java library for converting existing PDF to PDF/A

I am trying to convert PDF to PDF/A. Currently I can do this using OpenOffice pdf viewer plugin together with Jodconverter 2. But this is pretty cumbersome to do. Does anybody know of any open ...
5
votes
3answers
2k views

Convert a docx document to pdf, as a service

I'm looking for a way to convert docx documents to pdf, on a system which doesn't has office installed. In the end, this is supposed to run as a service.
5
votes
7answers
2k views

Free tool or library to convert Tiff files to pdf in .Net

Does any one know of a free tool or library to convert multi page tiffs to pdf in Asp.Net 1.1?
4
votes
1answer
153 views

How to convert word document to pdf file in perl?

In PHP, we can use Zend Framework to convert from a Microsoft Word document to PDF file. But i don't know how to convert to PDF in Perl.
4
votes
2answers
151 views

What's the best approach for producing a high-quality PDF from XML?

I'm looking at creating a high quality PDF from an XML source, as the output of an online photobook creation tool. There are literally hundreds of options for accomplishing this task from manual ...
4
votes
3answers
433 views

How to downgrade arbitrary PDF file to version PDF-1.2?

I have some user generated PDF files. Typically the files are be generated with Word, but they could be just a about any kind of valid PDF file. I'd like convert the file to version PDF-1.2 if they ...
4
votes
10answers
2k views

How to convert an image (i.e. pdf) for use in a LaTeX document?

What is the preferred way to convert various images, bitmap and vector, for use in a LaTeX and PDFLaTeX document? There are many ways to do this, some make use of standard inclusions in the various ...
4
votes
4answers
5k views

using imagemagick or ghostscript (or something) to scale PDF to fit page?

I've been bashing my head against this to no avail. I need to shrink some large PDFs to print on an 8.5x11 inch (standard letter) page. Can imagemagick/ghostscript handle this sort of thing, or am I ...
4
votes
3answers
6k views

Converting pdf files to txt files with php

There's this program, pdftotext, that can convert a pdf file to a text file. To use it directly on the linux console: pdftotext file.pdf That will generate a file.txt on the same directory as the ...
3
votes
2answers
121 views

Pdf to Html (+ javascript)

On our current site we offer our clients some brochures as pdf. To keep our interaction in-site we were advised to use a conversion tool that converts pdf to flash. Such a flash utility is basically ...
3
votes
2answers
584 views

Batch Converting PDF to XPS

I'm looking for an inexpensive way of batch converting 1300 PDF documents to XPS documents. I know that I can simply print them in that format, but that would take a very long time. Is there a way ...
3
votes
3answers
3k views

Convert PDF to JPG or PNG using C# or Command Line

I need to convert a PDF file to images. I used for testing purposes "Total PDF Converter" which offers a command line, but it's shareware and I need to find a free alternative. Does anyone knows such ...
3
votes
2answers
2k views

CGPDFDictionaryRef to something useful

A little bit of background: I'm appending an image to an already existing pdf file. I found out that there isn't a way to just add a page to it, you must recreate the whole pdf, then remove the old ...
3
votes
7answers
351 views

.NET component for conversion to PDF

I am looking for .NET component to convert different files into PDF format. Right now I need to be able to convert programmatically doc, xls and TIFF files to PDF. But I may need to deal with more ...
3
votes
5answers
4k views

Convert a pdf file to text in C#

I need to convert a .pdf file to a .txt file (or .doc, but I prefer .txt). How can I do this in C#?
3
votes
1answer
1k views

PDF to JPG Conversion in COCOA

In my cocoa application , I need to save each page of the pdf as a jpg .. How can i proceeed using Objective C
3
votes
4answers
1k views

Convert EPS/PDF to JPEG/PNG?

I need to be able to take EPS and PDF's and convert them to JPEG/PNG on the fly to display on a website - using .net code. I used ADC PDF from WebSupergoo for this like 3 years ago, and it worked ...
3
votes
2answers
4k views

High-quality PDF to Word conversion in PHP?

What's the best way of converting PDF docs to Microsoft Word format in PHP? This can be either as a PHP script or calling a (Linux) executable (with proc_open()). It just needs to be relatively fast ...
3
votes
8answers
10k views

Ghostscript PDF -> TIFF conversion is awful for me, people rave about it, I alone look sullen

My stomach churns when I see this kind of output. and this was my command as suggested by http://stackoverflow.com/questions/75500/best-way-to-convert-pdf-files-to-tiff-files#221341 gswin32c.exe ...
2
votes
2answers
71 views

alternative solution to convert PDFs to JPG

I've run my course with ImageMagick and Ghostscript. I left it alone to get on with other areas of development and for the entire day I've been trawling forums trying to get ImageMagick to work on my ...
2
votes
1answer
41 views

Converting HTML to MSWord-Readable format

I want to convert / transfer HTML Transitional Code into a "MS-Word readable"-format...pdf would also do the job. The converter should be a standalone program which I can reach by console... P.S.: ...
2
votes
2answers
379 views

How to extract text from the PDF document?

How to extract text from the PDF document using PHP? (I can't use other tools, I don't have root access) I've found some functions working for plain text, but they don't handle well Unicode ...
2
votes
7answers
381 views

Best PDF converter for general formats

Hi stackoverflow community, In out project,We are looking for a third party .dll,which is able to convert different file formats into PDF as follows. .doc,.docx to PDF .xls,.xlsx to PDF .ppt,.pptx ...
2
votes
2answers
1k views

Convert PDF to thumbnail image in Java

Can anybody suggest me a free Java library that can convert a PDF and create a thumbnail image (PNG) from the first page. Thanks.
2
votes
2answers
539 views

HTML to PDF converter [closed]

Is there any free HTML to PDF converter DLL available for ASP.NET 3.5? If not what is the best and cheapest paid DLL available?
2
votes
1answer
3k views

Converting PDF to images using ImageMagick.NET - how to set the DPI

I'm trying to convert pdf files to images. ImageMagick is a great tool, and using the command line tool gets me desired result. but i need to do this in my code, So added a reference to ...
2
votes
1answer
275 views

Looking for a Pdf Printer to use in a Docx -> Pdf Conversion Service

I'm not sure if this is possible but as I was looking for a way to convert docx -> pdf serverside (Aspose is a bit expensive), I wondered if I could do this by printing my document to a Pdf Printer. ...
2
votes
2answers
459 views

Anyway to automatically convert DWF to PDF?

Our eTendering solution, www.monaqasat.com, currently works exclusively with PDF documents for various reasons, some of them being security. We are being asked if we can support DWF documents. For ...
2
votes
1answer
659 views

Convert PDF to PDF/A-1

I know this probably is not strictly a programming-question (well maybe it is, i don't know) but i'm having serious problems trying to convert a regular pdf (with hyperlinks, bookmarks, images, ...
2
votes
2answers
159 views

PDF to HTML conversion for web site

I am looking or a (preferably free) dll that can be used on a web site to convert pdf documents to html in a .Net IIS environment. It would be nice if it could accept the pdf as a byte array or file ...
2
votes
1answer
1k views

Free way to convert PDF to XPS with C#

Are there any free tools that I can use to convert a PDF document into an XPS document? Although a nice programmatic API would be nice, I'm not opposed to shelling out to a command line tool to do ...
2
votes
3answers
2k views

How to extract data from a PDF file while keeping track of its structure?

My objective is to extract the text and images from a PDF file while parsing its structure. The scope for parsing the structure is not exhaustive; I only need to be able to identify headings and ...
2
votes
2answers
1k views

Converting Excel to PDF with VS2008 and Office2007

I am trying to use Interop.Excell to save an Excel Workbook as a PDF file. I am using VS2008 and Office2007, and have downloaded and installed the SaveAsPDFandXPS.exe from Microsoft. This enabled me ...
2
votes
1answer
3k views

Is there a good PDF to XHTML strict converter

It is basically all in the title, I need to take a bunch of large PDFs and have them in XHTML 1.0 strict, close is good enough, then I can clean it up. Thanks
1
vote
4answers
58 views

Open Source Java libraries for PDF to text conversion

I've heard about the PDFBox, but is there another good tool for converting a PDF format into a text file (or word)? something that will give me bullet, numbering, title ,sub-titles, etc.? If you know ...
1
vote
3answers
54 views

Convert DOC to PDF [closed]

I know this question has been asked over and over, but I can't find the answer I'm looking for. So I'll shamelessly try again. I'm looking for a reliable, stand-alone tool for converting Word ...
1
vote
2answers
102 views

PHP LaTeX to PDF Conversion/Compiling

I have searched far and wide to find a PHP-based tool to convert LaTeX to PDF, but have had no success. I understand that LaTeX runs on the server side, however I still require a PHP-based command ...
1
vote
1answer
87 views

automate or batch script for rename files in windows

I have a file created in latex (test.tex), and convert in test.pdf (usual way) containing only images to export (pst, eps), run pdftoppm test.pdf , generate separate files (for examples) ...
1
vote
2answers
98 views

How do I create a PDF from HTML?

I am trying to generate a printable version of the HTML page, the printable version should have left pane and top pane stripped off. I tried to generate the printable version using JQuery, it has some ...
1
vote
0answers
229 views

Can we convert PDF, Excel, Word to Image in Ruby on Rails?

In my project, there is a requirement to convert PDF, Excel, Word documents to images. I know there is imagemagick can be used for conversion of PDF, but I am not sure of Excel and PDF files. I ...

1 2 3