Search found 7 matches

by pdftest
Thu Nov 20, 2014 1:49 am
Forum: PDF
Topic: No api to save a pdf document into an IStream object
Replies: 2
Views: 3042

Re: No api to save a pdf document into an IStream object

We tried the following code to save into in-memory stream (which throws an error) from the CGdPicturePDF object:- CComQIPtr spIStream; HRESULT hRes = CreateStreamOnHGlobal(NULL, TRUE, &spIStream); m_oGdPicturePDF.SaveToStream((LPDISPATCH)&spIStream); is there any one who tried to save into a...
by pdftest
Tue Nov 11, 2014 3:26 am
Forum: PDF
Topic: No api to save a pdf document into an IStream object
Replies: 2
Views: 3042

No api to save a pdf document into an IStream object

We see that there is a function (which is LoadFromIStream) to load a pdf document from IStream object into the CGdPicturePDF object. But there is no api to save the pdf document into an IStream object from the CGdPicturePDF object after loading the pdf document into the CGdPicturePDF object. We are ...
by pdftest
Wed May 15, 2013 4:21 pm
Forum: General discussions
Topic: PDF Select and Copy text
Replies: 2
Views: 3409

Re: PDF Select and Copy text

Based on our investigation (as part of our evaluation for buying this product), it looks like this feature has not been implemented yet in the current release. The current one is not user friendly, and this is very important for us. We are wondering if you allow a user to select a text by highlighti...
by pdftest
Tue May 14, 2013 8:08 pm
Forum: PDF
Topic: Scrolling in multipage PDF
Replies: 4
Views: 4199

Re: Scrolling in multipage PDF

Thanks for the info and I had to create also my own scroll bar to support this functionality.
by pdftest
Tue May 14, 2013 7:56 pm
Forum: PDF
Topic: Highlight and scroll to a text in a pdf file
Replies: 2
Views: 3561

Highlight and scroll to a text in a pdf file

We would like to search a text in a page and automatically scroll to the text. Is there a way to do it with through GdViewer for PDF Files? We know that we have the GdViewer1.PdfSearchText(“Text”, 1, FALSE); function and not sure it supports the automatically scrolling functionality to the text we a...
by pdftest
Wed Apr 24, 2013 7:23 pm
Forum: Feature Requests
Topic: create contexmenu
Replies: 4
Views: 14753

Re: create contexmenu

We are in the process of evaluating the Document Viewer and we have the same questions for the latest GdPicture.Net 9.0 release. We want to add new menu items such as forward / In-Error / etc. Two questions here - Can I add new items to the right-click context menu? Is there a way also to change the...
by pdftest
Wed Apr 24, 2013 6:19 pm
Forum: PDF
Topic: Scrolling in multipage PDF
Replies: 4
Views: 4199

Re: Scrolling in multipage PDF

We are also evaluating the Document Viewer for PDF and we have the same questions.