Search found 436 matches
- Mon Aug 12, 2019 5:43 pm
- Forum: Feature Requests
- Topic: Any Hope for .Net Standard?
- Replies: 6
- Views: 6688
Re: Any Hope for .Net Standard?
Hi, Bryan, It is because .NET Core 3 is not officially released by Microsoft, this support for GdPicture.NET is, like it is for Microsoft, on preview stage. We will then switch to the release stage as soon as Microsoft does it, currently announced for September 2019. Please refer to this article for...
- Mon Aug 12, 2019 11:44 am
- Forum: PDF
- Topic: GDPìcture for develop an Azure Web API
- Replies: 5
- Views: 6113
Re: GDPìcture for develop an Azure Web API
Hello,
GdPicture & DocuVIeware are now available for .NET Core 3 and higher based applications from the release 14.1.31.
GdPicture & DocuVIeware are now available for .NET Core 3 and higher based applications from the release 14.1.31.
- Mon Aug 12, 2019 11:43 am
- Forum: DocuVieware
- Topic: Using DocuVieware within .Net Core Web API service
- Replies: 3
- Views: 4753
Re: Using DocuVieware within .Net Core Web API service
Hello,
GdPicture & DocuVIeware are now available for .NET Core 3 and higher based applications from the release 14.1.31.
GdPicture & DocuVIeware are now available for .NET Core 3 and higher based applications from the release 14.1.31.
- Mon Aug 12, 2019 11:43 am
- Forum: Feature Requests
- Topic: Any Hope for .Net Standard?
- Replies: 6
- Views: 6688
Re: Any Hope for .Net Standard?
Hello,
GdPicture & DocuVIeware are now available for .NET Core 3 and higher based applications from the release 14.1.31.
GdPicture & DocuVIeware are now available for .NET Core 3 and higher based applications from the release 14.1.31.
- Mon Aug 12, 2019 11:43 am
- Forum: General discussions
- Topic: .NET Core 3
- Replies: 2
- Views: 7487
Re: .NET Core 3
Hello,
GdPicture & DocuVIeware are now available for .NET Core 3 and higher based applications from the release 14.1.31.
GdPicture & DocuVIeware are now available for .NET Core 3 and higher based applications from the release 14.1.31.
- Wed Aug 07, 2019 10:14 am
- Forum: PDF
- Topic: wrong page size gdpicture in draw text in pdf?
- Replies: 1
- Views: 4088
Re: wrong page size gdpicture in draw text in pdf?
Hello, I would say this computation should help you: float centerPostition = pageWidth / 2 - textSizeW / 2; float bottomPostition = pageHeigth - textSizeH; If this is not what you are asking for, please send us a source document and specify in more details what you are trying to achieve. It is not q...
- Mon Jul 29, 2019 12:37 pm
- Forum: Document Viewing
- Topic: Loading 2 instances of ThumbnailEx from same GdViewer
- Replies: 1
- Views: 4500
Re: Loading 2 instances of ThumbnailEx from same GdViewer
Hello,
Could you share a very simple application with us that demonstrates the issue? It is quite hard to investigate it only from that description.
Could you also confirm you are using the latest published release? https://www.gdpicture.com/download-gdpicture/
Thank you.
Could you share a very simple application with us that demonstrates the issue? It is quite hard to investigate it only from that description.
Could you also confirm you are using the latest published release? https://www.gdpicture.com/download-gdpicture/
Thank you.
- Mon Jul 29, 2019 12:33 pm
- Forum: Image Processing & Document Imaging
- Topic: Memory leak
- Replies: 5
- Views: 5982
Re: Memory leak
Hello, I'm sorry to say that, but we really cannot investigate such code. We strongly suggest paying attention to releasing images after the usage, either with ReleaseGdPictureImage Method (GdPictureImaging) or you can use also ReleaseAllGdPictureImages Method (GdPictureDocumentUtilities) . Please c...
- Thu Jul 25, 2019 1:47 pm
- Forum: OCR, MRC & Document understanding
- Topic: GdPicture.NET Hyper-Compression Engine
- Replies: 1
- Views: 10296
Re: GdPicture.NET Hyper-Compression Engine
Hi,
Starting 14.1.28 release we have involved the MRC engine into the GdPicture.NET toolkit. Here is the entry point: GdPicturePDFReducer Class
Please find the basic example of the usage here: Optimizing PDF documents by enabling MRC compression
Let's try!
Starting 14.1.28 release we have involved the MRC engine into the GdPicture.NET toolkit. Here is the entry point: GdPicturePDFReducer Class
Please find the basic example of the usage here: Optimizing PDF documents by enabling MRC compression
Let's try!
- Thu Jul 25, 2019 1:44 pm
- Forum: OCR, MRC & Document understanding
- Topic: GdPicture.NET Hyper-Compression Engine
- Replies: 1
- Views: 10296
GdPicture.NET Hyper-Compression Engine
Hi all,
The tool we are most proud of is our MRC compression engine based on MRC compression techniques (Hyper Compression).
You can find all the details here as well as you can try it with your documents directly:
GdPicture.NET Hyper-Compression Engine
Enjoy!
The tool we are most proud of is our MRC compression engine based on MRC compression techniques (Hyper Compression).
You can find all the details here as well as you can try it with your documents directly:
GdPicture.NET Hyper-Compression Engine
Enjoy!
- Thu Jul 25, 2019 1:38 pm
- Forum: COM interoperability
- Topic: Memory Leak Using COM
- Replies: 2
- Views: 4586
Re: Memory Leak Using COM
Hi, Please try our latest release 14.1.29 (https://www.gdpicture.com/download-gdpicture/). We have improved COM edition a lot in the past releases, we offer backward/forward compatibility starting version 14.0.25, together with improved support for Delphi. Kindly let us know if you will run into any...
- Thu Jul 25, 2019 1:30 pm
- Forum: PDF
- Topic: How to optimize PDF documents
- Replies: 3
- Views: 5837
Re: How to optimize PDF documents
Hi,
The entry point is the newly introduced GdPicturePDFReducer Class.
A couple of examples you can find under the PDF Optimization section within our Reference Guide, for example:
Optimizing PDF documents in general
The entry point is the newly introduced GdPicturePDFReducer Class.
A couple of examples you can find under the PDF Optimization section within our Reference Guide, for example:
Optimizing PDF documents in general
- Thu Jul 25, 2019 1:28 pm
- Forum: PDF
- Topic: How to optimize PDF documents
- Replies: 3
- Views: 5837
How to optimize PDF documents
Hi all,
Here you can find the basic usage of our new GdPicture.NET PDF Reducer SDK:
Optimizing PDF documents in general
Let's try and use it!
Here you can find the basic usage of our new GdPicture.NET PDF Reducer SDK:
Optimizing PDF documents in general
Let's try and use it!
- Thu Jul 25, 2019 1:08 pm
- Forum: Example requests & Code samples
- Topic: PDF Optimization
- Replies: 1
- Views: 5889
Re: PDF Optimization
Hi,
Here you can find a couple of examples presenting the common use cases:
Optimizing PDF documents in general
Optimizing PDF documents by enabling MRC compression
Optimizing PDF documents by re-compressing images
Optimizing PDF documents by controlling image compressions
Here you can find a couple of examples presenting the common use cases:
Optimizing PDF documents in general
Optimizing PDF documents by enabling MRC compression
Optimizing PDF documents by re-compressing images
Optimizing PDF documents by controlling image compressions
- Thu Jul 25, 2019 1:06 pm
- Forum: Example requests & Code samples
- Topic: PDF Optimization
- Replies: 1
- Views: 5889
PDF Optimization
Hi all, We would like to draw your attention to new features introduced in the GdPicture.NET. Nowadays the big challenge for everyone is PDF Optimization and we have the solution: GdPicture.NET PDF Reducer SDK Have a look into this and try! Let us know any questions or issues, always happy to hear a...