Search found 103 matches

by TatianaS
Tue Sep 16, 2014 6:22 pm
Forum: PDF-XChange Viewer SDK
Topic: Is there an event when Find (Search) edit box is in focus
Replies: 2
Views: 1593

Re: Is there an event when Find (Search) edit box is in focu

Hello,
Could you please response at my question?

Thanks,
Tatiana
by TatianaS
Fri Sep 12, 2014 5:05 pm
Forum: PDF-XChange Viewer SDK
Topic: Setting the create/modify date
Replies: 9
Views: 3793

Re: Setting the create/modify date

That is great, Thanks
by TatianaS
Fri Sep 12, 2014 5:03 pm
Forum: PDF-XChange Viewer SDK
Topic: how can I save correct annotation location
Replies: 2
Views: 1699

Re: how can I save correct annotation location

I resolved this issue by saving a document to a file system, which somehow flashes the annotations objects as well.
by TatianaS
Fri Sep 12, 2014 5:00 pm
Forum: PDF-XChange Viewer SDK
Topic: getting bittmap from the Clipboard
Replies: 7
Views: 3357

Re: getting bittmap from the Clipboard

Ok, Thanks for your help
by TatianaS
Wed Sep 10, 2014 9:43 pm
Forum: PDF-XChange Viewer SDK
Topic: Is there an event when Find (Search) edit box is in focus
Replies: 2
Views: 1593

Is there an event when Find (Search) edit box is in focus

Hi, I am wandering if there is a way to know if FindEdit (Search Edit box) is in focus or being clicked on. The thing is that I call Paste command when user clicks Ctrl+V to paste an Text annotation, however I would like to paste text to the search box instead if it is selected. Could you please adv...
by TatianaS
Fri Sep 05, 2014 11:11 pm
Forum: PDF-XChange Viewer SDK
Topic: how can I save correct annotation location
Replies: 2
Views: 1699

how can I save correct annotation location

Hello, I noticed a very strange behavior when I save my stamps into fdf file. Here are the steps to reproduce it: I open document, paste my bitmap via API and move it to an appropriate location via javascript. then I save my comments to an fdf file. Everything works fine, except when I reload my doc...
by TatianaS
Fri Sep 05, 2014 8:23 pm
Forum: PDF-XChange Viewer SDK
Topic: getting bittmap from the Clipboard
Replies: 7
Views: 3357

Re: getting bittmap from the Clipboard

is there a way I can save stamp annotation to a file as picture?
by TatianaS
Tue Sep 02, 2014 3:35 pm
Forum: PDF-XChange Viewer SDK
Topic: changing annotation properties
Replies: 3
Views: 1773

Re: changing annotation properties

Got it, thanks
by TatianaS
Tue Sep 02, 2014 3:33 pm
Forum: PDF-XChange Viewer SDK
Topic: getting bittmap from the Clipboard
Replies: 7
Views: 3357

Re: getting bittmap from the Clipboard

OK, thanks.
by TatianaS
Fri Aug 29, 2014 9:37 pm
Forum: PDF-XChange Viewer SDK
Topic: getting bittmap from the Clipboard
Replies: 7
Views: 3357

getting bittmap from the Clipboard

Hello, I have a scenario where I need to copy stamp to the clipboard and save it to a bitmap, however, the Clipboard format seems to be a custom one with value: 50226 so when I try to load it to my bitmap, I get an error that format is not defined. Could you please advise on potential solution. here...
by TatianaS
Fri Aug 29, 2014 5:14 pm
Forum: PDF-XChange Viewer SDK
Topic: changing annotation properties
Replies: 3
Views: 1773

changing annotation properties

Hello,

I am wandering if there is some kind of event triggered when annotation's properties are changed.
I would like my user to not be able to: lock annotations, change Author or change Subject of an annotation,
but be able to modify other properties like color, text, etc.

Thanks
-Tatiana
by TatianaS
Fri Aug 29, 2014 4:23 pm
Forum: PDF-XChange Viewer SDK
Topic: Reply Note properties
Replies: 3
Views: 1714

Re: Reply Note properties

thanks :)
by TatianaS
Wed Aug 27, 2014 8:08 pm
Forum: PDF-XChange Viewer SDK
Topic: Reply Note properties
Replies: 3
Views: 1714

Reply Note properties

Hello,
I am wandering if there is a way to get a reply note fill color property
from a selected annotation (which contains a reply note) via API.

Thanks
-Tatiana
by TatianaS
Fri Aug 22, 2014 11:56 pm
Forum: PDF-XChange Viewer SDK
Topic: TextFormat for Notes
Replies: 1
Views: 1382

TextFormat for Notes

Hello, I am wandering if it is possible to get and set DefaultTextFormatting for annotation Notes/Reply Notes (sticky notes). For example: I have text highlight annotation and when I double click on it I see a Sticky note appended the original one. Then when I type in this note I can set or use Defa...
by TatianaS
Thu Aug 21, 2014 10:39 pm
Forum: PDF-XChange Viewer SDK
Topic: Pasting stamp with transperen background
Replies: 3
Views: 1883

Pasting stamp with transperen background

Hello,

I have a png image which has a transparent background. After pasting it with
DoVerb('', 'ExecuteCommand', 'Paste', dataOut, 0), the transparency is lost.
Could you help me please to resolve this issue. I am attaching the image as well.

Thanks,
Tatiana.
by TatianaS
Tue Aug 19, 2014 5:02 pm
Forum: PDF-XChange Viewer SDK
Topic: some of the Text Box annotation properties don't work
Replies: 5
Views: 2391

Re: some of the Text Box annotation properties don't work

Hi, Thanks for quick response. I have repro steps here: 1. Create Text Box annotation 2. Set the text to be underlined and Strikeout 3. Make it Default Text for the Text Box annotation 4. Copy and paste any Text to the document. Result: The Text Box annotation is created with all default text proper...
by TatianaS
Tue Aug 19, 2014 12:41 am
Forum: PDF-XChange Viewer SDK
Topic: some of the Text Box annotation properties don't work
Replies: 5
Views: 2391

Re: some of the Text Box annotation properties don't work

I tried with 1/0 for Strikeout and 16 for the Underline as well as: 'True'/'False' 'true'/'false' 'Yes'/'No' but without success this is one Example: GetProperty('Tools.TextBox.Style', styleNumber, 0); SetProperty('Commenting.TextBox.Styles[#' + IntToStr(styleNumber) + '].TextFormat.Char.Underline',...
by TatianaS
Mon Aug 18, 2014 9:02 pm
Forum: PDF-XChange Viewer SDK
Topic: some of the Text Box annotation properties don't work
Replies: 5
Views: 2391

some of the Text Box annotation properties don't work

hello, when I try to set Underline and Strikeout on Text Box annotation via API, it doesn't seem to work. GetProperty('Tools.TextBox.Style', dataOut, 0); fCoPDFXCview.SetProperty('Commenting.TextBox.Styles[#' + IntToStr(dataOut) + '].TextFormat.Char.Underline', '1', 0); fCoPDFXCview.SetProperty('Com...
by TatianaS
Thu Aug 14, 2014 5:10 pm
Forum: PDF-XChange Viewer SDK
Topic: height and width of javascript annotation
Replies: 1
Views: 1327

height and width of javascript annotation

Hello, I need to create a FreeText annotation with java script. I know the position where this annotation should be placed, the Font name, size and color, but I do not know the width and height of the text, so I can create a rectangle with it. Is there a way I can calculate these values in java scri...
by TatianaS
Mon Aug 11, 2014 7:45 pm
Forum: PDF-XChange Viewer SDK
Topic: Strange Behavior on Paste
Replies: 1
Views: 1181

Strange Behavior on Paste

Hello,
I have a strange behavior when trying to paste bitmap from clipboard.
When I run DoVerb('', 'ExecuteCommand', 'Paste', dataOut, 0) I get
exception saying 'StampCommand is disabled currently'.
Is there some property I need to set?

Thanks,
Tatiana
by TatianaS
Fri Aug 08, 2014 11:56 pm
Forum: PDF-XChange Viewer SDK
Topic: Setting the create/modify date
Replies: 9
Views: 3793

Re: Setting the create/modify date

Hello, I just installed version 309 and the create and modified dates are still not fixed. I am running this test: var annot = this.addAnnot({ type: "FreeText", contents: "Testing date", creationDate: new Date("October 13, 2013 11:13:00"), modDate: new Date("Octobe...
by TatianaS
Tue Apr 15, 2014 8:26 pm
Forum: PDF-XChange Viewer SDK
Topic: Printer Settings question
Replies: 1
Views: 1177

Printer Settings question

Hello, I have a question regarding printer settings. Every time I print a document via API call PrintDocument(id, PXCVA_GetNamed), the print dialog resets the printer name to the default printer. I checked with your Viewer, but it doesn't do it. It 'remembers' the last used printer when I print the ...
by TatianaS
Fri Mar 21, 2014 4:59 pm
Forum: PDF-XChange Viewer SDK
Topic: Unable to get print properties
Replies: 5
Views: 2300

Re: Unable to get print properties

Thanks for your response,
Could you please tell be an approximate date when next build will be released?

P.S. Tested with simplex printer without modifying Duplex property on UI, the GetProperty('Print.Duplex', dataOut, 0) is still -1.
by TatianaS
Wed Mar 19, 2014 5:02 pm
Forum: PDF-XChange Viewer SDK
Topic: Unable to get print properties
Replies: 5
Views: 2300

Re: Unable to get print properties

What I do is to call PrintDocument(activeDocumentID, 1), change the duplex property on UI and then call
GetProperty('Print.Duplex', dataOut, 0) and the result is always -1.

SetProperty works fine, but not GetProperty...
by TatianaS
Wed Mar 19, 2014 12:36 am
Forum: PDF-XChange Viewer SDK
Topic: Unable to get print properties
Replies: 5
Views: 2300

Unable to get print properties

Hello,
I am trying to run this line: GetProperty('Print.Duplex', dataOut, 0);
but it always return -1 on any duplex/simplex setting. Is there some other call I could maybe use?

Thanks,
Tatiana
by TatianaS
Tue Mar 18, 2014 5:21 pm
Forum: PDF-XChange Viewer SDK
Topic: Print dialog property
Replies: 4
Views: 1740

Re: Print dialog property

My printing process is unfortunately not very straight forward. I need to add pages (back pages) to the document without showing them to the user in the print preview window, which mean that I need to call print twice. Therefore, I get and set all the print dialog setting from the first print dialog...
by TatianaS
Tue Mar 18, 2014 12:28 am
Forum: PDF-XChange Viewer SDK
Topic: Print dialog property
Replies: 4
Views: 1740

Print dialog property

hello,
I am trying to get 'Print Sheets' property (which is located under preview area) in the printing dialog, but can not see it in API.
Could you please help.

Thanks,
-Tatiana
by TatianaS
Fri Mar 14, 2014 12:57 am
Forum: PDF-XChange Viewer SDK
Topic: BeforeCloseDoc question
Replies: 1
Views: 1197

BeforeCloseDoc question

Hello, I am using the latest build of ActiveX component in delphi and tried to run this code inside onEvent if (Name = 'Notifications.BeforeCloseDoc') then begin SetProperty('Notifications.BeforeCloseDoc.CancelAllowed', 1, 0); SetProperty('Notifications.BeforeCloseDoc.Cancel', 1, 0); end; CancelAllo...
by TatianaS
Wed Feb 19, 2014 11:14 pm
Forum: PDF-XChange Viewer SDK
Topic: Working with MDI
Replies: 25
Views: 7729

Re: Working with MDI

Thanks, that a great news. I already have been using these commands for tiling and they work great: fCoPDFXCview.DoVerb('', 'ExecuteCommand', 'Cascade', dataOut, 0); fCoPDFXCview.DoVerb('', 'ExecuteCommand', 'TileHorizontal', dataOut, 0); fCoPDFXCview.DoVerb('', 'ExecuteCommand', 'TileVertical', dat...
by TatianaS
Wed Feb 05, 2014 10:06 pm
Forum: PDF-XChange Viewer SDK
Topic: Printing to TIFF
Replies: 3
Views: 2009

Re: Printing to TIFF

I tried with different DPI settings and the export is at the best 1 sec per page :( So is there a way to print to TIFF if I do not have my own virtual printer that can print to image? If not, can you recommend some other way to convert PDF to TIFF than by 'Image Export'? Maybe by using your virtual ...
by TatianaS
Wed Feb 05, 2014 1:58 am
Forum: PDF-XChange Viewer SDK
Topic: Printing to TIFF
Replies: 3
Views: 2009

Printing to TIFF

Hello,
I tried exporting a 100 page PDF document to TIFF image using ExportDocument command.
The functionality take about 2 seconds per page which is too slow for my purposes.
I am wandering if you could provide some code example for printing to TIFF image.

Thanks,
Tatiana
by TatianaS
Tue Feb 04, 2014 11:26 pm
Forum: PDF-XChange Viewer SDK
Topic: exporting PDF to File
Replies: 5
Views: 2214

Re: exporting PDF to File

When I use DoDocumentVerb(activeDocumentID, '', 'ExportDocument', dataIn, dataOut, 0);
the 'Export to Image' dialog is popping up, which I do not want because I have my own. Is there a way to bypass it?

Thanks
by TatianaS
Tue Feb 04, 2014 7:47 pm
Forum: PDF-XChange Viewer SDK
Topic: Working with MDI
Replies: 25
Views: 7729

Re: Working with MDI

thanks
by TatianaS
Mon Feb 03, 2014 10:39 pm
Forum: PDF-XChange Viewer SDK
Topic: Working with MDI
Replies: 25
Views: 7729

Re: Working with MDI

Hello,
could you please reply to my question bellow...

Thanks,
Tatiana
by TatianaS
Mon Jan 27, 2014 6:51 pm
Forum: PDF-XChange Viewer SDK
Topic: Working with MDI
Replies: 25
Views: 7729

Re: Working with MDI

Hello,
I seem that the ticket #2158 was not resolved in the latest build. This is very important MDI feature and we will not be able to release our app without it. Could you please give me an approximate date when this can be fixed?

Thank you
Tatiana
by TatianaS
Mon Dec 30, 2013 6:04 pm
Forum: PDF-XChange Viewer SDK
Topic: exporting PDF to File
Replies: 5
Views: 2214

Re: exporting PDF to File

Hello, I tried this, but unsuccessful... First I export an document with: DoDocumentVerb(activeDocumentID, '', 'ExportDocument', dataIn, dataOut, PXCVA_NoUI ); on Event I do this: if (Type_ = PXCVA_OnDisplayPrompt) and (name ='Prompts.ConfirmFileReplace') then begn ....... end; but this prompt is no...
by TatianaS
Fri Dec 27, 2013 6:49 pm
Forum: PDF-XChange Viewer SDK
Topic: exporting PDF to File
Replies: 5
Views: 2214

exporting PDF to File

hello, I have a couple of questions regarding saving PDF into Image and saving PDF pages into a File. 1. When I 'Export to image' via API with PXCVA_NoUI flag, I set the file name which can contain Macros with Export.Image.FileName. However, before saving I would like to verify that that file doesn'...
by TatianaS
Fri Dec 20, 2013 9:17 pm
Forum: PDF-XChange Viewer SDK
Topic: How to show Password Security Settings window
Replies: 8
Views: 2784

Re: How to show Password Security Settings window

Good to hear that 'redaction' is going to be available, but in the meanwhile, is it possible to set doc security (excluding password) so that the content of a document will not be searchable or selectable. Is there some java script maybe I can run?

Thanks
by TatianaS
Fri Dec 20, 2013 7:01 pm
Forum: PDF-XChange Viewer SDK
Topic: Compression and Image Type when Exporting to Image
Replies: 19
Views: 7207

Re: Compression and Image Type when Exporting to Image

Wow, that's amazing!!!
Thank you so much :D
by TatianaS
Fri Dec 20, 2013 6:58 pm
Forum: PDF-XChange Viewer SDK
Topic: How to show Password Security Settings window
Replies: 8
Views: 2784

Re: How to show Password Security Settings window

hello, I have a scenario when users create black annotations to protect sensitive information on the document. I can flatten the annotations, however, text behind flattened annotations is still can be copied and searched for. Is there is a way to set all document components to be Encrypt? or are the...
by TatianaS
Fri Dec 20, 2013 5:05 pm
Forum: PDF-XChange Viewer SDK
Topic: Compression and Image Type when Exporting to Image
Replies: 19
Views: 7207

Re: Compression and Image Type when Exporting to Image

Yes, I understand that I can set the custom settings to external file. What should I do if I want user to have an option to choose between colored and monochrome TIFF, or use gray scale or colored JPEG 9 (from my own UI)? Should I have .dat file for every setting? Thank, I am greatly appreciate your...
by TatianaS
Fri Dec 20, 2013 2:46 am
Forum: PDF-XChange Viewer SDK
Topic: Compression and Image Type when Exporting to Image
Replies: 19
Views: 7207

Re: Compression and Image Type when Exporting to Image

The problem is that I do not have access to set the image to be monochrome or colored or compressed via api, which mean I need to use your UI if I want to change any of these properties, but I can't use your UI because it looks like it only handle one document at the time, but I have multiple docume...
by TatianaS
Fri Dec 20, 2013 1:28 am
Forum: PDF-XChange Viewer SDK
Topic: Compression and Image Type when Exporting to Image
Replies: 19
Views: 7207

Re: Compression and Image Type when Exporting to Image

Compression is very important for us, because we have thousands documents coming throw our system every day.
can I export with command line with DLL and set compression that way?
or maybe via printing to file?
by TatianaS
Thu Dec 19, 2013 6:08 pm
Forum: PDF-XChange Viewer SDK
Topic: Compression and Image Type when Exporting to Image
Replies: 19
Views: 7207

Compression and Image Type when Exporting to Image

Hello, I have a scenario when I need to export multiple PDF documents to multiple TIFF images (no merging) from my MDI. Is it possible to accomplish it with 'Export to Image' tool when multiple documents are loaded into one ocx viewer? If not, Is it possible to set 'Image Type' and 'Compression' (th...
by TatianaS
Thu Dec 19, 2013 4:47 pm
Forum: PDF-XChange Viewer SDK
Topic: How to show Password Security Settings window
Replies: 8
Views: 2784

Re: How to show Password Security Settings window

any news on the topic?
by TatianaS
Mon Dec 16, 2013 9:05 pm
Forum: PDF-XChange Viewer SDK
Topic: Working with MDI
Replies: 25
Views: 7729

Re: Working with MDI

Thanks, that worked. :D
by TatianaS
Fri Dec 13, 2013 11:36 pm
Forum: PDF-XChange Viewer SDK
Topic: How to show Password Security Settings window
Replies: 8
Views: 2784

How to show Password Security Settings window

Hello,
I would like to allow my users to set document security. Is there a way to trigger 'Password Security - Settings' window to pop up and bypass other document properties windows?

Thanks,
Tatiana
by TatianaS
Fri Dec 13, 2013 4:42 pm
Forum: PDF-XChange Viewer SDK
Topic: Working with MDI
Replies: 25
Views: 7729

Re: Working with MDI

Thank you so much. You guys are great :D
by TatianaS
Fri Dec 13, 2013 1:21 am
Forum: PDF-XChange Viewer SDK
Topic: Working with MDI
Replies: 25
Views: 7729

Re: Working with MDI

How can I export my setting if the 'Edit' menu is removed (it contains the export functionality).
Is there any shortcut keys I can use?