Search found 34 matches
- Mon Dec 07, 2020 4:09 pm
- Forum: Example requests & Code samples
- Topic: [Document Converter]TIFF Conversion
- Replies: 0
- Views: 484
[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...
- Fri Nov 13, 2020 11:56 am
- Forum: Example requests & Code samples
- Topic: [DocumentConverter] DOC to DOCX Conversion
- Replies: 0
- Views: 259
[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...
- Fri Nov 13, 2020 10:46 am
- Forum: Example requests & Code samples
- Topic: [PDF/A] New PDF/A Validator
- Replies: 0
- Views: 78
[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: ValidatePDFA"; ...
- Fri Nov 13, 2020 10:36 am
- Forum: DocuVieware
- Topic: DocuVieware Integration into SharePoint 2019
- Replies: 6
- Views: 568
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
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
- Tue Sep 15, 2020 10:19 am
- Forum: DocuVieware
- Topic: DocuVieware Integration into SharePoint 2019
- Replies: 6
- Views: 568
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
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
- Mon Aug 31, 2020 11:14 am
- Forum: Example requests & Code samples
- Topic: [OCR] New MRZ Recognition Engine
- Replies: 0
- Views: 244
[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...
- Thu Aug 27, 2020 11:10 am
- Forum: DocuVieware
- Topic: How to Set up and Use DocuVieware with Angular 10
- Replies: 0
- Views: 313
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...
- Mon Jul 20, 2020 11:09 am
- Forum: DocuVieware
- Topic: How to Set up and Use DocuVieware with Blazor
- Replies: 0
- Views: 381
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
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
- Thu May 14, 2020 1:45 pm
- Forum: Example requests & Code samples
- Topic: Creating a Document Viewer App (WPF/.NET Core)
- Replies: 0
- Views: 393
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
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
- Mon May 11, 2020 12:22 pm
- Forum: DocuVieware
- Topic: How to Set up and Use DocuVieware with React
- Replies: 0
- Views: 489
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
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
- Mon Mar 23, 2020 5:44 pm
- Forum: Example requests & Code samples
- Topic: PDF Layers
- Replies: 0
- Views: 1623
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
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
- Tue Jan 20, 2015 3:31 pm
- Forum: Customer Reviews
- Topic: App for the CodeProject IAC Contest Using GdPicture.NET
- Replies: 1
- Views: 17673
App for the CodeProject IAC Contest Using GdPicture.NET
An article on CodeProject describes an application using annotations with GdPicture.NET: Quality Manager - An IAC 2013 Contest Entry By Jason Gleim http://www.codeproject.com/Articles/627043/Quality-Manager-An-IAC-Contest-Entry Here is a bit more on the project: This article describes my entry into ...
- Fri Feb 14, 2014 11:33 am
- Forum: Feature Requests
- Topic: Feature Request: ICR
- Replies: 7
- Views: 3554
Re: Handwriting recognition
You're welcome! Do not hesitate if you need any other information.
With best regards,
Elodie
With best regards,
Elodie
- Mon Feb 10, 2014 3:57 pm
- Forum: Feature Requests
- Topic: Feature Request: ICR
- Replies: 7
- Views: 3554
Re: Handwriting recognition
Hello,
Unfortunately it is not possible to use the OCR engine to recognize handwritten text at the moment, the self-teaching-algorithm can only work with typed text.
With best regards,
Elodie
Unfortunately it is not possible to use the OCR engine to recognize handwritten text at the moment, the self-teaching-algorithm can only work with typed text.
With best regards,
Elodie
- Tue Dec 18, 2012 2:02 pm
- Forum: Other discussions
- Topic: Registration
- Replies: 1
- Views: 6884
Re: Registration
Hello Elkay, First I would like to apologize for the delay. Answers on the forum can take longer than on our support platform, where you can get priority support by submitting a ticket. http://support.gdpicture.com/index.php?/Tickets/Submit/ To register your SDK you need to follow these step: To act...