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
0
votes
1 answer

xmlWorker truncates tables inside a DIV

I use xmlWorker latest version (5.4.3) to convert XHTML file in PDF. When a TABLE TAG is inside into a DIV TAG and the table overcome the page, the table is truncated... This seems to me very strange. Or not? Any idea?
robob
  • 1,739
  • 4
  • 26
  • 44
0
votes
0 answers

Java Poi XWPF convert Docx to PDF DrawText issus

I am converting docx files to pdf using Poi XWPF, the result is good, but the DrawText are missing, how can i fix this? XWPFDocument document = new XWPFDocument(inputStream); PdfOptions options =…
oueslatibilel
  • 567
  • 1
  • 8
  • 24
0
votes
2 answers

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. Well, that and it can be done programmaticly.
diadem
  • 834
  • 2
  • 11
  • 24
0
votes
1 answer

Issues converting docx to pdf using docx4j

I am using docx4j 2.8.1 and I tried to convert several different docx file, but i have always the same issue. maybe the issue is coming from the version of the library or some dependency missing. Code: package test; import java.io.File; import…
oueslatibilel
  • 567
  • 1
  • 8
  • 24
0
votes
1 answer

Convert html file in node.js to pdf and write the same in disk

In my application I have one html template which brings dynamic data from DB. I need to convert that html file(template) to PDF. Is there any package to convert the raw html to PDF in node.js? I go through with pdfcrowd and livedocx. Both using some…
Aarthi Chandrasekaran
  • 569
  • 2
  • 10
  • 21
0
votes
1 answer

Symfony2 - How to convert doc or docx files to pdf

Is there any method in Symfony that converts MS word files (doc, docx) t pdf ? Any integrated function, bundle? What are your experience with? Thank you in advance.
Milos Cuculovic
  • 19,631
  • 51
  • 159
  • 265
0
votes
1 answer

convert tiff to PDF using PDFClown

Is it possible to convert tiff file into a PDF file, using pdfclown? I've started a project using PDFClown, and I'm afarid I got stuck (maybe I'll have to switch to IText now...) Thanks.
user1028741
  • 2,745
  • 6
  • 34
  • 68
0
votes
1 answer

create blank underline in XMLWorker itext

I Have a field and a blank underlined space to put the value on(like Field_Name _____). I am doing it on a pdf converted from html using XMLWorker of itext. All I have in mind is create an inline empty div (beside the field) and give it a…
besabestin
  • 482
  • 8
  • 26
0
votes
1 answer

How would you go about mixing electronic and traditional/wet/handwritten signatures?

I am interested in your comments about my suggested solution and in hearing about solutions that you feel might also work out well in everyday practice, even if not without legal doubt (kind of like faxed signatures work:…
Reto Höhener
  • 5,419
  • 4
  • 39
  • 79
0
votes
2 answers

asp.net web application to convert pdf to word

Is there any clear and proper process to convert a pdf file into a word file with all formatting and images in asp.net web application?
Krishanu Dey
  • 6,326
  • 7
  • 51
  • 69
0
votes
0 answers

Is that possible to play pdf files in flash player VB?

Possible Duplicate: Open PDF or Folder in Flash Player In my VB windows application, user will upload the pdf files and i have to show it in a flash player.So, i want to convert the pdf into exe file,then i can easily play with flash player by…
Saravanan
  • 11,372
  • 43
  • 143
  • 213
0
votes
1 answer

Convert Omniform to PDF in bulk/commandline

We have a large number of Omniform files (around 100,000). We're updating our main server OS from Windows Server 2003 to Windows Server 2008. Omniform isn't supported in Windows Server 2008 so we need to convert these files to pdf (or another…
Equixor
  • 259
  • 4
  • 13
0
votes
1 answer

SWFTools Segmentation Fault

I know that there are similar questions (here and here) but non of the answers worked for me. When running pdf2swf sample.pdf -v -o sample.swf i get Segmentation fault: ... VERBOSE colorMap pixcomps:3 bits:8 mode:2 NOTICE File contains jpeg…
Kuf
  • 17,318
  • 6
  • 67
  • 91
0
votes
1 answer

itextsharp PdfTextExtractor Spelling Words Wrong

There's a PDF in our database in binary. I streamed it out and saved it as a PDF file and tested with both sources and ended up with the same result: the PdfTextExtractor spells some words wrong. For example, there is a word, "confirmed" in the PDF.…
StronglyTyped
  • 2,134
  • 5
  • 28
  • 48
-1
votes
1 answer

Posts text and image to pdf in react

I'm trying to create a blog post website where anyone can post anything. And also any user can download any post in one click. So is it possible to implement a button for download whole specific post content except side menus and comment in react.
1 2 3
17
18