Search found 30 matches

by promisekey
Mon Dec 17, 2012 5:22 pm
Forum: PDF-XChange Print Drivers
Topic: Print from any Windows App
Replies: 4
Views: 2245

Re: Print from any Windows App

Does the license allow users to print from every Windows Application or only the Application that I distribute? The printer is going to be named and designed so it automatically prints to a specific folder that my application monitors. When my application is not running, the printer should either be...
by promisekey
Mon Dec 17, 2012 4:07 pm
Forum: PDF-XChange Print Drivers
Topic: Print from any Windows App
Replies: 4
Views: 2245

Print from any Windows App

I am looking for a way to print from any Windows App to a PDF printer and have it automatically (programatically) go to the folder of my choosing. Since I distribute this feature with my application, I would prefer to not have to license PDF-XChange Std on every user who purchases my my application....
by promisekey
Wed Jul 11, 2012 10:14 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: No annotation name with PXCp_AddLineAnnotationW?
Replies: 13
Views: 6223

Re: No annotation name with PXCp_AddLineAnnotationW?

I tried your code and found "hr = PXCp_DictionaryClearAll(hDict);" works to completely delete an annotation. The PXCp_DictionaryClearValue will clear one Dictionary Key and PXCp_DictionaryDelete causes an error when saving.
by promisekey
Wed Jul 11, 2012 4:08 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: TestPro40.exe Functionality
Replies: 8
Views: 4886

Re: TestPro40.exe Functionality

I have downloaded the latest version and tested it. This low-level feature is now working. Thanks for getting it corrected!
by promisekey
Fri Jun 29, 2012 9:47 pm
Forum: PDF-XChange Viewer SDK
Topic: Print without a UI
Replies: 18
Views: 7234

Re: Print without a UI

I used Visual Basic 6 to create a quick test to verify printing could be done using a non-visual interface. Here is a summary of how I created my test application. It was done very quickly just to verify it could be done. 1. Made a copy of the PXCView36. 2. Changed "Private Function ViewPDF(fna...
by promisekey
Thu Jun 28, 2012 3:46 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: TestPro40.exe Functionality
Replies: 8
Views: 4886

Re: TestPro40.exe Functionality

Thanks for getting the problem corrected. I will make some time next week to download and try it out. Thanks :)
by promisekey
Fri Jun 08, 2012 8:47 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: TestPro40.exe Functionality
Replies: 8
Views: 4886

Re: TestPro40.exe Functionality

It says it is successful when I run it too, but no PDF is created. When I debug the code, it gives an error when saving the PDF. Have you verified the new PDF file is created?
by promisekey
Thu Jun 07, 2012 3:22 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: I Need a Annot Subtype = Stamp
Replies: 7
Views: 3872

Re: I Need a Annot Subtype = Stamp

I don't think this function is going to work for me unless I can make it an Annotation.
by promisekey
Thu Jun 07, 2012 3:19 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: PXCp_Add3DAnnotationA Documentation
Replies: 1
Views: 28851

PXCp_Add3DAnnotationA Documentation

The documentation for the PXCp_Add3DAnnotationA function in the PDF-ToolsV4SDK.chm seems to be incorrect. The top portion of the documentation lists 11 parameters, but the example below it has 12 parameters. It is missing documentation for the parameter between def_view and lpBuf.
by promisekey
Thu Jun 07, 2012 3:14 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: TestPro40.exe Functionality
Replies: 8
Views: 4886

TestPro40.exe Functionality

I have been using the TestPro40.vcproj and TestPro40.exe to learn how to call your functions. The "Low Level" Menu "Create Doc" option does not work. Does this work for anyone else?
by promisekey
Tue May 29, 2012 8:29 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: I Need a Annot Subtype = Stamp
Replies: 7
Views: 3872

Re: I Need a Annot Subtype = Stamp

Thanks, I will give it a try.
by promisekey
Tue May 29, 2012 5:50 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: I Need a Annot Subtype = Stamp
Replies: 7
Views: 3872

Re: I Need a Annot Subtype = Stamp

The stamp needs to display a gif, bmp, or jpeg image in a specific location. Is there a high level function that can do this?
by promisekey
Fri May 25, 2012 8:43 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: I Need a Annot Subtype = Stamp
Replies: 7
Views: 3872

I Need a Annot Subtype = Stamp

Are there any functions that can create an Annotation Subtype = Stamp? I tried the PXCp_Add3DAnnotationA function, but it creates a subtype of 3D.
by promisekey
Mon May 21, 2012 6:12 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: Name a Sticky Note Annotation
Replies: 7
Views: 4106

Re: Name a Sticky Note Annotation

Do you know if the next version of the PDF Tools is able to set the name of annotations (like a sticky note) using a High-level function? We are still evaluating your product? Will any of the Low-level functions work (in evaluation mode) if I want to try using them to rename the new sticky note anno...
by promisekey
Fri May 18, 2012 5:44 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: Name a Sticky Note Annotation
Replies: 7
Views: 4106

Re: Name a Sticky Note Annotation

When we purchase your product are the low level functions supported? Do you have any special paid support plans where these functions can be supported?
by promisekey
Fri May 18, 2012 1:09 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: Name a Sticky Note Annotation
Replies: 7
Views: 4106

Re: Name a Sticky Note Annotation

Other than the PDF Documentation, are there any low-level examples available? If I ever find a defect with a low level function is it something that can be corrected or are the low level functions not supported at all?
by promisekey
Thu May 17, 2012 8:25 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: PXCp_AddTextAnnotation
Replies: 4
Views: 2862

Re: PXCp_AddTextAnnotation

Sorry, it is not in the VBExamples that I downloaded from your site. There is no example of the PXCp_AddTextAnnotation function in the VB6 sample you listed. I was able to find it in the VBNetExamples folder and adapt it.
by promisekey
Thu May 17, 2012 8:06 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: Name a Sticky Note Annotation
Replies: 7
Views: 4106

Name a Sticky Note Annotation

I am using the xcpro40.dll PXCp_AddTextAnnotationA function to create a sticky note annotation. Is there a way to give the annoation a name? Is there a way to make it so it is open by default instead of closed? Thanks.
by promisekey
Wed May 16, 2012 5:44 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: PXCp_AddTextAnnotation
Replies: 4
Views: 2862

Re: PXCp_AddTextAnnotation

I found the function in the VBNet examples for the XCPro40.dll. Are there any examples how to use this in VB6? Thanks.
by promisekey
Wed May 16, 2012 5:08 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: PXCp_AddTextAnnotation
Replies: 4
Views: 2862

PXCp_AddTextAnnotation

I was looking through the documentation (PDF-ToolsV4SDK.pdf) and found the PXCp_AddTextAnnotationA function under the XCPro40 LIB Functions. After looking at your VB6 examples, it seems this is a PXCLIB40 LIB Function. Is this function in the incorrect section of the documentation? I would like to o...
by promisekey
Wed May 02, 2012 1:24 pm
Forum: PDF-XChange Viewer SDK
Topic: Adding Custom Stamp Image
Replies: 9
Views: 4592

Re: Adding Custom Stamp Image

This is an essential feature for us to consider implementing your software. Do you offer any betas of v3 so I can test this new feature?
by promisekey
Tue May 01, 2012 9:40 pm
Forum: PDF-XChange Viewer SDK
Topic: Adding Custom Stamp Image
Replies: 9
Views: 4592

Re: Adding Custom Stamp Image

When is V3 scheduled to be released?
How does "V3" relate to the PDF XChange versions? I currently have Version 4 of the SDK installed.
How do your develpers insert the "PDF-XChange Viewer - Click to buy NOW!" in the corners when saving?
by promisekey
Tue Apr 24, 2012 5:35 pm
Forum: PDF-XChange Viewer SDK
Topic: How to add a Custom Stamp Image
Replies: 3
Views: 1907

Re: How to add a Custom Stamp Image

I am still new to using your software. I can manually add it by opening the Stamp Palette, loading the image file, and then applying it. Is there a way to do this programmatically? Can you send me a code snippet?
by promisekey
Mon Apr 23, 2012 6:02 pm
Forum: PDF-XChange Viewer SDK
Topic: How to add a Custom Stamp Image
Replies: 3
Views: 1907

How to add a Custom Stamp Image

Is there a way to programattically add a stamp using a filename (bmp file)? I am using VB6.
by promisekey
Mon Apr 23, 2012 5:05 pm
Forum: PDF-XChange Viewer SDK
Topic: Fill a PDF form via code?
Replies: 7
Views: 3172

Re: Fill a PDF form via code?

// Javascript Example 1 // Set each field as the name of the field i=0; for (i = 0; i < this.numFields; i++) { this.getField(this.getNthFieldName(i)).value = this.getNthFieldName(i);} // Javascript Example 2 // Set the Name of "Field_Name1" to "New Value" this.getField(“Field_Nam...
by promisekey
Thu Apr 19, 2012 10:24 pm
Forum: PDF-XChange Viewer SDK
Topic: Adding Custom Stamp Image
Replies: 9
Views: 4592

Re: Adding Custom Stamp Image

Can you tell me how to programattically add a stamp using a filename (bmp file)? I am using VB6.
by promisekey
Thu Apr 19, 2012 6:28 pm
Forum: PDF-XChange Viewer SDK
Topic: Print without a UI
Replies: 18
Views: 7234

Re: Print without a UI

We have some Web services and other distribution programs that open a PDF and perform these functions prior to printing or emailing it. We can convert a few of these areas to use a hidden visual control, but in the case of the Web service, it needs to be completely non-visual.
by promisekey
Thu Apr 19, 2012 5:53 pm
Forum: PDF-XChange Viewer SDK
Topic: Print without a UI
Replies: 18
Views: 7234

Re: Print without a UI

The DLL I am creating is totally non-visual. It needs to do thinks like:
1. Open a PDF
2. Remove certain types of Annotations like Sticky Notes/Stamps/Highlight/Text Boxes
3. Lock Merge Fields
4. Save any of the above changes
5. Print the PDF
by promisekey
Thu Apr 19, 2012 4:47 pm
Forum: PDF-XChange Viewer SDK
Topic: Print without a UI
Replies: 18
Views: 7234

Re: Print without a UI

I was able to get the printing to work in the non-visual interface. We would like to have more options like, removing annotations, locking merge fields, and rasterizing the PDF. The ActiveX version does not work in the non-visual environment and the simple DLL is limited to viewing and printing. Do ...
by promisekey
Tue Apr 17, 2012 10:08 pm
Forum: PDF-XChange Viewer SDK
Topic: Print without a UI
Replies: 18
Views: 7234

Print without a UI

I am evaluating the PDF Exchange SDK tools and need to know if there is a way to Open a PDF and print it without displaying it. This function will be built into a custom dll, so it will not have any user interface. A VB6 example would be useful. Thanks.