Search found 15 matches

by bmiller
Fri Jan 28, 2022 6:27 pm
Forum: General discussions
Topic: GDPicture 14.1.135 Download?
Replies: 2
Views: 6777

Re: GDPicture 14.1.135 Download?

Done

Thank you!
by bmiller
Thu Jan 27, 2022 6:44 pm
Forum: General discussions
Topic: GDPicture 14.1.135 Download?
Replies: 2
Views: 6777

GDPicture 14.1.135 Download?

Hello,

Sorry to bother you, but I would like to once again download version 14.1.135 as someone deleted the file from our server.

Is it possible to download older versions and if so, can you please provide the link?

Brian
by bmiller
Fri Nov 05, 2021 7:47 pm
Forum: OCR, MRC & Document understanding
Topic: OCR White Text on Black or Colored Background?
Replies: 3
Views: 8495

OCR White Text on Black or Colored Background?

Hello For this question, my requirement is to OCR full documents. I have OCR code working well in most cases. However, when a document has white text on a black or colored background, the white text is not included in the OCR results. In the attached document, none of the white text is included in m...
by bmiller
Mon Oct 25, 2021 3:47 pm
Forum: PDF
Topic: SaveDocumentToPDF Issue
Replies: 17
Views: 18624

Re: SaveDocumentToPDF Issue

Fabio, sorry for the delay. I was able to successfully test version 14.1.0.135.
by bmiller
Wed Oct 06, 2021 3:49 pm
Forum: PDF
Topic: SaveDocumentToPDF Issue
Replies: 17
Views: 18624

Re: SaveDocumentToPDF Issue

thanks!
by bmiller
Tue Oct 05, 2021 7:48 pm
Forum: PDF
Topic: SaveDocumentToPDF Issue
Replies: 17
Views: 18624

Re: SaveDocumentToPDF Issue

Fabio, Could you please test my code snippet against 14.1.134? I am still getting the same error.

I have included screenshots of the Bin Folder contents and my project References.
by bmiller
Tue Oct 05, 2021 3:32 pm
Forum: PDF
Topic: SaveDocumentToPDF Issue
Replies: 17
Views: 18624

Re: SaveDocumentToPDF Issue

thanks. I'll start testing it and let you know
by bmiller
Fri Oct 01, 2021 3:51 pm
Forum: PDF
Topic: SaveDocumentToPDF Issue
Replies: 17
Views: 18624

Re: SaveDocumentToPDF Issue

Is the build this one? 14.1.134 September 30 2021
by bmiller
Fri Oct 01, 2021 3:44 pm
Forum: PDF
Topic: SaveDocumentToPDF Issue
Replies: 17
Views: 18624

Re: SaveDocumentToPDF Issue

Great and thank you!
by bmiller
Thu Sep 30, 2021 5:41 pm
Forum: PDF
Topic: SaveDocumentToPDF Issue
Replies: 17
Views: 18624

Re: SaveDocumentToPDF Issue

Thank you, Fabio.

I look forward to a resolution. This is holding up our project.
by bmiller
Wed Sep 29, 2021 2:31 am
Forum: PDF
Topic: SaveDocumentToPDF Issue
Replies: 17
Views: 18624

Re: SaveDocumentToPDF Issue

Hello Fabio, I have attached a small vb.net program that gets the Abort 9 status on line 46 - Status = MyGdViewer.SaveDocumentToPDF(TemporarySavedFile) To test, I assume you will create a project in VS, copy the GDPicture files to the bin folder, then edit the attached file. The program requires tha...
by bmiller
Tue Sep 21, 2021 5:20 pm
Forum: PDF
Topic: SaveDocumentToPDF Issue
Replies: 17
Views: 18624

Re: SaveDocumentToPDF Issue

thank you. I am out of the office this week, but will work on it next week.
by bmiller
Fri Sep 17, 2021 12:59 am
Forum: PDF
Topic: SaveDocumentToPDF Issue
Replies: 17
Views: 18624

Re: SaveDocumentToPDF Issue

Thank you for the suggestion to review your code snippet. Unfortunately, it didn't help me too much. When I follow my code in VS, The file looks as though it is loaded into the GdViewer. These 2 If statements: If GdPicturePDF1.LoadFromFile(FileIn, False) = GdPicture14.GdPictureStatus.OK Then If GdVi...
by bmiller
Wed Sep 15, 2021 1:59 am
Forum: PDF
Topic: SaveDocumentToPDF Issue
Replies: 17
Views: 18624

SaveDocumentToPDF Issue

Hello, I am trying to save the contents of my GdViewer to a new file in my C:\Users\userid\AppData\... folder using SaveDocumentToPDF Method. I am loading a PDF into the GdViewer, Burning annotations, then saving the GdViewer to a new Output file that does not exist yet. My code: Status = MyGdViewer...