Search found 38 matches

by Elodie
Tue Jan 31, 2023 4:47 pm
Forum: PDF
Topic: Modify signed PDF without compromising the signature
Replies: 7
Views: 121116

Re: Modify signed PDF without compromising the signature

Hello,

We have published a blog article about modifying a signed PDF without compromising the signature using incremental updates.
You will find it here:
https://www.gdpicture.com/blog/modify-signed-pdf/

Please let us know if you have any further questions!

Regards,

Elodie
by Elodie
Mon Mar 28, 2022 4:07 pm
Forum: DocuVieware
Topic: How to Implement DocuVieware as a NuGet
Replies: 0
Views: 66837

How to Implement DocuVieware as a NuGet

Hello!

We just published a new blog article about implementing DocuVieware as a NuGet:

https://www.docuvieware.com/blog/how-to ... are-nuget/

Please let us know if you have any questions!

Regards,

Elodie
by Elodie
Thu Jan 06, 2022 5:35 pm
Forum: Announcements
Topic: GdPicture.NET & DocuVieware are now available as NuGets through nuget.org
Replies: 0
Views: 72817

GdPicture.NET & DocuVieware are now available as NuGets through nuget.org

Hello and happy new year!

You will find now find GdPicture.NET & DocuVieware NuGet packages on these pages:

https://www.nuget.org/packages/GdPicture/

https://www.nuget.org/packages/DocuVieware/

Let us know if you have any questions!

Regards,
Elodie
by Elodie
Mon Sep 06, 2021 9:14 am
Forum: DocuVieware
Topic: How to Set up and Use DocuVieware with Electron
Replies: 0
Views: 66905

How to Set up and Use DocuVieware with Electron

Hello!

We just published a new blog article about DocuVieware integration with Electron:

https://www.docuvieware.com/blog/docuvi ... -tutorial/

We will also add it to the documentation in the next few days.

Please let us know if you have any questions!

Regards,

Elodie
by Elodie
Mon Dec 07, 2020 4:09 pm
Forum: Example requests & Code samples
Topic: [Document Converter]TIFF Conversion
Replies: 0
Views: 70308

[Document Converter]TIFF Conversion

Hello! We have published a new article with a code sample to convert any document to TIFF with the GdPicture.NET Document Converter: https://www.gdpicture.com/blog/tiff-conversion/ Here is the sample in C#: using (GdPictureDocumentConverter gdpictureDocumentConverter = new GdPictureDocumentConverter...
by Elodie
Fri Nov 13, 2020 11:56 am
Forum: Example requests & Code samples
Topic: [DocumentConverter] DOC to DOCX Conversion
Replies: 0
Views: 69464

[DocumentConverter] DOC to DOCX Conversion

Hello! We have published a new article with a code sample to convert a DOC file to DOCX with the GdPicture.NET Document Converter: https://www.gdpicture.com/blog/doc-docx-conversion Here is the sample in C#: GdPictureStatus status; using (GdPictureDocumentConverter gdpictureDocumentConverter = new G...
by Elodie
Fri Nov 13, 2020 10:46 am
Forum: Example requests & Code samples
Topic: [PDF/A] New PDF/A Validator
Replies: 0
Views: 69411

[PDF/A] New PDF/A Validator

Hello! We have released a PDF/A validator to check the ISO compliance of your files: https://www.gdpicture.com/blog/new-pdfa-validator/ Here is an example on how to validate PDF/A-2b conformance(C#): using (GdPicturePDF oGdPicturePDF = new GdPicturePDF()) { string caption = "Example: ValidatePD...
by Elodie
Fri Nov 13, 2020 10:36 am
Forum: DocuVieware
Topic: DocuVieware Integration into SharePoint 2019
Replies: 9
Views: 20491

Re: DocuVieware Integration into SharePoint 2019

Hello,

For a SharePoint integration, you will need to use the commercial version of DocuVieware.

You will find here the comparison matrix for DocuVieware and DocuVieware Lite:
https://www.docuvieware.com/guides/aspn ... 0Lite.html

Regards,

Elodie
by Elodie
Tue Sep 15, 2020 10:19 am
Forum: DocuVieware
Topic: DocuVieware Integration into SharePoint 2019
Replies: 9
Views: 20491

DocuVieware Integration into SharePoint 2019

Hello!

Today's tutorial is about how to integrate DocuVieware into SharePoint.

https://www.docuvieware.com/blog/docuvi ... harepoint/

Please let us know if you have any questions!

Have a nice day,

Regards,
Elodie
by Elodie
Mon Aug 31, 2020 11:14 am
Forum: Example requests & Code samples
Topic: [OCR] New MRZ Recognition Engine
Replies: 0
Views: 69854

[OCR] New MRZ Recognition Engine

Hello, We have released a new MRZ recognition engine to read Machine Readable Travel Documents. The only thing you need to do for switching from our general-purpose OCR to MRZ is to specify the special context as a parameter of the RunOCR method: gdPictureOcr.SetImage(imageId); resultId = gdPictureO...
by Elodie
Thu Aug 27, 2020 11:10 am
Forum: DocuVieware
Topic: How to Set up and Use DocuVieware with Angular 10
Replies: 0
Views: 67882

How to Set up and Use DocuVieware with Angular 10

Hello! Today, we would like to share our latest DocuVieware tutorial with you, about how to set up and use our HTML5 viewer and document management kit with Angular 10. https://www.orpalis.com/blog/docuvieware-tutorial-for-angular10/ Let us know if you have any questions! Have a nice day, Regards, E...
by Elodie
Mon Jul 20, 2020 11:09 am
Forum: DocuVieware
Topic: How to Set up and Use DocuVieware with Blazor
Replies: 2
Views: 10981

How to Set up and Use DocuVieware with Blazor

Hello!

Today, we would like to share our latest DocuVieware tutorial with you, written by Blazor expert Jeremy Likness, which focuses on the ASP.NET Core hosted version of Blazor WebAssembly.

https://www.docuvieware.com/blog/docuvi ... al-blazor/

Have a nice day,

Regards,
Elodie
by Elodie
Thu May 14, 2020 1:45 pm
Forum: Example requests & Code samples
Topic: Creating a Document Viewer App (WPF/.NET Core)
Replies: 0
Views: 68524

Creating a Document Viewer App (WPF/.NET Core)

Hi everyone!

In today’s tutorial, you will learn how to integrate a universal document viewer into your app with WPF on .NET Core.
https://www.gdpicture.com/blog/universa ... otnetcore/

Have a nice day,

Regards,

Elodie
by Elodie
Mon May 11, 2020 12:22 pm
Forum: DocuVieware
Topic: How to Set up and Use DocuVieware with React
Replies: 0
Views: 68821

How to Set up and Use DocuVieware with React

Hello!

In our latest blog article, you will find a tutorial on how to set up and use DocuVieware HTML5 Viewer and Document Management Kit in a web app using React.

https://www.docuvieware.com/blog/docuvi ... ith-react/

Have a nice day,

Regards,
Elodie
by Elodie
Mon Mar 23, 2020 5:44 pm
Forum: Example requests & Code samples
Topic: PDF Layers
Replies: 0
Views: 69527

PDF Layers

Hello,

We have a new tutorial about Optional Content Groups, aka PDF layers.
You will find it here:

https://www.gdpicture.com/blog/pdf-layers-ocg/

Regards,

Elodie