How to open and view a PDF file from internet? How to enable and disable Context Menu in PDF Viewer ActiveX (OCX) Control?

Hi,

>>I see supports URL links.
>>But I can't run this program
>>"(AxPdfview1.OpenPDF("http://cpabm-kao.cpami.gov.tw/bmh/files/FIGB/2016FIGB.pdf", "", "")".
>>Because the beta version?

The trial version is not support PDF URL Links yet, however, this function is supported in full version, after you purchase the "PDF Annotator SDK ActiveX for C#.NET" software, please send to us your Order ID, we will send the full version to you asap, the full version will allow you to open the PDF file from internet.

>>2.I do not want users get source file. Can be cancel right-click copy?

Yes, no problem, after you purchase the software, please send to us your Order ID, we will provide a new version of "PDF Annotator SDK ActiveX for C#.NET" to you, we will disable "right-click" function in the new version.

>>3. Have printer to support?

"PDF Annotator SDK ActiveX for C#.NET" software is not support printer yet, if you wish print the PDF files to Windows Printer, we suggest you may download and purchase "PDF Print Manager SDK for .NET" from following web page, you can use this product to print your PDF files easily,

http://www.verypdf.com/app/pdf-print-cmd/try-and-buy.html
http://www.verypdf.com/pdfprint/pdfprint_cmd.zip

VeryPDF
-----------------------------------------------------------------------------------
Hi,

>>1. Can be open control (on/off) for right-click copy?

What do you mean for the "right-click copy"? do you mean the Context Menu of right mouse click?

>>2. I hope you will be able to provide the information or description file for the system functions.
>>e.g. component description
>>AxPdfview1.OpenPDF("D:\\test.pdf", "UserPassword", "OwnerPassword") - "open pdf"                                          
>>AxPdfview1.ViewNextPage() - "next page"
>>AxPdfview1.ViewPreviousPage() - "previous page"
>>AxPdfview1.ZoomIn() - "zoom ln"

Thanks for your message, please look at the description for the functions at below,

Methods in PDF Viewer OCX Control (ActiveX):
1. BOOL OpenPDF(LPCTSTR lpszPDFFile, ...)
2. ClosePDF()
Description: Open and close PDF Viewer window.

3. void SetFindText(LPCTSTR lpszFindText)
4. void FindNextText()
5. void FindPreviousText()
Description: Search text string in PDF pages.

6. void RotateViewLeft()
7. void RotateViewRight()
Description: Rotate PDF pages.

8. void ViewNextPage()
9. void ViewPreviousPage()
10. void ViewFirstPage()
11. void ViewLastPage()
12. void ViewPage()
Description: Move between PDF pages.

13. void ZoomFitPage()
14. void ZoomActualPage()
15. void ZoomFitWidth()
16. void Zoom(float nZoom)
17. void ZoomIn()
18. void ZoomOut()
Description: Zoom PDF pages.
 
19. void ViewModeSinglePage()
20. void ViewModeFacing()
21. void ViewModeContinuous()
22. void ViewModeContinuousFacing()
23. void SetViewMode(long nViewMode)
Description: View PDF pages in different modes.

24. void ShowHideBookmarks()
Description: Show or hide bookmark window.

25. void SetRegCode(LPCTSTR lpszRegCode)
Description: Set License Key to PDF Viewer OCX.

>>3. And what do I get system analysis file after the purchase?

What do you mean for the "system analysis file"? do you mean for the full version?
if yes, after you purchase the software, you will receive the license key immediately,
please pass the license key to PDF Viewer OCX, the trial version will be changed to full version automatically.

VeryPDF
-----------------------------------------------------------------------------------

Hi,

>>Yes, let me can control on/off for the context menu of right mouse click.

Yes, no problem, we will add a new method to allow you to Enable/Disable context menu on the right mouse click.

>>Because I am a programmer, so I need information about that function (as
>>shown below).
>>You can reference this url
>>(http://www.chestysoft.com/ximage/manual.htm#ondblclick) for the 20.

In general, Delphi will show function description automatically, however, if it can't show, we will provide function list with detailed description, so you can call the functions with correct parameters easily, please don't worry about this matter.

VeryPDF
-----------------------------------------------------------------------------------

We have added following two functions into the new version,

1. Support PDF URL Links, Open the PDF file from internet
2. Control on/off for the context menu of right mouse click

Please download the new version from following URL to try again,

https://www.verydoc.com/pdfviewerocx.zip

>>1. Support PDF URL Links, Open the PDF file from internet

You can open a PDF file from internet by following sample code, OpenPDF() method is support both local and web PDF files automatically,

PDFViewOCX.OpenPDF "http://online.verypdf.com/examples/cloud-api/multipage.pdf", "", ""

>>2. Control on/off for the context menu of right mouse click

You can enable Context Menu by following code,

PDFViewOCX.ShowContextMenu (1)

You can disable Context Menu by following code,

PDFViewOCX.ShowContextMenu (0)

VeryDOC

VN:F [1.9.20_1166]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.20_1166]
Rating: 0 (from 0 votes)

Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *


Verify Code   If you cannot see the CheckCode image,please refresh the page again!