Questions tagged [foxitembeddedsdk]
6 questions
1
vote
1 answer
How to convert a Scanned PDF file using Foxit Libraries
My question is simple and clear. I find that nobody else seems to have this problem. I insist to use Foxit libraries because it supports Farsi text recognition. My programming language is VBA.

Milad
- 77
- 11
1
vote
1 answer
How to get all text from PDF as String using Fox It Reader SDK Activex control
I have COM component: private AxFoxitPDFSDKProLib.AxFoxitPDFSDK axFoxitPDFSDK1;. I loaded PDF into it:
public Form1() {
InitializeComponent();
axFoxitPDFSDK1.OpenFile("C:/cw3_31paz.pdf", null);
}
I would like to get all text…

Yoda
- 17,363
- 67
- 204
- 344
1
vote
0 answers
Ignoring file "path", missing required architecture i386/armv7 in file "path"
I have the foxit embedded sdk for iPhone. It has demo apps and I wanted to see the output of the demo apps.
There are few steps like, copying header files and adding two ".a" files into "include" and "bin" folder respectively. Few days back when…

user1899840
- 543
- 2
- 7
- 19
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
1 answer
Aspect ratio of FSPDFViewCtrl
Do you know a way to fetch the aspect ratio of a PDF loaded into FSPDFViewCtrl? I could not find any appropriate methods or properties.

János
- 32,867
- 38
- 193
- 353
0
votes
2 answers
Flattened document with .NET SDK, not flattened in Adobe Reader
Using Foxit .NET SDK in an application to flatten a PDF. When I open the document using Phantom PDF document appears to be flattened. When the document is opened using Adobe Reader, the document appears not to be flattened and the form fields…

crmauch
- 21
- 4