I've been receiving pdf files that I have been processing with the PDFsharp libraries. These files where 128-bit RC4 encrypted. Now I getting files that are 128-bit AES encyption.
I'm getting this exception "The PDF document is protected with an encryption not supported by PDFsharp."
Is AES just not supported, or do I need to change t...
I am checking if a PDF document is searchable if I can get any text from every single page in a PDF.
But checking every page seems to take forever when I am trying to extract text from a PDF that contains more than 500~2000 pages.
Is it possible for a PDF to contain text for one page but not in the rest?
What I am trying to do here is ...
What could be a good way to code a search functionality for searching documents in a java web application?
Is 'tagged search' a good fit for such kind of search functionality?
...
I know PDF generation has been discussed a lot here; however, I've yet to find what I need.
I'm trying to generate PDF reports (mainly tables) from python. Yes I've tried ReportLab and Pisa. Both had column content "break out" in circumstances I didn't think were unreasonable and unrealistic to encounter in production.
When I say r...
I'm trying to create a timesheet that will calculate the hours an employee worked. There is 4 In columns and 4 Out columns that I need to total the hours (see below).
In 0830 Out 1200 In 1300 Out 1700 In ------ Out -----
Needs to total 7.5 hours worked
If I use (OUTA1[0]-INA1[0])/100+(OUTA1[1]-INA1[1])/100+(OUTA1[2]-INA1[2])/100 I get...
Simple question: Does anyone know what CF8 uses to render HTML into PDF?
More specifically, I'd like to know the version and if there's a complete description of what styles it does/doesn't support.
(for example, it doesn't support CSS page breaking - you need to use cfdocumentitem which isn't as flexible)
...
Hello,
Does somebody knows a high level Java API that wraps the pdflib (horrible) Java API that is actually easy to use.
To clarify, I have to use pdflib (my company uses it), so I need a wrapping API, not other alternatives.
Thanks
Tal
...
My application pushes out a PDF file to a popup (e.g. no menu/toolbar) browser window (in response to the user clicking a button). This works for every browser out there except for IE7. In IE7, all I get is a blank window.
Here is the server-side code that pushes out the PDF:
private void StreamPDFReport(string ReportPath, HttpCont...
My application allows user to upload pdf files and store them on the webserver for later viewing. I store the name of the file, location, size, upload date, user name etc in an SQL server database.
I'd like to be able to programatically, just after a file is uploaded, generate a list of keywords (maybe everything except common words) an...
Can anyone suggest me any library/jar files which I can use to export my table to excel/pdf/word.
Please tell me if there is any library by which I can create reports in jsp.
...
I have to search inside PDF files for an upcoming (ASP.NET MVC) project in shared hosting environment. What is the best solution? Any third part product?
...
Given a PDF file with color and black & white pages, is there any way with C# to find out among the given pages which are color and which are black & white?
...
Currently I am using ImageMagick to merge multiple PDFs into one in a PHP script on my Linux system. However, the resulting PDFs are of very low quality. I have stumbled across pdftk which seems to have a better quality after the merging, but I need to use ImageMagick if possible because I need to get the script to run on another server ...
I have a time sheet form named Timesheet Paperless.pdf I send this form to an employee and tell them to fill their name and employee number in the form. I then ask them to go to File>Save As and name the form INTIALS_TS.pdf . I now would like to a have button with in the form that will open a Save As dialog with the filename INITIALS_TS ...
Hi
We have a report (local mode) in our ASP.NET solution, which contains multiple subreports. The report has multiple parameters, for each subreport one parameter.
These parameters are subreport1Hidden, subreport2Hidden, ... I bind these parameters to the Hidden value of the subreports.
This works fine, but when I export to PDF the...
I am looking for a library to convert HTML to PDF, including styles. I would prefer it be able to accept a URL as an option, but if required, HTML can be passed in as a stream/byte array with all styles in a single file/buffer. I am using C# / ASP.Net 3.5. I have complete control of the server machine ( I can run as a service, etc... ...
Hey all,
I have spent a lot of time trying to get dompdf (http://www.digitaljunkies.ca/dompdf/) to work but I keep running into problems. I am trying to generate a PDF from a PHP script which generates a fairly complex, filled out web form. The script accepts a $_GET parameter (record number) and fills out the form accordingly with da...
Does anyone know of any (preferably free, but if not, that's fine as well) user controls that will display a pdf documents similar to the PrintPreviewControl?
I'm trying to make a document viewer that will show the document and have MenuBar buttons for e-mailing/faxing/printing/etc. the document in question. Right now, it works complet...
I was in need of the ability to create a PDF Envelope, and hadn't found a good solution for doing so, so I thought that this might be of some interest.
...
I'm looking for an easy way to generate previews for labels generated as pdfs. It would be great if I could convert these pdfs to images and show them to the user before the actual print/download.
The application is currently running in a Jruby on rails environment, but it's quite possible that we switch to two applications, one running...