Foxit is a software company specializing in PDF tools, such as its Foxit Reader and Foxit PDF editor.
Questions tagged [foxit]
72 questions
1
vote
0 answers
Highlighting the text content in PDF with foxit pdf library
Trying to highlight a specific text in PDF content with foxit library. I couldn't a find particular method/name in foxit webpdf.mini library file.
Am trying to integrate foxit sdk in my own web application to render
a pdf content and there is one…

srivat1
- 111
- 3
- 11
1
vote
1 answer
Javascript in PDF double values
I have the following code that is supposed to do a sum in a pdf.
var sum = 0.0;
var f1 = this.getField("price");
var temp = parseFloat(f1.value);
sum = temp;
var total = this.getField("total");
if(sum > 0)
{
total.value = sum;
}
else
{
…

Milhous
- 14,473
- 16
- 63
- 82
1
vote
1 answer
sum field values based on condition in another field in javascript
I am attempting to sum a number of field values but only if a condition associated with those filed values is met. For example:
I have a form with several number value fields. Each of those number fields is accompanied by a choice in status. I…

Bobby Jones
- 41
- 8
1
vote
1 answer
Foxit PDF SDK - How to efficiently Update UI Extension methods
I am working on Foxit PDF SDK implemented in our app. Anyone who have used it knows that they have UiExtension library which provides us the functionality of the pdf from its core libraries. Now if we have to change something in any tool provided by…

Hassan Dar
- 31
- 6
1
vote
4 answers
Determine if color bitmap is black and white
I have a HBitmap I am recieving from an API i am using to convert pages in PDF documents. The resulting bitmap is 24 bit color bitmap. I am trying to determine, using black and white scanned images that were made into pdfs, are black and white on…

Tom Fobear
- 6,729
- 7
- 42
- 74
1
vote
2 answers
How to reinstall/uninstall Foxit Reader in Ubuntu?
I have installed Foxit Reader via foxit link on the web, but it seems the installation is faulty. Each time I try to use foxit, it shows ".../opt/foxitsoftware/foxitreader/configtoolbar.xml fail!" and the toolbal display of foxit reader is…

henrythung
- 179
- 2
- 7
1
vote
2 answers
How to programatically turn off Foxit open in browser settings?
I am going to be doing a large-scale rollout of converting from my company using Adobe Reader DC to using Foxit reader. This is largely because Reader DC refuses to open PDF documents in the native program rather than opening them through the IE…

Tanara Petrova
- 47
- 2
- 9
1
vote
0 answers
Foxit Phantom Javascript on textfield changed global document
I have a PDF and I want to detect if any textfield is changed in the entire document to run a calculation. Is there an onChanged function that is global for all fields in a document?

jjwallace
- 168
- 2
- 16
1
vote
0 answers
Foxit Phantom Trimming an array Javascript
I am using a button to be able to take 3 fields and put them in another 3 field. Javascript in foxit phantom PDF editor.
int[] bData;
int[] cData;
for (int G = 1; G <= 3; G++){
bData[G] = this.getField("F" + G).value;
}
int N = 1;
for (int G =…

jjwallace
- 168
- 2
- 16
1
vote
1 answer
FoxIt PDF SDK - AccessViolationException in PrintWithDialog
Scenario: WinForms desktop app, .Net 2.0
We're having problems with 0.01% of our user base who are unable to print documents that we are presenting via FoxIt PDF SDK ActiveX v5.0.1
When the user clicks a "Print" button, we call the…

Neil Moss
- 6,598
- 2
- 26
- 42
1
vote
0 answers
How to extract PDF from memory buffer
an application uses FoxitPDF SDK to load a pdf .
It uses the following function to load the pdf from memory and display.
http://tickets.foxitsoftware.com/support/usermanuals/DLL311/group___f_p_d_f_v_i_e_w.html#gafc1bfd72af5ccb5d6b9112c50fe90834
How…

John Dev
- 51
- 1
- 7
1
vote
1 answer
Foxit Java script to open excel file in attachment
Foxit manual says that you can create a link in a pdf that can run a java script. See Option "I" below.
Is it possible to write a java script to open an excel file stored in the pdf attachments?
I don't know anything about java scripts but before…

Amatya
- 1,203
- 6
- 32
- 52
1
vote
1 answer
How to integrate Foxit PDF Reader in Android?
I have followed these steps in order to compile the Foxit library:
1) Download and install the Eclipse IDE (http://www.eclipse.org/), the Android SDK, ADT plugin for Eclipse, and the Android NDK (http://developer.android.com/sdk/index.html).
a) For…

Ingrid Cooper
- 1,191
- 3
- 16
- 27
1
vote
1 answer
How to check if Adobe Acrobat Reader is installed
I have this code that prompts the user to install Foxit PDF reader. How can I check whether the computer has Adobe Acrobat Reader is installed or not?
[Components]
Name: "foxit"; Description: "Foxit"; Types: "games"; ExtraDiskSpaceRequired:…

Winflash
- 11
- 1
- 4
1
vote
3 answers
Check if foxit reader is installed?
Using C# I want to detect whether foxit reader is installed on a windows machine. How can I achieve this?
Thanks in advance for your help.

Hamza Ahmed
- 1,571
- 4
- 18
- 35