iText disable printing/Copying/Saving
Hello, I wrote a servlet to serve PDF using iText. Is there any way to disable printing/Copying/Saving from the browser end? ...
Hello, I wrote a servlet to serve PDF using iText. Is there any way to disable printing/Copying/Saving from the browser end? ...
Hi, I am currently working on a website. Basically when a user searches for something, i should be able to generate the pdf for the each of the search result item. I know one option of fpdf. Is there something easier than fpdf or some service like if i send the url of my search result page, it sends back the generated pdf to me. What ...
I want to create a pdf according to Incoming Value From Mysql DB using Struts.Could Anyone help me by point any tool or how to process? ...
We are creating large reports in SSRS 2008 (with Dundas) that when exported to PDF, are coming out with a file size of about 4.5MB. The same reports in 2005 came out at just under 1MB. Is there something configurable that can be changed? We've experimented with setting the global DPI configuration down to 96 in SSRS, but this doesn't ...
hi can any one help me in displaying pdf document in jsf page in i frame only thanks in advance Suresh ...
in vb.net i filled up the first page of a pdf document, how do i start from the second page? ...
i am generating a report in vb.net using itextsharp. sometimes the entire report does not fit on one page and i need to know when itextsharp is adding a page to the document. is there a way to detect this? ...
Hi, I'm using Zend_Pdf to generate PDF files, based on existing PDF templates. The problem is, I can't read any of the templates - I get a "File is not a PDF." error because the first 4 characters in the file are "%???" instead of "%PDF" (I used "head" to check this). Is this a character encoding problem? I believe the templates are in...
I'm using iTextSharp to merge a number of pdf files together into a single file. I'm using method described in iTextSharp official tutorials, specifically here, which merges files page by page via PdfWriter and PdfImportedPage. Turns out some of the files I need to merge are filled out PDF Forms and using this method of merging form da...
Could anyone help me? I need to insert information to the header of a pdf from a customer form online with php. I am not a programmer so I need a sense of direction before I speak to my developers. The idea is to get licence information from a field, insert the information to the header and save the result as securely as is reasonably...
I'm creating PDFs with a library, and I know next to nothing about PDF. I've been told by the people at the printers that they are having a problem with 'subsetted' fonts in the PDFs. They want me to embed the entire font to see if this is causing the problem. First step - I'd like to confirm the fonts are subsetted. Acrobat Reader d...
Working on an old MS Access 2000 database I didn't create. Has a working "projects report" which the client wants to send to prospects as a PDF document, replacing the currently-text-only project title with a title that is also a hyperlink linking to a web page (we can generate the URL programmatically). Note: Access 2000 does not have...
i need to convert a pdf file to txt file (or doc, but i prefer txt) in c# can someone tell me how can i do it? i saw something about it when i searched i Google but i didn't understand where i should put the file. so can someone tell me what references i need to do and what files do i need to add and where and what the code for the conve...
Hi, We need a selection of fonts that we can use in PDFs. Our PDF library only works with TrueType fonts, and we want these fonts to be as multi language friendly as possible - i.e Chinese/Japanese support ideally, at the very least a wide range of European characters. http://stackoverflow.com/questions/458566/unicode-implementation-...
Hi All! I have encountered PDF file in web form(.aspx).When I running the page usually display open/save dialog box pdf file.Actually,When I click link,I want to display pdf format in new tab in browser. What should I do? Thanks in advance. ...
I have used TCPDF in the past to generate PDF's on-the-fly. Now I need to create a Form in PDF that would allow the user to enter data locally and then print/save the PDF locally. Which free PDF library should I look at? ...
Hello! My client currently scans invoices and similar documents into PDF format, and stores them in the file system. I suggested to him that we store the scans in their custom management system's SQL Server to remove one of the 'moving parts' of their system. My original idea was to store them in a lossless graphics format, but the ac...
I want to write some String data to a pdf file programmatically, i want to know what are the C libraries that i have to use and how to use them ...
I am working on a project which requires a PDF form sent over the internet, filled in by user, and then reply (XFDF) sent via email, and imported into the application. The file contains a digital signature, which the client insists must be signed by the user. However, there is nothing sent back in the form reply with respect to the sig...
Hi, I was trying to find out any entries in the Adobe's API giving functionality of injecting javascript into the pdf file, but I couldn't find anything. I saw that there are few open source libraries that do that, but I'd like to focus on Adobe's SDK (C/C++). Are there any ways to achieve this? Thanks. ...