Questions tagged [foxit]

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

72 questions
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
1 answer

dyld: Library not loaded: /usr/lib/libstdc++.6.dylib

Just installed Xcode 10, and got tis run time error. Do you have any idea what is wrong? dyld: Library not loaded: /usr/lib/libstdc++.6.dylib Referenced from:…
János
  • 32,867
  • 38
  • 193
  • 353
0
votes
1 answer

How to embed scrollview to tableview cell?

I have a scrollview embedded in a cell of tableview. The scrollview is a Foxit PDF rendering engine. I want to scroll vertically the tableview, horizontally the scroll view. I couldn't. As on the first GIF you see scrollview is bouncing even the…
János
  • 32,867
  • 38
  • 193
  • 353
0
votes
0 answers

How to add extension method to a subcomponent in a framework

Using Foxit, a PDF rendering engine. Its public view component is FSPDFViewCtrl. FSPDFViewCtrl is able to import. But unfortunately I need to add an extension method into one of the subcomponent in FSPDFViewCtrl called DvPageScrollView. But I am not…
János
  • 32,867
  • 38
  • 193
  • 353
0
votes
1 answer

Make FSPDFViewCtrl scrollable only horizontally?

Is it possible to let FSPDFViewCtrl be scrolled only horizontally?
János
  • 32,867
  • 38
  • 193
  • 353
0
votes
1 answer

Use Javascript to compare time ranges in PDF form

I have a PDF form with 6 different time periods for each day of the month and I need to make sure those time periods do not overlap when the user completes them. Not all time periods may be completed, but the ones that do must be unique. I have…
0
votes
3 answers

What does "/^\s*$/" mean in this javascript?

I have this javascript that works well in my PDF form to set a field as required if another field contains data. However, I want to have it ignore a value of "0.00" for the test. But I do not know what /^\s*$/ means let alone how to alter the…
0
votes
3 answers

sum field values if they meet conditions

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 PDF form with several number value fields. Each of those number fields is accompanied by a choice in status. I…
0
votes
0 answers

signature seems to be signed in future error while verify signature in foxit

I am getting below error while click on signature & validate signature. Signature Validation Status. Signature is INVALID. Signature seems to be signed in future. Certified by the current user. I am signing in my local machine and open signed pdf…
Samarth
  • 1
  • 2
0
votes
1 answer

javascript time formatting issue when hour is "12"

I have a PDF form whereas it needs to be able to either be filled out either electronically, or with a good old fashioned pen. As such it includes time calculations with a "Time In" and a "Time Out". For simplification, the form includes the…
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
0
votes
1 answer

Exit command working for Foxit Phantom but not Foxit Reader

In a pdf file, in the code behind a button, I have Run a JavaScript (change some form fields) Execute a menu item, File->Save Execute a menu item, File->Exit The exit command works fine in Phantom PDF (older version, 2.2), but not in Foxit Reader…
Andreas Reiff
  • 7,961
  • 10
  • 50
  • 104
0
votes
1 answer

Call validate function in pdf from external program using foxit phantomPDF

I want to call my javascript function when arrive a call from an external program which is being write in my field into my pdf files. Is it possibile to do? i'm using foxit PhantomPDF.
0
votes
1 answer

How to supress `This document is trying to print. Do you want to allow this?`

I create a pdf from a php script and want this pdf to print itself as soon as user opens it. Without any more interaction. For this I found out, that I can add a javascript which can make the print automatical, and theoretically even without any…
pisoir
  • 192
  • 3
  • 13
0
votes
1 answer

Possible to replace unusual PDF document's fonts with normal fonts?

I received a PDF file that uses unusual fonts. The fonts look fine to the human eye, but if I try to cut-past them, I get a string of '???' Is it possible to replace the PDF document's defined fonts with normal fonts (e.g., on Foxit Phantom PDF…
boardrider
  • 5,882
  • 7
  • 49
  • 86