Search found 15 matches

by ksamy
Tue Aug 13, 2013 3:02 pm
Forum: PDF
Topic: Different Page Size in Single PDF
Replies: 1
Views: 2270

Different Page Size in Single PDF

Hello Team,

Is there possiblity to create a single PDF with different page size?
For Example Create a PDF with First Page in A3 size and Second Page in A4 Size


Regards,
K.K.Karuppusamy
by ksamy
Wed Jan 02, 2013 5:00 pm
Forum: Example requests & Code samples
Topic: Geneirc Error in Print Method
Replies: 3
Views: 3497

Re: Geneirc Error in Print Method

Now we are using GDPicture 8.5
When post tickets,they asked us to upgrade the GDViewer version to 9,
What should we do?

Regards,
K.K.Karuppusamy
by ksamy
Mon Dec 31, 2012 12:50 pm
Forum: Example requests & Code samples
Topic: Geneirc Error in Print Method
Replies: 3
Views: 3497

Geneirc Error in Print Method

Hi, I am often getting generic error while print the document. Initially i load the printer settings from DB to GDPicturePDF. Then i call the print the method in GDPicturePDF. After i am getting generic error on GDPicturePDF.PrintGetStat() method. I don't what should be the exact issue? I am using V...
by ksamy
Tue Dec 18, 2012 3:18 pm
Forum: Example requests & Code samples
Topic: RectBorderColor in web application
Replies: 2
Views: 2989

Re: RectBorderColor in web application

Hi,
I got an error when write the same code in web application.
We are using GDPicture 8.5 version.
Kindly let me know whether the code write by us is fine or not?
Refer attachment
by ksamy
Tue Dec 11, 2012 11:15 am
Forum: Example requests & Code samples
Topic: RectBorderColor in web application
Replies: 2
Views: 2989

RectBorderColor in web application

Hi,

How to set RectBorderColor property in web application ?
by ksamy
Tue Dec 04, 2012 2:56 pm
Forum: Example requests & Code samples
Topic: Read Space from GDViewer
Replies: 2
Views: 3021

Re: Read Space from GDViewer

Sorry,I can't understand what you said. We are currently using GDPicture 8.5. Can i able to get the text exactly what is in selected region on PDF. For Example : When i select the following text what would be the out put of command "gdviewer.PdfGetPageTextArea(X,Y,Width,Height)" "Deli...
by ksamy
Tue Dec 04, 2012 12:49 pm
Forum: Example requests & Code samples
Topic: Read Space from GDViewer
Replies: 2
Views: 3021

Read Space from GDViewer

Hi,
I want to get the exact text on selection region from pdf including 'Spaces' between words.
I am using the following command to get the text:

gdviewer.PdfGetPageTextArea()

But the result comew with trim the space.
How can i fix that?
by ksamy
Thu Oct 11, 2012 8:30 am
Forum: Example requests & Code samples
Topic: Getting PDF DPI
Replies: 3
Views: 5138

Re: Getting PDF DPI

??
by ksamy
Wed Oct 10, 2012 3:55 pm
Forum: Example requests & Code samples
Topic: Read Text from PDF
Replies: 1
Views: 3175

Read Text from PDF

How do i read selected text from following PDF file.
1.PDF with 150 DPI
2.PDF with 300 DPI
by ksamy
Wed Sep 05, 2012 6:25 pm
Forum: Example requests & Code samples
Topic: Getting PDF DPI
Replies: 3
Views: 5138

Re: Getting PDF DPI

Hello,
How do i that same (Getting PDF DPI) in 8.5.33 version.
Because i am getting error when use your code on that version
by ksamy
Wed Sep 05, 2012 2:52 pm
Forum: Example requests & Code samples
Topic: Read Barcode from scanned document
Replies: 7
Views: 6125

Re: Read Barcode from scanned document

Hello,
We found the solution..

Issue is source of scanned document BARCODE is other than black color.
by ksamy
Wed Sep 05, 2012 5:49 am
Forum: Example requests & Code samples
Topic: Read Barcode from scanned document
Replies: 7
Views: 6125

Re: Read Barcode from scanned document

Any Update?

I can able to read BARCODE value from "Normal PDF document","Scanned PDF document","Normal TIFF document" ,But why i can't read BARCODE value from "Scanned Tiff Document"
by ksamy
Tue Sep 04, 2012 3:18 pm
Forum: Example requests & Code samples
Topic: Read Barcode from scanned document
Replies: 7
Views: 6125

Re: Read Barcode from scanned document

ReadBarcode.zip Hello, As per your last statement i change the code as below,But m_ImageID return 0. I have also attached the zip file that contains 'Readable_Normal.pdf' - BARCODE value can readble and "UnReadable_Scanned.tif" - BARCODE value not readable scanned tiff document. My requir...
by ksamy
Tue Sep 04, 2012 12:20 pm
Forum: Example requests & Code samples
Topic: Read Barcode from scanned document
Replies: 7
Views: 6125

Re: Read Barcode from scanned document

Hello, i have already download the samples from GDPicture and now i am using the sample code you have provide us. From "Barcode Recognition" project only i know the code that how to read the BARCODE value from PDF. That i did already. But our current requirement is read BARCODE value from ...
by ksamy
Tue Sep 04, 2012 7:50 am
Forum: Example requests & Code samples
Topic: Read Barcode from scanned document
Replies: 7
Views: 6125

Read Barcode from scanned document

Hi, 1.I have opne PDF document with BARCODE.i can read the barcode using 'Barcode1DReaderGetBarcodeCount' method. 2.Then i Scanned this PDF document and convert into TIFF document manually not with code. 3.Now i can display that scanned TIFF document in GDViewer but can not read the BARCODE value on...