For a project I need a PDF Viewer active-x control, or a CodeGear VCL control.
I need to be able to view and print PDFs, not create or modify.
One important requirement is that distribution should be royalty free.
Searching on Google shows this is a jungle. I tried a few but ran into problems with them all. Do you use/know one you can...
Currently, I am using iText to convert my jTable data to pdf.
private void print() {
Document document = new Document();
try {
PdfWriter writer = PdfWriter.getInstance(document, new FileOutputStream("jTable.pdf"));
document.open();
PdfContentByte cb = writer.getDirectContent();
cb.saveState();
Gra...
I often generate reports from pdfLaTeX using TeXworks, and would like to generate a document index, which will appear in the sidebar of a PDF viewer, (e.g. evince, Adobe Reader). Are there any packages which will allow me to do so?
...
I need a secure way to display pdf documents so that the viewer can't print, copy or save the text. Something like the amazon book preview. It will be placed on a asp.net page.
...
I develope new program but i need to allow user to highlighting word in pdf file then i want to process the file to get list of highlighted words with place
how can do that by java
thank in advance
...
I know there are quite a lot of questions on this topic (1, 2, 3, 4, lots), but there doesn't seem to be a good comprehensive community wiki rundown of HTML to PDF engines.
Please stick to one product in each answer and edit or add comments to answers, rather than add another one if you have something to say about an engine that is alre...
Hello friend,
I am trying to read a PDF on iPhone, I got to know that we can get the info about PDF from CGPDFDocumentGetCatalog method. But, this method returns a CGPDFDictionaryRef. I have browsed through the documentation and didn't find any method to extract its Key/Values. Please help me if anybody has solution for the problem. Or ...
I've found some tools that can convert PDF to SWF, but I'm hoping to find something or even a library to be able to be able to incorporate this on the server to be able to store the SWF in a database.
...
I have a user uploading a PDF to my server, is it possible to adjust the PDF restrictions via PHP to not allow printing, copying, etc?
Many thanks.
...
Hi guys,
I'm using iText for a bit of manipulating my PDFs through Java, and I'd like to make it so that a PDF default opens so that a single page fits in the window it opens, that this window is preferrably full screen, and that it has a thumbnail view on the lefthand side. I know other programs can set these view preferences, so I ass...
Comboboxes in Acrobat do not allow text alignment or multiple lines. So I need to be able to select from a drop down box and my choice populate two textboxes.
...
whenever user uploads the new document automatically it have to converted into SWF then only we can show the file in flexpaper
but they(flexpaper)asking us to do a conversion from pdf to swf
give me an idea to automate this in my jboss using java
...
Hi Guys
I want to display PDF in browser but the point is my pdf is stored in database in blob format
I want to display it in client side using base64
I am using java as backend and GWT as frontend
Please suggest me..
Thanks
...
Hi, I need a library to convert PDF to text or TIFF in C# - preferably open source under a permissive licence. Currently using xpdf but as I understand the GPL I can't compile it into a DLL and link to it without releasing the rest of my code under the GPL.
Does such a library exist? If not, what is the best value tool which would suit ...
It seems like everywhere I've looked they are personal certificates on a usb key and they are used to prove personal identity. I have a website that produces documents in PDF. I would like to sign them so that they are credible in a way that they were issued by my web site and haven't been tampered with...
Doing this with self created c...
i need some advice. i have an html page that i need precise control over when printing. using @media and @page and css styles etc i have given it all the attributes for printing i want, but the margin is really still governed by the browser (let's not debate the relative benefits here of browser control, suffice it to say i need it to pr...
We are developing a windows-based .Net application for distribution. This application has spreadsheet controls that we allow the user to print (essentially like printing a excel worksheet).
Our requirement is for our application to create PDF's of our reports, and also to merge multiple pdf's into one file, without the end-user of our ...
This question already asked by some people several time. Once again I am asking this question means in iphone any one can't able to implement this feature.
1. If any one can able to implement this pls share your approach with sample code view otherwise write "I cant able to implement this feature in iphone".
If any blog have you enter...
I'm looking for a component to view and print PDF files from Delphi/C++Builder. Delphi or ActiveX, not .NET. The license must be for royalty free distribution and the viewer must not require Adobe Reader to be installed.
So far I have tried:
Gnostice PDFtoolkit:
Display problems with JPX images
Radaee PDF Viewer:
Fast rendering, but c...
Hi! I need to parse a PDF file which contais tabular data. I'm using PDFBox to extract the file text to parse the result (String) later. The problem is that the text extraction doesn't work as I expected for tabular data. For example, I have a file which contais a table like this (7 colums: the first two always have data, only one Comple...