Questions tagged [foxit]

Foxit is a software company specializing in PDF tools, such as its Foxit Reader and Foxit PDF editor.

68 questions
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
  • 39
  • 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,459
  • 5
  • 39
  • 72
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
  • 169
  • 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…
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
  • 148
  • 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,065
  • 2
  • 23
  • 38
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
  • 977
  • 5
  • 26
  • 43
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,121
  • 2
  • 14
  • 25
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 Zia
  • 1,259
  • 4
  • 14
  • 31
0
votes
3 answers

Extract text form pdf using Foxit SDK

I am using Foxit SDK to extract the text from Pdf document . Everything is okay but when I extract a pdf in other languages rather than English I don't get the correct output . I have also used PDFBox in java but that gives me the worst output,…
Tushar Agarwal
  • 493
  • 1
  • 16
  • 35
0
votes
1 answer

Retrieve result from sqlite Foxit SDK FullTextSearch

I'm trying FullTextSearch functions from Foxit Pdf Sdk in Xamarin.Android. According to their document, result is kept in sqlite. I have a problem with retrieving result from sqlite and there is no document about retrieving in Foxit Sdk. Here is my…
taymyinl
  • 285
  • 4
  • 14
0
votes
0 answers

PDF Page numbering - replace place holders with sheet number

I create pdf calculation documents that combine pdf pages from a number of different sources (standard calculation sheet templates, software output etc. Each sheet has a place to put a page number, but the position varies. I currently go through…
Smartbuild
  • 99
  • 2
  • 13
0
votes
0 answers

Foxit PhantomPDF: Push Button Submit a Form

I am using Foxit PhantomPDF, and I am trying to submit a PDF to an FTP address. I cannot seem to get the format of the FTP Address correct. Let's say if my domain was called www.james.com and my folder is called pdf. I am trying to enter this:…
James
  • 43
  • 7