Questions tagged [foxit]

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

72 questions
12
votes
2 answers

Itext embed font in a PDF

I have a pdf that has been created using the Foxit form designer. On my design system, I have the barcode font installed. The barcode font is used in one of the AcroFields. It appears that foxit does not embed the font in the document. I also…
Milhous
  • 14,473
  • 16
  • 63
  • 82
4
votes
3 answers

PDF Display Errors with wkhtmltopdf / tables / acrobat-reader

I generated a PDF file using wkhtmltopdf from a html page. The html page uses tables which have 1 pixel borders. If I open the PDF with Acrobat or Foxit they randomly miss to draw vertical borders, but they appear if I zoom in. So I guess it's some…
duedl0r
  • 9,289
  • 3
  • 30
  • 45
4
votes
4 answers

Python 3 - Data mining from PDF

I'm working on a project that requires obtaining data from some PDF documents. Currently I'm using Foxit toolkit (calling it from the script) to convert the document to txt and then I iterate through it. I'm pretty happy with it, but 100$ it's just…
EndermanAPM
  • 327
  • 2
  • 22
3
votes
3 answers

PDF shows signature in Foxit Reader but not Adobe Reader

Why does this PDF show a signature in Foxit Reader but not Adobe Reader? Here is the code from the Syncfusion PDF library used to generate it (see also documentation about signing an existing document): var signature = new…
Scotty H
  • 6,432
  • 6
  • 41
  • 94
3
votes
2 answers

PDF document generated using itext# opens in Foxit but not Acrobat

My application is generating PDF documents using itext#. The files open fine and display correctly in Foxit Reader but in Adobe Acrobat it errors with: There was an error processing page. There was a problem reading this document (109). Why will…
John Mills
  • 10,020
  • 12
  • 74
  • 121
2
votes
1 answer

VB.Net Printing a PDF using FoxIt Reader or Adobe Reader

I am having an issue with both Adobe Reader and FoxIt Reader when trying to print a PDF document. Both issues are different but a solution to either one will allow me to fix my issue. The issue I am having with Adobe Reader when trying to print…
Rambomst
  • 653
  • 2
  • 10
  • 28
2
votes
1 answer

Embedding Foxit PDF Reader into a webpage

I need to embed Foxit Reader (PDF reading software) into a web page. Does anybody know the correct classid and parameters to use in the following code:
Charlie
  • 2,096
  • 2
  • 22
  • 34
2
votes
0 answers

MinimumOSVersion in bundle FoxitRDK.framework is invalid

We have Foxit in our iOS app, how to treat this, and get app to App Store? ERROR ITMS-90362: "Invalid Info.plist value. The value for the key 'MinimumOSVersion' in bundle PFB.app/Frameworks/FoxitRDK.framework is invalid. The minimum value is…
János
  • 32,867
  • 38
  • 193
  • 353
2
votes
1 answer

Linking from HTML code to specific bookmark/page in PDF using FOXIT (or other)

I'm trying to link from an HTML page to a PDF file. I'd like to add links to specific pages, using urls such as http://www.mydomain.com/some-pdf-file.pdf#nameddest=somebookmark or http://www.mydomain.com/some-pdf-file.pdf#page=7 This works fine in…
amitlicht
  • 2,868
  • 6
  • 23
  • 27
2
votes
1 answer

The name is too long ArgumentException

When using iTextSharp.text.pdf.PdfStamper.AcroFields.SetField I get an ArgumentException on pdf form fields that appear after a certain point in the document. It says: The name …
sfax
  • 51
  • 3
1
vote
2 answers

Why do my PDF fields stay blank in Adobe Reader if I do not flatten the PDF document?

I use iTextSharp to populate fields in a PDF. I would like the PDF to stay editable when the user opens it (i.e. so I can't flatten the PDF). The problem is that when I stamp the PDF and view the values in Adobe Reader the fields remain blank. If I…
willem
  • 25,977
  • 22
  • 75
  • 115
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 transform png file to pdf with Foxit in VBA

So my IT department has replaced Acrobat with Foxit over the weekend and I need to change some VBA scripts that has been using the Acrobat API to save png files as pdfs. It looked like a walk in the park according to the API reference guide provided…
user2523167
  • 567
  • 7
  • 18
1
vote
1 answer

Digital signature not visible in Adobe reader but visible in Foxit reader

I'm using this library https://github.com/vbuch/node-signpdf to sign a pdf document. After I have signed the document I can see the signature when I open the pdf with Foxit reader but not when I open it with Adobe reader DC. I also tried Adobe…
user12689700
1
vote
0 answers

Proper Importation of Foxit's WebPDF Engine Into React App

Does anyone know of a streamlined way, or perhaps a hacky way, of integrating Foxit's WebPDF library into a React project with minimal setup? The library can be found here: https://github.com/foxitsoftware/WebPDF.js/ The app I am working with was…
1
2 3 4 5