Search found 93 matches

by reinierkops
Tue Aug 25, 2009 8:19 am
Forum: PDF-XChange Viewer SDK
Topic: PDF Viewer ActiveX Control Registrationless Activation
Replies: 31
Views: 9700

Re: PDF Viewer ActiveX Control Registrationless Activation

In what time can we expect this feature? Will this be in 1 month or 1 year?
by reinierkops
Mon Aug 24, 2009 6:42 am
Forum: PDF-XChange Viewer SDK
Topic: PDF Viewer ActiveX Control Registrationless Activation
Replies: 31
Views: 9700

PDF Viewer ActiveX Control Registrationless Activation

Hello, In our project we are trying to use the ActiveX viewer, without installing it (i.e. register no entries in registry) because this has benefits. I have figured out how to do this for COM objects (ActiveX controls) in a DLL, using manifest files, see http://msdn.microsoft.com/en-us/library/ms97...
by reinierkops
Fri Jun 19, 2009 8:25 am
Forum: PDF-XChange Viewer SDK
Topic: How to load a PDF from MemoryStream
Replies: 1
Views: 1070

How to load a PDF from MemoryStream

I have an MemoryStream object, and how can I load this into the viewer? public virtual void LoadDocumentFromStream(BaseDocument aDocument) { MemoryStream data = aDocument.Stream; object mDataIn = data; object mDataOut = null; pdfControl.SetProperty("Documents.UseStreamsDirectly", "tru...
by reinierkops
Fri Jun 19, 2009 5:04 am
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: How to merge a PDF with XFDF file
Replies: 1
Views: 1134

How to merge a PDF with XFDF file

Is it possible to merge a document with an XFDF file with the DLL? Or is this only possible with the ActiveX Component?
by reinierkops
Wed Jun 17, 2009 3:21 pm
Forum: PDF-XChange Viewer SDK
Topic: Selection of a Comment
Replies: 4
Views: 1648

Wish: Selection of a Comment

then it will be a wish for next releases!!!
by reinierkops
Wed Jun 17, 2009 8:33 am
Forum: PDF-XChange Viewer SDK
Topic: Selection of a Comment
Replies: 4
Views: 1648

Re: Selection of a Comment

But how do you that when you click a comment in the commentsviewer?
by reinierkops
Tue Jun 16, 2009 5:42 am
Forum: PDF-XChange Viewer SDK
Topic: import/export annotations/comments issue
Replies: 1
Views: 1003

import/export annotations/comments issue

When I load a PDF, i check if there are comments files (xfdf), if so, i will import them. But when I load another document into the viewer, I check if the previous document is modified, if so, I will export the comment to an xfdf. But the issue is, the document seems to modified, only when I apply t...
by reinierkops
Tue Jun 16, 2009 5:34 am
Forum: PDF-XChange Viewer SDK
Topic: Selection of a Comment
Replies: 4
Views: 1648

Selection of a Comment

Is there a possibility to select a specific comment, for example via the coordinates or Guid ("name" attribute of xfdf)?
It's used to work as the same when I click a comment from the commentspane, but then via code.
by reinierkops
Thu Jun 11, 2009 11:48 am
Forum: PDF-XChange Viewer SDK
Topic: Export and Import Comments without user-interaction
Replies: 4
Views: 1638

Re: Export and Import Comments without user-interaction

when I execute this command:
mReferencedViewer.RunJavaScript("this.exportAsXFDF(true,true,null,'/c/annots.xfdf', true");
i receive an error.
by reinierkops
Thu Jun 11, 2009 11:13 am
Forum: PDF-XChange Viewer SDK
Topic: Export and Import Comments without user-interaction
Replies: 4
Views: 1638

Export and Import Comments without user-interaction

Is it possible to import and export comments without user interaction.
I saw 36351 and 36503 commands can be executed, but can I give them parameters such as filelocations or something?
by reinierkops
Thu Jun 11, 2009 8:55 am
Forum: PDF-XChange Viewer SDK
Topic: Summarize annotations in memory
Replies: 4
Views: 1802

Re: Summarize annotations in memory

This error I receive when I execute this code: AxCoPDFXCview viewer = new AxCoPDFXCview(); viewer.OpenDocument(aDocument); System.Windows.Forms.AxHost.InvalidActiveXStateException was unhandled Message="Exception of type 'System.Windows.Forms.AxHost+InvalidActiveXStateException' was thrown.&quo...
by reinierkops
Thu Jun 11, 2009 8:50 am
Forum: PDF-XChange Viewer SDK
Topic: Summarize annotations in memory
Replies: 4
Views: 1802

Summarize annotations in memory

Is there a possibility to summarize a PDF in memory.
Now I need to load a PDF in a viewer (what is already placed on a form), and then I can summarize.
Why can't I create an instance of a viewer, and then summarize in that instance?
by reinierkops
Wed Jun 10, 2009 2:30 pm
Forum: PDF-XChange Viewer SDK
Topic: BUG - Browsing through Comments via TAB-Key and SHIFT+TAB
Replies: 1
Views: 970

BUG - Browsing through Comments via TAB-Key and SHIFT+TAB

When I browse throught the annotations(Comments) via the Tab-Key everything went fine, and jump automaticly to the next page which has annotations.
But when I use the SHIFT+TAB key it will jump only back to the annotations on that page, and not the previous page annotations.
by reinierkops
Wed Jun 10, 2009 8:22 am
Forum: PDF-XChange Viewer SDK
Topic: Collapse all comments via code
Replies: 9
Views: 2713

Re: Collapse all comments via code

How can I realize that all the comments are expand by default? Now I need to click each time on the "+" button.

I tried everytime when I load a document to execute the 33242 command, but then i receive that the command is currently disabled.

Hopefully you can help me.
by reinierkops
Tue Jun 09, 2009 2:09 pm
Forum: PDF-XChange Viewer SDK
Topic: Collapse all comments via code
Replies: 9
Views: 2713

Re: Collapse all comments via code

When I execute this command, I receive "Command is currently disabled"
by reinierkops
Tue Jun 09, 2009 2:05 pm
Forum: PDF-XChange Viewer SDK
Topic: Sorting order of annotations in Comments View
Replies: 2
Views: 1210

Re: Sorting order of annotations in Comments View

But maybe you can realize this, because this is a standard feature in Adobe 9.
by reinierkops
Tue Jun 09, 2009 1:41 pm
Forum: PDF-XChange Viewer SDK
Topic: Collapse all comments via code
Replies: 9
Views: 2713

Re: Collapse all comments via code

I meant to collapse the annotations in the commentsview of PDFXChange Viewer, there is allready a button for it.
by reinierkops
Tue Jun 09, 2009 1:12 pm
Forum: PDF-XChange Viewer SDK
Topic: Drag-Drop feature
Replies: 9
Views: 3026

Re: Drag-Drop feature

But when can we expect this, because this issue is since dec 2008.
You say that you will add this feature in future releases, but nothing happens
by reinierkops
Tue Jun 09, 2009 12:23 pm
Forum: PDF-XChange Viewer SDK
Topic: Sorting order of annotations in Comments View
Replies: 2
Views: 1210

Sorting order of annotations in Comments View

Is there a possibility to change the sorting order in the Comments View. Now, when I highlight a piece of text on line 2, and the on line 1, the order in the Comments View is line 2 line 1. What I want is that when I highlight a text on line 2, and after that a highlight on line 1, the annotations w...
by reinierkops
Tue Jun 09, 2009 12:12 pm
Forum: PDF-XChange Viewer SDK
Topic: Collapse all comments via code
Replies: 9
Views: 2713

Collapse all comments via code

How can I collapse all comments via code?
by reinierkops
Tue Jun 09, 2009 12:03 pm
Forum: PDF-XChange Viewer SDK
Topic: Drag-Drop feature
Replies: 9
Views: 3026

Re: Drag-Drop feature

Did this feature implemented in build 42, because I can't see it right now.
by reinierkops
Wed May 13, 2009 6:53 am
Forum: PDF-XChange Viewer SDK
Topic: Annotation sort order of export
Replies: 6
Views: 2091

Re: Annotation sort order of export

When can I expect an answer?
by reinierkops
Mon May 11, 2009 7:21 am
Forum: PDF-XChange Viewer SDK
Topic: Annotation sort order of export
Replies: 6
Views: 2091

Re: Annotation sort order of export

If you can see in the attached documents, in the screenshot the order of the annotations is: 1) Congratualtions..... 2) We strongly..... 3) Address service ..... 4) Always store..... 5) The guitar..... The order in the textfile is: 1) We strongly.... 2) Always store ... 3) The guitar ..... 4) Adress...
by reinierkops
Fri May 08, 2009 3:06 pm
Forum: PDF-XChange Viewer SDK
Topic: Annotation sort order of export
Replies: 6
Views: 2091

Re: Annotation sort order of export

Annotation Summarize
by reinierkops
Fri May 08, 2009 5:21 am
Forum: PDF-XChange Viewer SDK
Topic: Annotation sort order of export
Replies: 6
Views: 2091

Annotation sort order of export

When I export the annotation of a specified document, the order of the annotation, is not the same order as the UI represent. And it's not the "read order".

I want the annotations will be exported in read-order.
by reinierkops
Tue Apr 28, 2009 6:50 am
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: Iterate all Annotations in PDF
Replies: 5
Views: 2503

Re: Iterate all Annotations in PDF

Is there a possibility to reach this goal via the PDF-Tools? Else we need to load every document in a viewer. I only need to no IF a document has annotations.
by reinierkops
Tue Apr 14, 2009 7:01 am
Forum: PDF-XChange Viewer SDK
Topic: Annotation Possibility
Replies: 2
Views: 1233

Annotation Possibility

Is there a possibility to check if a loaded PDF document has annotations?
by reinierkops
Tue Mar 24, 2009 9:51 am
Forum: PDF-XChange Viewer SDK
Topic: How to get the value KeepToolSelected
Replies: 6
Views: 2257

Re: How to get the value KeepToolSelected

Is it possible that when KeepToolSelected is set to false, that the previous selected tool will be selected, instead of the handtool, what now is?

Or do you have another option?
by reinierkops
Tue Mar 24, 2009 8:44 am
Forum: PDF-XChange Viewer SDK
Topic: Problems with Undo
Replies: 1
Views: 1089

Problems with Undo

When I execute the following code:

mDataIn = 57643;
DoVerb(null, "ExecuteCommand", mDataIn, out mDataOut, 0);

I receive the following message:

"Command is disabled currently"

When will this feature be implemented?
by reinierkops
Tue Mar 24, 2009 8:22 am
Forum: PDF-XChange Viewer SDK
Topic: custom mouse cursor
Replies: 10
Views: 3142

Re: custom mouse cursor

Is this feature already possible?
Or when can I expect this?
by reinierkops
Tue Mar 24, 2009 7:47 am
Forum: PDF-XChange Viewer SDK
Topic: Hide Comment Information
Replies: 3
Views: 1450

Hide Comment Information

How can I turn of the extra information of a Annotation.
For example, I attached a picture. What I want is to hide:

- Annotation Name: "Highlight ans Cross-Out"
- Author Name: "reinierk"
- Date and Time.

I only want the commentings.
by reinierkops
Mon Mar 23, 2009 3:42 pm
Forum: PDF-XChange Viewer SDK
Topic: Export Summarize Comments via code
Replies: 11
Views: 3252

Re: Export Summarize Comments via code

Is it possible for you, to summarize the Comments to XML, that's better then a textfile.
by reinierkops
Mon Mar 23, 2009 2:20 pm
Forum: PDF-XChange Viewer SDK
Topic: Export Summarize Comments via code
Replies: 11
Views: 3252

Re: Export Summarize Comments via code

Thanks for the example. But when I use: mReferencedViewer.SetProperty("Operations.SummarizeAnnots.Output.ShowTypeName", 0); mReferencedViewer.SetProperty("Operations.SummarizeAnnots.Output.ShowSubject", 0); mReferencedViewer.SetProperty("Operations.SummarizeAnnots.Output.Sho...
by reinierkops
Mon Mar 23, 2009 9:13 am
Forum: PDF-XChange Viewer SDK
Topic: Drag-Drop feature
Replies: 9
Views: 3026

Re: Drag-Drop feature

Can you give me an idea when I can expect this feature?
by reinierkops
Mon Mar 23, 2009 8:43 am
Forum: PDF-XChange Viewer SDK
Topic: Export Summarize Comments via code
Replies: 11
Views: 3252

Re: Export Summarize Comments via code

Can you please send me some example code snippets?

I want to summerize a PDF, without user-interaction. So I want to privide the filelocatie, and export it as rtf (of doc if possible)
by reinierkops
Thu Mar 19, 2009 9:02 am
Forum: PDF-XChange Viewer SDK
Topic: Problems with PageDisplay.DefaultLayout
Replies: 4
Views: 1683

Re: Problems with PageDisplay.DefaultLayout

The return value is always "SinglePage" even when I set it to "Facing" in the UI. This problem has come, since the last version of the viewer SDK. Therefore, we hadn't the problem. This is the code I execute: mReferencedViewer.GetDocumentProperty(ActiveDocumentId, "Pages.Lay...
by reinierkops
Wed Mar 18, 2009 3:01 pm
Forum: PDF-XChange Viewer SDK
Topic: Problems with PageDisplay.DefaultLayout
Replies: 4
Views: 1683

Problems with PageDisplay.DefaultLayout

When I execute GetProperty("PageDisplay.DefaultLayout", out data); the return value is always 0 (SinglePage)
by reinierkops
Wed Mar 18, 2009 10:05 am
Forum: PDF-XChange Viewer SDK
Topic: Comment options
Replies: 3
Views: 1559

Re: Comment options

How can I turn on the option "Copy selected text into Highlight, Cross-Out, and Underline comment pop-ups" in the Commenting Options programmaticly?
by reinierkops
Tue Mar 17, 2009 10:38 am
Forum: PDF-XChange Viewer SDK
Topic: Comment options
Replies: 3
Views: 1559

Comment options

Is is possible to get the first few words in the comment window of the annotation. Now there are several options like: Show Subjects, Show Authors, Show Date, Show Text and Show Colors, but we want the option to see the OCR text of the annotation. Or get automaticly the text in the in the popup-note...
by reinierkops
Tue Mar 17, 2009 9:48 am
Forum: PDF-XChange Viewer SDK
Topic: Export Summarize Comments via code
Replies: 11
Views: 3252

Re: Export Summarize Comments via code

Is this already possible in the current release?
We want this feature as soon as possible. Or can you give me an indication of time?
by reinierkops
Wed Mar 11, 2009 6:04 pm
Forum: PDF-XChange Viewer SDK
Topic: Using setProperty method on annotation tools
Replies: 7
Views: 2298

Re: Using setProperty method on annotation tools

Where can I find all the supported commands? Or can you send it to me?
by reinierkops
Tue Mar 10, 2009 10:05 am
Forum: PDF-XChange Viewer SDK
Topic: Using setProperty method on annotation tools
Replies: 7
Views: 2298

Re: Using setProperty method on annotation tools

Is there already a possibility to set the diameter of the eraser tool, and line width of pencil tool?
by reinierkops
Fri Feb 06, 2009 5:16 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: Iterate all Annotations in PDF
Replies: 5
Views: 2503

Re: Iterate all Annotations in PDF

We have both ActiveX and PDF Tools.
Which is the best option to reach this goal?
by reinierkops
Fri Feb 06, 2009 1:02 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: Iterate all Annotations in PDF
Replies: 5
Views: 2503

Iterate all Annotations in PDF

Is there a possibility to iterate through all annotations, and get the OCR text of that annotation.
It's for a summary for all annotations.
by reinierkops
Thu Jan 29, 2009 10:02 am
Forum: PDF-XChange Viewer SDK
Topic: ActiveX - How to view PDF from memory
Replies: 3
Views: 1608

Re: ActiveX - How to view PDF from memory

Will this feature be available in build 41 or not?
by reinierkops
Fri Jan 16, 2009 9:30 am
Forum: PDF-XChange Viewer SDK
Topic: Export Annotations
Replies: 4
Views: 1541

Re: Export Annotations

In the case I send you, I made some annotations in the document (with bookmarks). Now, when I summarize the comments of the PDF (which is also included) you can see the pagenumbers of the annotations. But what I want is the name of the bookmarks, because we create this booksmarks at runtime in our a...
by reinierkops
Thu Jan 15, 2009 12:54 pm
Forum: PDF-XChange Viewer SDK
Topic: How to get the value KeepToolSelected
Replies: 6
Views: 2257

How to get the value KeepToolSelected

I can toggle the KeepToolSelected, but how can I call the viewer what the value is of KeepToolSelected
And when KeepToolSelected is off, it automaticly switches to the hand tool, but i want that it switch to the textselector tools. How can i perform this?
by reinierkops
Thu Jan 15, 2009 12:48 pm
Forum: PDF-XChange Viewer SDK
Topic: Set the border of a selected Annotation
Replies: 3
Views: 1711

Re: Set the border of a selected Annotation

I have attached a picture, and this shows the small border around the word "document".
Can we make this border thicker.