How do I open a pdf document stored in Sitecore when a user clicks a link? The pdf document is stored in the Media Library.
Here's the code I have now:
Sitecore.Data.Fields.LinkField linkField = item.Fields["Url"];
tab.NavigateUrl = linkField.Url;
...
Is there a way to go to other pages in a PDF document wiht out having to provide the full URL int the Link tag?
Everywhere I look, before the HTML is converted to PDF, they use link tags wiht an HREF that contains the site and pdf location.
If they download this file, why would I want them to link to the website to view another page?
T...
My Django view generates a PDF via pycairo in response to a POST (I'm not redirecting in response to the POST). When I POST using desktop browsers I can save and/or view the PDF using Adobe Reader or Document Viewer. However, when I POST via my android browsers the Adobe PDF Reader and the ThinkFree viewers both report the file as corrup...
I need to create a User Manual / Installation Guide for my project, I need to do that as PDF documents.. how can I do my own PDF manuals?
...
I'm currently working on a .NET Desktop Application project, I need to manipulate a PDF template by replacing some keywords. It would be great if I can see a simple sample. Thanks in advance.
...
I would like to extract pdf field names from a locked pdf file. When viewed in Acrobat Pro, I cannot edit. When viewed in notepad field names are not descernable. In case you want to try.. see tinyurl.com/2ew827w
thanks
...
Hi,
I want to save a screenshot or generate a pdf from UIWebView text content. I know about how to make screenshots like described in:
http://developer.apple.com/library/ios/#qa/qa2010/qa1703.html
The thing is I'd like to have the screenshot in 300dpi. It is a fixed requirement to generate the content in a UIWebView.
I thought about ...
Hi All,
I wonder if there is a higher-level library for parsing PDF files in iOS (iPhone, iPad, iOS version 3.2) ? Specifically I'm looking for functionalities such as I can highlight a word or a sentence of text in a page and also to read PDF hyper-links and act upon them.
I've looked up CGPDFScannerRef and it looks like the built-i...
I'd like to use pdf versions of my matlab plots in a latex document. I'm saving the figures using the "saveas" command with the pdf option but I get huge white space around my plots in the pdf files. Is this normal? How can I get rid of it? Automatically, of course, since I have "a lot" of plots.
Thanks.
...
We run a SharePoint Portal server 2007 and we have some problems with searching for pdf's. In general everything goes fine with most users only some foreign users don't see pdf's in the result from 1 library on our server. Other libraries are shown in their search results (pdf and word) and word documents from that library which goes wro...
Hi Friends,
I have some big size pdf catalogs at my website, and I need to link these as download. When I googled, I found such a thing noted below. It should open "Save As..." popup at link click..
<head>
<meta name="content-disposition" content="inline; filename=filename.pdf">
...
but it doesn't work :/ when I link to fil...
Hi,
I am using urlloader to load a tiff file from the server.
Then i get it as ByteArray and show the image in a popup window.
var bytes:ByteArray = urlloader.data as ByteArray;
i use the TIFFbaselineDecoder to decode the bytes and open a popup to show the bitmap.
Works nicely.
Now, i want to do the same thing for a pdf file.
How can ...
The scenario is this:
My company has 2000 customers, and we need to send the all 2000 customers a credit application via PDF. What complicates this is that certain parts of the PDF need to have customer data filled in before the form is sent to the customer. The data that needs to be filled in is currently inside of an Excel array.
As...
Hello, experts!
I have Pdf file that contains acroforms which is made by Window's Acrobat program. I need to write Rich Text including Bold text and lists in that acroforms. How can I do it using Java's IText library? I should mention that forms should be flattened(Read only behaviour is also alowed). Maybe somebody has a working exampl...
I have several GDI+ functions/programs that are capable of producing vector graphics. Is there an API that uses the GDI+ naming conversion that creates PDFs. So instead of creating a bitmap/canvas (i forget which one) and calling DrawRectangle, I could create a PDF_Canvas or something and call the PDF DrawRectangle?
...
I have created a website which is similar to the google analytics dashboard, it has many javascript images generated by the google visualization api. Now i am trying to provide a pdf version of the same webpage so that the users can have a soft copy to view the reports offline. The content of the webpages change dynamically based on the ...
One of the app that I coded was giving option to download everytime I click on a pdf file. Now it opens up in a browser. I didn't change any code. How can I make it so it only let them download and not open up in browser?
...
Well, really the title of the question says it all. There are similar questions on SO already. But here's some differences... I absolutely cannot use Office on the server. I must be able to convert the document programmatically. I don't really care how much it costs. Obviously cheaper is better, but if you have a good suggestion that hap...
Hello,
I need to take 1 PDF document that has about 92 pages inside, and make every page of it into a JPG file. But the JPG files need to be saved as the PDF's page name. Each page in the PDF is called say "Template: tpl_9043", and I want the JPG filenames stored as such.
Is there such an application to use a page number macro? I kn...
Hi,
I have a bunch of pdf documents and all of them contain a title page that I want to remove. Is there a way to programmatically remove them? Most of the pdf utilities I found can only combine documents but not remove pages. In the print dialog I can choose page 2 to and then print to a file, but I can't find anyway to access this fu...