foxit-reader

How to open a PDF file by using Foxit/Adobe in full screen mode?

≡放荡痞女 提交于 2019-12-11 14:07:20
问题 I need from my C# application open a PDF file by using Foxit Reader or Adobe Reader in full screen mode. Manually, I do it typing F11 in Foxit Reader and CTRL+L on Adobe Reader. This changes the current file view to "full screen" mode. But programmatically, I have no idea how to do this! Thanks in advance. as I'm opening the pdf file: Process.Start(filename); 回答1: You can use SendKeys to send F11 or CTRL+L to the PDF application after you run it. Alternatively, Foxit or Adobe may support

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

不打扰是莪最后的温柔 提交于 2019-12-11 05:59:22
问题 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 sorry for any language mistakes. So here it is: I'm generating pdf with itextsharp library(great library by the way). I'm starting with some kind of pdf form/template, to which i'm adding 'fill-out' data. I'm using PdfReader to read template pdf and by