Search found 6 matches

by rohrerb
Mon Apr 07, 2014 10:50 pm
Forum: Licensing
Topic: upgrading version 9.2 to 9.4
Replies: 1
Views: 15245

upgrading version 9.2 to 9.4

Hello, I just upgraded from 9.2 to 9.4 and i had to uninstall to reinstall 9.4. After I uninstalled I am unable to use gdpicture. The references in my solution are pointed to the correct dll's. When i open the solution there are no errors and intellisense works on the gdpicture9 namespace. I then tr...
by rohrerb
Mon Feb 03, 2014 6:53 pm
Forum: PDF
Topic: Insert html into new pdf
Replies: 1
Views: 3022

Insert html into new pdf

Hello,

Is there a way to take html and insert it into a pdf? If so are the supported html tags limited to a certain set?

Thank you,
Brandon
by rohrerb
Mon Feb 03, 2014 6:52 pm
Forum: PDF
Topic: Add table to pdf
Replies: 1
Views: 2955

Add table to pdf

Hello,

How can i add a table to a new pdf?

If this is possible, can the table columns autosize based on the content of the columns?

Thank you,
Brandon Rohrer
by rohrerb
Fri Dec 27, 2013 4:30 pm
Forum: PDF
Topic: Large images cause gdpicture to go unresponsive.
Replies: 1
Views: 2680

Large images cause gdpicture to go unresponsive.

Hello,

When i create a GDPictureImage from byte() using CreateGdPictureImageFromByteArray it never comes back, if i switch and use CreateGdPictureImageFromByteArrayICM it works quickly?

What is difference?

The file im using is a 3.3 MB jpg.

Thank you,
Brandon
by rohrerb
Thu Nov 07, 2013 9:07 pm
Forum: PDF
Topic: Setting formfield type RadioButton
Replies: 1
Views: 4563

Setting formfield type RadioButton

Hello,

How do you set a formfieldtype of PdfFormFieldTypeRadioButton?

I tried using the set form field value using "on"/"off" but didn't work.

Thank you,
Brandon
by rohrerb
Wed Sep 26, 2012 3:09 pm
Forum: PDF
Topic: [Tutorial] Reducing PDF size by altering the embedded images
Replies: 10
Views: 27539

Re: Reducing PDF size by altering the embedded images [UPDA

Hello, How I can reduce the size of my pdf using version 8? I have a pdf which is 708 KB and I can get it down to 104KB, which is good but not the best. Some scanners can take the same file and get it to 24 kb. Currently I am using the following code to shrink it to 104KB. Public Shared Function Com...