Search found 17 matches

by tplambeck
Fri Feb 21, 2020 4:43 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: Rotating Figure on PDF
Replies: 5
Views: 1337

Re: Rotating Figure on PDF

Thank you Alex! Just downloaded and will let you know how it works
by tplambeck
Mon Feb 17, 2020 7:35 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: Rotating Figure on PDF
Replies: 5
Views: 1337

Re: Rotating Figure on PDF

Yes sir, that is correct.
by tplambeck
Sun Feb 16, 2020 2:54 am
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: Rotating Figure on PDF
Replies: 5
Views: 1337

Rotating Figure on PDF

Is it possible to add an image to a PDF and rotate it, preferably by grabbing a corner and rotating? I am able to do this with a regular image by adding set degrees of rotation but can't figure it out on a PDF in an image viewer. Thanks!
by tplambeck
Wed Aug 14, 2019 4:50 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Programmatically Rearranging Images
Replies: 2
Views: 1666

Re: Programmatically Rearranging Images

Thanks, Alex makes perfect sense now. Once again, great support!
by tplambeck
Sat Aug 10, 2019 5:37 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Programmatically Rearranging Images
Replies: 2
Views: 1666

Programmatically Rearranging Images

I've got an image viewer displaying a multipage PDF. I need to move the pages up or down in the document using a context menu. Moving them up in the image collection works fine, down not so much. I'm sure I have a simple mistake in my code here. Does anyone see the issue? private void moveUpToolStri...
by tplambeck
Mon Jul 15, 2019 6:03 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Error When Rendering
Replies: 3
Views: 1683

Re: Error When Rendering

Thank you Alexander, that explains the underlying issue. The PDF is image based and has no PdfFonts associated with it so I am creating a new PDFFont object. How do I add the PdfFont to the document? Looks like the Fonts collection is read only.

Thanks again!
by tplambeck
Sat Jul 13, 2019 8:57 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Error When Rendering
Replies: 3
Views: 1683

Error When Rendering

I'm adding some images and text to an image. Works fine when I add images but when I add a TextLineFigure and I try and render, I get an error, 'Object is not part of this document.' I can see the TextLineFigure in the FigureViewCollection so not sure where the issue is.

Thanks!