PDF generation is the process of creating a PDF document using various tools or libraries.

learn more… | top users | synonyms

0
votes
0answers
57 views

wkhtmltopdf - how to set PDF Version to 1.6?

I am using wkhtmltopdf to put html contents to PDF file. It's working great, expect one thing. My PDF version with this tool equals to 1.4 (AdobeReader 5.x). I would like to have Adobe PDF version ...
-4
votes
1answer
140 views

creating a pdf editor like application in c#

I want to create a desktop application, whose functioning is as follows : 1. user opens a pdf file in the form 2. then, it gets opened up on the UI. After that, user performs certain editing using ...
0
votes
1answer
132 views

Creating a text searchable PDF document in C#

I have an existing PDF document that is a scanned image / document. Although when using the "Text / Highlight" tool in Adobe Reader, it does not pickup any of the text on the pdf document - so my ...
4
votes
1answer
82 views

HTML to PDF convertion and editing in iOS

I am creating an iPad application for reading PDF, this PDF should be generated from a HTML file. I have seen some sample codes for converting HTML to PDF, and I think that part will be fine for me to ...
-1
votes
2answers
51 views

Searching for a PDF Library for an exam checking software [closed]

We are starting a long-term project build a system for exam checking in my school. The system should work as follows: Exam forms are scanned into PDF after students solve them A checker can mark the ...
2
votes
3answers
213 views

Create PDF file with images in WinRT

How I can create PDF files from a list of image in WinRT. I found something similar for windows phone 8 here("Converting list of images to pdf in windows phone 8") But I am looking for a solution for ...
1
vote
1answer
80 views

How can we use AutoCAD to create PDF from DWG/DNG files programmatically using Java?

I am OK with any command line utility too. Basically I want to convert AutoCAD files to PDF using AutoCAD. I know there are several PDF virtual printer drivers that do this even without AutoCAD ...
0
votes
0answers
61 views

how to generate a pdf from webservice on a linux server

I am on a shared hosting (dreamhost) server I need to generate a pdf from mysql data. I am accessing the data using php. I am currently emailing using javascript, phpmailer and html - but instead ...
0
votes
0answers
26 views

PDF - open link on page scroll

In PDF how can I make a link open up by itself in the browser without the user clicking on it, but as soon as the user scrolls to the next page? Scenario: 1. User opens up PDF. 2. User scrolls to the ...
0
votes
0answers
86 views

Debugging XSL-FO overflows

My PDF generation is throwing a bunch of overflow warnings Namingly INFO: An fo:table (No context info available) is wider than the available room in inline-progression-dimension. Adjusting ...
0
votes
1answer
155 views

Make 1 layer pdf with use Aspose.Pdf library

I'm using Aspose.Pdf for .NET. What I'm trying to do is: Make pdf with 1 layer (best solution would be if before generate pdf all used text and bacground image would be as picture and then generated ...
0
votes
0answers
205 views

How to add template PDF to iTextSharp XMLWorker HTML content

I am using XMLWorker to parse HTML content from a website into a PDF which is working fine. The issue I have is that I need to use a template PDF which has a background watermark and a footer, and ...
2
votes
2answers
207 views

Open source solution to convert office documents to PDF without using Office automation

Is there any open-source sdk that I can use in an ASP.Net application to convert any office document to pdf. (I specifically need to convert a DOCX to PDF, but would like the ability to convert Excel ...
0
votes
0answers
34 views

PHP data into PDF and flatten

Yes, there are a ton of questions and articles about this... but most of them are for <PHP 5.3 and/are now no longer supported. I have a PDF template that I need to be able to add data to, ...
1
vote
0answers
154 views

Arabic character not work in DOMPDF

I have an issue with arabic character when used in DOMPDF .. I tried every thing but nothing is working... My DOMPDF version is the last, I tried to install font and set the charest to UTF-8 and ...
0
votes
1answer
73 views

pdf, appearance streams, checkbox not shown correctly after focus lost

I'm working on a program generating interactive forms into PDF files. The generated file is here (source is readable). The checkbox is on the bottom of the page. After it gets focus it is rendered ...
0
votes
1answer
154 views

php mpdf memory limit error

For the first time im using mpdf library and everything worked fine. I wrote a script to create pdf file which consist a table of 274 rows. When i run the script i get php memory error. I tried ...
1
vote
2answers
77 views

Ghostscript - clipping right hand side of page when printing to pdf

I am trying to convert an excel 2003 worksheet to a pdf file. To do this I have tried a number of the PDF converter/printers available (on 32bit Windows XP), including cutepdf, bullzip and ...
3
votes
2answers
143 views

Merging PDF files in Haskell

The Preview application on the Mac allows one to merge multiple PDF files, although the functionality is rather obscure. I'm writing a utility in Haskell that needs to perform a similar task, that is, ...
0
votes
1answer
262 views

PDFSharp: Measuring height of long text with word wrap

PDFSharp supports automatic text wrapping when drawing long text portions: textFormatter.DrawString(text, font, XBrushes.Black, new XRect(x, y, textAreaWidth, 1000), XStringFormats.TopLeft); This ...
0
votes
1answer
54 views

Converting images to pdfs server side

I'm currently working on a project involving converting form results to a downloadable PDF, which is simple enough. I was recently asked, however, to add attachment functionality. I'm using dompdf to ...
0
votes
0answers
37 views

many fields in PDF form

I created a PDF form (using javascript in math op.) which calculates the number of people that can live in a certain area. The idea is simple: by entering the area and one dimension, it can calculate ...
1
vote
1answer
86 views

iOS - How is that change of TextView frame makes it's text after pdf export unselectable?

How is that change of textView frame makes it's text after pdf export unselectable? It's simple rasterized with horible compression. If I export textView and don't change the frame I got perfect ...
0
votes
1answer
93 views

wkhtmltopdf and multiple pages

i am trying to convert html pages like this one click here into a pdf. when i use wkhtmltopdf i ve get this result click here the options i ve used are: xvfb-run --server-args="-screen 0, ...
1
vote
0answers
149 views

PDF generation issue with wkhtmltopdf

There is an issue with the PDF Generation with the help of wkhtmltopdf.exe Here is my code: public bool WKHtmlToPdf(string Url, string outputFilename) { string filename = "E:\\XYZ" + "\\" + ...
1
vote
1answer
50 views

How to refresh the HTML file which is in NSDocumentDirectory? (more than one time)

I am using HTML file to generate pdf file in DocumentDirectory. Every time I need to refresh (with new image which is having same name in html file) HTML file when below method is calling. Right now ...
2
votes
0answers
130 views

Google App Engine PDF converter

I'm looking for a good, open source, PDF generator/library that will convert html (with styling etc.) into a PDF file. Requirement: Must be Java or Python and run on Google App Engine. Must be ...
0
votes
0answers
77 views

How do I convert and merge multiple *.textile files into a single large PDF in eclipse wikitext?

I have an ant build file in my eclipse project which builds HTML files from .textile files as described in the mylyn documentation. I also have an index.html file which links to all these generated ...
0
votes
0answers
68 views

Using XmlWorker to create a two column pdf file

Is there an easy way to create a two column pdf file from an html using xmlworker? I have extended the PdfWriterPipeLine. The methods open, content and close call another method that writes the ...
0
votes
1answer
62 views

Bold/italic text not shown (hidden) in PDF generated with Cpdf (aka Cezpdf or R&O's PDF Creation)

Bold and italic text is not shown in the generated PDF. $pdf = new Cezpdf(); $pdf->addText(65,675,10, '<b>Hidden</b> Shown'); // Doing more stuff to the PDF ... $pdf->output(); ...
1
vote
1answer
78 views

How to render links with weasyprint?

from weasyprint import HTML HTML(string='<a href="http://google.com">link</a>').write_pdf('tmp.pdf') Doesn't have clickable link inside it. I'm scraping a part of the site as HTML and ...
20
votes
5answers
633 views

Tables in PDF with horizontal page breaks

Does someone know a (preferably open-source) PDF layout engine for Java, capable of rendering tables with horizontal page breaks? "Horizontal page breaking" is at least how the feature is named in ...
0
votes
1answer
80 views

XSLFO - using xsl:import or xsl:include causes error when creating PDF

I have used XSLFO to generate PDF files, which is working perfectly. There is some code within the XSLFO that I would like to put into a common file to be used by all the PDF's, but when I add an ...
0
votes
1answer
69 views

ROR + PdfKit + No such file or directory -“C:\\Program\ Files\\wkhtmltopdf\\wkhtmltopdf.exe”

In my project, I have used PDFKIT at windows platform. Initially it worked fine but now it is giving some strange error message. No such file or directory - "C:\Program\ ...
1
vote
2answers
164 views

HtmlUnit and saving page as PDF

I need a solution for a Java EE environment that allows me to load an XML+XSL file, render the output to a browser window, and save the rendered page as PDF - all programmatically. I was looking at ...
0
votes
0answers
159 views

Minimal Libre Office install to convert MS files to PDF

Does anyone have the minimum list of necessary Libre Office files to convert Microsoft .doc, .xls files to PDF? I'm planning to run the conversions programatically and GUI-less as follow: soffice ...
1
vote
0answers
53 views

convert attachments in mail to pdf in lotus notes

I want to conert the mail document and attachments to pdf, If there’s any text in the mail body along with the attachment then the mail content should be converted to pdf in the first page of the ...
0
votes
0answers
78 views

itextpdf to have proper aliment between chunk lines

I am using itextpdf to generate some pdf . In that I need to put the two lines with different fonts so I used chunks to do the same . After usingg this I am getting some problem in putting the two ...
0
votes
3answers
514 views

Generating PDF files from Database using CodeIgniter

Generating PDF files from Database using CodeIgniter for example, when i click save button all contents in the table can downloaded as pdf format please help me thanks...
1
vote
2answers
72 views

allowing the user to create PDF documents

I am new to the PDF generation but have a project to do. In my project the user should be able to create PDF documents. I have searched a lot a found sites/tutorials on creating PDF documents using ...
1
vote
0answers
371 views

how to export my sql table to a .doc file using php and download it

I have a table with large amount of data in my sql database, i have to take a copy of .doc or .pdf format using PHP coding. I have to download while clicking the Download Button in my Page. In my ...
3
votes
3answers
74 views

How to determine which part of an nsstring fits into a rect?

This is about PDF formatting using core graphics. But it could be about any type of paging when it comes to printing a string on two pages. I need to spread a string over several pages. For smaller ...
0
votes
0answers
71 views

Prawn produces blank page when generating PDF from images

I'm attempting to generate a PDF from a directory with a bunch of images in it using Prawn. The code I have so far works perfectly, with only one small problem, it inserts a blank page at the ...
0
votes
1answer
181 views

ActiveReports as a convert to pdf machine

The company I'm with is likely to obtain an ActiveReports 7 license. There's a new project requirement that several webgrids (not actually webgrids, but more like html rendered with zurb) need to be ...
1
vote
1answer
67 views

Weasyprint GLib error

I installed WeasyPrint and all packages that were listed in the Weasyprint - documentation I'm using Mac OS X 10.8.2 and Python 2.7 And installed Weasyprint in my virtualenv . Now when i try : ...
0
votes
1answer
44 views

HTML to PDF issue

Background - ASP .Net site with user authentication. Page is a regular HTML with gridview, panels, textboxes, labels, tables etc I am trying to get the current web page the user is viewing into a PDF ...
-1
votes
1answer
242 views

export html text to PDF (with inline styles). backgound-color does not work

I am developing an application to export html data to pdf file (in c#). I followed these steps to convert the data StyleSheet styles = new StyleSheet(); tempText = tempText.Replace("\"", ...
0
votes
2answers
189 views

How to keep original rotate page in itextSharp (dll)

i would like create the project, reading from Excel and write on pdf and print this pdf. From Excel file (from cell) read directory where is original pdf on computer or server, and next cell have ...
0
votes
1answer
242 views

ERROR: 'Premature end of file.'

import java.io.*; import com.lowagie.text.DocumentException; import org.xhtmlrenderer.pdf.ITextRenderer; public class FirstDoc { public static void main(String[] args) throws ...
0
votes
2answers
134 views

XSL Fo - Speacial characters

I am designing an xsl form, my source pdf contains 'Diamond' symbols I need to know how to use/create diamond character using xsl(is there any font family i can configure and use/can i get the ...

1 2 3 4 5 48