Questions tagged [foxit-reader]

Foxit Reader is a free PDF reader from Foxit Software.

33 questions
31
votes
7 answers

How to customize FoxitReader shortcut keys

Recently, FoxitReader for Linux was officially introduced and I love it. http://www.webupd8.org/2015/09/foxit-pdf-reader-sees-new-linux-release.html However, somehow FoxitReader does not support shortcut keys for any comment tools. This is quite…
Trung Ta
  • 1,582
  • 1
  • 16
  • 25
4
votes
1 answer

foxit reader shows wrong aspect ratio, contents are vertically stretched

I don't remember what I did that incurred the problem, the contents are vertically stretched, even after reinstall foxit reader of latest version, the problem persist, I'm using ubuntu 16.04. now my foxit reader shows pdf like while the correct one…
K.Wanter
  • 969
  • 3
  • 14
  • 30
3
votes
2 answers

Previewing pdf files in MS Access and Foxit Reader webbrowser control fires print event

Long story short, when you use a Web browser control and VBA to open a pdf file embbeded in a form, the pdf reader fires the print event automatically. Current setup Win1064Bit/Office365 version 16.0.13628.20234 / Foxit Reader Here is a screenshot…
Ricardo Diaz
  • 5,658
  • 2
  • 19
  • 30
3
votes
3 answers

Silent print with Foxit Reader from process opens GUI

I'm having trouble with printing a PDF through Foxit Reader.. The problem is not that it's not printing, but that the GUI is loaded when trying to do so.. I would like the printing to just happen in the background... Everything I read so far…
Thomas Mulder
  • 740
  • 10
  • 26
2
votes
1 answer

"Unexpected byte range values defining scope of signed data" when signing a pdf

I use a modified version of this library: https://github.com/vbuch/node-signpdf#readme in an angular app to sign a pdf with a signature that has been created elsewhere. When I open the signed pdf with foxit reader the signature is invalid with the…
user12689700
2
votes
1 answer

Convert exported PDF annotations between FDF and XFDF

I need to both analyze and generate PDF annotations based on FDF exports. I'd much prefer working with XFDF data and standard XML technology, but annotations are not exportable as XFDF by Foxit Reader, which happens to be the most convenient tool…
Thomas W
  • 14,757
  • 6
  • 48
  • 67
1
vote
1 answer

PDF generated with itext becomes 'corrupted' when using SetSimpleColumn()

First I would like to point out that stackowerflow helped me with many problems in the past, so thank you all. But now I have come to problem that I haven't fount a solution for yet and it's driving me crazy. I'm not native english speaker, so…
1
vote
0 answers

FoxitReader printing without preview

I would like to print a .pdf file without preview. I used the "FoxitReaderOCX.ocx" component for this, but before it goes to printing, a preview is called. Is direct printing possible in this case? My code: Private Sub Command1_Click() …
mateo98
  • 21
  • 3
1
vote
1 answer

Executing a command line program from C# with Process.Start() is up to 10 times slower?

When I use the command line to print a file on my Windows 10 machine it finishes very quickly (40 seconds). I use this command line call: AcroRd32.exe /t document1.pdf With the C# program, the printing of the same file takes up to 8 minutes, even…
Stefan S.
  • 247
  • 3
  • 9
1
vote
0 answers

Highlighting the text content in PDF with foxit pdf library

Trying to highlight a specific text in PDF content with foxit library. I couldn't a find particular method/name in foxit webpdf.mini library file. Am trying to integrate foxit sdk in my own web application to render a pdf content and there is one…
srivat1
  • 111
  • 3
  • 11
1
vote
1 answer

Foxit PDF SDK - How to efficiently Update UI Extension methods

I am working on Foxit PDF SDK implemented in our app. Anyone who have used it knows that they have UiExtension library which provides us the functionality of the pdf from its core libraries. Now if we have to change something in any tool provided by…
Hassan Dar
  • 31
  • 6
1
vote
1 answer

Print PDF file using Foxit Reader and C#

My program prints silently via the PDF reader Foxit Reader in a new process. On occasion, my program attempts to print two PDFs at the same time, which causes one of them to fail to print. Here is my code: string filename = "file.pdf"; string…
Sami
  • 11
  • 1
  • 5
1
vote
2 answers

How to reinstall/uninstall Foxit Reader in Ubuntu?

I have installed Foxit Reader via foxit link on the web, but it seems the installation is faulty. Each time I try to use foxit, it shows ".../opt/foxitsoftware/foxitreader/configtoolbar.xml fail!" and the toolbal display of foxit reader is…
henrythung
  • 179
  • 2
  • 7
1
vote
2 answers

How to programatically turn off Foxit open in browser settings?

I am going to be doing a large-scale rollout of converting from my company using Adobe Reader DC to using Foxit reader. This is largely because Reader DC refuses to open PDF documents in the native program rather than opening them through the IE…
1
vote
1 answer

How to fill XFA from using iText so it is Foxit Reader comptible

I used examples available on web to create an application that is able to get xml structure of XFA form and then set it back filled. Important code looks like this: public void readData(String src, String dest) throws IOException,…
tach
  • 663
  • 12
  • 19
1
2 3