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 file? Maybe an open source project?
...
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. Well, that and it can be done programmaticly.
...
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 the error are:
NOTICE File contains jpeg pictures
NOTICE file contains soft masks
NOTICE file contains forms
NOTICE file contains transpar...
Hi all,
Can someone suggest me which tutorial I can follow to get
thorough knowledge about creating pdf files using php?
Thanks
...
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 /var/www/html/ny-sto-p.watchitoo.com/content/userContent/2/1GRKm/1GRKm.pdf -i -p 5 -o /var/www/html/ny-sto-p.watchitoo.com/content/userContent/2/1GRKm/1GRKm-...
Hey there,
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 non-programmatic tool to do this?
...
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 the document programmatically. I don't really care how much it costs. Obviously cheaper is better, but if you have a good suggestion that hap...