Print Page | Close Window

Viewer Help - Save Function

Printed From: Debenu Quick PDF Library - PDF SDK Community Forum
Category: For Users of the Library
Forum Name: I need help - I can help
Forum Description: Problems and solutions while programming with the Debenu Quick PDF Library and Debenu PDF Viewer SDK
URL: http://www.quickpdf.org/forum/forum_posts.asp?TID=3633
Printed Date: 05 May 24 at 3:35PM
Software Version: Web Wiz Forums 11.01 - http://www.webwizforums.com


Topic: Viewer Help - Save Function
Posted By: DWE
Subject: Viewer Help - Save Function
Date Posted: 24 Nov 18 at 8:11PM
Hi guys, using the Viewer you can load a file. 

Is it possible to save the file directly from the viewer?

Is it possible to rotate pages directly from the viewer?

If not, can either of the above be achieved through the QuickPDF Library and the Viewer together? If so, can a small example be provided?

Many thanks in advance

Regards

DWE







Replies:
Posted By: mLipok
Date Posted: 25 Nov 18 at 9:13PM
each QuickPDF function are the same but must start with DQPL....

$oDPVS.DQPLSaveToFile($sPDF_FileFullPath)

$oDPVS.DQPLRotatePage(....

$oDPVS.DQPLPageRotation()



-------------
Here you can find description how to test my examples:
http://www.quickpdf.org/forum/forum_posts.asp?TID=2932&PID=12600&title=drawcapturedpagematrix-matrix-howto#12600


Posted By: DWE
Date Posted: 25 Nov 18 at 9:29PM
Morning mLipok - I am using VS2017 Professional C# and do not see anything like that come up in intellisense ...


Posted By: mLipok
Date Posted: 26 Nov 18 at 8:10PM
Check:
"c:\Program Files (x86)\Debenu\PDF Viewer SDK\Basic\Samples\Visual C#\ViewerControlVSCSharpTest\Form1.cs" 


   private void button2_Click(object sender, EventArgs e)
        {
            axDPVActiveX1.DQPLNormalizePage(0);
            axDPVActiveX1.DQPLSetTextAlign(1);
            axDPVActiveX1.DQPLSetTextSize(40);
            axDPVActiveX1.DQPLSetTextColor(0, 0, 200);
            axDPVActiveX1.DQPLDrawText(axDPVActiveX1.DQPLPageWidth()/2, axDPVActiveX1.DQPLPageHeight()/2, "Debenu PDF Viewer SDK");
            axDPVActiveX1.RefreshCurrentPages();
        }



-------------
Here you can find description how to test my examples:
http://www.quickpdf.org/forum/forum_posts.asp?TID=2932&PID=12600&title=drawcapturedpagematrix-matrix-howto#12600


Posted By: DWE
Date Posted: 26 Nov 18 at 9:25PM
Morning mLipok,

Thanks for the input. Looking at the screen shot below, you can see that using the example you pointed me too, demonstrates that the viewer installed on our system not show the functions you refer in the intellisense...

https://www.dropbox.com/s/p09bkggy47uwjes/screencapture.jpg?dl=0" rel="nofollow - https://www.dropbox.com/s/p09bkggy47uwjes/screencapture.jpg?dl=0


Posted By: Ingo
Date Posted: 26 Nov 18 at 9:40PM
Originally posted by DWE DWE wrote:

Morning mLipok,

Thanks for the input. Looking at the screen shot below, you can see that using the example you pointed me too, demonstrates that the viewer installed on our system not show the functions you refer in the intellisense...

https://www.dropbox.com/s/p09bkggy47uwjes/screencapture.jpg?dl=0" rel="nofollow - https://www.dropbox.com/s/p09bkggy47uwjes/screencapture.jpg?dl=0


This doesn't matter - it's possible to mix viewer sdk functions with library functions.



-------------
Cheers,
Ingo




Print Page | Close Window

Forum Software by Web Wiz Forums® version 11.01 - http://www.webwizforums.com
Copyright ©2001-2014 Web Wiz Ltd. - http://www.webwiz.co.uk