Search found 8 matches

by EricSch
Tue May 08, 2018 9:17 pm
Forum: PDF
Topic: Embedding PDF Font
Replies: 1
Views: 2561

Embedding PDF Font

I'm trying to embed an TrueType font into the PDF (Windows Font 'Wingdings 3'). But as return status I get a "Generic Error". No idea why. So my questions: - Is it possible to include this font? And what could be the problem? - What is the best way, when I need to include special symbols i...
by EricSch
Tue Sep 20, 2011 1:28 pm
Forum: TWAIN & WIA Acquisition
Topic: GdPicture.NET.twain.gdtwain.dll
Replies: 2
Views: 3038

Re: GdPicture.NET.twain.gdtwain.dll

Hi Loïc, This is strange. The DLL is only in some unknown directories, like your Redist dir. With the Process Explorer I didn't see neither that the DLL was loaded into the process. I saw the GdPicture .NET assembly, and a twain_32.dll of the scanner. So it stays a mystery to me. Is your DLL loaded ...
by EricSch
Wed Sep 14, 2011 12:54 pm
Forum: TWAIN & WIA Acquisition
Topic: GdPicture.NET.twain.gdtwain.dll
Replies: 2
Views: 3038

GdPicture.NET.twain.gdtwain.dll

Hi,

When exactly is the DLL "GdPicture.NET.twain.gdtwain.??.dll" is needed / loaded?

I'm asking because we have an prog which use the TWAIN driver to scan.
It runs without problems, but the DLL wasn't copied to the prog directory.
So the DLL isn't needed?

Thanks
Eric
by EricSch
Fri Aug 12, 2011 6:41 pm
Forum: PDF
Topic: Mergin PDF and filesize
Replies: 5
Views: 3269

Re: Mergin PDF and filesize

Originally I used in a web app. The test I have done in a WPF app.

Both have the same problem.

Does it help when I send you the WPF app?

Regards
Eric
by EricSch
Fri Aug 12, 2011 1:39 pm
Forum: PDF
Topic: Mergin PDF and filesize
Replies: 5
Views: 3269

Re: Mergin PDF and filesize

Hi Loïc, I updated to the latest version (8.1.0.1). Code is always better than words: <Extension()> Public Function CreateGdPicturePdf(path As String) As GdPicturePDF Dim obj As New GdPicturePDF obj.LoadFromFile(path, True) Return obj End Function Public Function MergePdfs(Filenames As List(Of Strin...
by EricSch
Thu Aug 11, 2011 11:41 pm
Forum: PDF
Topic: Mergin PDF and filesize
Replies: 5
Views: 3269

Mergin PDF and filesize

Hi, I'm merging PDF's on the fly and it seems to work fine. My questions is about the generated PDF and his filesize. When I call multiple times the same function to merge the same files, the size isn't the same. Is this possible? When yes, how to avoid that? Problem: When I stream the file and meth...
by EricSch
Tue Jun 28, 2011 3:52 pm
Forum: Document Printing
Topic: print/printer status
Replies: 1
Views: 11622

print/printer status

Is there a way to know if a print job was printed correctly with GdViewer.Print without for ex. a paper jam? Is there any useful status for that in PrintGetStat? By reading the doc, I haven't seen any useful status code beside 'Ok'. Will 'GenericError' or 'Aborted' used for printing? Or is all in th...
by EricSch
Tue Jun 28, 2011 3:27 pm
Forum: Image Processing & Document Imaging
Topic: 2D / DataMatrix barcode drawing?
Replies: 1
Views: 1961

2D / DataMatrix barcode drawing?

In this forum, one year ago, it was mentioned by the GdPicture people,
that 2D / DataMatrix barcode drawing will be implemented in the next version.

What happened to this plan?
Seems that V8 hasn't this functionality yet, still only 1D barcode writing.

Thanks
Eric