pdf

develop an application similar to windows explorer

Is it possible to use windows api and c# to develop an application similar to windows explorer [treeview,listview]. ImageList imageList = new ImageList(); if (folder != null && System.IO.Directory.Exists(folder)) { try { string[] arrImageName...

Generate thumbnail of pdf document.

Duplicate of (amongst others) Generate thumbnail of pdf document How to show thumbnail of pdf in listview C#.net? how to place thumbnail of pdf in listview develop an application similar to windows explorer Please help to generate thumbnail image for pdf in c#. //Treeview1_AfterSelect private void Treeview1_AfterSelect(System....

PDF viewer on the .net

I have many pdf files in my project so I need it available to view for any client so I tried to give it as link in JS and it's worked but when I tried with a machine doesn't have the adobe PDF Reader it gives it as a link to download so any body can help me by giving me a free tool,library,JQuery,JScriipt,ActiveX...etc just for viewing P...

DOC to PDF library (not necessarily free)

Hey all, Just after a bit of advice on peoples preference with DOC to PDF libraries for .NET. At the moment we currently piggy back on OpenOffice but this isn't really ideal. What i'm after is a library that will allow me to convert a .DOC and write out a .PDF in code. The library doesn't have to be free and it must also work with ASP....

Using sun PDF Renderer to display PDFs with embedded fonts

I'm having trouble using Sun's PDF Renderer package to view PDFs with embedded fonts. I have the following code which creates a BufferedImage out of every page of a PDF for viewing in my application, and it works fine when there are no embedded fonts. However, when the PDF has embedded fonts, it shows no text. Any ideas? Also, it ope...

Why people use <object classid=""> to show PDF instead of src="1.pdf"

What's the difference? ...

Pure python solution to convert XHTML to PDF

Hello, I am after a pure Python solution (for the GAE) to convert webpages to pdf. I had a look at reportlab but the documentation focuses on generating pdfs from scratch, rather than converting from HTML. What do you recommend? - pisa? Edit: My use case is I have a HTML report that I want to make available in PDF too. I will make up...

How to get number of pages in a PDF document regardless of version ? Some scripting language

How I can get the number of pages in a PDF document ? The document can have images too, and text in different font size. It should work with different PDF document versions. The answer can be in any scripting language, I will port them later to Ruby. ...

Embed javascript to existing pdf

Hi I am embedding pdf file to my asp.net page like this <object data="..." type="application/pdf" width="300" height="200"> </object> The problem is that I have created my own toolbar for pdf, and want to zoom in, out document from my toolbar image buttons. I know that I can embed JavaScript to pdf document, when creating document fro...

Error when trying to download and open a PDF

I was getting the next error while downloading a PDF in Internet Explorer 6. The system tried to open the downloaded file automatically but I was getting: "There was an error opening this document. This cannot be found" ...

Is it possible to convert html (uiwebview) on the iphone into pdfs, or pngs?

I'd like to be able to download a web page and then save it as a pdf, or png (or save it locally with all the html, image and css etc files). This is so the page can be viewed without an internet connection. Is there a standard way to do this? ...

how to get a physical printer status before printing job is sent?

I have a rather unusual problem. I am using xpdfprint binary for the print job from my application. But if the user has a "directly print to the printer" setting enabled and by mistake if the printer is not available (power failure or cord not plugged in) then the application hangs. It seems to be a standard behaviour since in my machine...

How to add page numbers to Postscript/PDF

If you've got a large document (500 pages+) in Postscript and want to add page numbers, does anyone know how to do this? EDIT: Moved my solution down into an 'answer' ...

itextsharp: setting dimensions of image manually

the user will pick an image on their hardrive and i will put it on a pdf file using itextsharp with vb.net. how do i manually set the dimensions of the picture? ...

Getting PDf file stats and info using PHP

Hi, I want to retrieve following information from a PDF file using PHP. Total no of pages with individual page sizes PDF print size and bounding box dimensions Colorspace (RGB/CMYK) used in PDF To confirm that font is either embedded or outlined Total no of objects and their list along with their types For all the image objects : a) h...

Maual Page Break in TCPDF

I am using TCPDF to generate the PDF in one of my project. I simply create a HTML and give it to the TCPDF to handle the PDF generation. But now I have certain HTML where multiple certificates are added one after the other and I want to have a page break into it. Page Break should be decide by HTML i.e. I want to know if there is any ide...

How do I extract image from a pdf file using php

Please, any ideas on how to extract image from pdf in php? ...

Is there a way to build a portable RIA without using LiveCycle?

I saw your article on portable RIAs. Excellent article! http://www.adobe.com/devnet/flex/articles/portable%5Fria.html We don't have LiveCycle, but want to allow our users to view a Flex App inside PDF without an internet connection. Is there another way like using Cold Fusion, AlivePDF, to accomplish the PDF Generation part of your ar...

A Java Library for text extraction from PDF documents preserving empty spaces and lines

Hi, do you know a Java library, with which I can extract the text of a PDF document as a string, and which also preserves all empty lines and empty spaces from the original document (as they appear in the pdf document)? I am using right now the PDFTextStripper class from the PDFBox-0.7.3 library, and I use the getText() method, which ...

Online WYSIWYG editor, but output is for printing.

Hi, I'm wondering whether there's any available web-based WYSIWYG editor, but the content will be saved and optimized for printing (using PDF). I know it's possible to use stuff like FCK Editor and run a HTML to PDF converter, but the output sometimes is not satisfying. Anyway, what format should I use to optimize for printing? p.s: ...