hello
I am somewhat ignorant about modern web technology, last have played with them way back in CGI days.
I am curious as to how Google implements their PDF reader online, can you please explain it briefly? from what I can tell it is not a simple webpage/image
Thanks
...
I'm trying to build OpenSceneGraph's pdf plugin on a win32 box. The plugin is using cmake's PKG_CHECK_MODULES macro to find cairo and poppler libraries. I don't know how to install these in such a way as to help it find them though.
...
I need to programmatically embed an existing PDF (a small graphic) onto a specfic page on an existing PDF. Using iTextSharp I've been able to add a new page containing this embedded PDF, but what need is to modify an existing page by adding this graphic. Is this possible using iTextSharp or any other PDF-generation libarary?
...
have anyone come across a php code that convert text or doc into pdf ?
it has to follow the same format as the original txt or doc file meaning the line feed as well as new paragraph...
...
Hello everyone,
One of my friend suggested me to use this site in order to find an answer my question that struggle to overcome.
I am using visual studio 2008 and I am preparing reports for some forms, and I wanna print this document as PDF format. I am opening my report as PDF format but when I open as PDF format my report has page b...
I'm not sure if this is possible but as I was looking for a way to convert docx -> pdf serverside (Aspose is a bit expensive), I wondered if I could do this by printing my document to a Pdf Printer.
Altho, I would need a decent one then, as it shouldn't show dialogs when trying to print ofc.
Does anyone know if:
This is possible
Ther...
Hi everybody! This is my first ever question on stackoverflow.
I'm trying to load a PDF file stored in Resources into a UIImage/UIImageView object in the iPhone SDK. Is this at all possible without converting the PDF to an image? If not, what are the member functions for converting a PDF into a PNG? I would really prefer to preserve the...
I use liferay 5.2 with jsf-portlet.
From the page I want to press a button to generate one PDF.
In managedbean i build pdf and I want to show it in response.
In a ByteArrayOutputStream named outputStream i have my pdf built with JasperReport.
I write:
PortletResponse portletResponse = (PortletResponse)externalCtx.getResponse();
...
Hello
i need to merge many (1000-5000 a4 ) pdfs in java what is the best way to do it in java ?
...
I am facing some problem in iPhone application development for "Reading PDF".
I have tried following code. I know I have used wrong methods for parsing - parsing methods are just used for searching purpose. But I want to convert entire pdf text in to a string. Say for example Apple's MobileHIG.pdf - I have used in this code.
@implementa...
Hi,
I am creating a flex application where I am using the built in graphics package of flex 3 to draw shapes and things to a UIComponent. I want to be able to export this vector image UIComponent to a vector based file, pdf, eps etc. Are there any tools, libraries, or methods for doing so?
I looked at AlivePDF - which works very sl...
I cannot locate within the FAQ whether this functionality exists in the API although its mentioned in a book as something that is potentially available. Has anyone had any experience implementing this feature?
...
I am using ASP.Net MVC. I have restricted access to the web site using ASP Forms authentication. However, the web pages contain links to pdf files on the server which I also want protected.
For example, the user can browse to foo.com and foo.com/account/logon. Once they logon they can access foo.com/category/bar which presents the view...
Hey!
Just wondering if there is a way to batch edit pdf documents and set the "Page Layout" and "Magnification" attribute of a document so that they all the documents are displayed the same way if you open them.
I'm a Mac so a Automator or AppleScript solution would be cool! BTW I have Acrobat Pro.
Thanks!!
...
I noticed some strange effects when including existing pdf graphics in my laTeX documents:
Most file work flawlessly, but some PDFs that were created on a different machine (or from the web) cause the whole page on which they are embedded to become ever-so-slightly distorted. I only notice the difference in a side-by-side comparison, bu...
Hello everyone,
I am trying to programmatically create a number of PDF documents with a watermark on each page using itextsharp (a C# port of Java's itext).
I am able to do this after the document has been created using a PdfStamper. However this seems to involve re-opening the document reading it and then creating a new document wi...
Can ipod touchs store pdf files and open them without any internet connection?
My friend just bought one and he could not explore a feature like that yet.
he say that i-tunes does not allow transfering pdf files to ipod touch.
...
Does anyone know if it is possible to employ the LaTeX hyperref package to open a target PDf at a specific page? I have tried using the \href{FILENAME#page=XX}{LINK_TEXT} command, where XX is the target page number, but no dice. The file iteself opens, but it always starts out at the first page. The idea being that I have a large inde...
I am using iTextSharp and the reader.GetPageContent method to pull the text out of a PDF. I need to find the rectangle/position for each word found in the document. Is there any way to get the rectangle/position of a word in a PDF using iTextSharp?
...
Is it possible to retrieve the path of a pdf file opened in adobe reader using C# code?
...