Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
2answers
183 views

Office documents to PDF

I have seen a couple threads about this, but am not getting very straight answers in my searching. I have a web application that needs to take in doc, docx, xls, xlsx files and convert them into PDF. ...
3
votes
2answers
3k views

Convert HTML file to PDF file using ITextSharp

I'd like to accomplish the following: Given the path name of an html file, and the desired pathname of a pdf file, convert the HTML file to PDF using ITextSharp. I've seen plenty of code samples ...
2
votes
1answer
57 views

PDF to HTML or similar

I'm building an application to view pdf's through a browser without the need of a plugin on mobile devices. I tried ImageMagick and ghostscript to covert the pages to images but they are far too large ...
2
votes
2answers
371 views

is there any Library for ePub

I want to write converter that gives me full control over converting PDF to ePUB? What i am looking is that the converter -should not cut the words in the end line. If a text is one paragraph then ...
2
votes
2answers
542 views

SWFTools Segmentation Fault

I saw that thread: http://stackoverflow.com/questions/2055061/swftools-segmentation-fault When I tried to convert a PDF to SWF using pdf2swf I got an error: /usr/local/bin/pdf2swf ...
2
votes
4answers
238 views

Creating pdf file using php

Can someone suggest me which tutorial I can follow to get thorough knowledge about creating pdf files using php? Thanks
1
vote
1answer
36 views

Does a HTML (URL) to PDF converter exist as a widget type service

We're trying to shortcut installing a .Net PDF creator on our own server. Is there any app that can be embedded into a site and allows a user to generate a PDF of that url or some other url? Free or ...
1
vote
1answer
45 views

Document Conversion Realtime - Implementation Questions

We have a need to convert MS Office documents to PDF real time when someone provides a link to a document after checking whether user is authorized to view the document or not for an intranet portal. ...
1
vote
1answer
511 views

dompdf positioning errors

This may have been asked multiple times, but is there a good HTML-to-PDF creator for PHP? I'm currently using dompdf, and there is a whole list of unsupported things (such as postion:absolute inside ...
1
vote
3answers
782 views

SWFTools Segmentation Fault

I am getting a Segmentation fault (core dumped) error when converting a PDF to SWF using the pdf2swf from swftools. Has anyone come across this or knows what could be wrong. The notices I get before ...
0
votes
0answers
15 views

What ImageStorageMode shall I use with ChartControl when converting the page to PDF in ASP.NET 4?

So lovely to see all of u again here. Here I am with loads of problems everyday. Please Help. I am doing some charting in asp.net 4 (visual studio 2010). One of the properties of Chart is ...
0
votes
2answers
40 views

PDF to DOM conversion using javascript

I've been at it for quite some time and all i could uncover was this pdf2dom parser and probably a reverse engineered version of this. Anyway, here are my questions. For any rendering engine its input ...
0
votes
1answer
164 views

java excel to pdf conversion

I need to convert xlsx documents to pdf format. I know that iText can save pdf documents and Docx4j can read and write xslx. In fact our application use both for building reports. But we have very ...
0
votes
1answer
95 views

How to deal with unicode character encoding issues while converting documents from PDF to Text

I am trying to extract text from a PDF. The PDF contains text in Hindi (Unicode). The utility for extraction I am using is Apache PDFBox ( http://pdfbox.apache.org/). The extractor extracts the text, ...
0
votes
0answers
132 views

Export Flash Frame as PDF

I'm looking for a toolkit/command line/library that will let me export frames or a single frame of a .swf to a pdf. I'd rather not have to write my own converter. I'm looking for a vector ...
0
votes
4answers
69 views

How to get this file prompted to the user?

Hi Im working on a MVC3 Razor project and I have been stuck on this problem for a few hours now... I'm trying to get a html to pdf converter to serve a document to the user... What I want is the ...
0
votes
1answer
463 views

How to generate itextsharp PDF using XML and XSL in C#.net web application?

I am looking for code to create a itextsharp pdf file using XML and xslt in an ASP.net application.I was unable find any code from the internet whihc uses xslt transform before converting to pdf.
0
votes
1answer
309 views

How do I convert multiple pdf file to a single tiff file using java?

Can anyone help me to render the multi pages of Pdf file as a single Tiff Image file using Java code. Thanks.
0
votes
1answer
236 views

Looking for library to convert PDF to PCL

I'm looking for a library to convert PDF to PCL. I also need to put additional instructions (probably @PJL COMMENT statements) We're trying to convert pdfs for input into an automated faxing system. ...
0
votes
1answer
407 views

SDKs or Commandline Tools to Convert DOC and TIFF to PDF in VB.NET

I've been working on a project that converts several file formats to a PDF in VB.NET/C#. The specific files are DOC, TXT, JPG, TIFF, HTML. Actually I already have a solution for DOC/TXT to PDF using ...
0
votes
5answers
148 views

What's the best program / API for converting Word docs to PDF that does NOT require Office to be installed?

Well, really the title of the question says it all. There are similar questions on SO already. But here's some differences... I absolutely cannot use Office on the server. I must be able to convert ...
0
votes
4answers
113 views

Multiple Office Document Conversion to PDF

I have a whole load of different types of MSOffice files that need to be converted to pdf. Also some of these need to be stitched together into one pdf if possible. Does anyone know of a ...
0
votes
3answers
748 views

Best way to convert PDF to PowerPoint serverside in .NET

I have a PDF file that I want to convert to PowerPoint using .NET. What is the best tool for the job? The most important part of the conversion is that it looks as similar to the source as possible. ...
0
votes
3answers
557 views

Converting PDF to images?

I need to import PDF documents into Microsoft OneNote, which means converting the PDF file to an image. Is there a descent free library I can use from .NET to convert the PDF file to a BMP/PNG/JPEG ...