iPhone Quartz Demo, rerender PDF
Hi guys, How should I modify the QuartzDemo that comes with the iPhone so that it re-renders the PDF view like UIWebView does when you zoom in? Cheers Nik ...
Hi guys, How should I modify the QuartzDemo that comes with the iPhone so that it re-renders the PDF view like UIWebView does when you zoom in? Cheers Nik ...
We've got an application that displays PDF files in an IFrame at specific Named Destinations. This works well on Windows systems but not Mac. In Safari, with Acrobat, the Named Destination is ignored and the document is displayed at the start. Does anyone have any suggestions on how we might accomplish the task of displaying this info...
I have a 2-page PDF that I want to overlay information on (think of a form that someone manually fills out) using a C#/.NET Windows application. After this form is generated, it will need to be previewed and printed (exported into a graphic or PDF is nice, but not a requirement). At first glance, I'm thinking of two ways to do this: ...
I have a folder with pdfs, but I don't want them to be public (like just typing www.domain.com/pdfs/doc.pdf). I need them to have a security measure of some sorts (like www.domain.com/loadpdf.asmx?key=23452ADFASD12345 or using POST) How do I do this?, ive found out how to create a pdf, but not how to load one from server. thanks. ...
Hi All For a client, I need to be able to read and write PDF files. There are two downsides to this: I don't know how. I can't use any third-party copmonents/libraries. Can somebody please point me into the right direction where I might be able to learn how to begin reading and writing PDF files? I'm not asking for code or anything...
We're using the Google CSE (Custom Search Engine) paid service to index content on our website. The site is built of mostly PHP pages that are assembled with include files, but there are some dynamic pages that pull info from a database into a single page template (new releases for example). The issue we have is I can set an expire date ...
I'm currently using ITextSharp to write a PDF to a web browser, but I cannot figure out how to, by default, show the thumbnails on the left side. If I click the "Pages" button they appear correctly, but I cannot seem to figure out how to do it by default. I thought this might be a setting within adobe's browser PDF viewer, but I can't f...
Hi. I have a requirement for a feature for adding text / images to a PDF file in our WPF application. I am looking for any free / commercial controls that allow the following tasks: [1] identify the coordinates, page location where to drop the text / image (preferably by converting mouse location to PDF/page location) [2] embed text ...
In my app i have shown pdf from the remote server using webview and i have to add a action to download the pdf and save it into iPhone how to do...Using Php i tried to force download pdf,which works in browser(desktop) not in device Can any one help me... ...
Hi, I have managed to implement a very basic PDF viewer within my application, but was wondering if it was possible to add annotations to the PDF. I have looked through the SDK docs, but not found anything. I have 2 questions really: Is it possible to do this? What is the best approach to take? Is there a framework or library that I c...
Id like to use PDFBox to generate PDF highlight files in my .net project. PDFBox states that it can be used in .net via IKVM http://www.pdfbox.org/userguide/dot_net.html BUT running ikvmc (latest version) to generate the DLLs on PDFBOX.1.0.0.jar generates a whole lot of NoClassDefFound warnings. How should I fix this, and what other ...
I'm dynamically creating a pdf using ABCpdf (HTML -> PDF) I'm trying to create a Table Of Contents (with leaders), and I think the easiest way to get the leaders is using a repeat-x background-image. Here is my file structure: /Web GenReport.aspx /images tocback.gif /Data template.html GenReport uses an html template, ...
Hello all. I have ASP.NET page with an iframe on it for displaying some pdf reports on this page. When user select the report type from dropdown, I add the needed for report data into the ASP.NET Session and change the attribute "src" of the iframe to .ashx module address which generates the .pdf report. But if Adobe glug-in for viewin...
I am trying to covert a word document to pdf using java. 'word to XSL-FO to pdf' is the approach i am looking at. In this approach to do 'word to XSL-FO', is there any open source api available? or can you please guide me with steps for implementing it? ...
I am working on a website in which the client wishes to have users upload background images to a printable design, crop to size, add text. Do this to multiple pages then generate a pdf of the 'book' I am running into the following issues/questions and just need to see where I can start Are there any PHP developer packages that can do ...
I have Nokia 2700 How to read html and pdf/djvu from him? Or it's impossible? ...
I have written extensive JavaDoc documentation on my application, and added lots of useful info at overview.html and package.html files (including links on the former to illustrations in doc-files/). Maven's Javadoc plugin nicely uses the standard javadoc tool to generate the classic JavaDoc frameset, but now I need to generate a PDF wit...
I have an ASP.net application which returns a binary PDF file (stored from the database, which was previously uploaded) to the client. The code I have works fine for all browsers, except for internet explorer 6 (story of my life!). In IE6, when a user clicks open, Adobe reports the error: "There was an error opening this document. The...
Hi, I need to include pdf files in some webpages, and I'm gettin' in troubles. The app is a simple newspaper's archive, in which i can read right on page or download as pdf files, one file per page. What my customer can provide me is one pdf file for each page; what my customer wants from me is to navigate them in indexes (with page th...
I'm using DOMPDF to generate about 500 reports from one script. It's running out of memory after about 10-15 PDFs have been generated. In debugging, it looks like it's loading 8M every time it gets to the font loading stuff, but this seems like something that should be handled with the font caching code. Any ideas of what's going wrong...