Search found 20 matches

by aisoft
Wed Nov 25, 2009 3:00 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: Multiple signatures
Replies: 6
Views: 2410

Re: Multiple signatures

Thank you for information. Is there any way to remove signature from file before new signing, to prevent such situation ?
by aisoft
Tue Nov 24, 2009 3:23 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: Multiple signatures
Replies: 6
Views: 2410

Re: Multiple signatures

Stefan, I have not used the incremental saving. Sequence went as follows:
1. Open PDF
2. Sign with PXCp_SignDocumentUsingPFXW
3. Save file with PXCp_WriteDocumentW
then:
4. Open PDF
5. Add text and image watermark
6. Sign with PXCp_SignDocumentUsingPFXW
7. Save file with PXCp_WriteDocumentW
by aisoft
Tue Nov 24, 2009 10:53 am
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: Multiple signatures
Replies: 6
Views: 2410

Multiple signatures

Hello, I have signed the PDF with your component, and saved it. Then I opened it, added some text, signed and saved. So I have PDF with two signatures. Adobe Reader shows both signatures, says the first one have technical problem with byte range, and gives no chance to show version signed with first...
by aisoft
Fri Nov 06, 2009 3:53 pm
Forum: PDF-XChange Viewer SDK
Topic: Problem with PDF form viewing
Replies: 5
Views: 1757

Re: Problem with PDF form viewing

Is it possible to extract/change the XML file from that XFA form with your component (ie. running some JavaScript or any other way) ?
What time do you plan to make next major version ?
by aisoft
Fri Nov 06, 2009 2:08 pm
Forum: PDF-XChange Viewer SDK
Topic: Problem with PDF form viewing
Replies: 5
Views: 1757

Re: Problem with PDF form viewing

Thank you for answer.
by aisoft
Fri Nov 06, 2009 10:50 am
Forum: PDF-XChange Viewer SDK
Topic: Problem with PDF form viewing
Replies: 5
Views: 1757

Problem with PDF form viewing

Hello,
could you please look at the file attached and tell me why it is not displayed correctly in your Viewer component ? File has 3 pages of form with lot of fields, but in your Viewer, only one page with informational text (about upgrading Acrobat) is displayed.
by aisoft
Tue Oct 06, 2009 11:18 am
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: Signature without graphic portion
Replies: 5
Views: 1944

Re: Signature without graphic portion

I need to make signatures which are not visible on any document page. Presence of such a signature in Adobe Reader is noticeable only in "signatures panel". I have attached the sample project which signes PDF document with Sign_GR_NoGraphics option. As you can see in output file signed.pdf...
by aisoft
Tue Oct 06, 2009 10:42 am
Forum: PDF-XChange Drivers API SDK
Topic: Suppress font embedding
Replies: 5
Views: 2211

Re: Suppress font embedding

In attached archive, you see the test project, input file (test.pdf) and output file (testWater.pdf). Please note that output file testWater.pdf contains eight embedded subsets of ArialMT font.
by aisoft
Mon Oct 05, 2009 7:44 am
Forum: PDF-XChange Drivers API SDK
Topic: Suppress font embedding
Replies: 5
Views: 2211

Re: Suppress font embedding

Thank you for making it clear. :D I have another issue. When I add 4 lines of text into watermark, every line embeds its own subset of used font into resulting PDF. When I try to set embedding with PXC_SetEmbeddingOptions and PXC_SetFontEmbeddA functions, I receive an Error: PdfLib [Operation/Featur...
by aisoft
Fri Oct 02, 2009 12:39 pm
Forum: PDF-XChange Drivers API SDK
Topic: Suppress font embedding
Replies: 5
Views: 2211

Suppress font embedding

Hello,
I am trying to generate PDF without most common fonts embedded but I am not successful. Plees see my source .doc, resulting .PDF and test project in VB 6.
by aisoft
Thu Oct 01, 2009 9:05 am
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: Image type for watermark
Replies: 3
Views: 1737

Re: Image type for watermark

Thank you for your reply.

When I place some image into watermark, does it get compresed or optimized ? Does it get rescaled when I set smaller width and height than input image is ?
by aisoft
Thu Oct 01, 2009 8:23 am
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: Signature without graphic portion
Replies: 5
Views: 1944

Re: Signature without graphic portion

My code is very simple, it does the following: 1. InitPXCp 2. Open existing PDF using PXCpVB_ReadDocumentW 3. res = PXCpVB_SignDocumentUsingPFXW(hPDF, CertPath, CertPass, 0, rect, "", " ", "", "", Sign_GR_NoGraphics) 4. Save file using PXCpVB_WriteDocumentW an...
by aisoft
Wed Sep 30, 2009 2:28 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: Image type for watermark
Replies: 3
Views: 1737

Image type for watermark

Hello, which types of image can I use as watermarks ?
by aisoft
Wed Sep 30, 2009 2:13 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: Signature without graphic portion
Replies: 5
Views: 1944

Signature without graphic portion

Hello,
I am trying to digitally sign the PDF document without the graphic portion of signature, but the graphics is still present, even when I specify the Sign_GR_NoGraphics option. I am doing something wrong or is it the bug ?
by aisoft
Thu Aug 13, 2009 2:45 pm
Forum: PDF-XChange Drivers API SDK
Topic: Unsuccessfull test of digital signing in VB6
Replies: 10
Views: 3779

Re: Unsuccessfull test of digital signing in VB6

Hello Stefan, did you get an answer for the question above ?
by aisoft
Fri Jul 31, 2009 2:16 pm
Forum: PDF-XChange Drivers API SDK
Topic: Unsuccessfull test of digital signing in VB6
Replies: 10
Views: 3779

Re: Unsuccessfull test of digital signing in VB6

Hello,
When I make signed PDF, am I able to detect whether the signing proces was succesfull and the resulting PDF is signed ?
by aisoft
Tue Jul 28, 2009 2:16 pm
Forum: PDF-XChange Drivers API SDK
Topic: Unsuccessfull test of digital signing in VB6
Replies: 10
Views: 3779

Successfull test of digital signing in VB6

The password entry dialog should be displayed by the layer which computes the signature. To incorporate this feature into the program may be possible, but it's another story. :lol:
by aisoft
Tue Jul 28, 2009 1:21 pm
Forum: PDF-XChange Drivers API SDK
Topic: Unsuccessfull test of digital signing in VB6
Replies: 10
Views: 3779

Re: Unsuccessfull test of digital signing in VB6

Hello Corwin We have not seen any certificate installed in system which was password protected. Are you sure that system storage allows doing such things? Yes, it allows. When you import the certificate with private key from .pfx file into your storage, you can set the private key security to high a...
by aisoft
Tue Jul 28, 2009 8:02 am
Forum: PDF-XChange Drivers API SDK
Topic: Unsuccessfull test of digital signing in VB6
Replies: 10
Views: 3779

Re: Unsuccessfull test of digital signing in VB6

Corwin, thank you very much, it worked. I wonder why the line .Option("DigiSig.PFXPath") = "c:\pokus2.pfx" does not throw exception. Would it be possible to incorporate some verification of input values into next build of your product ? For example it may throw exception in the c...
by aisoft
Mon Jul 27, 2009 9:25 am
Forum: PDF-XChange Drivers API SDK
Topic: Unsuccessfull test of digital signing in VB6
Replies: 10
Views: 3779

Unsuccessfull test of digital signing in VB6

Hello, I have installed current demo release of PDF-XChange Drivers. When I set digital signature properties (certifacate etc.) manually in printer options, and then print anything, everything works fine an I get signed PDF file. But when I try to do the same things programmatically, no error is dis...