Tagged Questions

1
vote
1answer
26 views

How to render Asian characters in a PDF using xhtmlrenderer

I was wondering what steps were needed to render Asian characters using the java based xhtmlrenderer (flying saucer) library? I am wanting to render the following: <html> …
1
vote
3answers
89 views

Converting PDF into workable text using C#

Is there a library that has a class to extract the text from a pdf file in c#.net? I've tried a few but documentation is terrible, so I haven't been able to get it off the ground. …
4
votes
8answers
129 views

Best pdf generator in PHP , mpdf or fpdf?

hi all, Which is th best pdf generator for php, i know some opensources libs mpdf and fpdf.. Thanx in advance
3
votes
6answers
188 views

What is the best way to generate pdf from c#?

We are looking at creating a custom PDF document for users using C#. The windows app will ask certain questions to the user. Based on the questionnaire responses certain sections a …
0
votes
2answers
20 views

Generating .afm from .ttf

I'm working with generating .pdf's from PHP using this library: http://www.fpdf.org/ I am currently hung up, though, on adding new fonts, specifically the step on generating the . …
0
votes
2answers
31 views

Making a PDF output in raster format instead of vector using itextsharp

I have written C# code to save product specifications to a PDF document using iTextSharp, mainly with PdfPTable and Chunks/Paragraphs in the PdfPCells. However, I have been told th …
0
votes
2answers
27 views

Long text input from user and PDF generation

I have built a web application that can be seen as an overcomplicated application form. There are bunch of text areas with a given character limit. After the form submission variou …
1
vote
3answers
34 views

Dynamic PDF features

I've been asked to write a program which generates reports in the form of PDF files. There are two main dynamic features which have been asked for, which I'm not sure are even pos …
0
votes
1answer
24 views

Maual Page Break in TCPDF

I am using TCPDF to generate the PDF in one of my project. I simply create a HTML and give it to the TCPDF to handle the PDF generation. But now I have certain HTML where multiple …
2
votes
3answers
43 views

How Should an OS X Drawing Programs Store Custom Data in its PDF PasteBoard Flavor?

A little history. In the days when the pre-eminent Mac vectored clipboard flavor was PICT, a program could insert its own data into the PICT. The PICT could be pasted into another …
0
votes
2answers
33 views

Is there a reliable way to determine if a PDF was generated from a Powerpoint file?

Like the title says. Reason I ask is that we're converting PDFs to formatted ASCII text (using pdftotext) and only want to display the ones that look reasonably sane. PPT files te …
0
votes
2answers
31 views

Set PDF title with Java and FOP

Hi, I'm generating some PDF files using Apache FOP v0.94. Can you please tell me how to set the PDF Document Properties like Title, Author, Keywords etc programmatically? Google …
0
votes
0answers
22 views

TCPDF Div Border doesn’t work

Hi, I tried to generate pdf using TCPDF with html content. My html code is <div style="border:1px solid #000; width:200px; height: 100px"> Test Border</div> But it …
1
vote
2answers
58 views

What’s the fastest .Net PDF library to dump a bunch of bitmaps to PDF?

I have around 10 System.Drawing.Bitmap elements, which I want to dump to PDF. When combining them to a single bitmap, and then writing this to PNG, this takes me about 150 ms. Now …
0
votes
1answer
31 views

Rails PDF Generation with Prawn in IE7

I'm using Prawn and Prawnto to generate a PDF in a Ruby on Rails app (Rails version 2.2.2) which works great and generates PDFs happily and sends them to the user to download in Fi …

1 2 3 4 5 14 next
15 30 50 per page