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");
if(sum > 0)
{
total.value = sum;
}
else
{
total.value = "";
}
But if the input is
18.31
my total is
18
EDIT: I also tried
conso...
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" classid="CLSID:XXXX" width="500" height="700">
<param name="Filename" value="/1234-56789-abc-123-3.pdf">
<param name="SRC" value="/1234-56789-abc-123-3...
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 have customers that do not have the barcode font installed in their computers, and thus I w...
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 actual color. so whats the exact problem besides it plz help
thanks in advance.
...