Questions tagged [pdf-conversion]

Relating to converting between Portable Document Format and other file formats. Questions asking us to recommend or find a conversion tool or library are off-topic.

This tag is for questions relating to programmatically converting to and from the open standard file format . If a specific conversion is involved, the appropriate tag should also be used: etc.

Conversion solutions may range from complete rasterization (and graphic embedding) to intense . The middle ground generally converts at a high enough level to recognize and use text attributes where possible, falling back to graphic rendering only when necessary.

Questions asking us to recommend or find a tool, library, documentation or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam.

232 questions
-1
votes
1 answer

Best technique to convert pdf into image

I am converting pdf into images in php using imagick , but it was too slow then i used pdf.js on client side to convert pdf into images but pdf.js is not supported on mobile devices, I run this on iphone 8 plus and it is not working , any suggestion…
learner
  • 73
  • 9
-1
votes
1 answer

process can not open pdf file c#

In a Windows application I need to run another one application that's tetpdflib. That tetpdflib runs in command prompt only. When I drag and drop exe to the command prompt it will execute. Here is my code: Process tetmlProcess = new…
Malathi Mals
  • 73
  • 10
-1
votes
1 answer

How to convert a PDF file to docx using aspose.cloud services?

I'm trying to convert a .pdf file to .docx using Aspose.Cloud. It converts other formats like word or text to PDF fairly easily, but I'm having trouble converting a .pdf file to any other format. I have also tried the Aspose.Pdf service, but that…
-1
votes
1 answer

Convert .jpg,.png,.xls,.doc,.gif,.rtf,.csv,.txt file type to PDF using Codeigniter?

Is there any converter using which I can convert .jpg,.png,.xls,.doc,.gif,.rtf,.csv,.txt file type to PDF using Codeigniter?
Dipanwita Das
  • 170
  • 2
  • 3
  • 11
-2
votes
1 answer

I wanted to create an app which can convert any pdf file to stream of text and diagrams like a word document

I want to write it from scratch so dont want to use existing pdf parsing libraries. Where and how should I start?
Ajay Singh
  • 368
  • 3
  • 9
-2
votes
2 answers

How to save a PDF file in asp.net?

I create a pdf file using flowing code. When I run my code the generated pdf file stored in Downloads folder. I want to change this path. I want to save it into my solution. How Can I do this? Here is the CODE: Document pdfDoc = new…
Animesh Ghosh
  • 41
  • 2
  • 8
-2
votes
2 answers

Convert HTML page to PDF without using itextsharp.dll in asp.net

I am using asp.net with C#. I want to convert my html page to pdf. But I don't want to use "itextsharp.dll" for the same. I went to lot of Google and sites. I am looking for some free one.
Mahesh
  • 1,425
  • 3
  • 19
  • 23
1 2 3
15
16