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

With the Foxit Web SDK is it possible to get not just the data but the entire document server-side

When a PDF with form fields is rendered in the Foxit web viewer (WEB SDK product), and then is completed by the user, signed, and submitted, is it possible for server-side code to get the bytes of the completed document, not just the data from its…
Tim
  • 8,669
  • 31
  • 105
  • 183
0
votes
3 answers

Formatting a string in .net for printing a pdf file with Foxit reader

I need help in formatting a string in C#.Simple one, but can't get the fog of my mind. I have a foxit reader which reads the .pdf file and prints it on to the printer, the user chooses. MergerPDF.destinationfile is the location of file PrinterName…
SaraDob
  • 77
  • 11
0
votes
1 answer

Foxit webpage embeded view - Hide toolbar

I have an embedded pdf in my mvc web application. I am currently trying to hide the toolbar for both foxit pdf reader. How can I go about doing this? I've tried the below and it is not working?
Godrules500
  • 467
  • 6
  • 25
0
votes
0 answers

ASP.Net Printing to printer installed on client machine in a website

This is for ASP.Net website. When user selects remote documents(pdfs) present on server and clicks print, we need to show the print dialog where user can choose which printer to print to. The methods which we have tried are: 1. Merge all pdfs, load…
user2412146
  • 103
  • 1
  • 1
  • 13
0
votes
4 answers

Javascript getField returns 0 for a dash/minus symbol

I have a PDF file with calculations. The idea is that the user enters information on a simple form and the data gets replicated multiple times on the same form so they can print the same label 4 times on the same page without entering everything all…
John Virgolino
  • 1,828
  • 3
  • 16
  • 25
0
votes
2 answers

How to open a second PDF in the same instance of Foxit?

I want to use Excel to open two PDFs in Foxit PhantomPDF, so that they open as tabs in the same instance of Foxit. I have set Foxit as my default PDF viewer, and I'm running the following VBA: ActiveWorkbook.FollowHyperlink…
sigil
  • 9,370
  • 40
  • 119
  • 199
0
votes
2 answers

Foxit PDF SDK - delete page increases document size

The DeletePage function found in the Foxit SDK allows a page to be deleted from a PDF. When a page is deleted and the document saved, the file size of the output document (with fewer pages) is larger than the original. This can be seen with the PDF…
user756079
  • 301
  • 2
  • 13
0
votes
2 answers

Deactivate date integrity check in Foxit Reader

Is there any way to deactivate the date integrity check in Foxit Reader? Background is that I am filling a form where I shall enter the date in different formats (sometimes it's YYYY/MM/DD, sometimes it's just YYYY/MM). Each time I enter a date or…
Gottlieb Notschnabel
  • 9,408
  • 18
  • 74
  • 116
0
votes
0 answers

open pdf in android using foxit reader SDK

in my app i have to open pdf. and i am using FOXIT READER SDK.. and i have successfully configure android NDK to use C/C++ code. i am try to run its demo. here is my log cat error. Memory manager created sn = XXXXDTEMP,code =…
-1
votes
1 answer

FoxitPhantom pdf to Excel Automation

Hi i have a pdf file (path) and I want to convert it to a excel file. im using foxit phantom. I've used the api manual for ref and i cant figure it out.…
Pierre
  • 1
  • 3
-1
votes
1 answer

converting an HTML page to a PDF

Conceptually, this is simple. I have an HTML page. I want it in PDF form. I pull up Foxit's PhantomPDF and convert the file. Problems: It goes too wide and gets its sides shaved off (mainly on the right) It doesn't know what it's reading, so I…
Reverend Bubbles
  • 1,363
  • 5
  • 15
  • 29
-1
votes
1 answer

Print using Foxit in PowerShell

I am trying to get a PowerShell script to work to print out multiple documents to the default printer. Any ideas on what I can do to get this to work? $files = Get-ChildItem -Filter "*.pdf" foreach ($file in $files) { "c:\Program Files…
1 2 3 4
5