Search found 30 matches

by rlagrange
Tue Aug 01, 2017 12:02 pm
Forum: PDF
Topic: Signing PDF and pincode for smartcard
Replies: 6
Views: 7172

Re: Signing PDF and pincode for smartcard

Hi I reproduce the issue with this code : class Program { private const string GDPICTURE_LICENCE_KEY = "TTTT"; // CLEF V14 const string inPath = @"C:\Users\rlagr\OneDrive\Documents\Analyse VTC.pdf"; const string outPath = @"C:\Users\rlagr\OneDrive\Documents\Analyse VTC_SIGNE...
by rlagrange
Mon Jul 31, 2017 8:25 pm
Forum: PDF
Topic: Signing PDFs and Timestamps (reloaded)
Replies: 17
Views: 17037

Re: Signing PDFs and Timestamps (reloaded)

Thanks
by rlagrange
Fri Jul 28, 2017 5:07 pm
Forum: PDF
Topic: Signing PDF and pincode for smartcard
Replies: 6
Views: 7172

Signing PDF and pincode for smartcard

Hi, We successfully sign document using a smartcard and gdpicture. However, it look like the pincode is only asked once for the process lifetime, and not at each document signing, or gdpicturepdf instance, even when using a blank pincode : "oGdPicturePdf.SigSetCertFromSmartCardBySerialNumber(ce...
by rlagrange
Fri Jul 28, 2017 2:32 pm
Forum: PDF
Topic: Signing PDFs and Timestamps (reloaded)
Replies: 17
Views: 17037

Re: Signing PDFs and Timestamps (reloaded)

Hi,
I'm sorry to insist, by I have a demo scheduled for mid september, and I have to know if this feature could be developed in time (if so, I have to get a working build of gdpicture some time before).
Regards,
Romain Lagrange
by rlagrange
Sun Jul 23, 2017 3:32 pm
Forum: PDF
Topic: Signing PDFs and Timestamps (reloaded)
Replies: 17
Views: 17037

Re: Signing PDFs and Timestamps (reloaded)

Hi Jean-Luc,

Did you have a release date for this feature ?

Thanks,
Romain Lagrange
by rlagrange
Tue May 23, 2017 5:41 pm
Forum: Image Processing & Document Imaging
Topic: Create cloned image area!
Replies: 11
Views: 12083

Save selected area in rotated documents

Hi, I'm in a similar position than here : https://www.gdpicture.com/forum/viewtopic.php?f=30&t=2558 but my documents are rotated. The only way I found is to Render the page to picture, cancel the rotation by applying an inverse rotation of the effective one, then crop the picture with the RectCo...
by rlagrange
Mon May 22, 2017 8:40 pm
Forum: General discussions
Topic: Bug detected when saving a file, in gdpicturepdf and gdviewer, in winform, when using pack:true argument
Replies: 1
Views: 5939

Bug detected when saving a file, in gdpicturepdf and gdviewer, in winform, when using pack:true argument

Hi, We are experiencing a strange bug with gdviewer, when used in coordination with gdpicturepdf. - pdf file is loaded in gdpicturepdf - gdviewer load from this gdpicturepdf - add embedded image annotation interactive - catch annotationaddedbyuser event, and do : -- save the document with gdpicturep...
by rlagrange
Fri May 19, 2017 5:34 pm
Forum: PDF
Topic: AddEmbeddedImageAnnot and file size when burn without vector
Replies: 5
Views: 5802

Re: AddEmbeddedImageAnnot and file size when burn without vector

The issue is reproduceable with small modification of your C# Annotation Sample. Change the BurnAnnotationsToPage call, to set vectorMode parameter to false Run it Load the source file Add embedded image annotation and select the input stamp provided, then burn the annotation. Repeat on some pages. ...
by rlagrange
Fri May 19, 2017 5:04 pm
Forum: PDF
Topic: AddEmbeddedImageAnnot and file size when burn without vector
Replies: 5
Views: 5802

Re: AddEmbeddedImageAnnot and file size when burn without vector

The compression were already enabled.
It's the first thing I do when I open the initial pdf.

I just tried with the latest gdpicture 14, and I reproduce the issue.
by rlagrange
Mon May 15, 2017 6:01 pm
Forum: PDF
Topic: AddEmbeddedImageAnnot and file size when burn without vector
Replies: 5
Views: 5802

Re: AddEmbeddedImageAnnot and file size when burn without vector

Hi,

Is this issue being reviewed ?

Thanks.
by rlagrange
Wed May 10, 2017 4:49 pm
Forum: PDF
Topic: AddEmbeddedImageAnnot and file size when burn without vector
Replies: 5
Views: 5802

Re: AddEmbeddedImageAnnot and file size when burn without vector

After further research, it look like the vector resource is embedded with a correct quality, so I think that it's the SMASK which cause the text to be blurry.

Please find the input and output here :
https://drive.google.com/open?id=0B76C2 ... HhhYlJDMkk
by rlagrange
Wed May 10, 2017 3:12 pm
Forum: PDF
Topic: AddEmbeddedImageAnnot and file size when burn without vector
Replies: 5
Views: 5802

AddEmbeddedImageAnnot and file size when burn without vector

Hi, We are having trouble generating small file with embedded image annotations. On CloseDocument, we burn annotation to pages. We test both VectorMode possibilities, and while VectorMode=true give good result in term of file size, the quality of the annotation is very poor. with VectorMode=false, t...
by rlagrange
Wed May 10, 2017 12:00 am
Forum: PDF
Topic: Signing PDFs and Timestamps (reloaded)
Replies: 17
Views: 17037

Re: Signing PDFs and Timestamps (reloaded)

Hi,

Regarding the recent release of GdPicture 14, will this feature be available as a "14.1" release, or will it be released in 15 only ?

Thanks.
by rlagrange
Thu May 04, 2017 10:19 am
Forum: PDF
Topic: Signing PDFs and Timestamps (reloaded)
Replies: 17
Views: 17037

Re: Signing PDFs and Timestamps (reloaded)

Hi Jean-Luc,

That's a great news !
Thanks for the follow up, and please alert me when it's ready !

Regards,
Romain Lagrange
by rlagrange
Tue May 02, 2017 5:58 pm
Forum: PDF
Topic: Signing PDFs and Timestamps (reloaded)
Replies: 17
Views: 17037

Signing PDFs and Timestamps (reloaded)

Hi, I'm in a similar position than in the previous topic, with some improvments. My customer got a SIM Card with a RCS** certificate, and I'm successfully signing the document with it with gdpicturepdf (SigSetCertFromSmartCardBySerialNumber) Now, I've a timestamp server, which provide me a RFC3161 d...