Search found 436 matches

by Gabriela
Tue Sep 18, 2018 1:55 pm
Forum: PDF
Topic: Get text from pdf including spaces in the PDF document
Replies: 3
Views: 3325

Re: Get text from pdf including spaces in the PDF document

Hello,

Using our latest release the text is extracted "as is", means with all spaces. Please, find an example in our documentation pages here:
https://www.gdpicture.com/guides/gdpicture/web ... eText.html
by Gabriela
Tue Sep 18, 2018 1:40 pm
Forum: PDF
Topic: Missing methods after upgrading to 14.0.0.61
Replies: 1
Views: 2724

Re: Missing methods after upgrading to 14.0.0.61

Hello,

A completely new class GdPictureOCR has been introduced from the version GdPicture.NET 14.0.28 (https://www.gdpicture.com/products/version-history/) to support OCR functionality in one place. Therefore these methods are no longer available and this new class must be used instead.
by Gabriela
Tue Jul 17, 2018 8:50 am
Forum: PDF
Topic: SetFormFieldValue not working correctly
Replies: 8
Views: 7716

Re: SetFormFieldValue not working correctly

Hi,

In recent releases, we have improved functionality related to form fields, specifically checkboxes and radio buttons related methods. Please try our latest release, you can download it here:
https://www.gdpicture.com/download-gdpicture/
by Gabriela
Tue Jul 17, 2018 8:35 am
Forum: PDF
Topic: How exactly are layers / optional content groups meant to work?
Replies: 2
Views: 3806

Re: How exactly are layers / optional content groups meant to work?

Hi,

The published release 14.0.60 (https://www.gdpicture.com/products/version-history/) includes improved functionality for layers (OCG) in PDF, so they are now fully visible after the creation. You can download the release here: https://www.gdpicture.com/download-gdpicture/
by Gabriela
Tue Jun 26, 2018 1:33 pm
Forum: PDF
Topic: Embedding PDF Font
Replies: 1
Views: 2602

Re: Embedding PDF Font

Hi, Could you please create a ticket on our support platform here https://support.orpalis.com/index.php?/Tickets/Submit/ ? Please attach your code snippet and the related document. Our development team will try to replicate your issue because now we are not able to reproduce it, so we can't answer y...
by Gabriela
Thu Jun 21, 2018 6:22 pm
Forum: PDF
Topic: Tagged PDF in GdPicture
Replies: 1
Views: 6272

Re: Tagged PDF in GdPicture

Hi, Pavel, The released version of GdPicture 14.0.56 offers new features related to tags. You can now create tagged PDF documents. Please find the new features listed here: https://www.gdpicture.com/products/version-history/ You can find those methods under the Accessibility section in the Reference...
by Gabriela
Thu Jun 21, 2018 6:13 pm
Forum: PDF
Topic: Proofing & Editing Ocr Text in a PDF
Replies: 2
Views: 3401

Re: Proofing & Editing Ocr Text in a PDF

Hi,

You can try the GdPictureOCR class, please find it here:
https://www.gdpicture.com/guides/gdpicture/web ... reOCR.html
by Gabriela
Thu Jun 21, 2018 6:08 pm
Forum: PDF
Topic: Insert a blank page
Replies: 2
Views: 3076

Re: Insert a blank page

Hi,

You can also find some examples here:
https://www.gdpicture.com/guides/gdpicture/web ... tPage.html
by Gabriela
Thu Jun 21, 2018 6:05 pm
Forum: PDF
Topic: Convert a existing PDF to PDF-A3
Replies: 1
Views: 2526

Re: Convert a existing PDF to PDF-A3

Hello, Unfortunately, we do not support this feature yet. We do offer the DocumentConverter class for other useful conversions: https://www.gdpicture.com/guides/gdpicture/Overview.html#GdPicture.NET.14~GdPicture14.GdPictureDocumentConverter.html But the valid conversion from PDF to PDF/A is not supp...
by Gabriela
Fri May 25, 2018 10:50 am
Forum: PDF
Topic: Error loading GDPicture.NET.9.PDF.dll
Replies: 2
Views: 3862

Re: Error loading GDPicture.NET.9.PDF.dll

As avalon86 said, the clean reinstall should work here.
by Gabriela
Fri May 25, 2018 10:47 am
Forum: PDF
Topic: Extracting PDF from Viewer
Replies: 3
Views: 5236

Re: Extracting PDF from Viewer

As for PDF documents, use the GdPicturePDF class to load your PDF document into the GdPicturePDF object: https://www.gdpicture.com/guides/gdpicture/Overview.html#GdPicture.NET.14~GdPicture14.GdPicturePDF.html Then display it in the viewer: https://www.gdpicture.com/guides/gdpicture/Overview.html#GdP...
by Gabriela
Fri May 25, 2018 10:40 am
Forum: PDF
Topic: Multi Page PDF - Cropped - copied into one page PDF
Replies: 2
Views: 3174

Re: Multi Page PDF - Cropped - copied into one page PDF

You can make it step by step for each page with help of this method:
https://www.gdpicture.com/guides/gdpicture/web ... wPage.html
Inspire yourself with the attached example.
by Gabriela
Fri May 25, 2018 10:31 am
Forum: Example requests & Code samples
Topic: Extracting XMP Metadata of an image to a XML File
Replies: 1
Views: 3737

Re: Extracting XMP Metadata of an image to a XML File

Here is the promised method from GdPicture14 that does the same in one call: https://www.gdpicture.com/guides/gdpicture/Overview.html#GdPicture.NET.14~GdPicture14.GdPictureImaging~TagGetXMLPacket.html You can set metadata using these methods as well: https://www.gdpicture.com/guides/gdpicture/Overvi...
by Gabriela
Wed Mar 21, 2018 9:45 am
Forum: PDF
Topic: Example code of writing annotations to OCG Layer
Replies: 1
Views: 5804

Re: Example code of writing annotations to OCG Layer

Hi, Unfortunately, we do not support adding an annotation to an OCG layer yet. You can find some examples related to OCG features in the Optional Content Groups (Layers) section in our Reference Guide, for example: https://www.gdpicture.com/guides/gdpicture/Overview.html#GdPicture.NET.14~GdPicture14...
by Gabriela
Wed Mar 21, 2018 9:36 am
Forum: PDF
Topic: How to compare two PDF files?
Replies: 1
Views: 5518

Re: How to compare two PDF files?

Unfortunately, GdPicture.NET does not provide support to such a feature yet.