acrobat Questions

1

Solved

Trying to write to a text file w/ Adobe Acrobat Reader utilizing AcroJS. As a concept I got how to use trusted functions in Acrobat but when I tried to run following example to save (different pro...
Shepperd asked 7/12, 2012 at 9:38

1

I want to get the name of the printer chosen in Acrobat PrintDialog using SendMessage Windows API. This is sample code. static string GetWindowText( hwnd_printDialog_in_Acrobat ) { int comboBoxC...
Galinagalindo asked 12/9, 2012 at 5:14

1

We are planning on implementing a solution for comparing different revisions of a PDF document in our .Net Windows Forms application. In Adobe Acrobat there is a nice feature for comparing two docu...
Hosier asked 20/7, 2010 at 7:45

4

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 ...
Siberson asked 18/1, 2011 at 13:28

1

I'm opening an editable form PDF (opened via the acrobat plugin) in an iframe: <iframe name="iframe_content" id="iframe_content" src="mypdf.pdf"></iframe> There is a button that call...
Ashantiashbaugh asked 21/6, 2012 at 17:6

1

Solved

I've created some annotations (Underline, Highlight, Strikeout, Squiggly) in Acrobat and am digging out the QuadPoints array to render with. The pdf spec PDF 32000-1:2008 says they are in counter c...
Irritate asked 24/3, 2012 at 21:34

5

I would like to open a PDF file at named destination using WinForms (C#). Here is my code: System.Diagnostics.Process myProcess = new System.Diagnostics.Process(); myProcess.StartInfo.FileName = "...
Peers asked 14/9, 2009 at 21:5

4

Solved

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) W...
Appurtenant asked 30/4, 2009 at 22:31

4

Solved

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%"> </embed&...
Donny asked 10/6, 2009 at 13:35

3

Solved

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 Surfa...
Landers asked 16/2, 2011 at 20:8

3

Is there any tool to find the X-Y location on a text content in a pdf file ?
Melone asked 19/1, 2011 at 20:8

1

Solved

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 ...
Leuko asked 5/1, 2011 at 17:35

1

Solved

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 doc...
Agra asked 23/12, 2010 at 1:52

1

Solved

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...
Kenney asked 3/12, 2010 at 14:39

1

Solved

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 ...
Latrell asked 15/8, 2010 at 21:3

1

I'm trying to dynamically generate PDFs from user input, where I basically print the user input and overlay it on an existing PDF that I did not create. It works, with one major exception. Adobe R...
Bead asked 9/5, 2010 at 20:51

2

Solved

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 field...
Menagerie asked 25/5, 2010 at 12:15

1

Solved

I've got a legacy app that I'm maintaining. It's a VB6 app that calls a Crystal Report (Crystal 8 it looks like) and then prints programmatically to the default printer, which is set up as Acrobat ...
Staging asked 9/4, 2010 at 14:34

1

I have a pdf form that uses Acrobat 8 features. The form contains Javascript that interacts with the hosting web page. Some of my Windows users have both Adobe Acrobat and Acrobat Reader installed...
Airs asked 19/3, 2010 at 3:27

2

Solved

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 co...
Commorant asked 19/11, 2009 at 0:36

1

Solved

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 toolba...
Handspike asked 21/10, 2009 at 11:19

16

Solved

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 "fo...
Cherida asked 29/9, 2008 at 22:49

© 2022 - 2024 — McMap. All rights reserved.