Tagged Questions
Adobe Acrobat is a family of applications developed by Adobe in order to view, create, manipulate, print and manage files in Portable Document Format (PDF).
22
votes
16answers
11k views
“name” web pdf for better default save filename in Acrobat?
My app generates PDFs for user consumption. The "Content-Disposition" http header is set as mentioned here. This is set to "inline; filename=foo.pdf", which should be enough for Acrobat to give ...
17
votes
4answers
37k views
Adobe Reader Command Line Reference [closed]
Is there any official command line (switches) reference for the different versions of
Adobe (formerly Acrobat) Reader?
I didn't find anything on www.adobe.com/devnet/, ...
Especially I want to
...
9
votes
7answers
799 views
Programmatically Extract PDF Tables
I have a bunch of PDF docs with tabular data in them which I need to extract into a more readable format to store in a spreadsheet, database or whatever.
Is there anything out in the world ...
9
votes
4answers
9k views
Silent print a embedded PDF
I have a web page with embedded PDF on it. My code looks like this:
<embed
type="application/pdf"
src="path_to_pdf_document.pdf"
id="pdfDocument"
width="100%"
height="100%">
...
7
votes
3answers
446 views
How to display a PDF document in a Microsoft Surface application?
I want to display a PDF document in my Microsoft Surface application. I did some searching and found a lot of possibilities, but all of the seem to have a little drawback if used in Microsoft Surface.
...
6
votes
1answer
1k views
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 ...
6
votes
4answers
2k views
Hosting IE 8 In WinForms and Opening a PDF
We have a form that hosts the WebBrowser control. That is the only control on the form.
We pass the form the file path of a temporary PDF file and it does:
WebBrowser1.Navigate(Me._PathToPdf)
When ...
5
votes
1answer
295 views
Adobe Acrobat intercepting every URL from call to BasicService.showDocument() in java
Our In-House Java application launches various http URLs at various times, including URLs to web-pages, MS Word documents, MS Excel documents, PDF files etc.
On over 50+ machines the URL launching ...
5
votes
1answer
618 views
Concatenate PDFs and preserve Extended Features in Acrobat Reader
We are using iText to automatically fill in form fields on a number of documents and then concatenating those documents into one resulting PDF.
Adobe has introduced the Extend Features in Acrobat ...
5
votes
2answers
582 views
Show or hide elements in PDF via Javascript
In PDF files it is quite easy to interact with form fields via the Javascript API.
Is it possible to do this (specifically showing/hiding) to arbitrary elements on a page? Say, not just form fields, ...
4
votes
1answer
115 views
Searching for unicode surrogates in Acrobat Pro using javascript
I wanted to search for Japanese text using the Acrobat Javascript API (search.query).
Everything works fine except for the code range 0xD800~0xDFFF (Unicode surrogate code points).
I have tried copy ...
4
votes
2answers
350 views
how to comunicate between Matlab And power point or Matlab and acrobat reader
I want to send a variable from Matlab to PowerPoint or AcrobatReader, then depend on the value of this variable, PowerPoint goes to next or previous slide or exit, or zoom in or zoom out in ...
4
votes
3answers
94 views
Compressing JPG page to PDF with various compressions/settings
I would like to take a single page jpg, and experiment with various pdf compression settings and other settings (to analyse resultant pdf size and quality) - can anyone point me towards decent tools ...
4
votes
1answer
11k views
How can I hide the Adobe Reader toolbar when displaying a PDF in the .NET WebBrowser control?
I am trying to load a PDF document inside a .NET web browser control. In versions of Adobe Reader prior to v10 (aka "X"), the PDF loaded without the toolbar displayed—you would just see the PDF ...
4
votes
3answers
435 views
Converting PDF pages to TIF files
I need to convert PDF pages to TIF files from within my app (or using a console app we shell out to...)
I've tried some 3rd party tools/apps, but just to load one of my pages, they can take literally ...
4
votes
3answers
1k views
How to search a PDF in Acrobat Reader AND jump to a certain page via parameter?
we are using lucene within a web application to search in a great number of PDF documents.
The workflow is like this:
A user enters a search term
A list of search results is presented to the user.
...
4
votes
5answers
1k views
Starting serverside print job via PHP
This is most likely not an easy one but here is the situation:
I have written a C# command line application which:
creates a PDF using ITextSharp
writes it to disk
uses Acrord32.exe (this is ...
3
votes
1answer
1k views
Submit pdf form fields to a HTTP POST request
I've made a pdf form in Adobe Acrobat. Now I want to make a button that submits the form to a HTTP POST request. I have searched for about 4 hours, but I have not found an example to do this.
Here I ...
3
votes
2answers
2k views
Using itextsharp (or any c# pdf library), how to open a PDF, replace some text, and save it again?
Using itextsharp (or any c# pdf library), i need to open a PDF, replace some placeholder text with actual values, and return it as a byte[].
Can someone suggest how to do this? I've had a look at the ...
2
votes
1answer
77 views
calling a.NET web service from inside a pdf file
I'm working on a mini project in which I need to insert 'the number of parts in stock' dynamically and display it on the pdf page(probably in a control??) I have a web service i can call to get the ...
2
votes
1answer
103 views
Display Pop-Up in PDF when Clicked or Typed?
I have a collection of example documents in PDF forms that are viewed by clients, They all include a "Example" watermark prominently displayed but I have had some issues with clients trying to fill in ...
2
votes
3answers
89 views
How do I use AIC to load a PDF file and output Postscript on a Windows 2008 machine?
How do I write code using AIC (Acrobat Interapplication Communication) to load a PDF file and output the equivalent Postscript file? Using Acrobat X interactively, I would open the file, then use the ...
2
votes
2answers
394 views
Fragment (anchor #) in .NET 4 WebBrowser Control getting lost with Adobe PDF Reader and file://
I create an URI with a fragment (aka anchor #).
UriBuilder ub = new UriBuilder("file://path/doc.pdf");
ub.Fragment = "chapterX";
The url is shown correctly in the debugger (ub -> ...
2
votes
0answers
392 views
PDF generation with Acrobat Jascript using DomPDF/PHP
I'm currently building an application that generates PDF's from HTML using the PHP library DOMPDF. The PDF's require the ability to update their content or download a newer version if it's available ...
2
votes
3answers
3k views
DDE control TeXnic Center
I use TeXnic for latex and would like to have the DDE controls working to easily view the pdf versions. Acrobat X seems to have changed the servername and this is breaking things.
I tried ...
2
votes
3answers
3k views
C# Printing a PDF Silently with Adobe Acrobat
I'm having 2 issues when trying to print a pdf silently in C# using adobe acrobat. I'm printing the pdfs using Process.Start().
The first issue is that I cannot launch Adobe Acrobat without ...
2
votes
2answers
557 views
Using Adobe Acrobat 9 in command line to covert from pdf to png using export function
I am trying to use the command line to convert a pdf to png using the export function of adobe acrobat 9. Anyone know how to do this?
A program I am writing in Java will need to run this command.
...
2
votes
2answers
438 views
Embed javascript with wkhtmltopdf
Is it posible to embed javascript code in PDFs generated with wkhtmltopdf?
Thanks.
http://www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/Acro6JSGuide.pdf
2
votes
3answers
1k views
How to Prevent Caching When using PDF Streaming with Acrobar Reader 10.0 (HTTP1.0/HTTP1.1)
I was trying to find a way to prevent browsers from caching PDF that is being loaded using a streaming methods.
FireFox and Chorme deals just fine with the following headers and doesn't cache any pdf ...
2
votes
3answers
296 views
Is there any library similar to itext and can write field values in pdf form?
I use itext 's setField function to save field value into pdf form, but I find after I use itext, the whole pdf will corrupt, you can not edit the pdf in adobe reader any more. It will show you that ...
2
votes
1answer
319 views
Object tag makes double pdf request
Hi
Can anyone suggest what I need to look for now firefox (3.6.12 on Windows) requests a pdf twice when using the object tag rather than an iframe
The object tag DOES have a mime type of ...
2
votes
1answer
352 views
Programmatically Creating Multiple Instances of Acrobat
I'm currently using Adobe's Acrobat Interop library (v1.1) in a single threaded fashion to batch edit multiple PDF documents across several volumes. This is a major bottleneck in my program, and, as ...
2
votes
2answers
232 views
What response Adobe Acrobat/Reader gets back after submitting form to a PHP script
PDF experts help needed,
I am posting a form from PDF to a PHP script with Adobe Acrobat.
I would like to set my PDF to display appropiate messages based upon some returned values.
So I am looking ...
2
votes
4answers
446 views
How to send keystrokes to an application in C++
I'm trying to make a program to open Acrobat files using Adobe Acrobat Reader and save them in a text file, automatically.
What I want my program to do is:
open the pdf
send Alt + Tab //to move ...
2
votes
1answer
529 views
Why doesnt Acrobat Distiller embed all fonts fully?
When I use Acrobat Distiller (v.9.1.3), it seems that I cannot embed all fonts -- at least not in the way I want to (no subsetting). One example is Wingdings (TrueType).
I activated the tickboxes and ...
2
votes
2answers
1k views
Edit PDF online and save and form data to server
I have some PDF documents which are being displayed in the browser, with some fields already being pre-populated from the database using iTextSharp (we are running Windows Server 2008, IIS 7, SQL ...
2
votes
2answers
564 views
Adobe Acrobat API - How to skip opening password protected PDFs?
I've been using Delphi and the Adobe Acrobat 9 API. I'm simply opening a PDF and printing it, followed by closing it without saving anything.
I'm having an issue while opening some PDFs though. If ...
2
votes
2answers
907 views
PDF document in webBrowser control cause 'The memory could not be “read”' error when closing application
I am using a webBrowser control to open PDF document in winforms, it works fine but when closing the application I get sometimes an error : "The Instruction at "0x2d864aa2" referenced memory at ...
2
votes
6answers
3k views
Display Adobe pdf inside a div
I have a pdf file that the user has to see and click on the "I agree" button.
How do you display a pdf inside a div?
2
votes
2answers
2k views
How to diagnose cause, fix, or work around Adobe ActiveX / COM related error 0x80004005 progmatically?
I've built a C# .NET app that uses the Adobe ActiveX control to display a PDF.
It relies on a couple DLLs that get shipped with the application.
These DLLs interact with the locally installed Adobe ...
2
votes
1answer
609 views
Extract text and image from a pdf in a selected area or coordinates
I have a specific requirement of extracting text and images from a specific area in a pdf file.The area might be a selected or highlighted or from a given set of coordinates.
When i went through, all ...
2
votes
2answers
723 views
.NET (C#) Processes & Adobe Acrobat
Okay, here's the deal...
I have a Windows (XP) program in .NET 2.0 (C#) which allows users to rename a given .pdf file. (The filename is "structurally descriptive", as it lays out simple info about ...
2
votes
3answers
1k views
Enable pdf caching in IE
At first, caching didn't work in all browsers. Then I made it work in all browsers but IE (IE8) by adding .pdf extension to the url. Servlet stopped being called after that.
I display pdf file inline ...
2
votes
2answers
2k views
How to validate PDF form?
I have a writeable PDF form made in Acrobat Professional. I want to validate that a numerical entry is in a certain range [a,b]. If it is not, I want an alert to pop up with the message, "Please ...
2
votes
1answer
222 views
Javascript in a PDF?
I made up an editable PDF for students to request transcripts. Now, I want to constrain the input. For example, I want only numbers for their ID number, and I want only letters (no special characters) ...
2
votes
3answers
503 views
How to process values entered into an interactive PDF form on the server?
A client is asking how to create an interactive PDF form with functionality that allows the values entered into the form to be processed on the server.
From what I've read, the best way to do this ...
2
votes
5answers
3k views
How to know if a PDF contains only images or has been OCR scanned for searching?
I have a bunch of PDF files that came from scanned documents. The files contain a mix of images and text. Some were scanned as images with no OCR, so each PDF page is one large image, even where the ...
2
votes
3answers
4k views
File Does Not Begin With '%PDF-'
I had a peculiar problem yesterday. A customer put one of my Delphi apps on some Toshiba laptops, and all was fine until it was time to generate some Acrobat files as a Rave 7 report, which produced ...
2
votes
3answers
4k views
AxAcroPDFLib.AxAcroPDF.LoadFile changes?
I have made a Windows client application where I use the AxAcroPDF control
to display a pdf-file on a form.
It seems to me that after I have upgraded my Acrobat reader from version 8 to version 9 the ...
2
votes
3answers
2k views
Creating a new pdf document using AcroEXch in VBScript
I am looking to automate the conversion of an excel sheet into a pdf document (I do not want to manually print the report generated in excel as a pdf document every morning). For now, I would like to ...