3
votes
2answers
116 views
Does a library exist to remove passwords from PDFs programmatically?
Does a library exist that will remove "owner" passwords from PDF documents so that the text can then be programmatically extracted from them? Something like PDF Technologies' Passw …
0
votes
4answers
76 views
Any way to create a PDF so the text can’t be copied/extracted back out?
I'm trying to help create a neighborhood directory and I want to prevent someone from harvesting contact info (especially email addresses) from that.
Is there any easy way to prev …
0
votes
0answers
12 views
iTextSharp : pdfPTable overlapping with other content
I am using iTextsharp to generate a PDF document from C# application. I am having a PdfPTable to display some tabular data. My problem in the table is overlapping with the other pa …
1
vote
2answers
34 views
PDF Generation with High Resultion SVG Images (suggestions needed!)
Hi Folks
Can anyone suggest/recommend a product that can be used to dynamically produce PDFs that can contain high-res images?
We're currently using a product called Highwire fro …
0
votes
3answers
46 views
HTML2FPDF print page results as pdf..
Hi all, I'm trying to user HTML2FPDF (http://html2fpdf.sourceforge.net/) to create a PDF of a page, but I can't seem to get it to work properly.
My page consists of jQuery to sho …
0
votes
3answers
45 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 . …
1
vote
0answers
15 views
How can I select papertray
How do I programatically select the papertray to use when I send a document to the printer? There is different papers in the trays (A5, A4, A4 with one tear off part or two tear of …
1
vote
3answers
124 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. …
3
votes
6answers
203 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 …
4
votes
8answers
178 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
1
vote
1answer
44 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
5answers
52 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
2answers
46 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
37 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 …
0
votes
1answer
62 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 …
