Search found 38 matches

by blewis
Mon Feb 15, 2021 7:54 pm
Forum: Feature Requests
Topic: Get GdPicture.NET as a (set of) NuGet packages
Replies: 25
Views: 37906

Re: Get GdPicture.NET as a (set of) NuGet packages

Another follow-up "me too" about whether a NuGet package is in the works? This would simplify my life considerably.
by blewis
Wed Sep 11, 2019 4:49 pm
Forum: Image Processing & Document Imaging
Topic: Issue with RotateFlipType on .Net Core 3
Replies: 2
Views: 12061

Re: Issue with RotateFlipType on .Net Core 3

Ticket submitted. Thanks.
by blewis
Tue Sep 10, 2019 9:50 pm
Forum: Image Processing & Document Imaging
Topic: Issue with RotateFlipType on .Net Core 3
Replies: 2
Views: 12061

Issue with RotateFlipType on .Net Core 3

I am creating a proof of concept console app using .Net Core 3 Preview 9 and the latest version of GdPicture (because we want to upgrade and need .Net Core). Overall everything seems to be working fine. However, I have run into a problem with the GdPictureImaging.Rotate() method. I am getting an err...
by blewis
Tue Aug 13, 2019 7:29 pm
Forum: Feature Requests
Topic: Any Hope for .Net Standard?
Replies: 6
Views: 15594

Re: Any Hope for .Net Standard?

Thank you both again for the additional info. I initially didn't see that this was specifically for .Net Core 3, so I understand the preview status. I guess evaluating this new version will give me a reason to install the preview .Net Core v3 SDK. ;)
by blewis
Mon Aug 12, 2019 5:34 pm
Forum: Feature Requests
Topic: Any Hope for .Net Standard?
Replies: 6
Views: 15594

Re: Any Hope for .Net Standard?

Thank you for the followup. I see that in the Announcements section, this is listed as a "preview" feature. Are ALL functions of the SDK available for .Net Core? Or is it limited to certain portions? We use a lot -- imaging, PDF, OCR, OMR and document processing.

Thanks,
Bryan
by blewis
Sat Mar 30, 2019 12:24 am
Forum: Feature Requests
Topic: Any Hope for .Net Standard?
Replies: 6
Views: 15594

Any Hope for .Net Standard?

We've been using an older version of GdPicture on .Net Framework for years. However, most of our new development is all .Net Core/Standard. Most of our image processing is being moved to Azure Functions and Microsoft is making it very hard to create functions that are not .Net Standard. Is there any...
by blewis
Thu Sep 27, 2018 10:29 pm
Forum: PDF
Topic: Delete Text from PDF
Replies: 1
Views: 5356

Delete Text from PDF

I don't see anything that would help in the reference guide, but I wanted to ask. Is there any way to search for and delete a few words of text from each page of a PDF? When I open a sample PDF in Acrobat, I can see that the text I want to delete is isolated in it's own bounding box, so I don't know...
by blewis
Thu Mar 29, 2018 5:19 pm
Forum: PDF
Topic: Converting Letter PDF to 11x17 PDF Booklet
Replies: 5
Views: 4654

Re: Converting Letter PDF to 11x17 PDF Booklet

Thanks for the followup. I will play around with DrawPage.
by blewis
Wed Mar 28, 2018 4:53 pm
Forum: PDF
Topic: Converting Letter PDF to 11x17 PDF Booklet
Replies: 5
Views: 4654

Re: Converting Letter PDF to 11x17 PDF Booklet

In US sizing, a single 11x17" sheet in landscape is the same size as two letter size (8.5x11) portrait sheets placed side-by-side. I want to take two letter sized PDF pages and place them on a single 11x17 PDF page -- effectively merging two pages into one without scaling or resizing. Does that...
by blewis
Wed Mar 21, 2018 7:02 pm
Forum: PDF
Topic: Converting Letter PDF to 11x17 PDF Booklet
Replies: 5
Views: 4654

Converting Letter PDF to 11x17 PDF Booklet

Is there any built-in way (or established sample code) to take a PDF of letter-sized pages and convert it to a PDF of 11x17 sized pages such that the 11x17 PDF will print as a booklet with staples down a center spine? So it's reordering the letter-sized pages and then combining them into 11x17"...
by blewis
Fri Apr 07, 2017 7:45 pm
Forum: Office Open XML & Open Document
Topic: GdPicture Imaging SDK-to Cnvert MS-word/excel to PDF ?
Replies: 9
Views: 22222

Re: GdPicture Imaging SDK-to Cnvert MS-word/excel to PDF ?

Loic,

Is this feature (Word to PDF) still on the roadmap for your next release? It's something we are very interested in and would upgrade from v10 to get it.

Thanks,
Bryan
by blewis
Sat Oct 11, 2014 2:40 am
Forum: PDF
Topic: SaveToFile Produces A4 PDF from Letter Source
Replies: 1
Views: 2935

SaveToFile Produces A4 PDF from Letter Source

I have some particular PDF files which are producing unexpected results when saving. These PDFs were produced using another .Net library (Syncfusion DocIO) which takes an MS Word document and converts it to PDF. The resulting PDF looks fine and the document properties in Acrobat Reader show 8.5x11 (...
by blewis
Fri Oct 10, 2014 5:52 pm
Forum: PDF
Topic: Layer two PDf files
Replies: 3
Views: 3654

Re: Layer two PDf files

Thanks Loic. I did review the Reference Guides (honest!) looking for something like this but I must have missed it. Thanks again.

Bryan
by blewis
Fri Oct 10, 2014 7:33 am
Forum: PDF
Topic: Layer two PDf files
Replies: 3
Views: 3654

Layer two PDf files

Back into 2011 a similar question was asked here but I wanted to confirm that it was still not possible I want to take two PDF files, one base template that acts as a background layer and a second overlay and combine the two layers to produce a single pdf page. Is this still not possible? If not, is...