1
vote
3answers
54 views
+100
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
5answers
86 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
1answer
27 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
1answer
284 views
How to copy an AcroForm using iText?
I have a pdf with an acroform. I'm using iText to open this pdf and fill the form fields with some data. Sometimes I need to generate more pages than the original pdf. To do that I …
0
votes
0answers
22 views
Open Flash Charts Save as PNG, JPG, any image format
Is there a way to do this in Ruby on Rails? Looking through the library i saw a upload_image.rb but it just says #todo...I know this is possible in the other languages (at least i …
0
votes
2answers
38 views
Recommended .NET PDF Renderer for multiple pages with form fields
We currently use TallComponents PDFKit.Net for rendering tedious state documents that have a number of form fields. Often we'll need to have a page that repeats many times within …
0
votes
0answers
18 views
Put xml node’s full path in attribute file and read the node’s value from main xsl file in xsl fo
I have been using fop 0.95 to generate pdf files from xml data. I have three files involved in the process: test.xml, test.xsl and attributes.xsl. Naturally I have xml data in xml …
0
votes
0answers
10 views
Open PDF Programmatically in One Page View
I have a 2005 Reporting Services report that I display as a PDF through the report viewer control. I would like to know how I can have the PDF be viewed in the "one page at a time …
1
vote
3answers
72 views
Is there any API in C# or .net to edit pdf documents?
Hi,
Is there any API in C# or .net to edit pdf documents? Like I need to retrieve particular text and replace it with my own text.
Thanks
nRk
3
votes
15answers
546 views
Converting .doc files to .pdf
Anybody aware of a piece of software which could do MS Office .doc to .pdf conversion for me?
I already tried OpenOffice but it appeared to be rather slow and resource-hungry for …
3
votes
2answers
121 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 …
1
vote
2answers
43 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 …
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 …
2
votes
2answers
470 views
How do I walk through tree of Pdf Objects in PDFSharp?
I am trying to to walk though the tree of PdfItem objects in an existing PDF document using PDFSharp in c#.
I want to create a hierarchy of all the objects as I go along -- simil …
0
votes
1answer
16 views
(pdflib) Table of contents with dynamic page numbers
Hi,
I'm on pdflib 7 under php5 and I'm drawing a statistical report with several sub topics over several pages.
Now, I want to include a table of contents on the first page where …
