0
votes
2answers
18 views
Asynchronous generation of PDF - error handling
We have some code that uses a third party component to generate a PDF from a URL that we pass it (the URL being a page within our application). In the code, we instantiate the PDF generator and it …
0
votes
2answers
16 views
Crystal Reports “File Break”
I'm generating a Crystal Reports report which will ultimately need to be split into thousands of pdf files. What would be ideal would be if Crystal Reports had something like a "file break", like a …
1
vote
5answers
60 views
HTML to PDF vs. Programmatically creating PDF via PHP
I have a PHP application that needs to generate some PDF invoices and PDF timesheets with nice headers/footers. Some Stackoverflow users recommend using TCPDF to create the PDF documents. In my …
0
votes
2answers
41 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 a single document. …
0
votes
0answers
25 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 saw in php)
I've …
0
votes
0answers
25 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 file. Here test.xml …
0
votes
1answer
18 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 mode". Right now …
1
vote
3answers
77 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
0
votes
1answer
37 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 paragraph .Is there …
3
votes
2answers
122 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' Password Recovery tool, …
0
votes
5answers
88 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 prevent someone from …
0
votes
1answer
19 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 every sub topic is …
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 from a company called …
0
votes
0answers
16 views
xml to PDF with JDF format
Hi all,
I need to convert SVG (XML) format to printable format like PDF with JDF or eps, tcl, ppm, vdx.
Pls guide me.
0
votes
3answers
62 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 show a graph. I want …
