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.

266 questions
-1
votes
1 answer

Which Java Library can help to convert an MS Word Document containing shapes and Word drawings to PDF?

I am trying to convert files with .docx extension to PDF using Java. I need to convert files with shapes and drawings in MS Word. Which libraries(open source or licensed) will serve the purpose? Currently I have been using…
-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
  • 1
  • 9
-1
votes
1 answer

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.
NewBie
  • 1
  • 1
  • 1
-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
  • 13
-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
  • 329
  • 2
  • 6
  • 15
-2
votes
1 answer

covert linear to pdf and break many pages

i am try to covert linear to pdf document.And i want to make it to break many pages .help me to do it try { android.graphics.pdf.PdfDocument document = new android.graphics.pdf.PdfDocument(); android.graphics.pdf.PdfDocument.PageInfo pageInfo =…
-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
  • 464
  • 6
  • 10
-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…
Sanjay Sharma
  • 43
  • 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,465
  • 4
  • 19
  • 23
1 2 3
17
18