Search found 21 matches

by zbarna
Mon Jul 16, 2012 12:46 pm
Forum: PDF-XChange Viewer SDK
Topic: Add watermark/stamp to document
Replies: 12
Views: 3657

Re: Add watermark/stamp to document

Thanks for reminding me! :)

I use this to disable the save function. With this the user can't save the pdfs right?
PDFXCview.SetProperty("Commands[\"Save\"].State", "Offline", 0);

BR,
Zoli
by zbarna
Mon Jul 16, 2012 11:25 am
Forum: PDF-XChange Viewer SDK
Topic: Add watermark/stamp to document
Replies: 12
Views: 3657

Re: Add watermark/stamp to document

Thanks for your replies! I think the problem is solved! :) I just call the "this.flattenPages()" at the end of the javascript, and it will flatten my annotations, so the user can't select it. I don't have to backup my pdf files, because the pdf viewer sdk won't modify it. I added the stamp...
by zbarna
Thu Jul 12, 2012 3:00 pm
Forum: PDF-XChange Viewer SDK
Topic: Add watermark/stamp to document
Replies: 12
Views: 3657

Re: Add watermark/stamp to document

Hi Stefan,

Thanks! I will try to flatten it, but yes it is not so elegant :) .

I'm waiting for the other possibility, thanks for checking it :) .

BR,
Zoli
by zbarna
Thu Jul 12, 2012 11:09 am
Forum: PDF-XChange Viewer SDK
Topic: Add watermark/stamp to document
Replies: 12
Views: 3657

Re: Add watermark/stamp to document

Hi! Thanks for the reply! I tried it, but it's only make the annotation to unmodifiable, so the user is not able to remove or resize it, but he can select it, so it isn't good :( . I checked all of the properties of the annotation, but I found nothing which makes the annotation unselectable for the ...
by zbarna
Thu Jul 12, 2012 9:01 am
Forum: PDF-XChange Viewer SDK
Topic: Add watermark/stamp to document
Replies: 12
Views: 3657

Re: Add watermark/stamp to document

Hi! Thank you very much for your reply. Good to know that, I can run javascript with your viewer :) . Unfortunately it's not fully what I want, but almost :) . The problem is that I can select the stamp, after I inserted it to the document. For example the user can move with grabbing, and when he zo...
by zbarna
Wed Jul 11, 2012 7:06 am
Forum: PDF-XChange Viewer SDK
Topic: Add watermark/stamp to document
Replies: 12
Views: 3657

Add watermark/stamp to document

Hi! Is it possible to add a watermark(for example a text), to the document when displaying it in the viewer sdk control? Thanks for the information in advance! -------------------EDITED I found the stamps in pdfxchange viewer, and maybe it's enough for us, but I can't add stamp to the document :( . ...
by zbarna
Wed May 23, 2012 4:04 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: PDF Tools SDK slow to display PDF
Replies: 12
Views: 5045

Re: PDF Tools SDK slow to display PDF

Stefan: Thanks for the informations, we will do it as you wrote. :) Walter: Thanks for your reply! Yes, we were thinking that way, but we don't want to implement that, because we saw your end user viewer in a user control, and it works nice and fits for us, and the PDF Tools SDK license contains the...
by zbarna
Wed May 23, 2012 3:39 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: PDF Tools SDK slow to display PDF
Replies: 12
Views: 5045

Re: PDF Tools SDK slow to display PDF

Hi! Super :) . So If we purchase the PDF Tools SDK license, you can provide PDF-XChange Viewer ActiveX Control, what we want :) , and the 2500 limit is enough for us. And when we will purchase the PDF Tools SDK license, we will have to ask for the PDF-XChange Viewer ActiveX Control license as well, ...
by zbarna
Wed May 23, 2012 1:42 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: PDF Tools SDK slow to display PDF
Replies: 12
Views: 5045

Re: PDF Tools SDK slow to display PDF

Hi! Yes, first I made the usercontrol as I saw it in this example: C:\Program Files\Tracker Software\PDF-XChange Viewer SDK\Examples\<<Your programming language>>\PXCView36, what you suggested to me. The problem with that, it's very slow, because it's drawing with the onpaint event every time I scro...
by zbarna
Wed May 23, 2012 12:51 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: PDF Tools SDK slow to display PDF
Replies: 12
Views: 5045

Re: PDF Tools SDK slow to display PDF

Thanks! We installed the Simple Viewer SDK trial version from your homepage. We found two controls in the COM components: PDF-XChange Viewer Simple ActiveX PDF-XChange Viewer ActiveX Control In my opinion, we are able to use only the PDF-XChange Viewer Simple ActiveX with the simple viewer sdk licen...
by zbarna
Wed May 23, 2012 11:50 am
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: PDF Tools SDK slow to display PDF
Replies: 12
Views: 5045

Re: PDF Tools SDK slow to display PDF

Thanks for the fast answer! I will try the simple dll viewer sdk. We want to use our program on around 200 computers. I read this: STOP PRESS: Now includes PDF Viewing functionality ! here: https://www.pdf-xchange.com/product/pdf-tools-sdk What does it mean? The PDF Tools SDK contains pdf viewing fu...
by zbarna
Wed May 23, 2012 10:17 am
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: PDF Tools SDK slow to display PDF
Replies: 12
Views: 5045

PDF Tools SDK slow to display PDF

Hi! In our program we want to display a pdf in a usercontrol with a zoom and rotate button. I made it with the PDF Tools SDK, but it's very slow because, it redraws the pdf every time when the onpaint event is called. We made the same with an activeX control with the pdf xchange, and it shows pdf xc...
by zbarna
Wed Jan 11, 2012 4:47 pm
Forum: PDF-XChange Viewer SDK
Topic: rotate pdf and scrolling with hand tool
Replies: 13
Views: 5483

Re: rotate pdf and scrolling with hand tool

Hi! Thanks for your fast answer again! :) So with PDF-XChange Viewer Simple DLL SDK I can't use your activex control within our program, but in the PDF-XChange Viewer Simple SDK in the introduction I read this: "The PDF-XChange Viewer SDK is available as a stand alone Developer kit and also inc...
by zbarna
Wed Jan 11, 2012 4:18 pm
Forum: PDF-XChange Viewer SDK
Topic: rotate pdf and scrolling with hand tool
Replies: 13
Views: 5483

Re: rotate pdf and scrolling with hand tool

Hi! I'm not sure about how many users will use our program in the company, but I will ask the project manager about this. One question: What is the main different between the PDF-XChange Viewer Simple DLL SDK and the PDF Tools SDK? Both of them contains almost the same functions, not? Thanks! BR, Zoli
by zbarna
Wed Jan 11, 2012 2:46 pm
Forum: PDF-XChange Viewer SDK
Topic: rotate pdf and scrolling with hand tool
Replies: 13
Views: 5483

Re: rotate pdf and scrolling with hand tool

Hi! Yeah, I'm reading this pdf: PDFV_AX.pdf, which is very useful :) . But I downloaded this trial version of the PDF-XChange Viewer Simple DLL SDK, and this pdf is for the PDF-XChange Viewer ActiveX SDK, which price is more than double of the PDF-XChange Viewer Simple DLL SDK, isn't it? So with PDF...
by zbarna
Wed Jan 11, 2012 1:38 pm
Forum: PDF-XChange Viewer SDK
Topic: rotate pdf and scrolling with hand tool
Replies: 13
Views: 5483

Re: rotate pdf and scrolling with hand tool

Hi Stefan!

Yes! This PDFViewer SDK is what I exactly need :) .

In this SDK there is a lot of command to hide the toolbars, rotate document, do everything from code!

I test the trial version deeper, and come back soonly!

Thanks for your answer!

BR,
Zoli
by zbarna
Wed Jan 11, 2012 11:55 am
Forum: PDF-XChange Viewer SDK
Topic: rotate pdf and scrolling with hand tool
Replies: 13
Views: 5483

Re: rotate pdf and scrolling with hand tool

Hi! Thanks for your help, I finished the pdf viewer what I wanted with the trial version of your the PDF-Tools 4 SDK. Now I rotate the document in the pdfviewer this way: I load the pdf to the usercontrol, and when the user want to change the orientation, I read the document with the XCPro, set the ...
by zbarna
Mon Jan 09, 2012 4:35 pm
Forum: PDF-XChange Viewer SDK
Topic: rotate pdf and scrolling with hand tool
Replies: 13
Views: 5483

Re: rotate pdf and scrolling with hand tool

Thanks for the answer! Yeah, the blank canvas without menu for pdf viewing is perfect for me. So my goal is to extend our program with a pdfviewer. I want a window just for viewing the pdf, and I will put some buttons over the window for zooming, for rotating, ... . So the zooming works well from yo...
by zbarna
Mon Jan 09, 2012 10:48 am
Forum: PDF-XChange Viewer SDK
Topic: rotate pdf and scrolling with hand tool
Replies: 13
Views: 5483

rotate pdf and scrolling with hand tool

Hi! I downloaded the trial version of the PDF-XChange Tools SDK, and tried the example, where I can open pdf files, zooming, scrolling, ... (PXCView36). In this example I can zoom only with the mouse scroll, or with the scrollbars. Is it possible to change it and switch the cursor to the hand tool, ...
by zbarna
Thu Dec 08, 2011 1:27 pm
Forum: PDF-XChange Viewer SDK
Topic: wpf display Pdf
Replies: 3
Views: 1474

Re: wpf display Pdf

Thanks for your answer!

Okay, so I need the SDK license .

I will try the PDF Tools SDK trial version first.

Best Regards,
Zoli
by zbarna
Thu Dec 08, 2011 9:25 am
Forum: PDF-XChange Viewer SDK
Topic: wpf display Pdf
Replies: 3
Views: 1474

wpf display Pdf

Hello!

We have PDf-XChange 4 Pro without SDK. I want to display pdf in a .NET Application (C#, WPF) with activeX control. Is it possible without the SDK?

Thanks for the answers in advance!

Best Regards,
Zoli