Foxit is a software company specializing in PDF tools, such as its Foxit Reader and Foxit PDF editor.
Questions tagged [foxit]
72 questions
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
- 521
- 1
- 16
- 39
0
votes
1 answer
Pyinstaller not including the FoxitSDK module when turning a .py to an executable
I made a program in python that removes all but the first page of a pdf in a whole directory tree and makes a copy of the tree, and it all works fine as a .py file, but I wanted to turn it into an .exe so that it can be used on a computer that…

Rob Hartnagel
- 3
- 2
0
votes
0 answers
Foxit-reader shows annoying message when I connect iPhone to iMac
I use foxit-reader in my iMac computer. I noticed that whenever I connect my iphone to my iMac with USB connector, and if foxit-reader is open then I get annoying message popup like below
Is there any way to stop this message? I am using latest…

Brian Smith
- 1,200
- 4
- 16
0
votes
1 answer
Is there a way to make radio buttons in Foxit PDF Editor auto select when the user picks an object from a drop down menu?
I am making an automated PDF character sheet. I want it so when a player selects an armor from a drop down list, a radio button selects telling the player what type of armor they have selected.
I would just have it say the words, but the aesthetics…

David McLees
- 21
- 1
0
votes
0 answers
Total Pages of Active Foxit Window using Autohotkey
I've searched the site to make sure my question wasn’t already answered.
My problem is I'm trying to find the total number of pages that an open PDF file contains.
I'm able to find the total number of pages if I know the file path. So that means, my…
0
votes
1 answer
Random number generated per .pdf form
I'm creating a .pdf form in Foxit which needs to be able to generate a random, unique number each time the form is used.
I presume the use of a button with javascript embedded is my best option however have not been successful in creating…

LVM
- 1
0
votes
1 answer
Office COM Exception occurs on Office to PDF Conversion Foxit PDF Sdk
I'm getting the following exception when trying to integrate Foxit PDF Sdk with my .net core web application.
[Office to PDF conversion error]: (For Office-to-PDF conversion only) Office COM has not been initialized successfully.
I tried the PDF…
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
- 295
- 4
- 15
0
votes
1 answer
How to use Foxit Phantom PDF invisibly
Is there a way to create a PDF file in VBA code using Foxit Phantom PDF without the FoxIt app being visible to the user?
(Running it using VBA in an MS Access database)

Brian Battles
- 25
- 7
0
votes
1 answer
Foxit Reader Command Line Arguments (Return Error Codes?)
Using Foxit Reader through batch file to print PDF files via a FOR loop:
SET printing=C:\PDF\Printing
SET fox=C:\Program Files\Foxit Software\Foxit Reader\Foxit Reader.exe
FOR %%F IN (%printing%\*.*) DO "%fox%" -p "%%~fF"
I would like to create an…

Anthony Miller
- 15,101
- 28
- 69
- 98
0
votes
3 answers
Merge pdf files with VBA and Foxit
I use Foxit Phantompdf, the complete version and ACCESS.
In our program, we have to save multiple pdf files, some of them should be merged in single files when saved.
Here is the code I use;
Dim phApp As PhantomPDF.Application
Dim n1 As…

Jean-Pascal
- 1
- 1
0
votes
0 answers
Why does the loop in my VBA code stop working after the third go?
So what I am trying to do is go through a PDF, send key for CTRL+F to find a string of text from column C and highlight the first result, then another send key to bookmark the word. When I try looping, it succeeds for the first 3, but fails.
I am…
user12432590
0
votes
0 answers
Trouble after third loop, looking for alternatives to send keys
So I am looking to automatically bookmark a PDF. I am having success executing the first few loops, but then it glitches after and does not bookmark the correct location. As well, I would like to know if there are better alternatives to the ^f and…
user12432590
0
votes
0 answers
Shortcut keys for Foxit in macro
I have written a macro to fill in a Foxit pdf from Excel. The macro populates all info on the first customer row via SendKeys and then loops to the second customer, etc. The code executes without issue. My problem is that when I try to reset the…
0
votes
1 answer
Adding bottom border on pdf form fields
I have to insert a bottom border on some fields in my pdf editable form.
I would like to insert a row without to do it manually for each field:
I don't know which solution can help me to do this (a program like acrobat or foxit, an external library…

Jack
- 1
- 2