Tagged Questions
The foxit tag has no wiki summary.
2
votes
2answers
4k views
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 ...
1
vote
1answer
329 views
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
...
1
vote
2answers
450 views
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 ...
1
vote
4answers
533 views
Determine if color bitmap is black and white
I have a HBitmap I am recieving from an API i am using to convert pages in PDF documents. The resulting bitmap is 24 bit color bitmap. I am trying to determine, using black and white scanned images ...
1
vote
1answer
1k views
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:
<object id="pdfReaderObj" ...
0
votes
2answers
29 views
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 ...
0
votes
1answer
158 views
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, ...
0
votes
2answers
762 views
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%\*.*) ...
0
votes
1answer
86 views
color problem with foxit reader
hi i am using foxitreader version-4.2.0 but problem in that is when i open a pdf file in it does not show font with color. but same pdf file i open in foxit reader version2.3 it show the font with ...
0
votes
1answer
234 views
Javascript in PDF double values
I have the following code that is supposed to do a sum in a pdf.
var sum = 0.0;
var f1 = this.getField("price");
var temp = parseFloat(f1.value);
sum = temp;
var total = this.getField("total");
...